diff options
author | espie <> | 2005-08-08 08:05:37 +0000 |
---|---|---|
committer | espie <> | 2005-08-08 08:05:37 +0000 |
commit | d7398a270c9cd1b7b4d545ed70ea24384781a86c (patch) | |
tree | 5271cd28bf0b2aae56d5048737464cda4d24f702 | |
parent | 63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff) | |
download | openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2 openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
116 files changed, 111 insertions, 663 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c index f0e2900f6d..15a784532d 100644 --- a/src/lib/libc/crypt/crypt.c +++ b/src/lib/libc/crypt/crypt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $ */ | 1 | /* $OpenBSD: crypt.c,v 1.20 2005/08/08 08:05:33 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * FreeSec: libcrypt | 4 | * FreeSec: libcrypt |
@@ -46,10 +46,6 @@ | |||
46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. | 46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. |
47 | */ | 47 | */ |
48 | 48 | ||
49 | #if defined(LIBC_SCCS) && !defined(lint) | ||
50 | static char rcsid[] = "$OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $"; | ||
51 | #endif /* LIBC_SCCS and not lint */ | ||
52 | |||
53 | #include <sys/types.h> | 49 | #include <sys/types.h> |
54 | #include <sys/param.h> | 50 | #include <sys/param.h> |
55 | #include <pwd.h> | 51 | #include <pwd.h> |
diff --git a/src/lib/libc/crypt/crypt2.c b/src/lib/libc/crypt/crypt2.c index 53b5bfb706..63a297e510 100644 --- a/src/lib/libc/crypt/crypt2.c +++ b/src/lib/libc/crypt/crypt2.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $ */ | 1 | /* $OpenBSD: crypt2.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * FreeSec: libcrypt | 4 | * FreeSec: libcrypt |
@@ -46,10 +46,6 @@ | |||
46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. | 46 | * posted to the sci.crypt newsgroup by the author and is available for FTP. |
47 | */ | 47 | */ |
48 | 48 | ||
49 | #if defined(LIBC_SCCS) && !defined(lint) | ||
50 | static char rcsid[] = "$OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $"; | ||
51 | #endif /* LIBC_SCCS and not lint */ | ||
52 | |||
53 | #include <sys/types.h> | 49 | #include <sys/types.h> |
54 | #include <sys/param.h> | 50 | #include <sys/param.h> |
55 | #include <pwd.h> | 51 | #include <pwd.h> |
diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c index 97717e68d5..fe1393cf7c 100644 --- a/src/lib/libc/crypt/md5crypt.c +++ b/src/lib/libc/crypt/md5crypt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $ */ | 1 | /* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * ---------------------------------------------------------------------------- | 4 | * ---------------------------------------------------------------------------- |
@@ -12,10 +12,6 @@ | |||
12 | * | 12 | * |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #if defined(LIBC_SCCS) && !defined(lint) | ||
16 | static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $"; | ||
17 | #endif /* LIBC_SCCS and not lint */ | ||
18 | |||
19 | #include <unistd.h> | 15 | #include <unistd.h> |
20 | #include <stdio.h> | 16 | #include <stdio.h> |
21 | #include <string.h> | 17 | #include <string.h> |
diff --git a/src/lib/libc/stdlib/_Exit.c b/src/lib/libc/stdlib/_Exit.c index 784015a21d..5a2291a931 100644 --- a/src/lib/libc/stdlib/_Exit.c +++ b/src/lib/libc/stdlib/_Exit.c | |||
@@ -1,13 +1,9 @@ | |||
1 | /* $OpenBSD: _Exit.c,v 1.1 2004/05/03 17:21:13 millert Exp $ */ | 1 | /* $OpenBSD: _Exit.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Placed in the public domain by Todd C. Miller on January 21, 2004. | 4 | * Placed in the public domain by Todd C. Miller on January 21, 2004. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #if defined(LIBC_SCCS) && !defined(lint) | ||
8 | static char *rcsid = "$OpenBSD: _Exit.c,v 1.1 2004/05/03 17:21:13 millert Exp $"; | ||
9 | #endif /* LIBC_SCCS and not lint */ | ||
10 | |||
11 | #include <stdlib.h> | 7 | #include <stdlib.h> |
12 | #include <unistd.h> | 8 | #include <unistd.h> |
13 | 9 | ||
diff --git a/src/lib/libc/stdlib/_rand48.c b/src/lib/libc/stdlib/_rand48.c index fed7372f68..7c950f7cee 100644 --- a/src/lib/libc/stdlib/_rand48.c +++ b/src/lib/libc/stdlib/_rand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: _rand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: _rand48.c,v 1.2 1996/08/19 08:33:19 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | unsigned short __rand48_seed[3] = { | 17 | unsigned short __rand48_seed[3] = { |
diff --git a/src/lib/libc/stdlib/a64l.c b/src/lib/libc/stdlib/a64l.c index 518bdb64f9..5312929c6f 100644 --- a/src/lib/libc/stdlib/a64l.c +++ b/src/lib/libc/stdlib/a64l.c | |||
@@ -1,12 +1,9 @@ | |||
1 | /* $OpenBSD: a64l.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Written by J.T. Conklin <jtc@netbsd.org>. | 3 | * Written by J.T. Conklin <jtc@netbsd.org>. |
3 | * Public domain. | 4 | * Public domain. |
4 | */ | 5 | */ |
5 | 6 | ||
6 | #if defined(LIBC_SCCS) && !defined(lint) | ||
7 | static char *rcsid = "$OpenBSD: a64l.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
8 | #endif /* LIBC_SCCS and not lint */ | ||
9 | |||
10 | #include <errno.h> | 7 | #include <errno.h> |
11 | #include <stdlib.h> | 8 | #include <stdlib.h> |
12 | 9 | ||
diff --git a/src/lib/libc/stdlib/abort.c b/src/lib/libc/stdlib/abort.c index 2430c124f9..072a9fa8c1 100644 --- a/src/lib/libc/stdlib/abort.c +++ b/src/lib/libc/stdlib/abort.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: abort.c,v 1.14 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1985 Regents of the University of California. | 3 | * Copyright (c) 1985 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: abort.c,v 1.13 2004/01/20 19:35:17 millert Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <signal.h> | 31 | #include <signal.h> |
35 | #include <stdlib.h> | 32 | #include <stdlib.h> |
36 | #include <unistd.h> | 33 | #include <unistd.h> |
diff --git a/src/lib/libc/stdlib/abs.c b/src/lib/libc/stdlib/abs.c index a471ab3a1e..5d2fbae69f 100644 --- a/src/lib/libc/stdlib/abs.c +++ b/src/lib/libc/stdlib/abs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: abs.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: abs.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | int | 33 | int |
diff --git a/src/lib/libc/stdlib/atexit.c b/src/lib/libc/stdlib/atexit.c index 0bffc05344..019b901575 100644 --- a/src/lib/libc/stdlib/atexit.c +++ b/src/lib/libc/stdlib/atexit.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: atexit.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2002 Daniel Hartmeier | 3 | * Copyright (c) 2002 Daniel Hartmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -28,10 +29,6 @@ | |||
28 | * | 29 | * |
29 | */ | 30 | */ |
30 | 31 | ||
31 | #if defined(LIBC_SCCS) && !defined(lint) | ||
32 | static char *rcsid = "$OpenBSD: atexit.c,v 1.9 2005/06/17 21:38:59 deraadt Exp $"; | ||
33 | #endif /* LIBC_SCCS and not lint */ | ||
34 | |||
35 | #include <sys/types.h> | 32 | #include <sys/types.h> |
36 | #include <sys/mman.h> | 33 | #include <sys/mman.h> |
37 | #include <stdlib.h> | 34 | #include <stdlib.h> |
diff --git a/src/lib/libc/stdlib/atof.c b/src/lib/libc/stdlib/atof.c index 2724530231..d14b58b070 100644 --- a/src/lib/libc/stdlib/atof.c +++ b/src/lib/libc/stdlib/atof.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: atof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 The Regents of the University of California. | 3 | * Copyright (c) 1988 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: atof.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | double | 33 | double |
diff --git a/src/lib/libc/stdlib/atoi.c b/src/lib/libc/stdlib/atoi.c index ea821ced3d..b0842678e2 100644 --- a/src/lib/libc/stdlib/atoi.c +++ b/src/lib/libc/stdlib/atoi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: atoi.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: atoi.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | int | 33 | int |
diff --git a/src/lib/libc/stdlib/atol.c b/src/lib/libc/stdlib/atol.c index 38236b556c..1970804401 100644 --- a/src/lib/libc/stdlib/atol.c +++ b/src/lib/libc/stdlib/atol.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: atol.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: atol.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | long | 33 | long |
diff --git a/src/lib/libc/stdlib/atoll.c b/src/lib/libc/stdlib/atoll.c index 6786b62e1a..a65e682cfb 100644 --- a/src/lib/libc/stdlib/atoll.c +++ b/src/lib/libc/stdlib/atoll.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: atoll.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: atoll.c,v 1.2 2003/06/02 20:18:37 millert Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | long long | 33 | long long |
diff --git a/src/lib/libc/stdlib/bsearch.c b/src/lib/libc/stdlib/bsearch.c index 109211da92..8193d27c60 100644 --- a/src/lib/libc/stdlib/bsearch.c +++ b/src/lib/libc/stdlib/bsearch.c | |||
@@ -27,10 +27,6 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: bsearch.c,v 1.5 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 30 | #include <stdlib.h> |
35 | 31 | ||
36 | /* | 32 | /* |
diff --git a/src/lib/libc/stdlib/calloc.c b/src/lib/libc/stdlib/calloc.c index 7aabed235f..7105141db8 100644 --- a/src/lib/libc/stdlib/calloc.c +++ b/src/lib/libc/stdlib/calloc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: calloc.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: calloc.c,v 1.9 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | #include <string.h> | 32 | #include <string.h> |
36 | #include <limits.h> | 33 | #include <limits.h> |
diff --git a/src/lib/libc/stdlib/cfree.c b/src/lib/libc/stdlib/cfree.c index db1fa56039..373c7ff75d 100644 --- a/src/lib/libc/stdlib/cfree.c +++ b/src/lib/libc/stdlib/cfree.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cfree.c,v 1.4 2005/03/30 18:51:49 pat Exp $ */ | 1 | /* $OpenBSD: cfree.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> | 4 | * Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
@@ -25,10 +25,6 @@ | |||
25 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #if defined(LIBC_SCCS) && !defined(lint) | ||
29 | static char rcsid[] = "$OpenBSD: cfree.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
30 | #endif /* LIBC_SCCS and not lint */ | ||
31 | |||
32 | #include <sys/cdefs.h> | 28 | #include <sys/cdefs.h> |
33 | #include <stdlib.h> | 29 | #include <stdlib.h> |
34 | 30 | ||
diff --git a/src/lib/libc/stdlib/div.c b/src/lib/libc/stdlib/div.c index 32c53dff03..f7ac2db4b0 100644 --- a/src/lib/libc/stdlib/div.c +++ b/src/lib/libc/stdlib/div.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: div.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1990 Regents of the University of California. | 3 | * Copyright (c) 1990 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: div.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <stdlib.h> /* div_t */ | 34 | #include <stdlib.h> /* div_t */ |
38 | 35 | ||
39 | div_t | 36 | div_t |
diff --git a/src/lib/libc/stdlib/drand48.c b/src/lib/libc/stdlib/drand48.c index 02886d5b62..b6c046c831 100644 --- a/src/lib/libc/stdlib/drand48.c +++ b/src/lib/libc/stdlib/drand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: drand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: drand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/ecvt.c b/src/lib/libc/stdlib/ecvt.c index 657c531808..9289b3bf8a 100644 --- a/src/lib/libc/stdlib/ecvt.c +++ b/src/lib/libc/stdlib/ecvt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecvt.c,v 1.3 2003/06/17 21:56:24 millert Exp $ */ | 1 | /* $OpenBSD: ecvt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -20,10 +20,6 @@ | |||
20 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. | 20 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #if defined(LIBC_SCCS) && !defined(lint) | ||
24 | static char rcsid[] = "$OpenBSD: ecvt.c,v 1.3 2003/06/17 21:56:24 millert Exp $"; | ||
25 | #endif /* LIBC_SCCS and not lint */ | ||
26 | |||
27 | #include <stdio.h> | 23 | #include <stdio.h> |
28 | #include <stdlib.h> | 24 | #include <stdlib.h> |
29 | #include <string.h> | 25 | #include <string.h> |
diff --git a/src/lib/libc/stdlib/erand48.c b/src/lib/libc/stdlib/erand48.c index b92dacffcc..2ffeaa6e71 100644 --- a/src/lib/libc/stdlib/erand48.c +++ b/src/lib/libc/stdlib/erand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: erand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: erand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | double | 17 | double |
diff --git a/src/lib/libc/stdlib/exit.c b/src/lib/libc/stdlib/exit.c index a0960e83c4..90b7d5adc2 100644 --- a/src/lib/libc/stdlib/exit.c +++ b/src/lib/libc/stdlib/exit.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: exit.c,v 1.11 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: exit.c,v 1.10 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 31 | #include <sys/types.h> |
35 | #include <sys/mman.h> | 32 | #include <sys/mman.h> |
36 | #include <stdlib.h> | 33 | #include <stdlib.h> |
diff --git a/src/lib/libc/stdlib/gcvt.c b/src/lib/libc/stdlib/gcvt.c index 9fd664b346..849af60304 100644 --- a/src/lib/libc/stdlib/gcvt.c +++ b/src/lib/libc/stdlib/gcvt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gcvt.c,v 1.5 2003/06/17 21:56:24 millert Exp $ */ | 1 | /* $OpenBSD: gcvt.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2002, 2003 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 2002, 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -20,10 +20,6 @@ | |||
20 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. | 20 | * Materiel Command, USAF, under agreement number F39502-99-1-0512. |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #if defined(LIBC_SCCS) && !defined(lint) | ||
24 | static char rcsid[] = "$OpenBSD: gcvt.c,v 1.5 2003/06/17 21:56:24 millert Exp $"; | ||
25 | #endif /* LIBC_SCCS and not lint */ | ||
26 | |||
27 | #include <stdio.h> | 23 | #include <stdio.h> |
28 | #include <stdlib.h> | 24 | #include <stdlib.h> |
29 | #include <string.h> | 25 | #include <string.h> |
diff --git a/src/lib/libc/stdlib/getenv.c b/src/lib/libc/stdlib/getenv.c index 7e4d6b91a9..72367b34e2 100644 --- a/src/lib/libc/stdlib/getenv.c +++ b/src/lib/libc/stdlib/getenv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: getenv.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1987, 1993 | 3 | * Copyright (c) 1987, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: getenv.c,v 1.7 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | #include <string.h> | 32 | #include <string.h> |
36 | 33 | ||
diff --git a/src/lib/libc/stdlib/getopt_long.c b/src/lib/libc/stdlib/getopt_long.c index 6ddc8e2060..1bf7996998 100644 --- a/src/lib/libc/stdlib/getopt_long.c +++ b/src/lib/libc/stdlib/getopt_long.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getopt_long.c,v 1.18 2005/03/30 18:51:49 pat Exp $ */ | 1 | /* $OpenBSD: getopt_long.c,v 1.19 2005/08/08 08:05:36 espie Exp $ */ |
2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ | 2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -56,10 +56,6 @@ | |||
56 | * POSSIBILITY OF SUCH DAMAGE. | 56 | * POSSIBILITY OF SUCH DAMAGE. |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #if defined(LIBC_SCCS) && !defined(lint) | ||
60 | static char *rcsid = "$OpenBSD: getopt_long.c,v 1.18 2005/03/30 18:51:49 pat Exp $"; | ||
61 | #endif /* LIBC_SCCS and not lint */ | ||
62 | |||
63 | #include <err.h> | 59 | #include <err.h> |
64 | #include <errno.h> | 60 | #include <errno.h> |
65 | #include <getopt.h> | 61 | #include <getopt.h> |
diff --git a/src/lib/libc/stdlib/getsubopt.c b/src/lib/libc/stdlib/getsubopt.c index dfd7a50bd8..735c85ba8a 100644 --- a/src/lib/libc/stdlib/getsubopt.c +++ b/src/lib/libc/stdlib/getsubopt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $ */ | 1 | /* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -29,14 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #ifndef lint | ||
33 | #if 0 | ||
34 | static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93"; | ||
35 | #else | ||
36 | static char rcsid[] = "$OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $"; | ||
37 | #endif | ||
38 | #endif /* not lint */ | ||
39 | |||
40 | #include <unistd.h> | 32 | #include <unistd.h> |
41 | #include <stdlib.h> | 33 | #include <stdlib.h> |
42 | #include <string.h> | 34 | #include <string.h> |
diff --git a/src/lib/libc/stdlib/hcreate.c b/src/lib/libc/stdlib/hcreate.c index 14e6fa41f2..e9b5ceed11 100644 --- a/src/lib/libc/stdlib/hcreate.c +++ b/src/lib/libc/stdlib/hcreate.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $ */ | 1 | /* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ |
2 | /* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ | 2 | /* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -47,15 +47,6 @@ | |||
47 | * nobody had a copy in the office, so... | 47 | * nobody had a copy in the office, so... |
48 | */ | 48 | */ |
49 | 49 | ||
50 | #ifndef lint | ||
51 | static const char copyright[] = | ||
52 | "@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n"; | ||
53 | #endif /* not lint */ | ||
54 | |||
55 | #ifndef lint | ||
56 | static const char rcsid[] = "$OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $"; | ||
57 | #endif /* not lint */ | ||
58 | |||
59 | #include "namespace.h" | 50 | #include "namespace.h" |
60 | #include <assert.h> | 51 | #include <assert.h> |
61 | #include <errno.h> | 52 | #include <errno.h> |
diff --git a/src/lib/libc/stdlib/heapsort.c b/src/lib/libc/stdlib/heapsort.c index dcc0c8baad..e6fb61ba2f 100644 --- a/src/lib/libc/stdlib/heapsort.c +++ b/src/lib/libc/stdlib/heapsort.c | |||
@@ -30,10 +30,6 @@ | |||
30 | * SUCH DAMAGE. | 30 | * SUCH DAMAGE. |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: heapsort.c,v 1.7 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <sys/types.h> | 33 | #include <sys/types.h> |
38 | #include <errno.h> | 34 | #include <errno.h> |
39 | #include <stdlib.h> | 35 | #include <stdlib.h> |
diff --git a/src/lib/libc/stdlib/insque.c b/src/lib/libc/stdlib/insque.c index 549246c71f..8724efec74 100644 --- a/src/lib/libc/stdlib/insque.c +++ b/src/lib/libc/stdlib/insque.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: insque.c,v 1.1 2003/05/08 23:26:30 millert Exp $ */ | 1 | /* $OpenBSD: insque.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1993 John Brezak | 4 | * Copyright (c) 1993 John Brezak |
@@ -28,10 +28,6 @@ | |||
28 | * POSSIBILITY OF SUCH DAMAGE. | 28 | * POSSIBILITY OF SUCH DAMAGE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #if defined(LIBC_SCCS) && !defined(lint) | ||
32 | static char *rcsid = "$OpenBSD: insque.c,v 1.1 2003/05/08 23:26:30 millert Exp $"; | ||
33 | #endif /* LIBC_SCCS and not lint */ | ||
34 | |||
35 | #include <search.h> | 31 | #include <search.h> |
36 | 32 | ||
37 | struct qelem { | 33 | struct qelem { |
diff --git a/src/lib/libc/stdlib/jrand48.c b/src/lib/libc/stdlib/jrand48.c index 99cddb71e5..cb8c592750 100644 --- a/src/lib/libc/stdlib/jrand48.c +++ b/src/lib/libc/stdlib/jrand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: jrand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: jrand48.c,v 1.2 1996/08/19 08:33:33 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | long | 17 | long |
diff --git a/src/lib/libc/stdlib/l64a.c b/src/lib/libc/stdlib/l64a.c index 325b41b33b..4f33df37b2 100644 --- a/src/lib/libc/stdlib/l64a.c +++ b/src/lib/libc/stdlib/l64a.c | |||
@@ -1,12 +1,9 @@ | |||
1 | /* $OpenBSD: l64a.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Written by J.T. Conklin <jtc@netbsd.org>. | 3 | * Written by J.T. Conklin <jtc@netbsd.org>. |
3 | * Public domain. | 4 | * Public domain. |
4 | */ | 5 | */ |
5 | 6 | ||
6 | #if defined(LIBC_SCCS) && !defined(lint) | ||
7 | static char *rcsid = "$OpenBSD: l64a.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
8 | #endif /* LIBC_SCCS and not lint */ | ||
9 | |||
10 | #include <errno.h> | 7 | #include <errno.h> |
11 | #include <stdlib.h> | 8 | #include <stdlib.h> |
12 | 9 | ||
diff --git a/src/lib/libc/stdlib/labs.c b/src/lib/libc/stdlib/labs.c index 1dc8b0184a..ca60b9aba2 100644 --- a/src/lib/libc/stdlib/labs.c +++ b/src/lib/libc/stdlib/labs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: labs.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: labs.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | long | 33 | long |
diff --git a/src/lib/libc/stdlib/lcong48.c b/src/lib/libc/stdlib/lcong48.c index 44bd74e48a..2cf5c271ba 100644 --- a/src/lib/libc/stdlib/lcong48.c +++ b/src/lib/libc/stdlib/lcong48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: lcong48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: lcong48.c,v 1.2 1996/08/19 08:33:35 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/ldiv.c b/src/lib/libc/stdlib/ldiv.c index bbb539a68b..775065f525 100644 --- a/src/lib/libc/stdlib/ldiv.c +++ b/src/lib/libc/stdlib/ldiv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ldiv.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1990 Regents of the University of California. | 3 | * Copyright (c) 1990 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: ldiv.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <stdlib.h> /* ldiv_t */ | 34 | #include <stdlib.h> /* ldiv_t */ |
38 | 35 | ||
39 | ldiv_t | 36 | ldiv_t |
diff --git a/src/lib/libc/stdlib/llabs.c b/src/lib/libc/stdlib/llabs.c index 9611b5aefd..0a0ff784af 100644 --- a/src/lib/libc/stdlib/llabs.c +++ b/src/lib/libc/stdlib/llabs.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: llabs.c,v 1.1 2003/07/21 20:20:04 millert Exp $ */ | 1 | /* $OpenBSD: llabs.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990 The Regents of the University of California. | 4 | * Copyright (c) 1990 The Regents of the University of California. |
@@ -33,13 +33,10 @@ | |||
33 | * SUCH DAMAGE. | 33 | * SUCH DAMAGE. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | ||
37 | static char *rcsid = "$OpenBSD: llabs.c,v 1.1 2003/07/21 20:20:04 millert Exp $"; | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <stdlib.h> | 36 | #include <stdlib.h> |
41 | 37 | ||
42 | long long llabs(long long j) | 38 | long long |
39 | llabs(long long j) | ||
43 | { | 40 | { |
44 | return (j < 0 ? -j : j); | 41 | return (j < 0 ? -j : j); |
45 | } | 42 | } |
diff --git a/src/lib/libc/stdlib/lrand48.c b/src/lib/libc/stdlib/lrand48.c index 6b7524a51b..21beb858ca 100644 --- a/src/lib/libc/stdlib/lrand48.c +++ b/src/lib/libc/stdlib/lrand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: lrand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: lrand48.c,v 1.2 1996/08/19 08:33:36 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/malloc.c b/src/lib/libc/stdlib/malloc.c index 5a328b0eb0..65675456ec 100644 --- a/src/lib/libc/stdlib/malloc.c +++ b/src/lib/libc/stdlib/malloc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: malloc.c,v 1.76 2005/08/08 08:05:36 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * ---------------------------------------------------------------------------- | 3 | * ---------------------------------------------------------------------------- |
3 | * "THE BEER-WARE LICENSE" (Revision 42): | 4 | * "THE BEER-WARE LICENSE" (Revision 42): |
@@ -7,10 +8,6 @@ | |||
7 | * ---------------------------------------------------------------------------- | 8 | * ---------------------------------------------------------------------------- |
8 | */ | 9 | */ |
9 | 10 | ||
10 | #if defined(LIBC_SCCS) && !defined(lint) | ||
11 | static char rcsid[] = "$OpenBSD: malloc.c,v 1.75 2005/07/07 05:28:53 tdeval Exp $"; | ||
12 | #endif /* LIBC_SCCS and not lint */ | ||
13 | |||
14 | /* | 11 | /* |
15 | * Defining MALLOC_EXTRA_SANITY will enable extra checks which are | 12 | * Defining MALLOC_EXTRA_SANITY will enable extra checks which are |
16 | * related to internal conditions and consistency in malloc.c. This has | 13 | * related to internal conditions and consistency in malloc.c. This has |
diff --git a/src/lib/libc/stdlib/merge.c b/src/lib/libc/stdlib/merge.c index b193ae345c..623f652134 100644 --- a/src/lib/libc/stdlib/merge.c +++ b/src/lib/libc/stdlib/merge.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: merge.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1992, 1993 | 3 | * Copyright (c) 1992, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: merge.c,v 1.7 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | /* | 34 | /* |
38 | * Hybrid exponential search/linear search merge sort with hybrid | 35 | * Hybrid exponential search/linear search merge sort with hybrid |
39 | * natural/pairwise first pass. Requires about .3% more comparisons | 36 | * natural/pairwise first pass. Requires about .3% more comparisons |
diff --git a/src/lib/libc/stdlib/mrand48.c b/src/lib/libc/stdlib/mrand48.c index cd34260b5c..977264aba5 100644 --- a/src/lib/libc/stdlib/mrand48.c +++ b/src/lib/libc/stdlib/mrand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: mrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: mrand48.c,v 1.2 1996/08/19 08:33:39 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/multibyte.c b/src/lib/libc/stdlib/multibyte.c deleted file mode 100644 index ba878b8fdc..0000000000 --- a/src/lib/libc/stdlib/multibyte.c +++ /dev/null | |||
@@ -1,120 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (c) 1991 The Regents of the University of California. | ||
3 | * All rights reserved. | ||
4 | * | ||
5 | * Redistribution and use in source and binary forms, with or without | ||
6 | * modification, are permitted provided that the following conditions | ||
7 | * are met: | ||
8 | * 1. Redistributions of source code must retain the above copyright | ||
9 | * notice, this list of conditions and the following disclaimer. | ||
10 | * 2. Redistributions in binary form must reproduce the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer in the | ||
12 | * documentation and/or other materials provided with the distribution. | ||
13 | * 3. Neither the name of the University nor the names of its contributors | ||
14 | * may be used to endorse or promote products derived from this software | ||
15 | * without specific prior written permission. | ||
16 | * | ||
17 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | ||
18 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
19 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
20 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | ||
21 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
22 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
23 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
24 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
25 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
26 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
27 | * SUCH DAMAGE. | ||
28 | */ | ||
29 | |||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: multibyte.c,v 1.4 2003/06/02 20:18:38 millert Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | ||
35 | |||
36 | /* | ||
37 | * Stub multibyte character functions. | ||
38 | * This cheezy implementation is fixed to the native single-byte | ||
39 | * character set. | ||
40 | */ | ||
41 | |||
42 | int | ||
43 | mblen(s, n) | ||
44 | const char *s; | ||
45 | size_t n; | ||
46 | { | ||
47 | if (s == NULL || *s == '\0') | ||
48 | return 0; | ||
49 | if (n == 0) | ||
50 | return -1; | ||
51 | return 1; | ||
52 | } | ||
53 | |||
54 | /*ARGSUSED*/ | ||
55 | int | ||
56 | mbtowc(pwc, s, n) | ||
57 | wchar_t *pwc; | ||
58 | const char *s; | ||
59 | size_t n; | ||
60 | { | ||
61 | if (s == NULL) | ||
62 | return 0; | ||
63 | if (n == 0) | ||
64 | return -1; | ||
65 | if (pwc) | ||
66 | *pwc = (wchar_t) *s; | ||
67 | return (*s != '\0'); | ||
68 | } | ||
69 | |||
70 | /*ARGSUSED*/ | ||
71 | int | ||
72 | wctomb(char *s, wchar_t wchar) | ||
73 | { | ||
74 | if (s == NULL) | ||
75 | return 0; | ||
76 | |||
77 | *s = (char) wchar; | ||
78 | return 1; | ||
79 | } | ||
80 | |||
81 | /*ARGSUSED*/ | ||
82 | size_t | ||
83 | mbstowcs(pwcs, s, n) | ||
84 | wchar_t *pwcs; | ||
85 | const char *s; | ||
86 | size_t n; | ||
87 | { | ||
88 | int count = 0; | ||
89 | |||
90 | if (n != 0) { | ||
91 | do { | ||
92 | if ((*pwcs++ = (wchar_t) *s++) == 0) | ||
93 | break; | ||
94 | count++; | ||
95 | } while (--n != 0); | ||
96 | } | ||
97 | |||
98 | return count; | ||
99 | } | ||
100 | |||
101 | /*ARGSUSED*/ | ||
102 | size_t | ||
103 | wcstombs(s, pwcs, n) | ||
104 | char *s; | ||
105 | const wchar_t *pwcs; | ||
106 | size_t n; | ||
107 | { | ||
108 | int count = 0; | ||
109 | |||
110 | if (n != 0) { | ||
111 | do { | ||
112 | if ((*s++ = (char) *pwcs++) == 0) | ||
113 | break; | ||
114 | count++; | ||
115 | } while (--n != 0); | ||
116 | } | ||
117 | |||
118 | return count; | ||
119 | } | ||
120 | |||
diff --git a/src/lib/libc/stdlib/nrand48.c b/src/lib/libc/stdlib/nrand48.c index b1ec2cebb1..f1f548c3af 100644 --- a/src/lib/libc/stdlib/nrand48.c +++ b/src/lib/libc/stdlib/nrand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: nrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: nrand48.c,v 1.2 1996/08/19 08:33:40 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | long | 17 | long |
diff --git a/src/lib/libc/stdlib/putenv.c b/src/lib/libc/stdlib/putenv.c index 231982bf87..54482f6a14 100644 --- a/src/lib/libc/stdlib/putenv.c +++ b/src/lib/libc/stdlib/putenv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: putenv.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1988, 1993 | 3 | * Copyright (c) 1988, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: putenv.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | #include <string.h> | 32 | #include <string.h> |
36 | 33 | ||
diff --git a/src/lib/libc/stdlib/qabs.c b/src/lib/libc/stdlib/qabs.c index 4c561b3351..656b93c822 100644 --- a/src/lib/libc/stdlib/qabs.c +++ b/src/lib/libc/stdlib/qabs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: qabs.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: qabs.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | 32 | ||
36 | quad_t | 33 | quad_t |
diff --git a/src/lib/libc/stdlib/qdiv.c b/src/lib/libc/stdlib/qdiv.c index 8147ee89a6..f3db0915ed 100644 --- a/src/lib/libc/stdlib/qdiv.c +++ b/src/lib/libc/stdlib/qdiv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: qdiv.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1990 Regents of the University of California. | 3 | * Copyright (c) 1990 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: qdiv.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <stdlib.h> /* qdiv_t */ | 34 | #include <stdlib.h> /* qdiv_t */ |
38 | 35 | ||
39 | qdiv_t | 36 | qdiv_t |
diff --git a/src/lib/libc/stdlib/qsort.c b/src/lib/libc/stdlib/qsort.c index 154c51a86c..bb4a9a11f2 100644 --- a/src/lib/libc/stdlib/qsort.c +++ b/src/lib/libc/stdlib/qsort.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: qsort.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1992, 1993 | 3 | * Copyright (c) 1992, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: qsort.c,v 1.9 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 31 | #include <sys/types.h> |
35 | #include <stdlib.h> | 32 | #include <stdlib.h> |
36 | 33 | ||
diff --git a/src/lib/libc/stdlib/radixsort.c b/src/lib/libc/stdlib/radixsort.c index 96392ea73a..0b2ff27044 100644 --- a/src/lib/libc/stdlib/radixsort.c +++ b/src/lib/libc/stdlib/radixsort.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: radixsort.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990, 1993 | 3 | * Copyright (c) 1990, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: radixsort.c,v 1.7 2005/03/30 18:51:49 pat Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | /* | 34 | /* |
38 | * Radixsort routines. | 35 | * Radixsort routines. |
39 | * | 36 | * |
diff --git a/src/lib/libc/stdlib/rand.c b/src/lib/libc/stdlib/rand.c index 6b27ad46d3..0f9c100807 100644 --- a/src/lib/libc/stdlib/rand.c +++ b/src/lib/libc/stdlib/rand.c | |||
@@ -27,10 +27,6 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: rand.c,v 1.8 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 30 | #include <sys/types.h> |
35 | #include <stdlib.h> | 31 | #include <stdlib.h> |
36 | 32 | ||
diff --git a/src/lib/libc/stdlib/random.c b/src/lib/libc/stdlib/random.c index 4ca8735e75..565542ecdb 100644 --- a/src/lib/libc/stdlib/random.c +++ b/src/lib/libc/stdlib/random.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: random.c,v 1.14 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1983 Regents of the University of California. | 3 | * Copyright (c) 1983 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: random.c,v 1.13 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/param.h> | 31 | #include <sys/param.h> |
35 | #include <sys/sysctl.h> | 32 | #include <sys/sysctl.h> |
36 | #include <sys/time.h> | 33 | #include <sys/time.h> |
diff --git a/src/lib/libc/stdlib/realpath.c b/src/lib/libc/stdlib/realpath.c index 62e06b00be..4cb847b313 100644 --- a/src/lib/libc/stdlib/realpath.c +++ b/src/lib/libc/stdlib/realpath.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: realpath.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> | 3 | * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru> |
3 | * | 4 | * |
@@ -26,15 +27,6 @@ | |||
26 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
27 | */ | 28 | */ |
28 | 29 | ||
29 | #if 0 | ||
30 | #include <sys/cdefs.h> | ||
31 | __FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/lib/libc/stdlib/realpath.c,v 1.9.2.1 2003/05/22 17:11:44 fjoe Exp $"); | ||
32 | #endif | ||
33 | |||
34 | #if defined(LIBC_SCCS) && !defined(lint) | ||
35 | static char *rcsid = "$OpenBSD: realpath.c,v 1.12 2005/03/29 19:34:14 brad Exp $"; | ||
36 | #endif /* LIBC_SCCS and not lint */ | ||
37 | |||
38 | #include <sys/param.h> | 30 | #include <sys/param.h> |
39 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
40 | 32 | ||
diff --git a/src/lib/libc/stdlib/remque.c b/src/lib/libc/stdlib/remque.c index f4c5769a8c..ae249ae053 100644 --- a/src/lib/libc/stdlib/remque.c +++ b/src/lib/libc/stdlib/remque.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $ */ | 1 | /* $OpenBSD: remque.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1993 John Brezak | 4 | * Copyright (c) 1993 John Brezak |
@@ -28,10 +28,6 @@ | |||
28 | * POSSIBILITY OF SUCH DAMAGE. | 28 | * POSSIBILITY OF SUCH DAMAGE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #if defined(LIBC_SCCS) && !defined(lint) | ||
32 | static char *rcsid = "$OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $"; | ||
33 | #endif /* LIBC_SCCS and not lint */ | ||
34 | |||
35 | #include <search.h> | 31 | #include <search.h> |
36 | 32 | ||
37 | struct qelem { | 33 | struct qelem { |
diff --git a/src/lib/libc/stdlib/seed48.c b/src/lib/libc/stdlib/seed48.c index c4dcd0ead8..583262f2d5 100644 --- a/src/lib/libc/stdlib/seed48.c +++ b/src/lib/libc/stdlib/seed48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: seed48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: seed48.c,v 1.2 1996/08/19 08:33:48 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/setenv.c b/src/lib/libc/stdlib/setenv.c index ce0d3f9699..36540ebb0c 100644 --- a/src/lib/libc/stdlib/setenv.c +++ b/src/lib/libc/stdlib/setenv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: setenv.c,v 1.9 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1987 Regents of the University of California. | 3 | * Copyright (c) 1987 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: setenv.c,v 1.8 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <stdlib.h> | 31 | #include <stdlib.h> |
35 | #include <string.h> | 32 | #include <string.h> |
36 | 33 | ||
diff --git a/src/lib/libc/stdlib/srand48.c b/src/lib/libc/stdlib/srand48.c index fcff8a172e..f76b6cca86 100644 --- a/src/lib/libc/stdlib/srand48.c +++ b/src/lib/libc/stdlib/srand48.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: srand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -11,10 +12,6 @@ | |||
11 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. |
12 | */ | 13 | */ |
13 | 14 | ||
14 | #if defined(LIBC_SCCS) && !defined(lint) | ||
15 | static char rcsid[] = "$OpenBSD: srand48.c,v 1.2 1996/08/19 08:33:49 tholo Exp $"; | ||
16 | #endif /* LIBC_SCCS and not lint */ | ||
17 | |||
18 | #include "rand48.h" | 15 | #include "rand48.h" |
19 | 16 | ||
20 | extern unsigned short __rand48_seed[3]; | 17 | extern unsigned short __rand48_seed[3]; |
diff --git a/src/lib/libc/stdlib/strtod.c b/src/lib/libc/stdlib/strtod.c index 94eca88659..2f0de36d90 100644 --- a/src/lib/libc/stdlib/strtod.c +++ b/src/lib/libc/stdlib/strtod.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strtod.c,v 1.21 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /**************************************************************** | 2 | /**************************************************************** |
2 | * | 3 | * |
3 | * The author of this software is David M. Gay. | 4 | * The author of this software is David M. Gay. |
@@ -88,10 +89,6 @@ | |||
88 | * directly -- and assumed always to succeed. | 89 | * directly -- and assumed always to succeed. |
89 | */ | 90 | */ |
90 | 91 | ||
91 | #if defined(LIBC_SCCS) && !defined(lint) | ||
92 | static char *rcsid = "$OpenBSD: strtod.c,v 1.20 2005/03/30 18:51:49 pat Exp $"; | ||
93 | #endif /* LIBC_SCCS and not lint */ | ||
94 | |||
95 | #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ | 92 | #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ |
96 | defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ | 93 | defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ |
97 | defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) || \ | 94 | defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) || \ |
diff --git a/src/lib/libc/stdlib/strtol.c b/src/lib/libc/stdlib/strtol.c index 9692bb6b07..5a244766db 100644 --- a/src/lib/libc/stdlib/strtol.c +++ b/src/lib/libc/stdlib/strtol.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strtol.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strtol.c,v 1.6 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <ctype.h> | 31 | #include <ctype.h> |
35 | #include <errno.h> | 32 | #include <errno.h> |
36 | #include <limits.h> | 33 | #include <limits.h> |
diff --git a/src/lib/libc/stdlib/strtoll.c b/src/lib/libc/stdlib/strtoll.c index fa4d30ef5a..b9ffc3d47a 100644 --- a/src/lib/libc/stdlib/strtoll.c +++ b/src/lib/libc/stdlib/strtoll.c | |||
@@ -27,10 +27,6 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 30 | #include <sys/types.h> |
35 | 31 | ||
36 | #include <ctype.h> | 32 | #include <ctype.h> |
diff --git a/src/lib/libc/stdlib/strtoul.c b/src/lib/libc/stdlib/strtoul.c index 1faa0abbd0..d7dddab778 100644 --- a/src/lib/libc/stdlib/strtoul.c +++ b/src/lib/libc/stdlib/strtoul.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1990 Regents of the University of California. | 3 | * Copyright (c) 1990 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strtoul.c,v 1.6 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <ctype.h> | 31 | #include <ctype.h> |
35 | #include <errno.h> | 32 | #include <errno.h> |
36 | #include <limits.h> | 33 | #include <limits.h> |
diff --git a/src/lib/libc/stdlib/strtoull.c b/src/lib/libc/stdlib/strtoull.c index 5fa841fff7..37859776f9 100644 --- a/src/lib/libc/stdlib/strtoull.c +++ b/src/lib/libc/stdlib/strtoull.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1992 The Regents of the University of California. | 3 | * Copyright (c) 1992 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static const char rcsid[] = "$OpenBSD: strtoull.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 31 | #include <sys/types.h> |
35 | 32 | ||
36 | #include <ctype.h> | 33 | #include <ctype.h> |
diff --git a/src/lib/libc/stdlib/system.c b/src/lib/libc/stdlib/system.c index ebf5577674..14ddcae8d3 100644 --- a/src/lib/libc/stdlib/system.c +++ b/src/lib/libc/stdlib/system.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: system.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 The Regents of the University of California. | 3 | * Copyright (c) 1988 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: system.c,v 1.7 2005/03/30 18:51:49 pat Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 31 | #include <sys/types.h> |
35 | #include <sys/wait.h> | 32 | #include <sys/wait.h> |
36 | #include <signal.h> | 33 | #include <signal.h> |
diff --git a/src/lib/libc/string/bcmp.c b/src/lib/libc/string/bcmp.c index 07d32ed043..a35689a209 100644 --- a/src/lib/libc/string/bcmp.c +++ b/src/lib/libc/string/bcmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $ */ | 1 | /* $OpenBSD: bcmp.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1987 Regents of the University of California. | 4 | * Copyright (c) 1987 Regents of the University of California. |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/bcopy.c b/src/lib/libc/string/bcopy.c index 7b30ab4abb..4308c6484a 100644 --- a/src/lib/libc/string/bcopy.c +++ b/src/lib/libc/string/bcopy.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: bcopy.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: bcopy.c,v 1.4 2005/03/30 20:13:52 otto Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 6c8e4c3472..829c24082e 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: bm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1994 | 3 | * Copyright (c) 1994 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: bm.c,v 1.5 2005/03/30 20:13:52 otto Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <sys/types.h> | 34 | #include <sys/types.h> |
38 | 35 | ||
39 | #include <bm.h> | 36 | #include <bm.h> |
diff --git a/src/lib/libc/string/bzero.c b/src/lib/libc/string/bzero.c index 9d8a2cef3a..4d267d4f40 100644 --- a/src/lib/libc/string/bzero.c +++ b/src/lib/libc/string/bzero.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: bzero.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1987 Regents of the University of California. | 4 | * Copyright (c) 1987 Regents of the University of California. |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/ffs.c b/src/lib/libc/string/ffs.c index f1d14096a2..7dec1613a8 100644 --- a/src/lib/libc/string/ffs.c +++ b/src/lib/libc/string/ffs.c | |||
@@ -1,14 +1,10 @@ | |||
1 | /* $OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: ffs.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Public domain. | 4 | * Public domain. |
5 | * Written by Dale Rahn. | 5 | * Written by Dale Rahn. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if defined(LIBC_SCCS) && !defined(lint) | ||
9 | static char *rcsid = "$OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; | ||
10 | #endif /* LIBC_SCCS and not lint */ | ||
11 | |||
12 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 8 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
13 | #include <string.h> | 9 | #include <string.h> |
14 | #else | 10 | #else |
diff --git a/src/lib/libc/string/index.c b/src/lib/libc/string/index.c index 52d0fd46fa..50e9ca35ab 100644 --- a/src/lib/libc/string/index.c +++ b/src/lib/libc/string/index.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: index.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: index.c,v 1.4 2003/06/02 20:18:38 millert Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 31 | #include <string.h> |
35 | 32 | ||
36 | char * | 33 | char * |
diff --git a/src/lib/libc/string/memccpy.c b/src/lib/libc/string/memccpy.c index 265570c5a4..485c55fcab 100644 --- a/src/lib/libc/string/memccpy.c +++ b/src/lib/libc/string/memccpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $ */ | 1 | /* $OpenBSD: memccpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -29,14 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | #if 0 | ||
34 | static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93"; | ||
35 | #else | ||
36 | static char *rcsid = "$OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $"; | ||
37 | #endif | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <string.h> | 32 | #include <string.h> |
41 | 33 | ||
42 | void * | 34 | void * |
diff --git a/src/lib/libc/string/memchr.c b/src/lib/libc/string/memchr.c index 454abcbc17..4573e3ceb1 100644 --- a/src/lib/libc/string/memchr.c +++ b/src/lib/libc/string/memchr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: memchr.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: memchr.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | void * | 36 | void * |
diff --git a/src/lib/libc/string/memcmp.c b/src/lib/libc/string/memcmp.c index 6c83208a7b..49384a6fb9 100644 --- a/src/lib/libc/string/memcmp.c +++ b/src/lib/libc/string/memcmp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: memcmp.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: memcmp.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/memset.c b/src/lib/libc/string/memset.c index 9bc0556faa..db32866a0e 100644 --- a/src/lib/libc/string/memset.c +++ b/src/lib/libc/string/memset.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: memset.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: memset.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | void * | 36 | void * |
diff --git a/src/lib/libc/string/rindex.c b/src/lib/libc/string/rindex.c index b880d0eaeb..bf9d6f7cf1 100644 --- a/src/lib/libc/string/rindex.c +++ b/src/lib/libc/string/rindex.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: rindex.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 31 | #include <string.h> |
35 | 32 | ||
36 | char * | 33 | char * |
diff --git a/src/lib/libc/string/strcasecmp.c b/src/lib/libc/string/strcasecmp.c index 62da063444..2be09136c0 100644 --- a/src/lib/libc/string/strcasecmp.c +++ b/src/lib/libc/string/strcasecmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1987, 1993 | 4 | * Copyright (c) 1987, 1993 |
@@ -31,14 +31,6 @@ | |||
31 | 31 | ||
32 | #include <string.h> | 32 | #include <string.h> |
33 | 33 | ||
34 | #if defined(LIBC_SCCS) && !defined(lint) | ||
35 | #if 0 | ||
36 | static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; | ||
37 | #else | ||
38 | static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
39 | #endif | ||
40 | #endif /* LIBC_SCCS and not lint */ | ||
41 | |||
42 | typedef unsigned char u_char; | 34 | typedef unsigned char u_char; |
43 | 35 | ||
44 | /* | 36 | /* |
diff --git a/src/lib/libc/string/strcasestr.c b/src/lib/libc/string/strcasestr.c index 075e6f1987..07c8c2e8fb 100644 --- a/src/lib/libc/string/strcasestr.c +++ b/src/lib/libc/string/strcasestr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $ */ | 1 | /* $OpenBSD: strcasestr.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ | 2 | /* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -33,10 +33,6 @@ | |||
33 | * SUCH DAMAGE. | 33 | * SUCH DAMAGE. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | ||
37 | static char *rcsid = "$OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $"; | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <ctype.h> | 36 | #include <ctype.h> |
41 | #include <string.h> | 37 | #include <string.h> |
42 | 38 | ||
diff --git a/src/lib/libc/string/strcat.c b/src/lib/libc/string/strcat.c index 4f9734ab9e..7cea5229fb 100644 --- a/src/lib/libc/string/strcat.c +++ b/src/lib/libc/string/strcat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: strcat.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1988 Regents of the University of California. | 4 | * Copyright (c) 1988 Regents of the University of California. |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/strcmp.c b/src/lib/libc/string/strcmp.c index 0fe34c2804..816fd111ac 100644 --- a/src/lib/libc/string/strcmp.c +++ b/src/lib/libc/string/strcmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990 The Regents of the University of California. | 4 | * Copyright (c) 1990 The Regents of the University of California. |
@@ -32,10 +32,6 @@ | |||
32 | * SUCH DAMAGE. | 32 | * SUCH DAMAGE. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | static char *rcsid = "$OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; | ||
37 | #endif /* LIBC_SCCS and not lint */ | ||
38 | |||
39 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 35 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
40 | #include <string.h> | 36 | #include <string.h> |
41 | #else | 37 | #else |
diff --git a/src/lib/libc/string/strcoll.c b/src/lib/libc/string/strcoll.c index 9622b67281..2df983bd65 100644 --- a/src/lib/libc/string/strcoll.c +++ b/src/lib/libc/string/strcoll.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strcoll.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: strcoll.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/strcpy.c b/src/lib/libc/string/strcpy.c index 0acd1bbadf..71d90d4100 100644 --- a/src/lib/libc/string/strcpy.c +++ b/src/lib/libc/string/strcpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: strcpy.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1988 Regents of the University of California. | 4 | * Copyright (c) 1988 Regents of the University of California. |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/strcspn.c b/src/lib/libc/string/strcspn.c index f96f903809..1eb233614d 100644 --- a/src/lib/libc/string/strcspn.c +++ b/src/lib/libc/string/strcspn.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: strcspn.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/strdup.c b/src/lib/libc/string/strdup.c index bbea59888c..a6aa1e03b0 100644 --- a/src/lib/libc/string/strdup.c +++ b/src/lib/libc/string/strdup.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1988, 1993 | 4 | * Copyright (c) 1988, 1993 |
@@ -29,14 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | #if 0 | ||
34 | static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; | ||
35 | #else | ||
36 | static char *rcsid = "$OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
37 | #endif | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <sys/types.h> | 32 | #include <sys/types.h> |
41 | 33 | ||
42 | #include <stddef.h> | 34 | #include <stddef.h> |
diff --git a/src/lib/libc/string/strerror.c b/src/lib/libc/string/strerror.c index edb6af7386..13996f08e9 100644 --- a/src/lib/libc/string/strerror.c +++ b/src/lib/libc/string/strerror.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strerror.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strerror.c,v 1.6 2004/05/03 05:07:34 espie Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 31 | #include <string.h> |
35 | #include <limits.h> | 32 | #include <limits.h> |
36 | 33 | ||
diff --git a/src/lib/libc/string/strerror_r.c b/src/lib/libc/string/strerror_r.c index 958a88df3e..85988a2561 100644 --- a/src/lib/libc/string/strerror_r.c +++ b/src/lib/libc/string/strerror_r.c | |||
@@ -1,10 +1,6 @@ | |||
1 | /* $OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $ */ | 1 | /* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* Public Domain <marc@snafu.org> */ | 2 | /* Public Domain <marc@snafu.org> */ |
3 | 3 | ||
4 | #if defined(LIBC_SCCS) && !defined(lint) | ||
5 | static char *rcsid = "$OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $"; | ||
6 | #endif /* LIBC_SCCS and not lint */ | ||
7 | |||
8 | #ifdef NLS | 4 | #ifdef NLS |
9 | #define catclose _catclose | 5 | #define catclose _catclose |
10 | #define catgets _catgets | 6 | #define catgets _catgets |
diff --git a/src/lib/libc/string/strlcat.c b/src/lib/libc/string/strlcat.c index 952eed1a79..ceab094411 100644 --- a/src/lib/libc/string/strlcat.c +++ b/src/lib/libc/string/strlcat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $ */ | 1 | /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -16,10 +16,6 @@ | |||
16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #if defined(LIBC_SCCS) && !defined(lint) | ||
20 | static char *rcsid = "$OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $"; | ||
21 | #endif /* LIBC_SCCS and not lint */ | ||
22 | |||
23 | #include <sys/types.h> | 19 | #include <sys/types.h> |
24 | #include <string.h> | 20 | #include <string.h> |
25 | 21 | ||
diff --git a/src/lib/libc/string/strlcpy.c b/src/lib/libc/string/strlcpy.c index 09a9c2b360..110155f76f 100644 --- a/src/lib/libc/string/strlcpy.c +++ b/src/lib/libc/string/strlcpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $ */ | 1 | /* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -16,10 +16,6 @@ | |||
16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #if defined(LIBC_SCCS) && !defined(lint) | ||
20 | static char *rcsid = "$OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $"; | ||
21 | #endif /* LIBC_SCCS and not lint */ | ||
22 | |||
23 | #include <sys/types.h> | 19 | #include <sys/types.h> |
24 | #include <string.h> | 20 | #include <string.h> |
25 | 21 | ||
diff --git a/src/lib/libc/string/strlen.c b/src/lib/libc/string/strlen.c index 298a9966a3..12d9ec4dad 100644 --- a/src/lib/libc/string/strlen.c +++ b/src/lib/libc/string/strlen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strlen.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/strmode.c b/src/lib/libc/string/strmode.c index eedd65aaf3..6f0fa34ed8 100644 --- a/src/lib/libc/string/strmode.c +++ b/src/lib/libc/string/strmode.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strmode.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strmode.c,v 1.6 2005/06/15 17:48:52 millert Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <sys/types.h> | 31 | #include <sys/types.h> |
35 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
36 | #include <string.h> | 33 | #include <string.h> |
diff --git a/src/lib/libc/string/strncat.c b/src/lib/libc/string/strncat.c index 05d35e0900..c4df4f2fad 100644 --- a/src/lib/libc/string/strncat.c +++ b/src/lib/libc/string/strncat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strncat.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: strncat.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/strncmp.c b/src/lib/libc/string/strncmp.c index ddab42dc75..0aea80d7d9 100644 --- a/src/lib/libc/string/strncmp.c +++ b/src/lib/libc/string/strncmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1989 The Regents of the University of California. | 4 | * Copyright (c) 1989 The Regents of the University of California. |
@@ -29,10 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 32 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
37 | #include <string.h> | 33 | #include <string.h> |
38 | #else | 34 | #else |
diff --git a/src/lib/libc/string/strncpy.c b/src/lib/libc/string/strncpy.c index d73008c6db..4426cbe2e3 100644 --- a/src/lib/libc/string/strncpy.c +++ b/src/lib/libc/string/strncpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $ */ | 1 | /* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990 The Regents of the University of California. | 4 | * Copyright (c) 1990 The Regents of the University of California. |
@@ -32,10 +32,6 @@ | |||
32 | * SUCH DAMAGE. | 32 | * SUCH DAMAGE. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | static char *rcsid = "$OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $"; | ||
37 | #endif /* LIBC_SCCS and not lint */ | ||
38 | |||
39 | #if !defined(_KERNEL) && !defined(_STANDALONE) | 35 | #if !defined(_KERNEL) && !defined(_STANDALONE) |
40 | #include <string.h> | 36 | #include <string.h> |
41 | #else | 37 | #else |
diff --git a/src/lib/libc/string/strpbrk.c b/src/lib/libc/string/strpbrk.c index 024c42bdc3..cd3b71c0d3 100644 --- a/src/lib/libc/string/strpbrk.c +++ b/src/lib/libc/string/strpbrk.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strpbrk.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1985 Regents of the University of California. | 3 | * Copyright (c) 1985 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strpbrk.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 31 | #include <string.h> |
35 | 32 | ||
36 | /* | 33 | /* |
diff --git a/src/lib/libc/string/strsep.c b/src/lib/libc/string/strsep.c index 337d78e466..bcca681e03 100644 --- a/src/lib/libc/string/strsep.c +++ b/src/lib/libc/string/strsep.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -32,14 +32,6 @@ | |||
32 | #include <string.h> | 32 | #include <string.h> |
33 | #include <stdio.h> | 33 | #include <stdio.h> |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | #if 0 | ||
37 | static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; | ||
38 | #else | ||
39 | static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
40 | #endif | ||
41 | #endif /* LIBC_SCCS and not lint */ | ||
42 | |||
43 | /* | 35 | /* |
44 | * Get next token from string *stringp, where tokens are possibly-empty | 36 | * Get next token from string *stringp, where tokens are possibly-empty |
45 | * strings separated by characters from delim. | 37 | * strings separated by characters from delim. |
diff --git a/src/lib/libc/string/strsignal.c b/src/lib/libc/string/strsignal.c index afe0deb272..aa541cefed 100644 --- a/src/lib/libc/string/strsignal.c +++ b/src/lib/libc/string/strsignal.c | |||
@@ -27,10 +27,6 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strsignal.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 30 | #include <string.h> |
35 | #include <limits.h> | 31 | #include <limits.h> |
36 | 32 | ||
diff --git a/src/lib/libc/string/strspn.c b/src/lib/libc/string/strspn.c index d51a8cd3e6..385649c041 100644 --- a/src/lib/libc/string/strspn.c +++ b/src/lib/libc/string/strspn.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1989 The Regents of the University of California. | 3 | * Copyright (c) 1989 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -27,10 +28,6 @@ | |||
27 | * SUCH DAMAGE. | 28 | * SUCH DAMAGE. |
28 | */ | 29 | */ |
29 | 30 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strspn.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 31 | #include <string.h> |
35 | 32 | ||
36 | /* | 33 | /* |
diff --git a/src/lib/libc/string/strstr.c b/src/lib/libc/string/strstr.c index e6a94c5ce6..95a865bf79 100644 --- a/src/lib/libc/string/strstr.c +++ b/src/lib/libc/string/strstr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: strstr.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/strtok.c b/src/lib/libc/string/strtok.c index 6498eac8cc..4e963a019e 100644 --- a/src/lib/libc/string/strtok.c +++ b/src/lib/libc/string/strtok.c | |||
@@ -27,10 +27,6 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
31 | static char *rcsid = "$OpenBSD: strtok.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
32 | #endif /* LIBC_SCCS and not lint */ | ||
33 | |||
34 | #include <string.h> | 30 | #include <string.h> |
35 | 31 | ||
36 | char * | 32 | char * |
diff --git a/src/lib/libc/string/strxfrm.c b/src/lib/libc/string/strxfrm.c index a2e2dbc440..6f289c901e 100644 --- a/src/lib/libc/string/strxfrm.c +++ b/src/lib/libc/string/strxfrm.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: strxfrm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: strxfrm.c,v 1.5 2003/09/06 22:43:12 tedu Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <string.h> | 34 | #include <string.h> |
38 | 35 | ||
39 | /* | 36 | /* |
diff --git a/src/lib/libc/string/swab.c b/src/lib/libc/string/swab.c index 0129561aa3..b53717dcde 100644 --- a/src/lib/libc/string/swab.c +++ b/src/lib/libc/string/swab.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: swab.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
3 | * All rights reserved. | 4 | * All rights reserved. |
@@ -30,10 +31,6 @@ | |||
30 | * SUCH DAMAGE. | 31 | * SUCH DAMAGE. |
31 | */ | 32 | */ |
32 | 33 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: swab.c,v 1.6 2005/03/30 20:13:52 otto Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <unistd.h> | 34 | #include <unistd.h> |
38 | 35 | ||
39 | void | 36 | void |
diff --git a/src/lib/libc/string/wcscat.c b/src/lib/libc/string/wcscat.c index 80de3f0d5e..a4841a975a 100644 --- a/src/lib/libc/string/wcscat.c +++ b/src/lib/libc/string/wcscat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcscat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcscat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcscat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcscat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | #if defined(APIWARN) | 34 | #if defined(APIWARN) |
diff --git a/src/lib/libc/string/wcschr.c b/src/lib/libc/string/wcschr.c index 8086122517..c06127e087 100644 --- a/src/lib/libc/string/wcschr.c +++ b/src/lib/libc/string/wcschr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcschr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcschr.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcschr.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcschr.c,v 1.2 2000/12/21 05:07:25 itojun Exp | 29 | * citrus Id: wcschr.c,v 1.2 2000/12/21 05:07:25 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcschr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcscmp.c b/src/lib/libc/string/wcscmp.c index ebbb87ca4d..4a8f6ba3fb 100644 --- a/src/lib/libc/string/wcscmp.c +++ b/src/lib/libc/string/wcscmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ | 1 | /* $OpenBSD: wcscmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcscmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ | 2 | /* $NetBSD: wcscmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -33,10 +33,6 @@ | |||
33 | * SUCH DAMAGE. | 33 | * SUCH DAMAGE. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | ||
37 | static char *rcsid = "$OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; | ||
38 | #endif /* LIBC_SCCS and not lint */ | ||
39 | |||
40 | #include <wchar.h> | 36 | #include <wchar.h> |
41 | #include "locale/runetype.h" | 37 | #include "locale/runetype.h" |
42 | 38 | ||
diff --git a/src/lib/libc/string/wcscpy.c b/src/lib/libc/string/wcscpy.c index e5bf8b0dbf..75fdb75fe4 100644 --- a/src/lib/libc/string/wcscpy.c +++ b/src/lib/libc/string/wcscpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcscpy.c,v 1.3 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcscpy.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcscpy.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcscpy.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp | 29 | * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcscpy.c,v 1.3 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | #if defined(APIWARN) | 34 | #if defined(APIWARN) |
diff --git a/src/lib/libc/string/wcscspn.c b/src/lib/libc/string/wcscspn.c index 59a9510156..cf40092465 100644 --- a/src/lib/libc/string/wcscspn.c +++ b/src/lib/libc/string/wcscspn.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcscspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcscspn.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcscspn.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcscspn.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcscspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcscspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcscspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | size_t | 34 | size_t |
diff --git a/src/lib/libc/string/wcslcat.c b/src/lib/libc/string/wcslcat.c index e74d52f4eb..bcd52d1f3c 100644 --- a/src/lib/libc/string/wcslcat.c +++ b/src/lib/libc/string/wcslcat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcslcat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcslcat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcslcat.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ | 2 | /* $NetBSD: wcslcat.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ |
3 | /* from OpenBSD: strlcat.c,v 1.3 2000/11/24 11:10:02 itojun Exp */ | 3 | /* from OpenBSD: strlcat.c,v 1.3 2000/11/24 11:10:02 itojun Exp */ |
4 | 4 | ||
@@ -29,10 +29,6 @@ | |||
29 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 29 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcslcat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <sys/types.h> | 32 | #include <sys/types.h> |
37 | #include <wchar.h> | 33 | #include <wchar.h> |
38 | 34 | ||
diff --git a/src/lib/libc/string/wcslcpy.c b/src/lib/libc/string/wcslcpy.c index a6acb80d58..4a9afffd98 100644 --- a/src/lib/libc/string/wcslcpy.c +++ b/src/lib/libc/string/wcslcpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcslcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcslcpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcslcpy.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ | 2 | /* $NetBSD: wcslcpy.c,v 1.2 2001/01/03 14:33:02 lukem Exp $ */ |
3 | /* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */ | 3 | /* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */ |
4 | 4 | ||
@@ -29,10 +29,6 @@ | |||
29 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 29 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcslcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <sys/types.h> | 32 | #include <sys/types.h> |
37 | #include <wchar.h> | 33 | #include <wchar.h> |
38 | 34 | ||
diff --git a/src/lib/libc/string/wcslen.c b/src/lib/libc/string/wcslen.c index 8bd5b5d07f..c1de4a271e 100644 --- a/src/lib/libc/string/wcslen.c +++ b/src/lib/libc/string/wcslen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcslen.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcslen.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcslen.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcslen.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcslen.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcslen.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | size_t | 34 | size_t |
diff --git a/src/lib/libc/string/wcsncat.c b/src/lib/libc/string/wcsncat.c index b8e000c864..eb9a701514 100644 --- a/src/lib/libc/string/wcsncat.c +++ b/src/lib/libc/string/wcsncat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsncat.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcsncat.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsncat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ | 2 | /* $NetBSD: wcsncat.c,v 1.2 2001/01/03 14:29:36 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcsncat.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcsncmp.c b/src/lib/libc/string/wcsncmp.c index 30d37f6657..fb3c7057cf 100644 --- a/src/lib/libc/string/wcsncmp.c +++ b/src/lib/libc/string/wcsncmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ | 1 | /* $OpenBSD: wcsncmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ | 2 | /* $NetBSD: wcsncmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -30,10 +30,6 @@ | |||
30 | * SUCH DAMAGE. | 30 | * SUCH DAMAGE. |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #if defined(LIBC_SCCS) && !defined(lint) | ||
34 | static char *rcsid = "$OpenBSD: wcsncmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; | ||
35 | #endif /* LIBC_SCCS and not lint */ | ||
36 | |||
37 | #include <wchar.h> | 33 | #include <wchar.h> |
38 | #include "locale/runetype.h" | 34 | #include "locale/runetype.h" |
39 | 35 | ||
diff --git a/src/lib/libc/string/wcsncpy.c b/src/lib/libc/string/wcsncpy.c index 2bf020e268..5da7edb06e 100644 --- a/src/lib/libc/string/wcsncpy.c +++ b/src/lib/libc/string/wcsncpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsncpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcsncpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsncpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wcsncpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcsncpy.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcsncpy.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcsncpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcspbrk.c b/src/lib/libc/string/wcspbrk.c index 943057a2e6..1923abfc89 100644 --- a/src/lib/libc/string/wcspbrk.c +++ b/src/lib/libc/string/wcspbrk.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcspbrk.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcspbrk.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcspbrk.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wcspbrk.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcspbrk.c,v 1.2 2000/12/21 05:07:25 itojun Exp | 29 | * citrus Id: wcspbrk.c,v 1.2 2000/12/21 05:07:25 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcspbrk.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcsrchr.c b/src/lib/libc/string/wcsrchr.c index ced0fe3aae..3433310c56 100644 --- a/src/lib/libc/string/wcsrchr.c +++ b/src/lib/libc/string/wcsrchr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsrchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcsrchr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsrchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wcsrchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcsrchr.c,v 1.2 2000/12/21 05:07:25 itojun Exp | 29 | * citrus Id: wcsrchr.c,v 1.2 2000/12/21 05:07:25 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcsrchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcsspn.c b/src/lib/libc/string/wcsspn.c index 80f315f071..5162fa0763 100644 --- a/src/lib/libc/string/wcsspn.c +++ b/src/lib/libc/string/wcsspn.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcsspn.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsspn.c,v 1.3 2001/09/21 16:09:15 yamt Exp $ */ | 2 | /* $NetBSD: wcsspn.c,v 1.3 2001/09/21 16:09:15 yamt Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * $Citrus: xpg4dl/FreeBSD/lib/libc/string/wcsspn.c,v 1.3 2001/09/21 16:06:43 yamt Exp $ | 29 | * $Citrus: xpg4dl/FreeBSD/lib/libc/string/wcsspn.c,v 1.3 2001/09/21 16:06:43 yamt Exp $ |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | size_t | 34 | size_t |
diff --git a/src/lib/libc/string/wcsstr.c b/src/lib/libc/string/wcsstr.c index 9f3303004a..669e340280 100644 --- a/src/lib/libc/string/wcsstr.c +++ b/src/lib/libc/string/wcsstr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcsstr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcsstr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcsstr.c,v 1.3 2003/03/05 20:18:17 tshiozak Exp $ */ | 2 | /* $NetBSD: wcsstr.c,v 1.3 2003/03/05 20:18:17 tshiozak Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcsstr.c,v 1.2 2000/12/21 05:07:25 itojun Exp | 29 | * citrus Id: wcsstr.c,v 1.2 2000/12/21 05:07:25 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcsstr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wcstok.c b/src/lib/libc/string/wcstok.c index 619aea8acb..bc1ac3e8cb 100644 --- a/src/lib/libc/string/wcstok.c +++ b/src/lib/libc/string/wcstok.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcstok.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcstok.c,v 1.3 2003/07/10 08:50:48 tshiozak Exp $ */ | 2 | /* $NetBSD: wcstok.c,v 1.3 2003/07/10 08:50:48 tshiozak Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -42,10 +42,6 @@ | |||
42 | * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp | 42 | * FreeBSD: src/lib/libc/string/wcstok.c,v 1.1 2002/09/07 08:16:57 tjr Exp |
43 | */ | 43 | */ |
44 | 44 | ||
45 | #if defined(LIBC_SCCS) && !defined(lint) | ||
46 | static char *rcsid = "$OpenBSD: wcstok.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
47 | #endif /* LIBC_SCCS and not lint */ | ||
48 | |||
49 | #include <wchar.h> | 45 | #include <wchar.h> |
50 | 46 | ||
51 | wchar_t * | 47 | wchar_t * |
diff --git a/src/lib/libc/string/wcswidth.c b/src/lib/libc/string/wcswidth.c index ff6b4e1d3e..cd240897b5 100644 --- a/src/lib/libc/string/wcswidth.c +++ b/src/lib/libc/string/wcswidth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wcswidth.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wcswidth.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wcswidth.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wcswidth.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wcswidth.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp | 29 | * citrus Id: wcswidth.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wcswidth.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | int | 34 | int |
diff --git a/src/lib/libc/string/wmemchr.c b/src/lib/libc/string/wmemchr.c index f3b8023c13..8c9517861b 100644 --- a/src/lib/libc/string/wmemchr.c +++ b/src/lib/libc/string/wmemchr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wmemchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wmemchr.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wmemchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wmemchr.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp | 29 | * citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wmemchr.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |
diff --git a/src/lib/libc/string/wmemcmp.c b/src/lib/libc/string/wmemcmp.c index e35c6207ff..39419aeddc 100644 --- a/src/lib/libc/string/wmemcmp.c +++ b/src/lib/libc/string/wmemcmp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ | 1 | /* $OpenBSD: wmemcmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wmemcmp.c,v 1.3 2003/04/06 18:33:23 tshiozak Exp $ */ | 2 | /* $NetBSD: wmemcmp.c,v 1.3 2003/04/06 18:33:23 tshiozak Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp | 29 | * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wmemcmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | #include "locale/runetype.h" | 33 | #include "locale/runetype.h" |
38 | 34 | ||
diff --git a/src/lib/libc/string/wmemcpy.c b/src/lib/libc/string/wmemcpy.c index 6e7e030472..9bbd83648e 100644 --- a/src/lib/libc/string/wmemcpy.c +++ b/src/lib/libc/string/wmemcpy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wmemcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wmemcpy.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wmemcpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wmemcpy.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp | 29 | * citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wmemcpy.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <string.h> | 32 | #include <string.h> |
37 | #include <wchar.h> | 33 | #include <wchar.h> |
38 | 34 | ||
diff --git a/src/lib/libc/string/wmemmove.c b/src/lib/libc/string/wmemmove.c index 5de2430656..21bbabcd0c 100644 --- a/src/lib/libc/string/wmemmove.c +++ b/src/lib/libc/string/wmemmove.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wmemmove.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wmemmove.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wmemmove.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wmemmove.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp | 29 | * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wmemmove.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <string.h> | 32 | #include <string.h> |
37 | #include <wchar.h> | 33 | #include <wchar.h> |
38 | 34 | ||
diff --git a/src/lib/libc/string/wmemset.c b/src/lib/libc/string/wmemset.c index 9db63f05da..ac476dba6a 100644 --- a/src/lib/libc/string/wmemset.c +++ b/src/lib/libc/string/wmemset.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wmemset.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ | 1 | /* $OpenBSD: wmemset.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* $NetBSD: wmemset.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ | 2 | /* $NetBSD: wmemset.c,v 1.2 2001/01/03 14:29:37 lukem Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,10 +29,6 @@ | |||
29 | * citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp | 29 | * citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #if defined(LIBC_SCCS) && !defined(lint) | ||
33 | static char *rcsid = "$OpenBSD: wmemset.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; | ||
34 | #endif /* LIBC_SCCS and not lint */ | ||
35 | |||
36 | #include <wchar.h> | 32 | #include <wchar.h> |
37 | 33 | ||
38 | wchar_t * | 34 | wchar_t * |