Changeset 4093 for trunk/varnish-cache/bin/varnishhist
- Timestamp:
- 06/06/09 17:56:17 (15 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishhist/varnishhist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishhist/varnishhist.c
r4025 r4093 28 28 * SUCH DAMAGE. 29 29 * 30 * $Id$31 *32 30 * Log tailer for Varnish 33 31 */ 34 32 35 33 #include "config.h" 34 35 #include "svnid.h" 36 SVNID("$Id$") 36 37 37 38 #include <sys/types.h>
