summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-06 10:08:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-06 10:08:45 +0000
commitd78b0ebd52e5527d62834158f52127dae61fc790 (patch)
tree18add6945ecc2024bbca8f535c27b6afddbe55f1 /syslog.c
parent5a90cbdd7d0a52e1117a42bfa2a467d96e973cef (diff)
downloadrsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.tar.gz
rsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.tar.xz
rsyslog-d78b0ebd52e5527d62834158f52127dae61fc790.zip
begin implementing RFC 3195 support
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/syslog.c b/syslog.c
index 0d63c81d..94208a45 100644
--- a/syslog.c
+++ b/syslog.c
@@ -17,10 +17,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)syslog.c 5.28 (Berkeley) 6/27/90";
-#endif /* LIBC_SCCS and not lint */
-
/*
* SYSLOG -- print message on log file
*