1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

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 Wemm 1995-10-21 07:05:01 +00:00
parent 77d5b24bcb
commit fc370289ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11606

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>