Changeset 4599 for trunk/varnish-cache/bin
- Timestamp:
- 03/01/10 12:20:21 (5 months ago)
- Location:
- trunk/varnish-cache/bin/varnishd
- Files:
-
- 5 modified
-
cache_lck.c (modified) (2 props)
-
cache_wrw.c (modified) (1 diff, 2 props)
-
hash_critbit.c (modified) (2 props)
-
mgt_pool.c (modified) (1 diff, 2 props)
-
vparam.h (modified) (1 diff, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/cache_lck.c
- Property svn:keyword deleted
- Property svn:keywords set to Id
-
trunk/varnish-cache/bin/varnishd/cache_wrw.c
- Property svn:keyword deleted
- Property svn:keywords set to Id
r4598 r4599 44 44 45 45 #include "svnid.h" 46 SVNID("$Id : cache_pool.c 4069 2009-05-11 08:57:00Z phk$")46 SVNID("$Id$") 47 47 48 48 #include <sys/types.h> -
trunk/varnish-cache/bin/varnishd/hash_critbit.c
- Property svn:keyword deleted
- Property svn:keywords set to Id
-
trunk/varnish-cache/bin/varnishd/mgt_pool.c
- Property svn:keyword deleted
- Property svn:keywords set to Id
r4598 r4599 44 44 45 45 #include "svnid.h" 46 SVNID("$Id : cache_pool.c 3429 2008-11-24 17:47:21Z phk$")46 SVNID("$Id$") 47 47 #include <stdio.h> 48 48 #include <string.h> -
trunk/varnish-cache/bin/varnishd/vparam.h
- Property svn:keyword deleted
- Property svn:keywords set to Id
r4598 r4599 27 27 * SUCH DAMAGE. 28 28 * 29 * $Id : mgt_param.c 3440 2008-11-25 13:39:15Z phk$29 * $Id$ 30 30 */ 31 31
