From: wessels <> Date: Wed, 23 Sep 1998 23:14:20 +0000 (+0000) Subject: add Id keyword X-Git-Tag: SQUID_3_0_PRE1~2656 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=836c324485bab753d70a825ed854cf02dacd81c5;p=thirdparty%2Fsquid.git add Id keyword --- diff --git a/lib/GNUregex.c b/lib/GNUregex.c index 185ec93b16..8df4d109b9 100644 --- a/lib/GNUregex.c +++ b/lib/GNUregex.c @@ -1,3 +1,7 @@ +/* + * $Id: GNUregex.c,v 1.11 1998/09/23 17:14:20 wessels Exp $ + */ + /* Extended regular expression matching and search library, * version 0.12. * (Implements POSIX draft P10003.2/D11.2, except for diff --git a/lib/base64.c b/lib/base64.c index 61d5d9f1f3..d348e034f5 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -1,3 +1,6 @@ +/* + * $Id: base64.c,v 1.15 1998/09/23 17:14:21 wessels Exp $ + */ #include "config.h"