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.
This commit is contained in:
peter 1995-10-21 07:05:01 +00:00
parent 70dc81bc26
commit a55094325d

View File

@ -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 <sys/types.h>