Simplify copyright[] and sccsid[] legacy from BSD

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-23 10:35:47 +02:00
parent 97c107262c
commit b3727fcf0b

View File

@ -29,15 +29,13 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if !defined(lint) && !defined(NO_SCCS) #ifndef lint
char copyright2[] = static const char copyright[] __attribute__((unused)) =
"@(#) Copyright (c) 1983, 1988 Regents of the University of California.\n\ "@(#) Copyright (c) 1983, 1988, 1993\n\
All rights reserved.\n"; The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */ static char sccsid[] __attribute__((unused)) =
"@(#)syslogd.c 5.27 (Berkeley) 10/10/88";
#if !defined(lint) && !defined(NO_SCCS) #endif
static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88";
#endif /* not lint */
/* /*
* syslogd -- log system messages * syslogd -- log system messages