diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gmon/gmon.c | 2 | ||||
-rw-r--r-- | lib/libc/gmon/mcount.c | 2 | ||||
-rw-r--r-- | lib/libc/string/strlcat.c | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr.c | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_array.c | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_float.c | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_mem.c | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_rec.c | 3 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_reference.c | 4 | ||||
-rw-r--r-- | lib/libc/xdr/xdr_stdio.c | 2 |
10 files changed, 10 insertions, 13 deletions
diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index b2ba497..b1212f0 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#if !defined(lint) && defined(LIBC_SCCS) +#if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gmon.c 8.1 (Berkeley) 6/4/93"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index c72299d..d4faba2 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS) +#if !defined(_KERNEL) && defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index 2c2fa56..7f19f6b 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"); +static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 16a8a1a..c1e5eec 100644 --- a/lib/libc/xdr/xdr.c +++ b/lib/libc/xdr/xdr.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr.c 1.35 87/08/12"; +static char *sccsid2 = "@(#)xdr.c 1.35 87/08/12"; static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 72005e4..6c35452 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro"; +static char *sccsid2 = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index b1b8dc7..0a4f09f 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro"; +static char *sccsid2 = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/xdr/xdr_mem.c b/lib/libc/xdr/xdr_mem.c index c1d7594..138269c 100644 --- a/lib/libc/xdr/xdr_mem.c +++ b/lib/libc/xdr/xdr_mem.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro"; +static char *sccsid2 = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index cb5a302..a50d141 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -29,9 +29,8 @@ * Mountain View, California 94043 */ -#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro"; +static char *sccsid2 = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index 0a0b19d..5a497b6 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -29,11 +29,9 @@ * Mountain View, California 94043 */ -#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_reference.c 1.11 87/08/11 SMI"; +static char *sccsid2 = "@(#)xdr_reference.c 1.11 87/08/11 SMI"; static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC"; -static char *rcsid = "$FreeBSD$"; #endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/lib/libc/xdr/xdr_stdio.c b/lib/libc/xdr/xdr_stdio.c index 103d240..8c1724d 100644 --- a/lib/libc/xdr/xdr_stdio.c +++ b/lib/libc/xdr/xdr_stdio.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *sccsid = "@(#)xdr_stdio.c 1.16 87/08/11 Copyr 1984 Sun Micro"; +static char *sccsid2 = "@(#)xdr_stdio.c 1.16 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_stdio.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include <sys/cdefs.h> |