From a55094325d333327b0fda84ebc4dd738a7761e40 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 21 Oct 1995 07:05:01 +0000 Subject: [PATCH] Add $Id$ since this version of the file has diverged from the BSD base a fair bit. I forgot to add it when I made the fixes some time ago. --- lib/libc/gen/syslog.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index dd5a8cca004f..60c3333de740 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -32,7 +32,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94"; +/* +static char sccsid[] = "From: @(#)syslog.c 8.4 (Berkeley) 3/18/94"; +*/ +static const char rcsid[] = + "$Id$"; #endif /* LIBC_SCCS and not lint */ #include