From ab7d48bef20b654abd60f1cf16e7bffbb79a8753 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 12 Jul 2006 13:28:57 +0000 Subject: [PATCH] Enable Id keyword git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@457 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/stevedore.h | 2 +- varnish-cache/bin/varnishd/storage_file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/stevedore.h b/varnish-cache/bin/varnishd/stevedore.h index 6473922e..fbb9afe9 100644 --- a/varnish-cache/bin/varnishd/stevedore.h +++ b/varnish-cache/bin/varnishd/stevedore.h @@ -1,5 +1,5 @@ /* - * $Id: cache.h 164 2006-05-01 12:45:20Z phk $ + * $Id$ */ struct stevedore; diff --git a/varnish-cache/bin/varnishd/storage_file.c b/varnish-cache/bin/varnishd/storage_file.c index 3b3c67fc..f623d6ad 100644 --- a/varnish-cache/bin/varnishd/storage_file.c +++ b/varnish-cache/bin/varnishd/storage_file.c @@ -1,5 +1,5 @@ /* - * $Id: storage_malloc.c 170 2006-06-13 07:57:32Z phk $ + * $Id$ * * Storage method based on mmap'ed file */ -- 2.39.5