diff options
Diffstat (limited to 'lib/libc')
1176 files changed, 2519 insertions, 4853 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 792a68fc397..f1b82451542 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/06/03 22:20:31 niklas Exp $ -# $NetBSD: Makefile,v 1.47 1995/11/23 02:20:59 jtc Exp $ +# $OpenBSD: Makefile,v 1.6 1996/08/19 08:10:10 tholo Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does diff --git a/lib/libc/arch/alpha/DEFS.h b/lib/libc/arch/alpha/DEFS.h index 3fa35aa1457..2b4847dfa40 100644 --- a/lib/libc/arch/alpha/DEFS.h +++ b/lib/libc/arch/alpha/DEFS.h @@ -1,4 +1,4 @@ -/* $NetBSD: DEFS.h,v 1.1 1995/02/10 17:49:48 cgd Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:10:13 tholo Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. diff --git a/lib/libc/arch/alpha/Makefile.inc b/lib/libc/arch/alpha/Makefile.inc index 72e7e50fbd2..965582a0c15 100644 --- a/lib/libc/arch/alpha/Makefile.inc +++ b/lib/libc/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1996/04/17 22:36:30 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:10:15 tholo Exp $ KMINCLUDES= arch/alpha/SYS.h arch/alpha/DEFS.h KMSRCS= divrem.m4 bzero.S htonl.S htons.S ntohl.S ntohs.S \ diff --git a/lib/libc/arch/alpha/SYS.h b/lib/libc/arch/alpha/SYS.h index d4c5a5600ac..1888758f337 100644 --- a/lib/libc/arch/alpha/SYS.h +++ b/lib/libc/arch/alpha/SYS.h @@ -1,4 +1,4 @@ -/* $NetBSD: SYS.h,v 1.1 1995/02/10 17:49:50 cgd Exp $ */ +/* $OpenBSD: SYS.h,v 1.2 1996/08/19 08:10:16 tholo Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. diff --git a/lib/libc/arch/alpha/gen/Makefile.inc b/lib/libc/arch/alpha/gen/Makefile.inc index 88d4cac7d3f..7d45a57a16b 100644 --- a/lib/libc/arch/alpha/gen/Makefile.inc +++ b/lib/libc/arch/alpha/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1995/04/29 05:09:14 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:10:18 tholo Exp $ SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.c setjmp.S SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ diff --git a/lib/libc/arch/alpha/gen/_setjmp.S b/lib/libc/arch/alpha/gen/_setjmp.S index 553d3b933b3..0ddf80427dd 100644 --- a/lib/libc/arch/alpha/gen/_setjmp.S +++ b/lib/libc/arch/alpha/gen/_setjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: _setjmp.S,v 1.1 1995/02/10 17:50:19 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.2 1996/08/19 08:10:20 tholo Exp $" +#endif + /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/arch/alpha/gen/divrem.m4 b/lib/libc/arch/alpha/gen/divrem.m4 index 59c7bd35a56..a9ed43c0586 100644 --- a/lib/libc/arch/alpha/gen/divrem.m4 +++ b/lib/libc/arch/alpha/gen/divrem.m4 @@ -1,4 +1,4 @@ -/* $NetBSD: divrem.m4,v 1.5 1995/09/30 03:09:07 cgd Exp $ */ +/* $OpenBSD: divrem.m4,v 1.2 1996/08/19 08:10:22 tholo Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. diff --git a/lib/libc/arch/alpha/gen/fabs.S b/lib/libc/arch/alpha/gen/fabs.S index f1d662252cc..950cb7663f9 100644 --- a/lib/libc/arch/alpha/gen/fabs.S +++ b/lib/libc/arch/alpha/gen/fabs.S @@ -1,5 +1,3 @@ -/* $NetBSD: fabs.S,v 1.1 1995/02/10 17:50:21 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fabs.S,v 1.2 1996/08/19 08:10:23 tholo Exp $" +#endif + LEAF(fabs, 1) cpys fzero, fa0, fv0 RET diff --git a/lib/libc/arch/alpha/gen/flt_rounds.c b/lib/libc/arch/alpha/gen/flt_rounds.c index f363872faf6..008c5c1b053 100644 --- a/lib/libc/arch/alpha/gen/flt_rounds.c +++ b/lib/libc/arch/alpha/gen/flt_rounds.c @@ -1,5 +1,3 @@ -/* $NetBSD: flt_rounds.c,v 1.1 1995/04/29 05:09:53 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:10:25 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> static const int map[] = { diff --git a/lib/libc/arch/alpha/gen/fpgetmask.c b/lib/libc/arch/alpha/gen/fpgetmask.c index c52a7ef0711..7c61fe00a25 100644 --- a/lib/libc/arch/alpha/gen/fpgetmask.c +++ b/lib/libc/arch/alpha/gen/fpgetmask.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetmask.c,v 1.1 1995/04/29 05:10:55 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetmask.c,v 1.2 1996/08/19 08:10:27 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/alpha/gen/fpgetround.c b/lib/libc/arch/alpha/gen/fpgetround.c index 39b9b4744a6..a0be997aa67 100644 --- a/lib/libc/arch/alpha/gen/fpgetround.c +++ b/lib/libc/arch/alpha/gen/fpgetround.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetround.c,v 1.1 1995/04/29 05:09:55 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetround.c,v 1.2 1996/08/19 08:10:28 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/alpha/gen/fpgetsticky.c b/lib/libc/arch/alpha/gen/fpgetsticky.c index c36db3913d5..7443f989005 100644 --- a/lib/libc/arch/alpha/gen/fpgetsticky.c +++ b/lib/libc/arch/alpha/gen/fpgetsticky.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetsticky.c,v 1.1 1995/04/29 05:10:59 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetsticky.c,v 1.2 1996/08/19 08:10:30 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/alpha/gen/fpsetmask.c b/lib/libc/arch/alpha/gen/fpsetmask.c index 87fc5a2f4b4..df213eab585 100644 --- a/lib/libc/arch/alpha/gen/fpsetmask.c +++ b/lib/libc/arch/alpha/gen/fpsetmask.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetmask.c,v 1.1 1995/04/29 05:11:01 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetmask.c,v 1.2 1996/08/19 08:10:32 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/alpha/gen/fpsetround.c b/lib/libc/arch/alpha/gen/fpsetround.c index c28093cad87..e8775da93a5 100644 --- a/lib/libc/arch/alpha/gen/fpsetround.c +++ b/lib/libc/arch/alpha/gen/fpsetround.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetround.c,v 1.1 1995/04/29 05:09:57 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetround.c,v 1.2 1996/08/19 08:10:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/alpha/gen/fpsetsticky.c b/lib/libc/arch/alpha/gen/fpsetsticky.c index 90a993ee642..ded18977f13 100644 --- a/lib/libc/arch/alpha/gen/fpsetsticky.c +++ b/lib/libc/arch/alpha/gen/fpsetsticky.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetsticky.c,v 1.1 1995/04/29 05:11:04 cgd Exp $ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetsticky.c,v 1.2 1996/08/19 08:10:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/alpha/gen/frexp.c b/lib/libc/arch/alpha/gen/frexp.c index b05f2acd314..a38d174e070 100644 --- a/lib/libc/arch/alpha/gen/frexp.c +++ b/lib/libc/arch/alpha/gen/frexp.c @@ -1,5 +1,3 @@ -/* $NetBSD: frexp.c,v 1.1 1995/02/10 17:50:22 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:10:37 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <math.h> diff --git a/lib/libc/arch/alpha/gen/infinity.c b/lib/libc/arch/alpha/gen/infinity.c index 194a9f29d29..8db48d814ef 100644 --- a/lib/libc/arch/alpha/gen/infinity.c +++ b/lib/libc/arch/alpha/gen/infinity.c @@ -1,5 +1,3 @@ -/* $NetBSD: infinity.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:10:38 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <math.h> /* bytes for +Infinity on an Alpha (IEEE double format) */ diff --git a/lib/libc/arch/alpha/gen/isinf.c b/lib/libc/arch/alpha/gen/isinf.c index 11ab3cef319..fe67c77a31c 100644 --- a/lib/libc/arch/alpha/gen/isinf.c +++ b/lib/libc/arch/alpha/gen/isinf.c @@ -1,5 +1,3 @@ -/* $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: isinf.c,v 1.2 1996/08/19 08:10:40 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <math.h> diff --git a/lib/libc/arch/alpha/gen/ldexp.c b/lib/libc/arch/alpha/gen/ldexp.c index 0cb993833d4..aed63cb7008 100644 --- a/lib/libc/arch/alpha/gen/ldexp.c +++ b/lib/libc/arch/alpha/gen/ldexp.c @@ -1,5 +1,3 @@ -/* $NetBSD: ldexp.c,v 1.1 1995/02/10 17:50:24 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: ldexp.c,v 1.2 1996/08/19 08:10:42 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/alpha/gen/modf.c b/lib/libc/arch/alpha/gen/modf.c index 47de384a571..514d3e63ba8 100644 --- a/lib/libc/arch/alpha/gen/modf.c +++ b/lib/libc/arch/alpha/gen/modf.c @@ -1,5 +1,3 @@ -/* $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: modf.c,v 1.2 1996/08/19 08:10:44 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/alpha/gen/setjmp.S b/lib/libc/arch/alpha/gen/setjmp.S index 3e07dd98b65..480c7ea4d69 100644 --- a/lib/libc/arch/alpha/gen/setjmp.S +++ b/lib/libc/arch/alpha/gen/setjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: setjmp.S,v 1.1 1995/02/10 17:50:26 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.2 1996/08/19 08:10:45 tholo Exp $" +#endif + /* * C library -- setjmp, longjmp * diff --git a/lib/libc/arch/alpha/gen/sigsetjmp.S b/lib/libc/arch/alpha/gen/sigsetjmp.S index b1fd919fbc2..263cd582865 100644 --- a/lib/libc/arch/alpha/gen/sigsetjmp.S +++ b/lib/libc/arch/alpha/gen/sigsetjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigsetjmp.S,v 1.1 1995/02/10 17:50:27 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.2 1996/08/19 08:10:47 tholo Exp $" +#endif + /* * C library -- sigsetjmp, siglongjmp * diff --git a/lib/libc/arch/alpha/net/Makefile.inc b/lib/libc/arch/alpha/net/Makefile.inc index 480bed1a0ea..5eedd2608ee 100644 --- a/lib/libc/arch/alpha/net/Makefile.inc +++ b/lib/libc/arch/alpha/net/Makefile.inc @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.inc,v 1.2 1996/04/17 22:36:42 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:10:49 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc/arch/alpha/net/byte_swap_2.S b/lib/libc/arch/alpha/net/byte_swap_2.S index c16f1917216..3b86f340c4e 100644 --- a/lib/libc/arch/alpha/net/byte_swap_2.S +++ b/lib/libc/arch/alpha/net/byte_swap_2.S @@ -1,5 +1,3 @@ -/* $NetBSD: byte_swap_2.S,v 1.1 1996/04/17 22:36:46 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: byte_swap_2.S,v 1.2 1996/08/19 08:10:50 tholo Exp $" +#endif + #ifndef NAME #define NAME byte_swap_2 #endif diff --git a/lib/libc/arch/alpha/net/byte_swap_4.S b/lib/libc/arch/alpha/net/byte_swap_4.S index 37a53def822..32aa519920b 100644 --- a/lib/libc/arch/alpha/net/byte_swap_4.S +++ b/lib/libc/arch/alpha/net/byte_swap_4.S @@ -1,5 +1,3 @@ -/* $NetBSD: byte_swap_4.S,v 1.1 1996/04/17 22:36:49 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: byte_swap_4.S,v 1.2 1996/08/19 08:10:51 tholo Exp $" +#endif + #ifndef NAME #define NAME byte_swap_4 #endif diff --git a/lib/libc/arch/alpha/net/htonl.S b/lib/libc/arch/alpha/net/htonl.S index bacab1ede38..917864c840f 100644 --- a/lib/libc/arch/alpha/net/htonl.S +++ b/lib/libc/arch/alpha/net/htonl.S @@ -1,5 +1,3 @@ -/* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,11 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:10:52 tholo Exp $" +#endif + #define NAME htonl #include "byte_swap_4.S" diff --git a/lib/libc/arch/alpha/net/htons.S b/lib/libc/arch/alpha/net/htons.S index fb082223a9d..2474b67497e 100644 --- a/lib/libc/arch/alpha/net/htons.S +++ b/lib/libc/arch/alpha/net/htons.S @@ -1,5 +1,3 @@ -/* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,11 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:10:53 tholo Exp $" +#endif + #define NAME htons #include "byte_swap_2.S" diff --git a/lib/libc/arch/alpha/net/ntohl.S b/lib/libc/arch/alpha/net/ntohl.S index b571647342f..8607fb268a0 100644 --- a/lib/libc/arch/alpha/net/ntohl.S +++ b/lib/libc/arch/alpha/net/ntohl.S @@ -1,5 +1,3 @@ -/* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,11 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:10:54 tholo Exp $" +#endif + #define NAME ntohl #include "byte_swap_4.S" diff --git a/lib/libc/arch/alpha/net/ntohs.S b/lib/libc/arch/alpha/net/ntohs.S index 6db99617680..d9904af5323 100644 --- a/lib/libc/arch/alpha/net/ntohs.S +++ b/lib/libc/arch/alpha/net/ntohs.S @@ -1,5 +1,3 @@ -/* $NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $ */ - /* * Copyright (c) 1996 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,11 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:10:55 tholo Exp $" +#endif + #define NAME ntohs #include "byte_swap_2.S" diff --git a/lib/libc/arch/alpha/string/Makefile.inc b/lib/libc/arch/alpha/string/Makefile.inc index 5482c299975..87af75c1363 100644 --- a/lib/libc/arch/alpha/string/Makefile.inc +++ b/lib/libc/arch/alpha/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1995/08/14 04:09:23 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:10:56 tholo Exp $ SRCS+= bcmp.c bcopy.S bzero.S ffs.c index.c memchr.c memcmp.c memset.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ diff --git a/lib/libc/arch/alpha/string/bcopy.S b/lib/libc/arch/alpha/string/bcopy.S index 4701f8be7c3..fed16bdb484 100644 --- a/lib/libc/arch/alpha/string/bcopy.S +++ b/lib/libc/arch/alpha/string/bcopy.S @@ -1,5 +1,3 @@ -/* $NetBSD: bcopy.S,v 1.2 1995/09/26 03:37:10 cgd Exp $ */ - /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -28,6 +26,11 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcopy.S,v 1.2 1996/08/19 08:10:58 tholo Exp $" +#endif + #include "DEFS.h" #if defined(MEMCOPY) || defined(MEMMOVE) diff --git a/lib/libc/arch/alpha/string/bzero.S b/lib/libc/arch/alpha/string/bzero.S index 616b5100fa0..6d3aa0fcec6 100644 --- a/lib/libc/arch/alpha/string/bzero.S +++ b/lib/libc/arch/alpha/string/bzero.S @@ -1,5 +1,3 @@ -/* $NetBSD: bzero.S,v 1.1 1995/08/14 04:09:26 cgd Exp $ */ - /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bzero.S,v 1.2 1996/08/19 08:10:59 tholo Exp $" +#endif + LEAF(bzero,2) ble a1,bzero_done bic a1,63,t3 /* t3 is # bytes to do 64 bytes at a time */ diff --git a/lib/libc/arch/alpha/string/memcpy.S b/lib/libc/arch/alpha/string/memcpy.S index 7f5527da391..61869002ae8 100644 --- a/lib/libc/arch/alpha/string/memcpy.S +++ b/lib/libc/arch/alpha/string/memcpy.S @@ -1,4 +1,7 @@ -/* $NetBSD: memcpy.S,v 1.1 1995/08/13 00:40:47 cgd Exp $ */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcpy.S,v 1.2 1996/08/19 08:11:00 tholo Exp $" +#endif #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/arch/alpha/string/memmove.S b/lib/libc/arch/alpha/string/memmove.S index 4e632d2b4de..f95f9021010 100644 --- a/lib/libc/arch/alpha/string/memmove.S +++ b/lib/libc/arch/alpha/string/memmove.S @@ -1,4 +1,7 @@ -/* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:11:01 tholo Exp $" +#endif #define MEMMOVE #include "bcopy.S" diff --git a/lib/libc/arch/alpha/sys/Ovfork.S b/lib/libc/arch/alpha/sys/Ovfork.S index aaec3bf5710..8f6213421a1 100644 --- a/lib/libc/arch/alpha/sys/Ovfork.S +++ b/lib/libc/arch/alpha/sys/Ovfork.S @@ -1,5 +1,3 @@ -/* $NetBSD: Ovfork.S,v 1.1 1995/02/10 17:50:29 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:11:04 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(vfork) cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */ RET diff --git a/lib/libc/arch/alpha/sys/brk.S b/lib/libc/arch/alpha/sys/brk.S index 0bf193b812c..6a93fa3f098 100644 --- a/lib/libc/arch/alpha/sys/brk.S +++ b/lib/libc/arch/alpha/sys/brk.S @@ -1,5 +1,3 @@ -/* $NetBSD: brk.S,v 1.2 1995/11/04 00:23:04 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.3 1996/08/19 08:11:05 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _end IMPORT(curbrk, 8) diff --git a/lib/libc/arch/alpha/sys/cerror.S b/lib/libc/arch/alpha/sys/cerror.S index d0ee6ccffe3..1a45b56d75c 100644 --- a/lib/libc/arch/alpha/sys/cerror.S +++ b/lib/libc/arch/alpha/sys/cerror.S @@ -1,5 +1,3 @@ -/* $NetBSD: cerror.S,v 1.1 1995/02/10 17:50:31 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.2 1996/08/19 08:11:06 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + IMPORT(errno, 4) LEAF(cerror, 0) diff --git a/lib/libc/arch/alpha/sys/exect.S b/lib/libc/arch/alpha/sys/exect.S index ed2257b419e..b6e8ba19c5b 100644 --- a/lib/libc/arch/alpha/sys/exect.S +++ b/lib/libc/arch/alpha/sys/exect.S @@ -1,5 +1,3 @@ -/* $NetBSD: exect.S,v 1.1 1995/02/10 17:50:32 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:11:07 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + LEAF(exect, 3) SYSCALL_NOLABEL(execve) RET diff --git a/lib/libc/arch/alpha/sys/fork.S b/lib/libc/arch/alpha/sys/fork.S index 17ef463a0ef..81ed2ad030f 100644 --- a/lib/libc/arch/alpha/sys/fork.S +++ b/lib/libc/arch/alpha/sys/fork.S @@ -1,5 +1,3 @@ -/* $NetBSD: fork.S,v 1.1 1995/02/10 17:50:34 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:11:08 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(fork) cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */ RET diff --git a/lib/libc/arch/alpha/sys/pipe.S b/lib/libc/arch/alpha/sys/pipe.S index 973529c574a..845d4f1c043 100644 --- a/lib/libc/arch/alpha/sys/pipe.S +++ b/lib/libc/arch/alpha/sys/pipe.S @@ -1,5 +1,3 @@ -/* $NetBSD: pipe.S,v 1.1 1995/02/10 17:50:35 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:11:10 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(pipe) stl v0, 0(a0) stl a4, 4(a0) diff --git a/lib/libc/arch/alpha/sys/ptrace.S b/lib/libc/arch/alpha/sys/ptrace.S index 2dfe551d591..4e2604567d9 100644 --- a/lib/libc/arch/alpha/sys/ptrace.S +++ b/lib/libc/arch/alpha/sys/ptrace.S @@ -1,5 +1,3 @@ -/* $NetBSD: ptrace.S,v 1.1 1995/02/10 17:50:36 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:11:11 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + IMPORT(errno, 4) LEAF(ptrace, 4) diff --git a/lib/libc/arch/alpha/sys/reboot.S b/lib/libc/arch/alpha/sys/reboot.S index 04a1b7b6bf8..92e4a247d49 100644 --- a/lib/libc/arch/alpha/sys/reboot.S +++ b/lib/libc/arch/alpha/sys/reboot.S @@ -1,5 +1,3 @@ -/* $NetBSD: reboot.S,v 1.1 1995/02/10 17:50:37 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:11:13 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(reboot) /* Should never get here. */ call_pal PAL_halt /* Privileged; will fault. */ diff --git a/lib/libc/arch/alpha/sys/sbrk.S b/lib/libc/arch/alpha/sys/sbrk.S index 96cf211974b..06e8b747335 100644 --- a/lib/libc/arch/alpha/sys/sbrk.S +++ b/lib/libc/arch/alpha/sys/sbrk.S @@ -1,5 +1,3 @@ -/* $NetBSD: sbrk.S,v 1.2 1995/11/04 00:23:06 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.3 1996/08/19 08:11:14 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _end .data diff --git a/lib/libc/arch/alpha/sys/setlogin.S b/lib/libc/arch/alpha/sys/setlogin.S index 22e84bb09d9..e2230571c2a 100644 --- a/lib/libc/arch/alpha/sys/setlogin.S +++ b/lib/libc/arch/alpha/sys/setlogin.S @@ -1,5 +1,3 @@ -/* $NetBSD: setlogin.S,v 1.1 1995/02/10 17:50:39 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:11:15 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + IMPORT(__logname_valid, 4) /* in getlogin() */ SYSCALL(setlogin) diff --git a/lib/libc/arch/alpha/sys/sigpending.S b/lib/libc/arch/alpha/sys/sigpending.S index 72b727a83c7..f57d184fb33 100644 --- a/lib/libc/arch/alpha/sys/sigpending.S +++ b/lib/libc/arch/alpha/sys/sigpending.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigpending.S,v 1.1 1995/02/10 17:50:40 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:11:16 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(sigpending) stl v0, 0(a0) mov zero, v0 diff --git a/lib/libc/arch/alpha/sys/sigprocmask.S b/lib/libc/arch/alpha/sys/sigprocmask.S index 4d397bf9b78..4ac7f5190eb 100644 --- a/lib/libc/arch/alpha/sys/sigprocmask.S +++ b/lib/libc/arch/alpha/sys/sigprocmask.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigprocmask.S,v 1.1 1995/02/10 17:50:41 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:11:18 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + LEAF(sigprocmask, 3) mov a2, a5 /* safe */ cmoveq a1, 1, a0 /* if set == NULL, how = SIG_BLOCK */ diff --git a/lib/libc/arch/alpha/sys/sigreturn.S b/lib/libc/arch/alpha/sys/sigreturn.S index c22abc2c416..899f6fdfed0 100644 --- a/lib/libc/arch/alpha/sys/sigreturn.S +++ b/lib/libc/arch/alpha/sys/sigreturn.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigreturn.S,v 1.1 1995/02/10 17:50:42 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:11:19 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* * We must preserve the state of the registers as the user has set them up. * However, that doesn't involve any special work on the Alpha. diff --git a/lib/libc/arch/alpha/sys/sigsuspend.S b/lib/libc/arch/alpha/sys/sigsuspend.S index 7170b7e55e8..f240397bd8f 100644 --- a/lib/libc/arch/alpha/sys/sigsuspend.S +++ b/lib/libc/arch/alpha/sys/sigsuspend.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigsuspend.S,v 1.1 1995/02/10 17:50:43 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,6 +27,11 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:11:20 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + LEAF(sigsuspend, 1) ldl a0, 0(a0) /* pass *mask instead of mask */ SYSCALL_NOLABEL(sigsuspend) diff --git a/lib/libc/arch/alpha/sys/syscall.S b/lib/libc/arch/alpha/sys/syscall.S index 2ccf4d315e8..23ad862f2cd 100644 --- a/lib/libc/arch/alpha/sys/syscall.S +++ b/lib/libc/arch/alpha/sys/syscall.S @@ -1,5 +1,3 @@ -/* $NetBSD: syscall.S,v 1.1 1995/02/10 17:50:44 cgd Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -29,4 +27,9 @@ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:11:21 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + RSYSCALL(syscall) diff --git a/lib/libc/arch/arm32/DEFS.h b/lib/libc/arch/arm32/DEFS.h index f5df7e70a75..0fcb92de97c 100644 --- a/lib/libc/arch/arm32/DEFS.h +++ b/lib/libc/arch/arm32/DEFS.h @@ -1,3 +1,3 @@ -/* $NetBSD: DEFS.h,v 1.1 1996/02/16 20:47:54 mark Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:11:23 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/arm32/Makefile.inc b/lib/libc/arch/arm32/Makefile.inc index 86ab3d24849..e0e9b8bd8cf 100644 --- a/lib/libc/arch/arm32/Makefile.inc +++ b/lib/libc/arch/arm32/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1996/05/12 20:06:52 mark Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:11:24 tholo Exp $ KMINCLUDES= KMSRCS= diff --git a/lib/libc/arch/arm32/SYS.h b/lib/libc/arch/arm32/SYS.h index 1ebd76998e2..b214eea71fe 100644 --- a/lib/libc/arch/arm32/SYS.h +++ b/lib/libc/arch/arm32/SYS.h @@ -1,4 +1,4 @@ -/* $NetBSD: SYS.h,v 1.2 1996/05/12 20:01:54 mark Exp $ */ +/* $OpenBSD: SYS.h,v 1.3 1996/08/19 08:11:25 tholo Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -34,9 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.2 1996/05/22 11:39:09 deraadt Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/arm32/gen/Makefile.inc b/lib/libc/arch/arm32/gen/Makefile.inc index 7506dad59ba..dff9b5f4927 100644 --- a/lib/libc/arch/arm32/gen/Makefile.inc +++ b/lib/libc/arch/arm32/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1996/05/12 20:34:15 mark Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:11:27 tholo Exp $ SRCS+= _setjmp.S alloca.S \ fabs.c flt_rounds.c fpgetround.c fpsetround.c \ diff --git a/lib/libc/arch/arm32/gen/_setjmp.S b/lib/libc/arch/arm32/gen/_setjmp.S index 971a316a300..dd8fa93ebe7 100644 --- a/lib/libc/arch/arm32/gen/_setjmp.S +++ b/lib/libc/arch/arm32/gen/_setjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: _setjmp.S,v 1.2 1996/05/12 20:25:39 mark Exp $ */ - /* * Copyright (c) 1995 Mark Brinicombe * All rights reserved. @@ -30,11 +28,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: _setjmp.S,v 1.2 1996/05/22 11:39:10 deraadt Exp $ */ -# include "DEFS.h" +#include "DEFS.h" + +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.3 1996/08/19 08:11:29 tholo Exp $" +#endif .text .align 0 diff --git a/lib/libc/arch/arm32/gen/alloca.S b/lib/libc/arch/arm32/gen/alloca.S index fb5c1158931..90dee1a598f 100644 --- a/lib/libc/arch/arm32/gen/alloca.S +++ b/lib/libc/arch/arm32/gen/alloca.S @@ -1,5 +1,3 @@ -/* $NetBSD: alloca.S,v 1.2 1996/05/12 20:25:46 mark Exp $ */ - /* * Copyright (c) 1995 Mark Brinicombe * All rights reserved. @@ -30,13 +28,16 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: alloca.S,v 1.2 1996/05/22 11:39:11 deraadt Exp $ */ /* like alloc, but automatic automatic free in return */ -# include "DEFS.h" +#include "DEFS.h" + +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: alloca.S,v 1.3 1996/08/19 08:11:30 tholo Exp $" +#endif .text .align 0 diff --git a/lib/libc/arch/arm32/gen/div.S b/lib/libc/arch/arm32/gen/div.S index 4155fb3ec2d..6fa746556b4 100644 --- a/lib/libc/arch/arm32/gen/div.S +++ b/lib/libc/arch/arm32/gen/div.S @@ -1,5 +1,3 @@ -/* $NetBSD: div.S,v 1.2 1996/05/12 20:52:09 mark Exp $ */ - /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -29,6 +27,11 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: div.S,v 1.3 1996/08/19 08:11:31 tholo Exp $" +#endif + ip .req r12 sp .req r13 lr .req r14 diff --git a/lib/libc/arch/arm32/gen/fabs.c b/lib/libc/arch/arm32/gen/fabs.c index 6d5aa4fa9ad..98a22bc1c8f 100644 --- a/lib/libc/arch/arm32/gen/fabs.c +++ b/lib/libc/arch/arm32/gen/fabs.c @@ -1,5 +1,3 @@ -/* $NetBSD: fabs.c,v 1.1 1996/05/12 20:29:41 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * @@ -31,6 +29,10 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fabs.c,v 1.2 1996/08/19 08:11:32 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + /* * fabs(x) returns the absolute value of x. */ diff --git a/lib/libc/arch/arm32/gen/flt_rounds.c b/lib/libc/arch/arm32/gen/flt_rounds.c index a1b4a8a51ca..1c2c5a6ea2b 100644 --- a/lib/libc/arch/arm32/gen/flt_rounds.c +++ b/lib/libc/arch/arm32/gen/flt_rounds.c @@ -1,5 +1,3 @@ -/* $NetBSD: flt_rounds.c,v 1.1 1996/05/12 20:29:09 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:11:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> static const int map[] = { diff --git a/lib/libc/arch/arm32/gen/fpgetmask.c b/lib/libc/arch/arm32/gen/fpgetmask.c index f9f1cf407d1..85e4f151648 100644 --- a/lib/libc/arch/arm32/gen/fpgetmask.c +++ b/lib/libc/arch/arm32/gen/fpgetmask.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetmask.c,v 1.1 1996/05/12 20:29:16 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetmask.c,v 1.2 1996/08/19 08:11:34 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/fpgetround.c b/lib/libc/arch/arm32/gen/fpgetround.c index 93d080b72e1..c3e6b99f0fe 100644 --- a/lib/libc/arch/arm32/gen/fpgetround.c +++ b/lib/libc/arch/arm32/gen/fpgetround.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetround.c,v 1.1 1996/05/12 20:29:21 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetround.c,v 1.2 1996/08/19 08:11:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/fpgetsticky.c b/lib/libc/arch/arm32/gen/fpgetsticky.c index ac6c4449199..ddf3c8bbb4b 100644 --- a/lib/libc/arch/arm32/gen/fpgetsticky.c +++ b/lib/libc/arch/arm32/gen/fpgetsticky.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpgetsticky.c,v 1.1 1996/05/12 20:29:25 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpgetsticky.c,v 1.2 1996/08/19 08:11:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/fpsetmask.c b/lib/libc/arch/arm32/gen/fpsetmask.c index 3d644398f56..c7d3730966c 100644 --- a/lib/libc/arch/arm32/gen/fpsetmask.c +++ b/lib/libc/arch/arm32/gen/fpsetmask.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetmask.c,v 1.1 1996/05/12 20:29:29 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetmask.c,v 1.2 1996/08/19 08:11:38 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/fpsetround.c b/lib/libc/arch/arm32/gen/fpsetround.c index a5697798c52..dee6f5fa6d2 100644 --- a/lib/libc/arch/arm32/gen/fpsetround.c +++ b/lib/libc/arch/arm32/gen/fpsetround.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetround.c,v 1.1 1996/05/12 20:29:33 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetround.c,v 1.2 1996/08/19 08:11:38 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/fpsetsticky.c b/lib/libc/arch/arm32/gen/fpsetsticky.c index b04dcb8944d..0c1bfedfe81 100644 --- a/lib/libc/arch/arm32/gen/fpsetsticky.c +++ b/lib/libc/arch/arm32/gen/fpsetsticky.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpsetsticky.c,v 1.1 1996/05/12 20:29:37 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * All rights reserved. @@ -31,6 +29,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: fpsetsticky.c,v 1.2 1996/08/19 08:11:39 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <ieeefp.h> diff --git a/lib/libc/arch/arm32/gen/frexp.c b/lib/libc/arch/arm32/gen/frexp.c index 523f8bb69a3..1fdd6f887ed 100644 --- a/lib/libc/arch/arm32/gen/frexp.c +++ b/lib/libc/arch/arm32/gen/frexp.c @@ -1,5 +1,3 @@ -/* $NetBSD: frexp.c,v 1.1 1996/05/12 20:29:46 mark Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,12 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: frexp.c,v 1.1 1993/10/07 00:21:33 cgd Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; +static char *rcsid = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:11:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/arm32/gen/infinity.c b/lib/libc/arch/arm32/gen/infinity.c index f0f2fd69b45..60372d7c10b 100644 --- a/lib/libc/arch/arm32/gen/infinity.c +++ b/lib/libc/arch/arm32/gen/infinity.c @@ -1,5 +1,3 @@ -/* $NetBSD: infinity.c,v 1.2 1996/05/12 20:43:54 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe. * @@ -31,6 +29,10 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: infinity.c,v 1.3 1996/08/19 08:11:41 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <math.h> /* Bytes for +infinity on an arm32 (IEEE double precision) */ diff --git a/lib/libc/arch/arm32/gen/isinf.c b/lib/libc/arch/arm32/gen/isinf.c index 79a6136194a..de8fff3e68e 100644 --- a/lib/libc/arch/arm32/gen/isinf.c +++ b/lib/libc/arch/arm32/gen/isinf.c @@ -1,6 +1,3 @@ -/* $OpenBSD: isinf.c,v 1.2 1996/05/22 11:39:15 deraadt Exp $ */ -/* $NetBSD: isinf.c,v 1.2 1996/05/12 20:50:54 mark Exp $ */ - /* * Copyright (c) 1996 Mark Brinicombe * @@ -33,6 +30,10 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:11:42 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <math.h> diff --git a/lib/libc/arch/arm32/gen/ldexp.c b/lib/libc/arch/arm32/gen/ldexp.c index 29279c3f3c6..45741b386c3 100644 --- a/lib/libc/arch/arm32/gen/ldexp.c +++ b/lib/libc/arch/arm32/gen/ldexp.c @@ -1,5 +1,3 @@ -/* $NetBSD: ldexp.c,v 1.1 1996/05/12 20:29:50 mark Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,12 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: ldexp.c,v 1.1 1993/10/07 00:21:36 cgd Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; +static char *rcsid = "$OpenBSD: ldexp.c,v 1.2 1996/08/19 08:11:43 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/arm32/gen/modf.c b/lib/libc/arch/arm32/gen/modf.c index 1f78c89354b..62ff1d20f56 100644 --- a/lib/libc/arch/arm32/gen/modf.c +++ b/lib/libc/arch/arm32/gen/modf.c @@ -1,5 +1,3 @@ -/* $NetBSD: modf.c,v 1.1 1996/05/12 20:29:55 mark Exp $ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -27,6 +25,10 @@ * rights to redistribute these changes. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: modf.c,v 1.2 1996/08/19 08:11:44 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/arm32/gen/setjmp.S b/lib/libc/arch/arm32/gen/setjmp.S index 0cd48249abe..e927645c2db 100644 --- a/lib/libc/arch/arm32/gen/setjmp.S +++ b/lib/libc/arch/arm32/gen/setjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: setjmp.S,v 1.2 1996/05/12 20:25:49 mark Exp $ */ - /* * Copyright (c) 1995 Mark Brinicombe * All rights reserved. @@ -30,11 +28,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: setjmp.S,v 1.2 1996/05/22 11:39:17 deraadt Exp $ */ -# include "DEFS.h" +#include "DEFS.h" + +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.3 1996/08/19 08:11:45 tholo Exp $" +#endif .text .align 0 diff --git a/lib/libc/arch/arm32/gen/sigsetjmp.S b/lib/libc/arch/arm32/gen/sigsetjmp.S index 9655c6bd580..74cfc5f8822 100644 --- a/lib/libc/arch/arm32/gen/sigsetjmp.S +++ b/lib/libc/arch/arm32/gen/sigsetjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigsetjmp.S,v 1.2 1996/05/12 20:25:53 mark Exp $ */ - /* * Copyright (c) 1995 Mark Brinicombe * All rights reserved. @@ -30,11 +28,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: sigsetjmp.S,v 1.2 1996/05/22 11:39:18 deraadt Exp $ */ -# include "DEFS.h" +#include "DEFS.h" + +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.3 1996/08/19 08:11:46 tholo Exp $" +#endif .text .align 0 diff --git a/lib/libc/arch/arm32/net/Makefile.inc b/lib/libc/arch/arm32/net/Makefile.inc index f3172ec2e26..657a156fff5 100644 --- a/lib/libc/arch/arm32/net/Makefile.inc +++ b/lib/libc/arch/arm32/net/Makefile.inc @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.inc,v 1.1 1996/02/16 20:48:31 mark Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:11:48 tholo Exp $ SRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/arm32/string/Makefile.inc b/lib/libc/arch/arm32/string/Makefile.inc index d7233072c6c..86aa9a7d983 100644 --- a/lib/libc/arch/arm32/string/Makefile.inc +++ b/lib/libc/arch/arm32/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1996/02/16 20:48:37 mark Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:11:50 tholo Exp $ SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ diff --git a/lib/libc/arch/arm32/sys/Ovfork.S b/lib/libc/arch/arm32/sys/Ovfork.S index 2de02ce8131..b9fd24a2065 100644 --- a/lib/libc/arch/arm32/sys/Ovfork.S +++ b/lib/libc/arch/arm32/sys/Ovfork.S @@ -1,5 +1,3 @@ -/* $NetBSD: Ovfork.S,v 1.2 1996/05/12 19:55:00 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)Ovfork.s 5.1 (Berkeley) 4/23/90 - * $Id: Ovfork.S,v 1.2 1996/05/22 11:39:19 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.3 1996/08/19 08:11:51 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* * pid = vfork(); */ diff --git a/lib/libc/arch/arm32/sys/brk.S b/lib/libc/arch/arm32/sys/brk.S index b0cd2a84c48..b39063560b8 100644 --- a/lib/libc/arch/arm32/sys/brk.S +++ b/lib/libc/arch/arm32/sys/brk.S @@ -1,5 +1,3 @@ -/* $NetBSD: brk.S,v 1.2 1996/05/12 19:55:04 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)brk.s 5.2 (Berkeley) 12/17/90 - * $Id: brk.S,v 1.2 1996/05/22 11:39:19 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.3 1996/08/19 08:11:52 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _end .globl minbrk .globl curbrk diff --git a/lib/libc/arch/arm32/sys/cerror.S b/lib/libc/arch/arm32/sys/cerror.S index 67602cf5231..31ff79cd1cc 100644 --- a/lib/libc/arch/arm32/sys/cerror.S +++ b/lib/libc/arch/arm32/sys/cerror.S @@ -1,5 +1,3 @@ -/* $NetBSD: cerror.S,v 1.2.4.1 1996/06/16 13:16:01 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)cerror.s 5.1 (Berkeley) 4/23/90 - * $Id: cerror.S,v 1.3 1996/06/23 10:08:29 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.4 1996/08/19 08:11:53 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/exect.S b/lib/libc/arch/arm32/sys/exect.S index 6bb73886043..ce0e55700d6 100644 --- a/lib/libc/arch/arm32/sys/exect.S +++ b/lib/libc/arch/arm32/sys/exect.S @@ -1,5 +1,3 @@ -/* $NetBSD: exect.S,v 1.2 1996/05/12 19:55:09 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)exect.s 5.1 (Berkeley) 4/23/90 - * $Id: exect.S,v 1.2 1996/05/22 11:39:20 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.3 1996/08/19 08:11:54 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/fork.S b/lib/libc/arch/arm32/sys/fork.S index 56f4d9473ab..72b2c6422e7 100644 --- a/lib/libc/arch/arm32/sys/fork.S +++ b/lib/libc/arch/arm32/sys/fork.S @@ -1,5 +1,3 @@ -/* $NetBSD: fork.S,v 1.2 1996/05/12 19:55:11 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)fork.s 5.1 (Berkeley) 4/23/90 - * $Id: fork.S,v 1.2 1996/05/22 11:39:21 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.3 1996/08/19 08:11:55 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(fork) sub r1, r1, #0x00000001 and r0, r0, r1 diff --git a/lib/libc/arch/arm32/sys/pipe.S b/lib/libc/arch/arm32/sys/pipe.S index 90e421a593c..516a7a4a7ac 100644 --- a/lib/libc/arch/arm32/sys/pipe.S +++ b/lib/libc/arch/arm32/sys/pipe.S @@ -1,5 +1,3 @@ -/* $NetBSD: pipe.S,v 1.2 1996/05/12 19:55:16 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90 - * $Id: pipe.S,v 1.2 1996/05/22 11:39:21 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.3 1996/08/19 08:11:56 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/ptrace.S b/lib/libc/arch/arm32/sys/ptrace.S index 43b0a0b1812..a718cc84ab1 100644 --- a/lib/libc/arch/arm32/sys/ptrace.S +++ b/lib/libc/arch/arm32/sys/ptrace.S @@ -1,5 +1,3 @@ -/* $NetBSD: ptrace.S,v 1.2 1996/05/12 19:55:19 mark Exp $ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)ptrace.s 5.1 (Berkeley) 4/23/90 - * $Id: ptrace.S,v 1.2 1996/05/22 11:39:22 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.3 1996/08/19 08:11:57 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/reboot.S b/lib/libc/arch/arm32/sys/reboot.S index b4254708254..ab2ff25f630 100644 --- a/lib/libc/arch/arm32/sys/reboot.S +++ b/lib/libc/arch/arm32/sys/reboot.S @@ -1,5 +1,3 @@ -/* $NetBSD: reboot.S,v 1.2 1996/05/12 19:55:21 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)reboot.s 5.1 (Berkeley) 4/23/90 - * $Id: reboot.S,v 1.2 1996/05/22 11:39:22 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.3 1996/08/19 08:11:58 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(reboot) mov r15, r14 diff --git a/lib/libc/arch/arm32/sys/sbrk.S b/lib/libc/arch/arm32/sys/sbrk.S index 562b6e6be76..ba7b0ecb56b 100644 --- a/lib/libc/arch/arm32/sys/sbrk.S +++ b/lib/libc/arch/arm32/sys/sbrk.S @@ -1,5 +1,3 @@ -/* $NetBSD: sbrk.S,v 1.2 1996/05/12 19:55:24 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sbrk.s 5.1 (Berkeley) 4/23/90 - * $Id: sbrk.S,v 1.2 1996/05/22 11:39:23 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.3 1996/08/19 08:12:00 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .globl _end .globl curbrk diff --git a/lib/libc/arch/arm32/sys/setlogin.S b/lib/libc/arch/arm32/sys/setlogin.S index 4ac3c76dc60..27ac52bb615 100644 --- a/lib/libc/arch/arm32/sys/setlogin.S +++ b/lib/libc/arch/arm32/sys/setlogin.S @@ -1,5 +1,3 @@ -/* $NetBSD: setlogin.S,v 1.2 1996/05/12 19:55:27 mark Exp $ */ - /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)setlogin.s 5.2 (Berkeley) 4/12/91 - * $Id: setlogin.S,v 1.2 1996/05/22 11:39:23 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.3 1996/08/19 08:12:01 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .globl ___logname_valid /* in getlogin() */ SYSCALL(setlogin) diff --git a/lib/libc/arch/arm32/sys/sigpending.S b/lib/libc/arch/arm32/sys/sigpending.S index b5769de2ba6..f6a890b0039 100644 --- a/lib/libc/arch/arm32/sys/sigpending.S +++ b/lib/libc/arch/arm32/sys/sigpending.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigpending.S,v 1.2 1996/05/12 19:55:30 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigpending.s 5.1 (Berkeley) 7/1/90 - * $Id: sigpending.S,v 1.2 1996/05/22 11:39:23 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.3 1996/08/19 08:12:02 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/sigprocmask.S b/lib/libc/arch/arm32/sys/sigprocmask.S index 1f243a4c6cd..2f912a4ecab 100644 --- a/lib/libc/arch/arm32/sys/sigprocmask.S +++ b/lib/libc/arch/arm32/sys/sigprocmask.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigprocmask.S,v 1.2 1996/05/12 19:55:33 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigprocmask.s 5.2 (Berkeley) 12/17/90 - * $Id: sigprocmask.S,v 1.2 1996/05/22 11:39:24 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.3 1996/08/19 08:12:03 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/sigreturn.S b/lib/libc/arch/arm32/sys/sigreturn.S index 0a001013e30..22eec041872 100644 --- a/lib/libc/arch/arm32/sys/sigreturn.S +++ b/lib/libc/arch/arm32/sys/sigreturn.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigreturn.S,v 1.2 1996/05/12 19:55:35 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigreturn.s 5.2 (Berkeley) 12/17/90" - * $Id: sigreturn.S,v 1.2 1996/05/22 11:39:24 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.3 1996/08/19 08:12:05 tholo Exp $" +#endif /* SYSLIB_SCCS */ + /* * We must preserve the state of the registers as the user has set them up. */ diff --git a/lib/libc/arch/arm32/sys/sigsuspend.S b/lib/libc/arch/arm32/sys/sigsuspend.S index 750eb6f4bde..234da140554 100644 --- a/lib/libc/arch/arm32/sys/sigsuspend.S +++ b/lib/libc/arch/arm32/sys/sigsuspend.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigsuspend.S,v 1.2 1996/05/12 19:55:38 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90 - * $Id: sigsuspend.S,v 1.2 1996/05/22 11:39:25 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.3 1996/08/19 08:12:06 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/arm32/sys/syscall.S b/lib/libc/arch/arm32/sys/syscall.S index 54722080ac5..e6678f283d3 100644 --- a/lib/libc/arch/arm32/sys/syscall.S +++ b/lib/libc/arch/arm32/sys/syscall.S @@ -1,5 +1,3 @@ -/* $NetBSD: syscall.S,v 1.2 1996/05/12 19:55:44 mark Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)syscall.s 5.1 (Berkeley) 4/23/90 - * $Id: syscall.S,v 1.2 1996/05/22 11:39:25 deraadt Exp $ */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.3 1996/08/19 08:12:07 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .text .align 0 diff --git a/lib/libc/arch/i386/DEFS.h b/lib/libc/arch/i386/DEFS.h index 2ff3175d195..051613308e3 100644 --- a/lib/libc/arch/i386/DEFS.h +++ b/lib/libc/arch/i386/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1.1.1 1995/10/18 08:41:23 deraadt Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:12:09 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/i386/Makefile.inc b/lib/libc/arch/i386/Makefile.inc index 6bf41b7caa6..b0f1da56f3a 100644 --- a/lib/libc/arch/i386/Makefile.inc +++ b/lib/libc/arch/i386/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:41:23 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:12:11 tholo Exp $ KMINCLUDES= arch/i386/SYS.h arch/i386/DEFS.h KMSRCS= bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S \ diff --git a/lib/libc/arch/i386/SYS.h b/lib/libc/arch/i386/SYS.h index 03c2b891647..1cf818fd304 100644 --- a/lib/libc/arch/i386/SYS.h +++ b/lib/libc/arch/i386/SYS.h @@ -33,8 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.2 1995/12/30 08:15:54 deraadt Exp $ + * $OpenBSD: SYS.h,v 1.3 1996/08/19 08:12:12 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/i386/gen/Makefile.inc b/lib/libc/arch/i386/gen/Makefile.inc index d0a92f47101..3ff40d5307f 100644 --- a/lib/libc/arch/i386/gen/Makefile.inc +++ b/lib/libc/arch/i386/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/04/09 20:33:13 mycroft Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:12:13 tholo Exp $ SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.S \ setjmp.S sigsetjmp.S diff --git a/lib/libc/arch/i386/gen/_setjmp.S b/lib/libc/arch/i386/gen/_setjmp.S index dabfddd574f..6fbb0a293a3 100644 --- a/lib/libc/arch/i386/gen/_setjmp.S +++ b/lib/libc/arch/i386/gen/_setjmp.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)_setjmp.s 5.1 (Berkeley) 4/23/90 - * $Id: _setjmp.S,v 1.2 1995/12/30 08:15:39 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: _setjmp.S,v 1.2 1995/12/30 08:15:39 deraadt Exp $" + .asciz "$OpenBSD: _setjmp.S,v 1.3 1996/08/19 08:12:14 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/gen/alloca.S b/lib/libc/arch/i386/gen/alloca.S index 99c97896312..256d5135416 100644 --- a/lib/libc/arch/i386/gen/alloca.S +++ b/lib/libc/arch/i386/gen/alloca.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)alloca.s 5.2 (Berkeley) 5/14/90 - * $Id: alloca.S,v 1.2 1995/12/30 08:15:39 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: alloca.S,v 1.2 1995/12/30 08:15:39 deraadt Exp $" + .asciz "$OpenBSD: alloca.S,v 1.3 1996/08/19 08:12:15 tholo Exp $" #endif /* like alloc, but automatic automatic free in return */ diff --git a/lib/libc/arch/i386/gen/divsi3.S b/lib/libc/arch/i386/gen/divsi3.S index 282a7f1360b..28bae2a0041 100644 --- a/lib/libc/arch/i386/gen/divsi3.S +++ b/lib/libc/arch/i386/gen/divsi3.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)divsi3.s 5.1 (Berkeley) 5/15/90 - * $Id: divsi3.S,v 1.2 1995/12/30 08:15:40 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: divsi3.S,v 1.2 1995/12/30 08:15:40 deraadt Exp $" + .asciz "$OpenBSD: divsi3.S,v 1.3 1996/08/19 08:12:16 tholo Exp $" #endif ENTRY(__divsi3) diff --git a/lib/libc/arch/i386/gen/fabs.S b/lib/libc/arch/i386/gen/fabs.S index 2554b9d5d08..6014a5a54c3 100644 --- a/lib/libc/arch/i386/gen/fabs.S +++ b/lib/libc/arch/i386/gen/fabs.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)fabs.s 5.2 (Berkeley) 12/17/90 - * $Id: fabs.S,v 1.2 1995/12/30 08:15:41 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: fabs.S,v 1.2 1995/12/30 08:15:41 deraadt Exp $" + .asciz "$OpenBSD: fabs.S,v 1.3 1996/08/19 08:12:17 tholo Exp $" #endif ENTRY(fabs) diff --git a/lib/libc/arch/i386/gen/fixdfsi.S b/lib/libc/arch/i386/gen/fixdfsi.S index 94a3732a2c9..e003cd4f86f 100644 --- a/lib/libc/arch/i386/gen/fixdfsi.S +++ b/lib/libc/arch/i386/gen/fixdfsi.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)fixdfsi.s 5.4 (Berkeley) 4/12/91 - * $Id: fixdfsi.S,v 1.2 1995/12/30 08:15:42 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: fixdfsi.S,v 1.2 1995/12/30 08:15:42 deraadt Exp $" + .asciz "$OpenBSD: fixdfsi.S,v 1.3 1996/08/19 08:12:18 tholo Exp $" #endif ENTRY(__fixdfsi) diff --git a/lib/libc/arch/i386/gen/fixunsdfsi.S b/lib/libc/arch/i386/gen/fixunsdfsi.S index 46b84724d3c..4b09bd38ee9 100644 --- a/lib/libc/arch/i386/gen/fixunsdfsi.S +++ b/lib/libc/arch/i386/gen/fixunsdfsi.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)fixunsdfsi.s 5.1 12/17/90 - * $Id: fixunsdfsi.S,v 1.2 1995/12/30 08:15:21 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: fixunsdfsi.S,v 1.2 1995/12/30 08:15:21 deraadt Exp $" + .asciz "$OpenBSD: fixunsdfsi.S,v 1.3 1996/08/19 08:12:19 tholo Exp $" #endif ENTRY(__fixunsdfsi) diff --git a/lib/libc/arch/i386/gen/flt_rounds.S b/lib/libc/arch/i386/gen/flt_rounds.S index 046a650d13d..7bb1030bfd3 100644 --- a/lib/libc/arch/i386/gen/flt_rounds.S +++ b/lib/libc/arch/i386/gen/flt_rounds.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: flt_rounds.S,v 1.2 1996/08/19 08:12:20 tholo Exp $" +#endif + .text .align 2 _map: diff --git a/lib/libc/arch/i386/gen/fpgetmask.S b/lib/libc/arch/i386/gen/fpgetmask.S index 430c26f5304..6a14fc72d1b 100644 --- a/lib/libc/arch/i386/gen/fpgetmask.S +++ b/lib/libc/arch/i386/gen/fpgetmask.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetmask.S,v 1.2 1996/08/19 08:12:22 tholo Exp $" +#endif + ENTRY(fpgetmask) subl $4,%esp fnstcw (%esp) diff --git a/lib/libc/arch/i386/gen/fpgetround.S b/lib/libc/arch/i386/gen/fpgetround.S index e5244ffad77..0d70d4806d7 100644 --- a/lib/libc/arch/i386/gen/fpgetround.S +++ b/lib/libc/arch/i386/gen/fpgetround.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetround.S,v 1.2 1996/08/19 08:12:23 tholo Exp $" +#endif + ENTRY(fpgetround) subl $4,%esp fnstcw (%esp) diff --git a/lib/libc/arch/i386/gen/fpgetsticky.S b/lib/libc/arch/i386/gen/fpgetsticky.S index ef7e4d96339..f824b8d7b38 100644 --- a/lib/libc/arch/i386/gen/fpgetsticky.S +++ b/lib/libc/arch/i386/gen/fpgetsticky.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetsticky.S,v 1.2 1996/08/19 08:12:24 tholo Exp $" +#endif + ENTRY(fpgetsticky) subl $4,%esp fnstsw (%esp) diff --git a/lib/libc/arch/i386/gen/fpsetmask.S b/lib/libc/arch/i386/gen/fpsetmask.S index 2ad578b308a..a9d96c9b760 100644 --- a/lib/libc/arch/i386/gen/fpsetmask.S +++ b/lib/libc/arch/i386/gen/fpsetmask.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetmask.S,v 1.2 1996/08/19 08:12:25 tholo Exp $" +#endif + ENTRY(fpsetmask) subl $4,%esp diff --git a/lib/libc/arch/i386/gen/fpsetround.S b/lib/libc/arch/i386/gen/fpsetround.S index 7a6e621a10b..efb2db34a27 100644 --- a/lib/libc/arch/i386/gen/fpsetround.S +++ b/lib/libc/arch/i386/gen/fpsetround.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetround.S,v 1.2 1996/08/19 08:12:26 tholo Exp $" +#endif + ENTRY(fpsetround) subl $4,%esp diff --git a/lib/libc/arch/i386/gen/fpsetsticky.S b/lib/libc/arch/i386/gen/fpsetsticky.S index 41d69e6ea97..e3c20cc536b 100644 --- a/lib/libc/arch/i386/gen/fpsetsticky.S +++ b/lib/libc/arch/i386/gen/fpsetsticky.S @@ -5,6 +5,11 @@ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetsticky.S,v 1.2 1996/08/19 08:12:28 tholo Exp $" +#endif + ENTRY(fpsetsticky) subl $28,%esp diff --git a/lib/libc/arch/i386/gen/frexp.c b/lib/libc/arch/i386/gen/frexp.c index cba5e868b61..f277a5456c4 100644 --- a/lib/libc/arch/i386/gen/frexp.c +++ b/lib/libc/arch/i386/gen/frexp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)frexp.c 5.1 (Berkeley) 3/7/91";*/ -static char rcsid[] = "$Id: frexp.c,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:12:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/i386/gen/infinity.c b/lib/libc/arch/i386/gen/infinity.c index 4c388d96f15..f5e73d7bbdb 100644 --- a/lib/libc/arch/i386/gen/infinity.c +++ b/lib/libc/arch/i386/gen/infinity.c @@ -1,6 +1,6 @@ -#ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $"; -#endif /* not lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:12:30 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* infinity.c */ diff --git a/lib/libc/arch/i386/gen/isinf.c b/lib/libc/arch/i386/gen/isinf.c index d4a4271c698..02128987bce 100644 --- a/lib/libc/arch/i386/gen/isinf.c +++ b/lib/libc/arch/i386/gen/isinf.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)isinf.c 5.1 (Berkeley) 3/18/91";*/ -static char rcsid[] = "$Id: isinf.c,v 1.2 1996/02/24 09:12:39 niklas Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:12:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/i386/gen/ldexp.c b/lib/libc/arch/i386/gen/ldexp.c index f5360f0205b..b77c0e8df8d 100644 --- a/lib/libc/arch/i386/gen/ldexp.c +++ b/lib/libc/arch/i386/gen/ldexp.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)ldexp.c 5.1 (Berkeley) 4/23/90";*/ -static char rcsid[] = "$Id: ldexp.c,v 1.2 1996/03/25 22:57:38 tholo Exp $"; +static char rcsid[] = "$OpenBSD: ldexp.c,v 1.3 1996/08/19 08:12:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/arch/i386/gen/modf.S b/lib/libc/arch/i386/gen/modf.S index 822d674a9fc..2cae4ae66d8 100644 --- a/lib/libc/arch/i386/gen/modf.S +++ b/lib/libc/arch/i386/gen/modf.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)modf.s 5.5 (Berkeley) 3/18/91 - * $Id: modf.S,v 1.2 1995/12/30 08:15:42 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: modf.S,v 1.2 1995/12/30 08:15:42 deraadt Exp $" + .asciz "$OpenBSD: modf.S,v 1.3 1996/08/19 08:12:33 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/gen/setjmp.S b/lib/libc/arch/i386/gen/setjmp.S index 5829a590ebf..b2ee40db41d 100644 --- a/lib/libc/arch/i386/gen/setjmp.S +++ b/lib/libc/arch/i386/gen/setjmp.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90 - * $Id: setjmp.S,v 1.2 1995/12/30 08:15:23 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: setjmp.S,v 1.2 1995/12/30 08:15:23 deraadt Exp $" + .asciz "$OpenBSD: setjmp.S,v 1.3 1996/08/19 08:12:34 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/gen/sigsetjmp.S b/lib/libc/arch/i386/gen/sigsetjmp.S index dcdd4e56273..f59ef0b7f1d 100644 --- a/lib/libc/arch/i386/gen/sigsetjmp.S +++ b/lib/libc/arch/i386/gen/sigsetjmp.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90" - * $Id: sigsetjmp.S,v 1.2 1995/12/30 08:15:25 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: sigsetjmp.S,v 1.2 1995/12/30 08:15:25 deraadt Exp $" + .asciz "$OpenBSD: sigsetjmp.S,v 1.3 1996/08/19 08:12:34 tholo Exp $" #endif ENTRY(sigsetjmp) diff --git a/lib/libc/arch/i386/gen/udivsi3.S b/lib/libc/arch/i386/gen/udivsi3.S index cbb171837e3..8bfc41a51d6 100644 --- a/lib/libc/arch/i386/gen/udivsi3.S +++ b/lib/libc/arch/i386/gen/udivsi3.S @@ -32,16 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)udivsi3.s 5.1 (Berkeley) 5/15/90 - * $Id: udivsi3.S,v 1.2 1995/12/30 08:15:43 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) .text - .asciz "$Id: udivsi3.S,v 1.2 1995/12/30 08:15:43 deraadt Exp $" + .asciz "$OpenBSD: udivsi3.S,v 1.3 1996/08/19 08:12:35 tholo Exp $" #endif ENTRY(__udivsi3) diff --git a/lib/libc/arch/i386/net/Makefile.inc b/lib/libc/arch/i386/net/Makefile.inc index 627806ea8ae..3e316359945 100644 --- a/lib/libc/arch/i386/net/Makefile.inc +++ b/lib/libc/arch/i386/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/02/25 14:58:50 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:12:37 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S LSRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/i386/net/htonl.S b/lib/libc/arch/i386/net/htonl.S index dfa7be57f0c..6a02adb6bf5 100644 --- a/lib/libc/arch/i386/net/htonl.S +++ b/lib/libc/arch/i386/net/htonl.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)htonl.s 5.3 (Berkeley) 12/17/90 - * $Id: htonl.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: htonl.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $") + .text + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:12:38 tholo Exp $" #endif /* netorder = htonl(hostorder) */ diff --git a/lib/libc/arch/i386/net/htons.S b/lib/libc/arch/i386/net/htons.S index d933decd345..e1a3e1320e4 100644 --- a/lib/libc/arch/i386/net/htons.S +++ b/lib/libc/arch/i386/net/htons.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)htons.s 5.2 (Berkeley) 12/17/90 - * $Id: htons.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: htons.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $") + .text + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:12:40 tholo Exp $" #endif /* netorder = htons(hostorder) */ diff --git a/lib/libc/arch/i386/net/ntohl.S b/lib/libc/arch/i386/net/ntohl.S index 48fd2c1f4ba..fb0a32a7340 100644 --- a/lib/libc/arch/i386/net/ntohl.S +++ b/lib/libc/arch/i386/net/ntohl.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)ntohl.s 5.2 (Berkeley) 12/17/90 - * $Id: ntohl.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: ntohl.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $") + .text + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:12:41 tholo Exp $" #endif /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/arch/i386/net/ntohs.S b/lib/libc/arch/i386/net/ntohs.S index 5e4fd04d3ce..d5f73281544 100644 --- a/lib/libc/arch/i386/net/ntohs.S +++ b/lib/libc/arch/i386/net/ntohs.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)ntohs.s 5.2 (Berkeley) 12/17/90 - * $Id: ntohs.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: ntohs.S,v 1.1.1.1 1995/10/18 08:41:24 deraadt Exp $") + .text + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:12:42 tholo Exp $" #endif /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/arch/i386/stdlib/abs.S b/lib/libc/arch/i386/stdlib/abs.S index 3c1bea73fd7..11a05d0d6e1 100644 --- a/lib/libc/arch/i386/stdlib/abs.S +++ b/lib/libc/arch/i386/stdlib/abs.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)abs.s 5.2 (Berkeley) 12/17/90 - * $Id: abs.S,v 1.1.1.1 1995/10/18 08:41:25 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: abs.S,v 1.1.1.1 1995/10/18 08:41:25 deraadt Exp $") + .text + .asciz "$OpenBSD: abs.S,v 1.2 1996/08/19 08:12:44 tholo Exp $" #endif ENTRY(abs) diff --git a/lib/libc/arch/i386/stdlib/div.S b/lib/libc/arch/i386/stdlib/div.S index 28ab78c0980..77ea153f0d4 100644 --- a/lib/libc/arch/i386/stdlib/div.S +++ b/lib/libc/arch/i386/stdlib/div.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$NetBSD: div.S,v 1.5 1995/04/28 22:59:46 jtc Exp $") + .text + .asciz "$OpenBSD: div.S,v 1.2 1996/08/19 08:12:46 tholo Exp $" #endif ENTRY(div) diff --git a/lib/libc/arch/i386/stdlib/labs.S b/lib/libc/arch/i386/stdlib/labs.S index 2d4de064e86..2588555f27c 100644 --- a/lib/libc/arch/i386/stdlib/labs.S +++ b/lib/libc/arch/i386/stdlib/labs.S @@ -32,15 +32,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)abs.s 5.2 (Berkeley) 12/17/90 - * $Id: labs.S,v 1.1.1.1 1995/10/18 08:41:25 deraadt Exp $ */ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$Id: labs.S,v 1.1.1.1 1995/10/18 08:41:25 deraadt Exp $") + .text + .asciz "$OpenBSD: labs.S,v 1.2 1996/08/19 08:12:47 tholo Exp $" #endif ENTRY(labs) diff --git a/lib/libc/arch/i386/stdlib/ldiv.S b/lib/libc/arch/i386/stdlib/ldiv.S index 93df0ac24ab..4d6d2623de8 100644 --- a/lib/libc/arch/i386/stdlib/ldiv.S +++ b/lib/libc/arch/i386/stdlib/ldiv.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) -RCSID("$NetBSD: ldiv.S,v 1.5 1995/04/28 22:59:52 jtc Exp $") + .text + .asciz "$OpenBSD: ldiv.S,v 1.2 1996/08/19 08:12:48 tholo Exp $" #endif ENTRY(ldiv) diff --git a/lib/libc/arch/i386/string/Makefile.inc b/lib/libc/arch/i386/string/Makefile.inc index dc18bc39143..ddfb245e12b 100644 --- a/lib/libc/arch/i386/string/Makefile.inc +++ b/lib/libc/arch/i386/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:42 mycroft Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:12:50 tholo Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S \ rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ diff --git a/lib/libc/arch/i386/string/bcmp.S b/lib/libc/arch/i386/string/bcmp.S index f957bbafe48..2b86c73ec99 100644 --- a/lib/libc/arch/i386/string/bcmp.S +++ b/lib/libc/arch/i386/string/bcmp.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: bcmp.S,v 1.7 1995/04/28 22:57:54 jtc Exp $") + .text + .asciz "$OpenBSD: bcmp.S,v 1.2 1996/08/19 08:12:52 tholo Exp $" #endif ENTRY(bcmp) diff --git a/lib/libc/arch/i386/string/bcopy.S b/lib/libc/arch/i386/string/bcopy.S index 6d8f8e93294..0008daea4bb 100644 --- a/lib/libc/arch/i386/string/bcopy.S +++ b/lib/libc/arch/i386/string/bcopy.S @@ -36,7 +36,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: bcopy.S,v 1.5 1995/04/28 22:57:57 jtc Exp $") + .text + .asciz "$OpenBSD: bcopy.S,v 1.2 1996/08/19 08:12:54 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/bzero.S b/lib/libc/arch/i386/string/bzero.S index ae18e81c7c5..ba40ffa345a 100644 --- a/lib/libc/arch/i386/string/bzero.S +++ b/lib/libc/arch/i386/string/bzero.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: bzero.S,v 1.8 1995/04/28 22:57:58 jtc Exp $") + .text + .asciz "$OpenBSD: bzero.S,v 1.2 1996/08/19 08:12:56 tholo Exp $" #endif ENTRY(bzero) diff --git a/lib/libc/arch/i386/string/ffs.S b/lib/libc/arch/i386/string/ffs.S index f4851b81a00..e6b11dbb165 100644 --- a/lib/libc/arch/i386/string/ffs.S +++ b/lib/libc/arch/i386/string/ffs.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: ffs.S,v 1.7 1995/04/28 22:58:00 jtc Exp $") + .text + .asciz "$OpenBSD: ffs.S,v 1.2 1996/08/19 08:12:58 tholo Exp $" #endif ENTRY(ffs) diff --git a/lib/libc/arch/i386/string/index.S b/lib/libc/arch/i386/string/index.S index 01f80b6f0d8..c4a14b66f6e 100644 --- a/lib/libc/arch/i386/string/index.S +++ b/lib/libc/arch/i386/string/index.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: index.S,v 1.8 1995/04/28 22:58:01 jtc Exp $") + .text + .asciz "$OpenBSD: index.S,v 1.2 1996/08/19 08:12:59 tholo Exp $" #endif #ifdef STRCHR diff --git a/lib/libc/arch/i386/string/memchr.S b/lib/libc/arch/i386/string/memchr.S index 9b826535e53..583b0e1748d 100644 --- a/lib/libc/arch/i386/string/memchr.S +++ b/lib/libc/arch/i386/string/memchr.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: memchr.S,v 1.8 1995/04/28 22:58:03 jtc Exp $") + .text + .asciz "$OpenBSD: memchr.S,v 1.2 1996/08/19 08:13:01 tholo Exp $" #endif ENTRY(memchr) diff --git a/lib/libc/arch/i386/string/memcmp.S b/lib/libc/arch/i386/string/memcmp.S index 53f2361a5cb..1c7938044f4 100644 --- a/lib/libc/arch/i386/string/memcmp.S +++ b/lib/libc/arch/i386/string/memcmp.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: memcmp.S,v 1.8 1995/04/28 22:58:04 jtc Exp $") + .text + .asciz "$OpenBSD: memcmp.S,v 1.2 1996/08/19 08:13:03 tholo Exp $" #endif ENTRY(memcmp) diff --git a/lib/libc/arch/i386/string/memcpy.S b/lib/libc/arch/i386/string/memcpy.S index 1617c7153aa..7b993ad3a40 100644 --- a/lib/libc/arch/i386/string/memcpy.S +++ b/lib/libc/arch/i386/string/memcpy.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcpy.S,v 1.2 1996/08/19 08:13:05 tholo Exp $" +#endif + #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/arch/i386/string/memmove.S b/lib/libc/arch/i386/string/memmove.S index f5a94ed4937..a0a2a16c390 100644 --- a/lib/libc/arch/i386/string/memmove.S +++ b/lib/libc/arch/i386/string/memmove.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:13:07 tholo Exp $" +#endif + #define MEMMOVE #include "bcopy.S" diff --git a/lib/libc/arch/i386/string/memset.S b/lib/libc/arch/i386/string/memset.S index da90db37568..4598cf00b43 100644 --- a/lib/libc/arch/i386/string/memset.S +++ b/lib/libc/arch/i386/string/memset.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: memset.S,v 1.8 1995/04/28 22:58:05 jtc Exp $") + .text + .asciz "$OpenBSD: memset.S,v 1.2 1996/08/19 08:13:09 tholo Exp $" #endif ENTRY(memset) diff --git a/lib/libc/arch/i386/string/rindex.S b/lib/libc/arch/i386/string/rindex.S index 27b8bdd5e25..3c17893c5a2 100644 --- a/lib/libc/arch/i386/string/rindex.S +++ b/lib/libc/arch/i386/string/rindex.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: rindex.S,v 1.9 1995/04/28 22:58:07 jtc Exp $") + .text + .asciz "$OpenBSD: rindex.S,v 1.2 1996/08/19 08:13:10 tholo Exp $" #endif #ifdef STRRCHR diff --git a/lib/libc/arch/i386/string/strcat.S b/lib/libc/arch/i386/string/strcat.S index 6da139578ed..6d80aebb06a 100644 --- a/lib/libc/arch/i386/string/strcat.S +++ b/lib/libc/arch/i386/string/strcat.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: strcat.S,v 1.8 1995/04/28 22:58:09 jtc Exp $") + .text + .asciz "$OpenBSD: strcat.S,v 1.2 1996/08/19 08:13:12 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/strchr.S b/lib/libc/arch/i386/string/strchr.S index e603668efe5..ef3597ebce2 100644 --- a/lib/libc/arch/i386/string/strchr.S +++ b/lib/libc/arch/i386/string/strchr.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strchr.S,v 1.2 1996/08/19 08:13:14 tholo Exp $" +#endif + #define STRCHR #include "index.S" diff --git a/lib/libc/arch/i386/string/strcmp.S b/lib/libc/arch/i386/string/strcmp.S index 85ba4fbb830..d4d6500ab56 100644 --- a/lib/libc/arch/i386/string/strcmp.S +++ b/lib/libc/arch/i386/string/strcmp.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: strcmp.S,v 1.11 1995/04/28 22:58:10 jtc Exp $") + .text + .asciz "$OpenBSD: strcmp.S,v 1.2 1996/08/19 08:13:15 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/strcpy.S b/lib/libc/arch/i386/string/strcpy.S index dbe39e6879a..d9c74b4c82a 100644 --- a/lib/libc/arch/i386/string/strcpy.S +++ b/lib/libc/arch/i386/string/strcpy.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: strcpy.S,v 1.8 1995/04/28 22:58:12 jtc Exp $") + .text + .asciz "$OpenBSD: strcpy.S,v 1.2 1996/08/19 08:13:17 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/strlen.S b/lib/libc/arch/i386/string/strlen.S index 809ca2a118c..563b4046bba 100644 --- a/lib/libc/arch/i386/string/strlen.S +++ b/lib/libc/arch/i386/string/strlen.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: strlen.S,v 1.6 1995/04/28 22:58:13 jtc Exp $") + .text + .asciz "$OpenBSD: strlen.S,v 1.2 1996/08/19 08:13:19 tholo Exp $" #endif ENTRY(strlen) diff --git a/lib/libc/arch/i386/string/strncmp.S b/lib/libc/arch/i386/string/strncmp.S index 9569e1afc43..0eaad0af0f7 100644 --- a/lib/libc/arch/i386/string/strncmp.S +++ b/lib/libc/arch/i386/string/strncmp.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: strncmp.S,v 1.11 1995/04/28 22:58:14 jtc Exp $") + .text + .asciz "$OpenBSD: strncmp.S,v 1.2 1996/08/19 08:13:21 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/string/strrchr.S b/lib/libc/arch/i386/string/strrchr.S index f9deb5a826e..0bcb6a99dcf 100644 --- a/lib/libc/arch/i386/string/strrchr.S +++ b/lib/libc/arch/i386/string/strrchr.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strrchr.S,v 1.2 1996/08/19 08:13:22 tholo Exp $" +#endif + #define STRRCHR #include "rindex.S" diff --git a/lib/libc/arch/i386/string/swab.S b/lib/libc/arch/i386/string/swab.S index a56b3ba3f65..def72f126f3 100644 --- a/lib/libc/arch/i386/string/swab.S +++ b/lib/libc/arch/i386/string/swab.S @@ -6,7 +6,8 @@ #include <machine/asm.h> #if defined(LIBC_SCCS) - RCSID("$NetBSD: swab.S,v 1.9 1995/04/28 22:58:16 jtc Exp $") + .text + .asciz "$OpenBSD: swab.S,v 1.2 1996/08/19 08:13:24 tholo Exp $" #endif /* diff --git a/lib/libc/arch/i386/sys/Ovfork.S b/lib/libc/arch/i386/sys/Ovfork.S index e6aa8302ec9..97430e6ae5f 100644 --- a/lib/libc/arch/i386/sys/Ovfork.S +++ b/lib/libc/arch/i386/sys/Ovfork.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)Ovfork.s 5.1 (Berkeley) 4/23/90 - * $Id: Ovfork.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: Ovfork.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:13:26 tholo Exp $" +#endif /* SYSLIB_SCCS */ + /* * pid = vfork(); * diff --git a/lib/libc/arch/i386/sys/brk.S b/lib/libc/arch/i386/sys/brk.S index b450118d575..0fc35867f38 100644 --- a/lib/libc/arch/i386/sys/brk.S +++ b/lib/libc/arch/i386/sys/brk.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)brk.s 5.2 (Berkeley) 12/17/90 - * $Id: brk.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: brk.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.2 1996/08/19 08:13:28 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .globl _end .globl minbrk .globl curbrk diff --git a/lib/libc/arch/i386/sys/cerror.S b/lib/libc/arch/i386/sys/cerror.S index a24170c53d5..2ea1c353590 100644 --- a/lib/libc/arch/i386/sys/cerror.S +++ b/lib/libc/arch/i386/sys/cerror.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)cerror.s 5.1 (Berkeley) 4/23/90 - * $Id: cerror.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: cerror.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.2 1996/08/19 08:13:29 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .globl _errno cerror: #ifdef PIC diff --git a/lib/libc/arch/i386/sys/exect.S b/lib/libc/arch/i386/sys/exect.S index c14ab998bec..965f8d498bc 100644 --- a/lib/libc/arch/i386/sys/exect.S +++ b/lib/libc/arch/i386/sys/exect.S @@ -32,19 +32,16 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)exect.s 5.1 (Berkeley) 4/23/90 - * $Id: exect.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: exect.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" #include <machine/psl.h> +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:13:31 tholo Exp $" +#endif /* SYSLIB_SCCS */ + ENTRY(exect) movl $(SYS_execve),%eax pushf diff --git a/lib/libc/arch/i386/sys/fork.S b/lib/libc/arch/i386/sys/fork.S index 19c12d6d01b..3b938129a27 100644 --- a/lib/libc/arch/i386/sys/fork.S +++ b/lib/libc/arch/i386/sys/fork.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)fork.s 5.1 (Berkeley) 4/23/90 - * $Id: fork.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: fork.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:13:32 tholo Exp $" +#endif /* SYSLIB_SCCS */ + SYSCALL(fork) decl %edx /* from 1 to 0 in child, 0 to -1 in parent */ andl %edx,%eax diff --git a/lib/libc/arch/i386/sys/pipe.S b/lib/libc/arch/i386/sys/pipe.S index 076b7d7ec70..d90a429e2fc 100644 --- a/lib/libc/arch/i386/sys/pipe.S +++ b/lib/libc/arch/i386/sys/pipe.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)pipe.s 5.1 (Berkeley) 4/23/90 - * $Id: pipe.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: pipe.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:13:33 tholo Exp $" +#endif /* SYSLIB_SCCS */ + SYSCALL(pipe) movl 4(%esp),%ecx movl %eax,(%ecx) diff --git a/lib/libc/arch/i386/sys/ptrace.S b/lib/libc/arch/i386/sys/ptrace.S index 8945424f1d0..52ff26642ac 100644 --- a/lib/libc/arch/i386/sys/ptrace.S +++ b/lib/libc/arch/i386/sys/ptrace.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)ptrace.s 5.1 (Berkeley) 4/23/90 - * $Id: ptrace.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: ptrace.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:13:34 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(ptrace) #ifdef PIC xorl %eax,%eax diff --git a/lib/libc/arch/i386/sys/reboot.S b/lib/libc/arch/i386/sys/reboot.S index 84284208c31..c73ed8328a7 100644 --- a/lib/libc/arch/i386/sys/reboot.S +++ b/lib/libc/arch/i386/sys/reboot.S @@ -32,17 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)reboot.s 5.1 (Berkeley) 4/23/90 - * $Id: reboot.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: reboot.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:13:36 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(reboot) iret diff --git a/lib/libc/arch/i386/sys/sbrk.S b/lib/libc/arch/i386/sys/sbrk.S index dbaea4d948a..b8426aacba5 100644 --- a/lib/libc/arch/i386/sys/sbrk.S +++ b/lib/libc/arch/i386/sys/sbrk.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sbrk.s 5.1 (Berkeley) 4/23/90 - * $Id: sbrk.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: sbrk.S,v 1.1.1.1 1995/10/18 08:41:26 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.2 1996/08/19 08:13:37 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _end .globl curbrk diff --git a/lib/libc/arch/i386/sys/setlogin.S b/lib/libc/arch/i386/sys/setlogin.S index 45730b69821..acd1144725d 100644 --- a/lib/libc/arch/i386/sys/setlogin.S +++ b/lib/libc/arch/i386/sys/setlogin.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)setlogin.s 5.2 (Berkeley) 4/12/91 - * $Id: setlogin.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(LIBC_SCCS) - .text - .asciz "$Id: setlogin.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:13:39 tholo Exp $" +#endif /* SYSLIB_SCCS */ + .globl ___logname_valid /* in getlogin() */ SYSCALL(setlogin) xorl %eax,%eax diff --git a/lib/libc/arch/i386/sys/sigpending.S b/lib/libc/arch/i386/sys/sigpending.S index e1d252fb3cd..6dfa27fd4e1 100644 --- a/lib/libc/arch/i386/sys/sigpending.S +++ b/lib/libc/arch/i386/sys/sigpending.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigpending.s 5.1 (Berkeley) 7/1/90 - * $Id: sigpending.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: sigpending.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:13:40 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(sigpending) movl 4(%esp),%ecx # fetch pointer to... movl %eax,(%ecx) # store old mask diff --git a/lib/libc/arch/i386/sys/sigprocmask.S b/lib/libc/arch/i386/sys/sigprocmask.S index 077857f3e29..1cfd2c3e2b6 100644 --- a/lib/libc/arch/i386/sys/sigprocmask.S +++ b/lib/libc/arch/i386/sys/sigprocmask.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigprocmask.s 5.2 (Berkeley) 12/17/90 - * $Id: sigprocmask.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: sigprocmask.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:13:41 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(sigprocmask) movl 8(%esp),%ecx # fetch new sigset pointer testl %ecx,%ecx # check new sigset pointer diff --git a/lib/libc/arch/i386/sys/sigreturn.S b/lib/libc/arch/i386/sys/sigreturn.S index 4b97f03ad32..a4899d3d63f 100644 --- a/lib/libc/arch/i386/sys/sigreturn.S +++ b/lib/libc/arch/i386/sys/sigreturn.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigreturn.s 5.2 (Berkeley) 12/17/90" - * $Id: sigreturn.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: sigreturn.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:13:42 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* * We must preserve the state of the registers as the user has set them up. */ diff --git a/lib/libc/arch/i386/sys/sigsuspend.S b/lib/libc/arch/i386/sys/sigsuspend.S index 7a4dcc2b0cf..c0254cfebbf 100644 --- a/lib/libc/arch/i386/sys/sigsuspend.S +++ b/lib/libc/arch/i386/sys/sigsuspend.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)sigsuspend.s 5.2 (Berkeley) 12/17/90 - * $Id: sigsuspend.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: sigsuspend.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:13:44 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(sigsuspend) movl 4(%esp),%eax # fetch mask arg movl (%eax),%eax # indirect to mask arg diff --git a/lib/libc/arch/i386/sys/syscall.S b/lib/libc/arch/i386/sys/syscall.S index 1d939f4f47c..4a6db63c799 100644 --- a/lib/libc/arch/i386/sys/syscall.S +++ b/lib/libc/arch/i386/sys/syscall.S @@ -32,18 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)syscall.s 5.1 (Berkeley) 4/23/90 - * $Id: syscall.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - .text - .asciz "$Id: syscall.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* SYSLIBC_SCCS and not lint */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:13:46 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(syscall) pop %ecx /* rta */ pop %eax /* syscall number */ diff --git a/lib/libc/arch/m68k/DEFS.h b/lib/libc/arch/m68k/DEFS.h index e5ae3e196d4..36c7aa7b133 100644 --- a/lib/libc/arch/m68k/DEFS.h +++ b/lib/libc/arch/m68k/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:13:48 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/m68k/Makefile.inc b/lib/libc/arch/m68k/Makefile.inc index f9f8b76c088..5cab7e867c3 100644 --- a/lib/libc/arch/m68k/Makefile.inc +++ b/lib/libc/arch/m68k/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1996/05/01 12:52:18 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:13:49 tholo Exp $ KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h KMSRCS= bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.S \ diff --git a/lib/libc/arch/m68k/SYS.h b/lib/libc/arch/m68k/SYS.h index b1950b217ee..58b7eec91a2 100644 --- a/lib/libc/arch/m68k/SYS.h +++ b/lib/libc/arch/m68k/SYS.h @@ -34,8 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $ + * $OpenBSD: SYS.h,v 1.2 1996/08/19 08:13:51 tholo Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/arch/m68k/gen/Makefile.inc b/lib/libc/arch/m68k/gen/Makefile.inc index 03bcb9fef09..0be72b80351 100644 --- a/lib/libc/arch/m68k/gen/Makefile.inc +++ b/lib/libc/arch/m68k/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/05/03 03:43:05 briggs Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:13:53 tholo Exp $ SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.S modf.S \ setjmp.S sigsetjmp.S diff --git a/lib/libc/arch/m68k/gen/_setjmp.S b/lib/libc/arch/m68k/gen/_setjmp.S index 027468b96f3..b27c347aae9 100644 --- a/lib/libc/arch/m68k/gen/_setjmp.S +++ b/lib/libc/arch/m68k/gen/_setjmp.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)_setjmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: _setjmp.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: _setjmp.S,v 1.2 1996/08/19 08:13:55 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/arch/m68k/gen/adddf3.S b/lib/libc/arch/m68k/gen/adddf3.S index bb2aa2eea3e..a7acfa8746e 100644 --- a/lib/libc/arch/m68k/gen/adddf3.S +++ b/lib/libc/arch/m68k/gen/adddf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)adddf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: adddf3.S,v 1.1.1.1 1995/10/18 08:41:27 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: adddf3.S,v 1.2 1996/08/19 08:13:56 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/addsf3.S b/lib/libc/arch/m68k/gen/addsf3.S index 05fbe90ea5a..c62084d3c8d 100644 --- a/lib/libc/arch/m68k/gen/addsf3.S +++ b/lib/libc/arch/m68k/gen/addsf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)addsf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: addsf3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: addsf3.S,v 1.2 1996/08/19 08:13:57 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/alloca.S b/lib/libc/arch/m68k/gen/alloca.S index 97145a0a7c4..0e5d23fafe7 100644 --- a/lib/libc/arch/m68k/gen/alloca.S +++ b/lib/libc/arch/m68k/gen/alloca.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)alloca.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: alloca.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: alloca.S,v 1.2 1996/08/19 08:13:58 tholo Exp $" +#endif /* LIBC_SCCS */ /* like alloc, but automatic free in return */ diff --git a/lib/libc/arch/m68k/gen/ashlsi3.S b/lib/libc/arch/m68k/gen/ashlsi3.S index 88a1af34b73..c3ddda868f7 100644 --- a/lib/libc/arch/m68k/gen/ashlsi3.S +++ b/lib/libc/arch/m68k/gen/ashlsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ashlsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: ashlsi3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ashlsi3.S,v 1.2 1996/08/19 08:14:00 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/ashrsi3.S b/lib/libc/arch/m68k/gen/ashrsi3.S index 53c0e40b5f6..bc0bed86257 100644 --- a/lib/libc/arch/m68k/gen/ashrsi3.S +++ b/lib/libc/arch/m68k/gen/ashrsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ashrsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: ashrsi3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ashrsi3.S,v 1.2 1996/08/19 08:14:01 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/cmpdf2.S b/lib/libc/arch/m68k/gen/cmpdf2.S index df6cea1ecb4..fc381a6d5ee 100644 --- a/lib/libc/arch/m68k/gen/cmpdf2.S +++ b/lib/libc/arch/m68k/gen/cmpdf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)cmpdf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: cmpdf2.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: cmpdf2.S,v 1.2 1996/08/19 08:14:02 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/cmpsf2.S b/lib/libc/arch/m68k/gen/cmpsf2.S index 10a517cfd33..8536d066bfb 100644 --- a/lib/libc/arch/m68k/gen/cmpsf2.S +++ b/lib/libc/arch/m68k/gen/cmpsf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)cmpsf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: cmpsf2.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: cmpsf2.S,v 1.2 1996/08/19 08:14:04 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/divdf3.S b/lib/libc/arch/m68k/gen/divdf3.S index 01f30eeec3b..58be5ff5bc4 100644 --- a/lib/libc/arch/m68k/gen/divdf3.S +++ b/lib/libc/arch/m68k/gen/divdf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)divdf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: divdf3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: divdf3.S,v 1.2 1996/08/19 08:14:05 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/divsf3.S b/lib/libc/arch/m68k/gen/divsf3.S index 27ae63c78c2..71569b78441 100644 --- a/lib/libc/arch/m68k/gen/divsf3.S +++ b/lib/libc/arch/m68k/gen/divsf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)divsf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: divsf3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: divsf3.S,v 1.2 1996/08/19 08:14:06 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/divsi3.S b/lib/libc/arch/m68k/gen/divsi3.S index 0a29092f0b2..d6cd0f12275 100644 --- a/lib/libc/arch/m68k/gen/divsi3.S +++ b/lib/libc/arch/m68k/gen/divsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)divsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: divsi3.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: divsi3.S,v 1.2 1996/08/19 08:14:08 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/extendsfdf2.S b/lib/libc/arch/m68k/gen/extendsfdf2.S index 288c018dd0f..6719b3194f0 100644 --- a/lib/libc/arch/m68k/gen/extendsfdf2.S +++ b/lib/libc/arch/m68k/gen/extendsfdf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)extendsfdf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: extendsfdf2.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: extendsfdf2.S,v 1.2 1996/08/19 08:14:09 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/fabs.S b/lib/libc/arch/m68k/gen/fabs.S index a9e680c03e6..96e226e20f1 100644 --- a/lib/libc/arch/m68k/gen/fabs.S +++ b/lib/libc/arch/m68k/gen/fabs.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)fabs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: fabs.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: fabs.S,v 1.2 1996/08/19 08:14:10 tholo Exp $" +#endif /* LIBC_SCCS */ /* fabs - floating absolute value */ diff --git a/lib/libc/arch/m68k/gen/fixdfsi.S b/lib/libc/arch/m68k/gen/fixdfsi.S index e884279f5df..ff0c2ec7c8a 100644 --- a/lib/libc/arch/m68k/gen/fixdfsi.S +++ b/lib/libc/arch/m68k/gen/fixdfsi.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)fixdfsi.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: fixdfsi.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: fixdfsi.S,v 1.2 1996/08/19 08:14:11 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/fixunsdfsi.S b/lib/libc/arch/m68k/gen/fixunsdfsi.S index 5de6658698b..0d108082976 100644 --- a/lib/libc/arch/m68k/gen/fixunsdfsi.S +++ b/lib/libc/arch/m68k/gen/fixunsdfsi.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)fixunsdfsi.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: fixunsdfsi.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: fixunsdfsi.S,v 1.2 1996/08/19 08:14:13 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/floatsidf.S b/lib/libc/arch/m68k/gen/floatsidf.S index 8a69c90be1c..46cf0925944 100644 --- a/lib/libc/arch/m68k/gen/floatsidf.S +++ b/lib/libc/arch/m68k/gen/floatsidf.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)floatsidf.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: floatsidf.S,v 1.1.1.1 1995/10/18 08:41:28 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: floatsidf.S,v 1.2 1996/08/19 08:14:14 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/flt_rounds.S b/lib/libc/arch/m68k/gen/flt_rounds.S index 68e6c2bfc12..31813121bb4 100644 --- a/lib/libc/arch/m68k/gen/flt_rounds.S +++ b/lib/libc/arch/m68k/gen/flt_rounds.S @@ -3,6 +3,11 @@ * Public domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: flt_rounds.S,v 1.2 1996/08/19 08:14:15 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> .text diff --git a/lib/libc/arch/m68k/gen/fpgetmask.S b/lib/libc/arch/m68k/gen/fpgetmask.S index 7b6106dab3d..fe34f930d05 100644 --- a/lib/libc/arch/m68k/gen/fpgetmask.S +++ b/lib/libc/arch/m68k/gen/fpgetmask.S @@ -3,6 +3,11 @@ * Public domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetmask.S,v 1.2 1996/08/19 08:14:16 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpgetmask) diff --git a/lib/libc/arch/m68k/gen/fpgetround.S b/lib/libc/arch/m68k/gen/fpgetround.S index 8dadd0d0d73..11ed028af34 100644 --- a/lib/libc/arch/m68k/gen/fpgetround.S +++ b/lib/libc/arch/m68k/gen/fpgetround.S @@ -3,6 +3,11 @@ * Public domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetround.S,v 1.2 1996/08/19 08:14:18 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpgetround) diff --git a/lib/libc/arch/m68k/gen/fpgetsticky.S b/lib/libc/arch/m68k/gen/fpgetsticky.S index bfac27fc5d1..0f3b8161a08 100644 --- a/lib/libc/arch/m68k/gen/fpgetsticky.S +++ b/lib/libc/arch/m68k/gen/fpgetsticky.S @@ -3,6 +3,11 @@ * Public domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpgetsticky.S,v 1.2 1996/08/19 08:14:19 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpgetsticky) diff --git a/lib/libc/arch/m68k/gen/fpsetmask.S b/lib/libc/arch/m68k/gen/fpsetmask.S index 5b0cdb2a89c..c35d3ca747b 100644 --- a/lib/libc/arch/m68k/gen/fpsetmask.S +++ b/lib/libc/arch/m68k/gen/fpsetmask.S @@ -3,6 +3,11 @@ * Public Domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetmask.S,v 1.2 1996/08/19 08:14:20 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpsetmask) diff --git a/lib/libc/arch/m68k/gen/fpsetround.S b/lib/libc/arch/m68k/gen/fpsetround.S index d89631f99ce..2353a35271d 100644 --- a/lib/libc/arch/m68k/gen/fpsetround.S +++ b/lib/libc/arch/m68k/gen/fpsetround.S @@ -3,6 +3,11 @@ * Public Domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetround.S,v 1.2 1996/08/19 08:14:21 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpsetround) diff --git a/lib/libc/arch/m68k/gen/fpsetsticky.S b/lib/libc/arch/m68k/gen/fpsetsticky.S index 3e433799bdf..44a601d8f8e 100644 --- a/lib/libc/arch/m68k/gen/fpsetsticky.S +++ b/lib/libc/arch/m68k/gen/fpsetsticky.S @@ -3,6 +3,11 @@ * Public domain. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fpsetsticky.S,v 1.2 1996/08/19 08:14:22 tholo Exp $" +#endif /* LIBC_SCCS */ + #include <machine/asm.h> ENTRY(fpsetsticky) diff --git a/lib/libc/arch/m68k/gen/frexp.c b/lib/libc/arch/m68k/gen/frexp.c index 2346ab2f7cf..24991d75bc1 100644 --- a/lib/libc/arch/m68k/gen/frexp.c +++ b/lib/libc/arch/m68k/gen/frexp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)frexp.c 5.1 (Berkeley) 3/6/91";*/ -static char rcsid[] = "$Id: frexp.c,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:14:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/m68k/gen/infinity.c b/lib/libc/arch/m68k/gen/infinity.c index fd830896415..207b2b80905 100644 --- a/lib/libc/arch/m68k/gen/infinity.c +++ b/lib/libc/arch/m68k/gen/infinity.c @@ -1,6 +1,6 @@ -#ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $"; -#endif /* not lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:14:24 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* infinity.c */ diff --git a/lib/libc/arch/m68k/gen/isinf.c b/lib/libc/arch/m68k/gen/isinf.c index fbfde98a3eb..aca71684d29 100644 --- a/lib/libc/arch/m68k/gen/isinf.c +++ b/lib/libc/arch/m68k/gen/isinf.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)isinf.c 5.1 (Berkeley) 3/18/91";*/ -static char rcsid[] = "$Id: isinf.c,v 1.2 1996/02/24 09:12:42 niklas Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:14:25 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/m68k/gen/ldexp.S b/lib/libc/arch/m68k/gen/ldexp.S index e1d57d59017..d52a244373b 100644 --- a/lib/libc/arch/m68k/gen/ldexp.S +++ b/lib/libc/arch/m68k/gen/ldexp.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ldexp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ldexp.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ldexp.S,v 1.2 1996/08/19 08:14:26 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/lshlsi3.S b/lib/libc/arch/m68k/gen/lshlsi3.S index cab11b21488..90151af138f 100644 --- a/lib/libc/arch/m68k/gen/lshlsi3.S +++ b/lib/libc/arch/m68k/gen/lshlsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)lshlsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: lshlsi3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: lshlsi3.S,v 1.2 1996/08/19 08:14:27 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/lshrsi3.S b/lib/libc/arch/m68k/gen/lshrsi3.S index b7ba10350be..0e07e64c125 100644 --- a/lib/libc/arch/m68k/gen/lshrsi3.S +++ b/lib/libc/arch/m68k/gen/lshrsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)lshrsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: lshrsi3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: lshrsi3.S,v 1.2 1996/08/19 08:14:29 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/modf.S b/lib/libc/arch/m68k/gen/modf.S index 9583e3d5ea6..1779f46bb3f 100644 --- a/lib/libc/arch/m68k/gen/modf.S +++ b/lib/libc/arch/m68k/gen/modf.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)modf.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: modf.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: modf.S,v 1.2 1996/08/19 08:14:30 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/modsi3.S b/lib/libc/arch/m68k/gen/modsi3.S index e7c96353a95..75b926cade2 100644 --- a/lib/libc/arch/m68k/gen/modsi3.S +++ b/lib/libc/arch/m68k/gen/modsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)modsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: modsi3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: modsi3.S,v 1.2 1996/08/19 08:14:31 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/muldf3.S b/lib/libc/arch/m68k/gen/muldf3.S index b1b8eadd77b..c8661cf9378 100644 --- a/lib/libc/arch/m68k/gen/muldf3.S +++ b/lib/libc/arch/m68k/gen/muldf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)muldf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: muldf3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: muldf3.S,v 1.2 1996/08/19 08:14:33 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/mulsf3.S b/lib/libc/arch/m68k/gen/mulsf3.S index 227395ec03b..3795dd4ed59 100644 --- a/lib/libc/arch/m68k/gen/mulsf3.S +++ b/lib/libc/arch/m68k/gen/mulsf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)mulsf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: mulsf3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: mulsf3.S,v 1.2 1996/08/19 08:14:34 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/mulsi3.S b/lib/libc/arch/m68k/gen/mulsi3.S index c690cef8f14..5faabfa5429 100644 --- a/lib/libc/arch/m68k/gen/mulsi3.S +++ b/lib/libc/arch/m68k/gen/mulsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)mulsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: mulsi3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: mulsi3.S,v 1.2 1996/08/19 08:14:35 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/negdf2.S b/lib/libc/arch/m68k/gen/negdf2.S index aa0ced1772a..703c6a87ef9 100644 --- a/lib/libc/arch/m68k/gen/negdf2.S +++ b/lib/libc/arch/m68k/gen/negdf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)negdf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: negdf2.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: negdf2.S,v 1.2 1996/08/19 08:14:36 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/negsf2.S b/lib/libc/arch/m68k/gen/negsf2.S index cef3bf9566d..efa9b64c404 100644 --- a/lib/libc/arch/m68k/gen/negsf2.S +++ b/lib/libc/arch/m68k/gen/negsf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)negsf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: negsf2.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: negsf2.S,v 1.2 1996/08/19 08:14:37 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/saveregs.c b/lib/libc/arch/m68k/gen/saveregs.c index a397093f093..41e951567cb 100644 --- a/lib/libc/arch/m68k/gen/saveregs.c +++ b/lib/libc/arch/m68k/gen/saveregs.c @@ -36,8 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)saveregs.c 5.2 (Berkeley) 6/22/90";*/ -static char rcsid[] = "$Id: saveregs.c,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: saveregs.c,v 1.2 1996/08/19 08:14:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ __builtin_saveregs() diff --git a/lib/libc/arch/m68k/gen/setjmp.S b/lib/libc/arch/m68k/gen/setjmp.S index 50390cd9466..6360455ed38 100644 --- a/lib/libc/arch/m68k/gen/setjmp.S +++ b/lib/libc/arch/m68k/gen/setjmp.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)setjmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: setjmp.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: setjmp.S,v 1.2 1996/08/19 08:14:40 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- setjmp, longjmp diff --git a/lib/libc/arch/m68k/gen/sigsetjmp.S b/lib/libc/arch/m68k/gen/sigsetjmp.S index 48ca496eafa..3c869e369b6 100644 --- a/lib/libc/arch/m68k/gen/sigsetjmp.S +++ b/lib/libc/arch/m68k/gen/sigsetjmp.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)_setjmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$NetBSD: sigsetjmp.S,v 1.1 1995/05/03 03:43:07 briggs Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sigsetjmp.S,v 1.2 1996/08/19 08:14:41 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- sigsetjmp, siglongjmp diff --git a/lib/libc/arch/m68k/gen/subdf3.S b/lib/libc/arch/m68k/gen/subdf3.S index bbefaf045f8..24a0c519923 100644 --- a/lib/libc/arch/m68k/gen/subdf3.S +++ b/lib/libc/arch/m68k/gen/subdf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)subdf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: subdf3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: subdf3.S,v 1.2 1996/08/19 08:14:42 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/subsf3.S b/lib/libc/arch/m68k/gen/subsf3.S index 95ff3a123e3..b0009858c4f 100644 --- a/lib/libc/arch/m68k/gen/subsf3.S +++ b/lib/libc/arch/m68k/gen/subsf3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)subsf3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: subsf3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: subsf3.S,v 1.2 1996/08/19 08:14:43 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/truncdfsf2.S b/lib/libc/arch/m68k/gen/truncdfsf2.S index de8c13f77bb..a1076a79bd1 100644 --- a/lib/libc/arch/m68k/gen/truncdfsf2.S +++ b/lib/libc/arch/m68k/gen/truncdfsf2.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)truncdfsf2.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: truncdfsf2.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: truncdfsf2.S,v 1.2 1996/08/19 08:14:45 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/udivsi3.S b/lib/libc/arch/m68k/gen/udivsi3.S index f22fa69b268..8c0e578ecfd 100644 --- a/lib/libc/arch/m68k/gen/udivsi3.S +++ b/lib/libc/arch/m68k/gen/udivsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)udivsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: udivsi3.S,v 1.1.1.1 1995/10/18 08:41:29 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: udivsi3.S,v 1.2 1996/08/19 08:14:46 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/umodsi3.S b/lib/libc/arch/m68k/gen/umodsi3.S index 663f0886c2b..83b4e7d7efe 100644 --- a/lib/libc/arch/m68k/gen/umodsi3.S +++ b/lib/libc/arch/m68k/gen/umodsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)umodsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: umodsi3.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: umodsi3.S,v 1.2 1996/08/19 08:14:47 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/umulsi3.S b/lib/libc/arch/m68k/gen/umulsi3.S index 2f6dc44c2dc..ae425da51f1 100644 --- a/lib/libc/arch/m68k/gen/umulsi3.S +++ b/lib/libc/arch/m68k/gen/umulsi3.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)umulsi3.s 5.1 (Berkeley) 6/7/90"*/ - .asciz "$Id: umulsi3.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: umulsi3.S,v 1.2 1996/08/19 08:14:48 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/net/Makefile.inc b/lib/libc/arch/m68k/net/Makefile.inc index 7cd3b4345ec..deb63a5ec57 100644 --- a/lib/libc/arch/m68k/net/Makefile.inc +++ b/lib/libc/arch/m68k/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/02/25 14:58:55 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:14:56 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S LSRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/m68k/net/htonl.S b/lib/libc/arch/m68k/net/htonl.S index 2868a75def4..5b631d1a4c0 100644 --- a/lib/libc/arch/m68k/net/htonl.S +++ b/lib/libc/arch/m68k/net/htonl.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)htonl.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: htonl.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:14:58 tholo Exp $" +#endif /* LIBC_SCCS */ /* netorder = htonl(hostorder) */ diff --git a/lib/libc/arch/m68k/net/htons.S b/lib/libc/arch/m68k/net/htons.S index 7cd04dcc6f2..7f5ffcc468c 100644 --- a/lib/libc/arch/m68k/net/htons.S +++ b/lib/libc/arch/m68k/net/htons.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)htons.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: htons.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:14:59 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = htons(netorder) */ diff --git a/lib/libc/arch/m68k/net/ntohl.S b/lib/libc/arch/m68k/net/ntohl.S index 78aa94ff8ab..956b4870d32 100644 --- a/lib/libc/arch/m68k/net/ntohl.S +++ b/lib/libc/arch/m68k/net/ntohl.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ntohl.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:15:00 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/arch/m68k/net/ntohs.S b/lib/libc/arch/m68k/net/ntohs.S index 55aeab6a490..b62b6c191b2 100644 --- a/lib/libc/arch/m68k/net/ntohs.S +++ b/lib/libc/arch/m68k/net/ntohs.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)ntohs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ntohs.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:15:01 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/arch/m68k/stdlib/abs.S b/lib/libc/arch/m68k/stdlib/abs.S index 2a4c8d7c144..9dc56f08bc2 100644 --- a/lib/libc/arch/m68k/stdlib/abs.S +++ b/lib/libc/arch/m68k/stdlib/abs.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(LIBC_SCCS) .text - /*.asciz "from: @(#)abs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: abs.S,v 1.1.1.1 1995/10/18 08:41:30 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: abs.S,v 1.2 1996/08/19 08:15:03 tholo Exp $" +#endif /* LIBC_SCCS */ /* abs - int absolute value */ diff --git a/lib/libc/arch/m68k/string/Makefile.inc b/lib/libc/arch/m68k/string/Makefile.inc index a4584004295..a7deb2b10ee 100644 --- a/lib/libc/arch/m68k/string/Makefile.inc +++ b/lib/libc/arch/m68k/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1995/10/21 20:24:48 jtc Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1996/08/19 08:15:05 tholo Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ diff --git a/lib/libc/arch/m68k/string/bcmp.S b/lib/libc/arch/m68k/string/bcmp.S index d58ee470836..b34dffecdc1 100644 --- a/lib/libc/arch/m68k/string/bcmp.S +++ b/lib/libc/arch/m68k/string/bcmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: bcmp.S,v 1.4 1995/11/28 23:40:47 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: bcmp.S,v 1.4 1995/11/28 23:40:47 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcmp.S,v 1.3 1996/08/19 08:15:07 tholo Exp $" +#endif /* LIBC_SCCS */ /* bcmp(s1, s2, n) */ diff --git a/lib/libc/arch/m68k/string/bcopy.S b/lib/libc/arch/m68k/string/bcopy.S index f26682e85f5..48ed027d85e 100644 --- a/lib/libc/arch/m68k/string/bcopy.S +++ b/lib/libc/arch/m68k/string/bcopy.S @@ -1,5 +1,3 @@ -/* $NetBSD: bcopy.S,v 1.8 1995/11/28 23:40:49 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)bcopy.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: bcopy.S,v 1.8 1995/11/28 23:40:49 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcopy.S,v 1.3 1996/08/19 08:15:08 tholo Exp $" +#endif /* LIBC_SCCS */ /* * This is probably not the best we can do, but it is still 2-10 times diff --git a/lib/libc/arch/m68k/string/bzero.S b/lib/libc/arch/m68k/string/bzero.S index 816b5553a28..7816b466e58 100644 --- a/lib/libc/arch/m68k/string/bzero.S +++ b/lib/libc/arch/m68k/string/bzero.S @@ -1,5 +1,3 @@ -/* $NetBSD: bzero.S,v 1.4 1995/11/28 23:40:50 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)bzero.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: bzero.S,v 1.4 1995/11/28 23:40:50 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bzero.S,v 1.3 1996/08/19 08:15:09 tholo Exp $" +#endif /* LIBC_SCCS */ /* * This is probably not the best we can do, but it is still much diff --git a/lib/libc/arch/m68k/string/ffs.S b/lib/libc/arch/m68k/string/ffs.S index 273f4541440..98b1e9842a2 100644 --- a/lib/libc/arch/m68k/string/ffs.S +++ b/lib/libc/arch/m68k/string/ffs.S @@ -1,5 +1,3 @@ -/* $NetBSD: ffs.S,v 1.5 1995/11/28 23:40:52 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)ffs.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: ffs.S,v 1.5 1995/11/28 23:40:52 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ffs.S,v 1.3 1996/08/19 08:15:11 tholo Exp $" +#endif /* LIBC_SCCS */ /* bit = ffs(value) */ diff --git a/lib/libc/arch/m68k/string/index.S b/lib/libc/arch/m68k/string/index.S index d40ab74e351..0b8392c9803 100644 --- a/lib/libc/arch/m68k/string/index.S +++ b/lib/libc/arch/m68k/string/index.S @@ -1,5 +1,3 @@ -/* $NetBSD: index.S,v 1.5 1995/11/28 23:40:53 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)index.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: index.S,v 1.5 1995/11/28 23:40:53 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: index.S,v 1.3 1996/08/19 08:15:12 tholo Exp $" +#endif /* LIBC_SCCS */ #ifdef STRCHR ENTRY(strchr) diff --git a/lib/libc/arch/m68k/string/memcmp.S b/lib/libc/arch/m68k/string/memcmp.S index 9799eb8604e..699543240ea 100644 --- a/lib/libc/arch/m68k/string/memcmp.S +++ b/lib/libc/arch/m68k/string/memcmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: memcmp.S,v 1.7 1995/11/28 23:40:55 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: memcmp.S,v 1.7 1995/11/28 23:40:55 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcmp.S,v 1.3 1996/08/19 08:15:12 tholo Exp $" +#endif /* LIBC_SCCS */ /* memcmp(s1, s2, n) */ diff --git a/lib/libc/arch/m68k/string/memcpy.S b/lib/libc/arch/m68k/string/memcpy.S index 1617c7153aa..c72518301f2 100644 --- a/lib/libc/arch/m68k/string/memcpy.S +++ b/lib/libc/arch/m68k/string/memcpy.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcpy.S,v 1.2 1996/08/19 08:15:14 tholo Exp $" +#endif /* LIBC_SCCS */ + #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/arch/m68k/string/memmove.S b/lib/libc/arch/m68k/string/memmove.S index f5a94ed4937..61f8a667132 100644 --- a/lib/libc/arch/m68k/string/memmove.S +++ b/lib/libc/arch/m68k/string/memmove.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:15:15 tholo Exp $" +#endif /* LIBC_SCCS */ + #define MEMMOVE #include "bcopy.S" diff --git a/lib/libc/arch/m68k/string/memset.S b/lib/libc/arch/m68k/string/memset.S index 78d484ed9b3..4da280e5ca1 100644 --- a/lib/libc/arch/m68k/string/memset.S +++ b/lib/libc/arch/m68k/string/memset.S @@ -1,5 +1,3 @@ -/* $NetBSD: memset.S,v 1.6 1995/11/28 23:40:56 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)bzero.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: memset.S,v 1.6 1995/11/28 23:40:56 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memset.S,v 1.3 1996/08/19 08:15:17 tholo Exp $" +#endif /* LIBC_SCCS */ /* * This is probably not the best we can do, but it is still much diff --git a/lib/libc/arch/m68k/string/rindex.S b/lib/libc/arch/m68k/string/rindex.S index 1e6fa839bb6..c6671686900 100644 --- a/lib/libc/arch/m68k/string/rindex.S +++ b/lib/libc/arch/m68k/string/rindex.S @@ -1,5 +1,3 @@ -/* $NetBSD: rindex.S,v 1.5 1995/11/28 23:40:57 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)rindex.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: rindex.S,v 1.5 1995/11/28 23:40:57 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: rindex.S,v 1.3 1996/08/19 08:15:17 tholo Exp $" +#endif /* LIBC_SCCS */ #ifdef STRRCHR ENTRY(strrchr) diff --git a/lib/libc/arch/m68k/string/strcat.S b/lib/libc/arch/m68k/string/strcat.S index 10af7391c1a..5bf96a8fba4 100644 --- a/lib/libc/arch/m68k/string/strcat.S +++ b/lib/libc/arch/m68k/string/strcat.S @@ -1,5 +1,3 @@ -/* $NetBSD: strcat.S,v 1.4 1995/11/28 23:40:59 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strcat.S,v 1.4 1995/11/28 23:40:59 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strcat.S,v 1.2 1996/08/19 08:15:18 tholo Exp $" +#endif /* LIBC_SCCS */ ENTRY(strcat) movl sp@(8),a0 | a0 = fromaddr diff --git a/lib/libc/arch/m68k/string/strchr.S b/lib/libc/arch/m68k/string/strchr.S index e603668efe5..7f495aa08a4 100644 --- a/lib/libc/arch/m68k/string/strchr.S +++ b/lib/libc/arch/m68k/string/strchr.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strchr.S,v 1.2 1996/08/19 08:15:20 tholo Exp $" +#endif /* LIBC_SCCS */ + #define STRCHR #include "index.S" diff --git a/lib/libc/arch/m68k/string/strcmp.S b/lib/libc/arch/m68k/string/strcmp.S index 71f27188332..daea0973e54 100644 --- a/lib/libc/arch/m68k/string/strcmp.S +++ b/lib/libc/arch/m68k/string/strcmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: strcmp.S,v 1.5 1995/11/28 23:41:00 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strcmp.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strcmp.S,v 1.5 1995/11/28 23:41:00 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strcmp.S,v 1.3 1996/08/19 08:15:21 tholo Exp $" +#endif /* LIBC_SCCS */ /* * NOTE: this guy returns result compatible with the VAX assembly version. diff --git a/lib/libc/arch/m68k/string/strcpy.S b/lib/libc/arch/m68k/string/strcpy.S index 3652625340c..a9430377e96 100644 --- a/lib/libc/arch/m68k/string/strcpy.S +++ b/lib/libc/arch/m68k/string/strcpy.S @@ -1,5 +1,3 @@ -/* $NetBSD: strcpy.S,v 1.4 1995/11/28 23:41:01 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strcpy.S,v 1.4 1995/11/28 23:41:01 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strcpy.S,v 1.3 1996/08/19 08:15:22 tholo Exp $" +#endif /* LIBC_SCCS */ ENTRY(strcpy) movl sp@(8),a0 | a0 = fromaddr diff --git a/lib/libc/arch/m68k/string/strlen.S b/lib/libc/arch/m68k/string/strlen.S index 7302c8768ae..adec7e88d05 100644 --- a/lib/libc/arch/m68k/string/strlen.S +++ b/lib/libc/arch/m68k/string/strlen.S @@ -1,5 +1,3 @@ -/* $NetBSD: strlen.S,v 1.5 1995/11/28 23:41:03 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strlen.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strlen.S,v 1.5 1995/11/28 23:41:03 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strlen.S,v 1.3 1996/08/19 08:15:24 tholo Exp $" +#endif /* LIBC_SCCS */ ENTRY(strlen) movl sp@(4),a0 | string diff --git a/lib/libc/arch/m68k/string/strncmp.S b/lib/libc/arch/m68k/string/strncmp.S index e53367f7d15..4d250b7208c 100644 --- a/lib/libc/arch/m68k/string/strncmp.S +++ b/lib/libc/arch/m68k/string/strncmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: strncmp.S,v 1.4 1995/11/28 23:41:04 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strncmp.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strncmp.S,v 1.4 1995/11/28 23:41:04 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strncmp.S,v 1.3 1996/08/19 08:15:25 tholo Exp $" +#endif /* LIBC_SCCS */ /* * NOTE: this guy returns result compatible with the VAX assembly version. diff --git a/lib/libc/arch/m68k/string/strncpy.S b/lib/libc/arch/m68k/string/strncpy.S index be708e185d7..b7d0d67ae8d 100644 --- a/lib/libc/arch/m68k/string/strncpy.S +++ b/lib/libc/arch/m68k/string/strncpy.S @@ -1,5 +1,3 @@ -/* $NetBSD: strncpy.S,v 1.4 1995/11/28 23:41:05 thorpej Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -39,13 +37,10 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 - RCSID("from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90") -#else - RCSID("$NetBSD: strncpy.S,v 1.4 1995/11/28 23:41:05 thorpej Exp $") -#endif -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strncpy.S,v 1.3 1996/08/19 08:15:27 tholo Exp $" +#endif /* LIBC_SCCS */ ENTRY(strncpy) movl sp@(4),d0 | return value is toaddr diff --git a/lib/libc/arch/m68k/string/strrchr.S b/lib/libc/arch/m68k/string/strrchr.S index f9deb5a826e..0c667494166 100644 --- a/lib/libc/arch/m68k/string/strrchr.S +++ b/lib/libc/arch/m68k/string/strrchr.S @@ -1,2 +1,7 @@ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strrchr.S,v 1.2 1996/08/19 08:15:28 tholo Exp $" +#endif /* LIBC_SCCS */ + #define STRRCHR #include "rindex.S" diff --git a/lib/libc/arch/m68k/string/swab.S b/lib/libc/arch/m68k/string/swab.S index 5e430326d8d..4a93118be97 100644 --- a/lib/libc/arch/m68k/string/swab.S +++ b/lib/libc/arch/m68k/string/swab.S @@ -1,7 +1,10 @@ -/* $NetBSD: swab.S,v 1.4 1995/11/17 20:21:28 thorpej Exp $ */ - #include "DEFS.h" +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: swab.S,v 1.3 1996/08/19 08:15:29 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(swab) movl sp@(4),a0 | source movl sp@(8),a1 | destination diff --git a/lib/libc/arch/m68k/sys/Ovfork.S b/lib/libc/arch/m68k/sys/Ovfork.S index 6e866224013..0893831c467 100644 --- a/lib/libc/arch/m68k/sys/Ovfork.S +++ b/lib/libc/arch/m68k/sys/Ovfork.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)Ovfork.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: Ovfork.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:15:31 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/brk.S b/lib/libc/arch/m68k/sys/brk.S index 882441ae4ff..440ecc89d42 100644 --- a/lib/libc/arch/m68k/sys/brk.S +++ b/lib/libc/arch/m68k/sys/brk.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)brk.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: brk.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: brk.S,v 1.2 1996/08/19 08:15:33 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/cerror.S b/lib/libc/arch/m68k/sys/cerror.S index f8ce19c2ae4..c76ba33cc87 100644 --- a/lib/libc/arch/m68k/sys/cerror.S +++ b/lib/libc/arch/m68k/sys/cerror.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)cerror.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: cerror.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: cerror.S,v 1.2 1996/08/19 08:15:33 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/exect.S b/lib/libc/arch/m68k/sys/exect.S index e86e571ee8c..273863a9178 100644 --- a/lib/libc/arch/m68k/sys/exect.S +++ b/lib/libc/arch/m68k/sys/exect.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)exect.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: exect.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:15:34 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" #include <machine/psl.h> diff --git a/lib/libc/arch/m68k/sys/fork.S b/lib/libc/arch/m68k/sys/fork.S index 3b5e33e59a1..6db8e1ec3a4 100644 --- a/lib/libc/arch/m68k/sys/fork.S +++ b/lib/libc/arch/m68k/sys/fork.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)fork.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: fork.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:15:36 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/pipe.S b/lib/libc/arch/m68k/sys/pipe.S index 02b8dc62367..51263b4ae78 100644 --- a/lib/libc/arch/m68k/sys/pipe.S +++ b/lib/libc/arch/m68k/sys/pipe.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)pipe.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: pipe.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:15:37 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/ptrace.S b/lib/libc/arch/m68k/sys/ptrace.S index b34b4c68c3a..f248787692d 100644 --- a/lib/libc/arch/m68k/sys/ptrace.S +++ b/lib/libc/arch/m68k/sys/ptrace.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)ptrace.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ptrace.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:15:38 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/reboot.S b/lib/libc/arch/m68k/sys/reboot.S index c5a83c5a8ff..6d144614d67 100644 --- a/lib/libc/arch/m68k/sys/reboot.S +++ b/lib/libc/arch/m68k/sys/reboot.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)reboot.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: reboot.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:15:39 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/sbrk.S b/lib/libc/arch/m68k/sys/sbrk.S index 2a1f42849ad..aeb2ca2ba36 100644 --- a/lib/libc/arch/m68k/sys/sbrk.S +++ b/lib/libc/arch/m68k/sys/sbrk.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)sbrk.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: sbrk.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sbrk.S,v 1.2 1996/08/19 08:15:40 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/setlogin.S b/lib/libc/arch/m68k/sys/setlogin.S index 996cbe31950..1a76a850440 100644 --- a/lib/libc/arch/m68k/sys/setlogin.S +++ b/lib/libc/arch/m68k/sys/setlogin.S @@ -31,11 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)setlogin.s 5.1 (Berkeley) 5/6/91"*/ - .asciz "$Id: setlogin.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:15:41 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/sigpending.S b/lib/libc/arch/m68k/sys/sigpending.S index fd2d99fc553..38b11b20912 100644 --- a/lib/libc/arch/m68k/sys/sigpending.S +++ b/lib/libc/arch/m68k/sys/sigpending.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)sigpending.s 5.2 (Berkeley) 8/6/90"*/ - .asciz "$Id: sigpending.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:15:42 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/sigprocmask.S b/lib/libc/arch/m68k/sys/sigprocmask.S index 2de1cfba958..2e4dbcb6538 100644 --- a/lib/libc/arch/m68k/sys/sigprocmask.S +++ b/lib/libc/arch/m68k/sys/sigprocmask.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)sigprocmask.s 5.2 (Berkeley) 6/6/90"*/ - .asciz "$Id: sigprocmask.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:15:43 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/sigreturn.S b/lib/libc/arch/m68k/sys/sigreturn.S index 6a34ca8bbf7..6131aaee7e7 100644 --- a/lib/libc/arch/m68k/sys/sigreturn.S +++ b/lib/libc/arch/m68k/sys/sigreturn.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: sigreturn.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:15:44 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/sigsuspend.S b/lib/libc/arch/m68k/sys/sigsuspend.S index 355060d26fa..eb1273e219e 100644 --- a/lib/libc/arch/m68k/sys/sigsuspend.S +++ b/lib/libc/arch/m68k/sys/sigsuspend.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)sigsuspend.s 5.2 (Berkeley) 6/6/90"*/ - .asciz "$Id: sigsuspend.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:15:45 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/m68k/sys/syscall.S b/lib/libc/arch/m68k/sys/syscall.S index 3c2616f4e07..ceef07359bf 100644 --- a/lib/libc/arch/m68k/sys/syscall.S +++ b/lib/libc/arch/m68k/sys/syscall.S @@ -35,11 +35,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if defined(SYSLIBC_SCCS) .text - /*.asciz "from: @(#)syscall.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: syscall.S,v 1.1.1.1 1995/10/18 08:41:32 deraadt Exp $" -#endif /* LIBC_SCCS and not lint */ + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:15:46 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/mips/Makefile.inc b/lib/libc/arch/mips/Makefile.inc index 40304c0b477..0ee24cbeaf1 100644 --- a/lib/libc/arch/mips/Makefile.inc +++ b/lib/libc/arch/mips/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:41:33 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:15:48 tholo Exp $ KMINCLUDES= KMSRCS= diff --git a/lib/libc/arch/mips/SYS.h b/lib/libc/arch/mips/SYS.h index 6cb0c5074d2..2b8a0aac50a 100644 --- a/lib/libc/arch/mips/SYS.h +++ b/lib/libc/arch/mips/SYS.h @@ -1,4 +1,3 @@ -/* $OpenBSD: SYS.h,v 1.3 1996/07/30 20:27:48 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,8 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)SYS.h 8.1 (Berkeley) 6/4/93 - * $Id: SYS.h,v 1.3 1996/07/30 20:27:48 pefo Exp $ + * $OpenBSD: SYS.h,v 1.4 1996/08/19 08:15:49 tholo Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/arch/mips/gen/Makefile.inc b/lib/libc/arch/mips/gen/Makefile.inc index 00fdf52a1f6..d2afa4040a2 100644 --- a/lib/libc/arch/mips/gen/Makefile.inc +++ b/lib/libc/arch/mips/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/12/15 01:12:36 jonathan Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:15:50 tholo Exp $ SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.S ldexp.S modf.S SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ diff --git a/lib/libc/arch/mips/gen/_setjmp.S b/lib/libc/arch/mips/gen/_setjmp.S index 046639346d9..74b7d7cfc14 100644 --- a/lib/libc/arch/mips/gen/_setjmp.S +++ b/lib/libc/arch/mips/gen/_setjmp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: _setjmp.S,v 1.4 1996/07/30 20:27:49 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +37,10 @@ #include <machine/regnum.h> #include <machine/asm.h> - -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)_setjmp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: _setjmp.S,v 1.4 1996/07/30 20:27:49 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.5 1996/08/19 08:15:51 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/arch/mips/gen/fabs.S b/lib/libc/arch/mips/gen/fabs.S index 4cccb47356d..9bbc006d77b 100644 --- a/lib/libc/arch/mips/gen/fabs.S +++ b/lib/libc/arch/mips/gen/fabs.S @@ -1,4 +1,3 @@ -/* $OpenBSD: fabs.S,v 1.3 1996/07/30 20:27:50 pefo Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -37,12 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)fabs.s 8.1 (Berkeley) 2/16/94") - ASMSTR("$Id: fabs.S,v 1.3 1996/07/30 20:27:50 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fabs.S,v 1.4 1996/08/19 08:15:52 tholo Exp $" +#endif /* LIBC_SCCS */ /* * fabs(x) diff --git a/lib/libc/arch/mips/gen/flt_rounds.c b/lib/libc/arch/mips/gen/flt_rounds.c index 6d42450f794..cd7673bd639 100644 --- a/lib/libc/arch/mips/gen/flt_rounds.c +++ b/lib/libc/arch/mips/gen/flt_rounds.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:15:53 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + static const int map[] = { 1, /* round to nearest */ 0, /* round to zero */ diff --git a/lib/libc/arch/mips/gen/fpgetmask.c b/lib/libc/arch/mips/gen/fpgetmask.c index 262d1b4aff1..c9c0cbd0770 100644 --- a/lib/libc/arch/mips/gen/fpgetmask.c +++ b/lib/libc/arch/mips/gen/fpgetmask.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetmask.c,v 1.2 1996/08/19 08:15:54 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips/gen/fpgetround.c b/lib/libc/arch/mips/gen/fpgetround.c index 0b9043f08bb..cd42342c2ac 100644 --- a/lib/libc/arch/mips/gen/fpgetround.c +++ b/lib/libc/arch/mips/gen/fpgetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetround.c,v 1.2 1996/08/19 08:15:55 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/mips/gen/fpgetsticky.c b/lib/libc/arch/mips/gen/fpgetsticky.c index 06643994053..f801e7e6ac0 100644 --- a/lib/libc/arch/mips/gen/fpgetsticky.c +++ b/lib/libc/arch/mips/gen/fpgetsticky.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetsticky.c,v 1.2 1996/08/19 08:15:56 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips/gen/fpsetmask.c b/lib/libc/arch/mips/gen/fpsetmask.c index 652ae00b8a8..f665ef98e60 100644 --- a/lib/libc/arch/mips/gen/fpsetmask.c +++ b/lib/libc/arch/mips/gen/fpsetmask.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetmask.c,v 1.2 1996/08/19 08:15:57 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips/gen/fpsetround.c b/lib/libc/arch/mips/gen/fpsetround.c index e4e7bc8c13b..264659fe7ca 100644 --- a/lib/libc/arch/mips/gen/fpsetround.c +++ b/lib/libc/arch/mips/gen/fpsetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetround.c,v 1.2 1996/08/19 08:15:58 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/mips/gen/fpsetsticky.c b/lib/libc/arch/mips/gen/fpsetsticky.c index dc778f25b00..84e40403203 100644 --- a/lib/libc/arch/mips/gen/fpsetsticky.c +++ b/lib/libc/arch/mips/gen/fpsetsticky.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetsticky.c,v 1.2 1996/08/19 08:15:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips/gen/frexp.c b/lib/libc/arch/mips/gen/frexp.c index 142a75b5565..04806250ec1 100644 --- a/lib/libc/arch/mips/gen/frexp.c +++ b/lib/libc/arch/mips/gen/frexp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "from: @(#)frexp.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: frexp.c,v 1.1.1.1 1995/10/18 08:41:33 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:16:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/mips/gen/infinity.c b/lib/libc/arch/mips/gen/infinity.c index 27999ca279d..e4721049bfa 100644 --- a/lib/libc/arch/mips/gen/infinity.c +++ b/lib/libc/arch/mips/gen/infinity.c @@ -1,9 +1,9 @@ -#ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1.1.1 1995/10/18 08:41:34 deraadt Exp $"; -#endif /* not lint */ - /* infinity.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:16:01 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <math.h> #include <machine/endian.h> diff --git a/lib/libc/arch/mips/gen/isinf.S b/lib/libc/arch/mips/gen/isinf.S index a2f12276d98..e4c547137d7 100644 --- a/lib/libc/arch/mips/gen/isinf.S +++ b/lib/libc/arch/mips/gen/isinf.S @@ -1,4 +1,3 @@ -/* $OpenBSD: isinf.S,v 1.3 1996/07/30 20:27:50 pefo Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -37,15 +36,13 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)isinf.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: isinf.S,v 1.3 1996/07/30 20:27:50 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: isinf.S,v 1.4 1996/08/19 08:16:02 tholo Exp $" +#endif /* LIBC_SCCS */ #define DEXP_INF 0x7ff - /* * isnan(x) * double x; diff --git a/lib/libc/arch/mips/gen/ldexp.S b/lib/libc/arch/mips/gen/ldexp.S index 2445793edc4..032152de74c 100644 --- a/lib/libc/arch/mips/gen/ldexp.S +++ b/lib/libc/arch/mips/gen/ldexp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: ldexp.S,v 1.3 1996/07/30 20:27:51 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)ldexp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: ldexp.S,v 1.3 1996/07/30 20:27:51 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ldexp.S,v 1.4 1996/08/19 08:16:03 tholo Exp $" +#endif /* LIBC_SCCS */ #define DEXP_INF 0x7ff #define DEXP_BIAS 1023 diff --git a/lib/libc/arch/mips/gen/modf.S b/lib/libc/arch/mips/gen/modf.S index 376f53621dc..c64d234d557 100644 --- a/lib/libc/arch/mips/gen/modf.S +++ b/lib/libc/arch/mips/gen/modf.S @@ -1,4 +1,3 @@ -/* $OpenBSD: modf.S,v 1.4 1996/07/30 20:27:51 pefo Exp $ */ /*- * Copyright (c) 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)modf.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: modf.S,v 1.4 1996/07/30 20:27:51 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: modf.S,v 1.5 1996/08/19 08:16:04 tholo Exp $" +#endif /* LIBC_SCCS */ /* * double modf(val, iptr) diff --git a/lib/libc/arch/mips/gen/setjmp.S b/lib/libc/arch/mips/gen/setjmp.S index dd9225eb48e..b23f9180259 100644 --- a/lib/libc/arch/mips/gen/setjmp.S +++ b/lib/libc/arch/mips/gen/setjmp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: setjmp.S,v 1.4 1996/07/30 20:27:51 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -39,11 +38,10 @@ #include <machine/asm.h> #include <machine/regnum.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: setjmp.S,v 1.4 1996/07/30 20:27:51 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.5 1996/08/19 08:16:05 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- setjmp, longjmp diff --git a/lib/libc/arch/mips/gen/sigsetjmp.S b/lib/libc/arch/mips/gen/sigsetjmp.S index fa687497e54..22787d02286 100644 --- a/lib/libc/arch/mips/gen/sigsetjmp.S +++ b/lib/libc/arch/mips/gen/sigsetjmp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sigsetjmp.S,v 1.4 1996/07/30 20:27:52 pefo Exp $ */ /*- * Copyright (c) 1991, 1993, 1995, * The Regents of the University of California. All rights reserved. @@ -40,11 +39,10 @@ #include <machine/asm.h> #include <machine/setjmp.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sigsetjmp.S,v 1.4 1996/07/30 20:27:52 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.5 1996/08/19 08:16:06 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- sigsetjmp, siglongjmp diff --git a/lib/libc/arch/mips/net/Makefile.inc b/lib/libc/arch/mips/net/Makefile.inc index 6ae539be352..885f4b33d2a 100644 --- a/lib/libc/arch/mips/net/Makefile.inc +++ b/lib/libc/arch/mips/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/02/25 14:59:01 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:16:08 tholo Exp $ SRCS+= htonl.S htons.S LSRCS+= htonl.c htons.c diff --git a/lib/libc/arch/mips/net/htonl.S b/lib/libc/arch/mips/net/htonl.S index ce35b6c92b3..de2cd785632 100644 --- a/lib/libc/arch/mips/net/htonl.S +++ b/lib/libc/arch/mips/net/htonl.S @@ -1,4 +1,3 @@ -/* $OpenBSD: htonl.S,v 1.3 1996/07/30 20:27:52 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)htonl.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: htonl.S,v 1.3 1996/07/30 20:27:52 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htonl.S,v 1.4 1996/08/19 08:16:09 tholo Exp $" +#endif /* LIBC_SCCS */ /* * netorder = htonl(hostorder) diff --git a/lib/libc/arch/mips/net/htons.S b/lib/libc/arch/mips/net/htons.S index ab3e90f1d0d..0eca643d025 100644 --- a/lib/libc/arch/mips/net/htons.S +++ b/lib/libc/arch/mips/net/htons.S @@ -1,4 +1,3 @@ -/* $OpenBSD: htons.S,v 1.3 1996/07/30 20:27:53 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)htons.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: htons.S,v 1.3 1996/07/30 20:27:53 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htons.S,v 1.4 1996/08/19 08:16:09 tholo Exp $" +#endif /* LIBC_SCCS */ /* * netorder = htons(hostorder) diff --git a/lib/libc/arch/mips/string/Makefile.inc b/lib/libc/arch/mips/string/Makefile.inc index 8e741637bc7..85456f01d69 100644 --- a/lib/libc/arch/mips/string/Makefile.inc +++ b/lib/libc/arch/mips/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 mycroft Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:16:10 tholo Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.c memset.c \ rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \ diff --git a/lib/libc/arch/mips/string/bcmp.S b/lib/libc/arch/mips/string/bcmp.S index ff4ce88412f..6f740010589 100644 --- a/lib/libc/arch/mips/string/bcmp.S +++ b/lib/libc/arch/mips/string/bcmp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: bcmp.S,v 1.3 1996/07/30 20:27:53 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)bcmp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: bcmp.S,v 1.3 1996/07/30 20:27:53 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcmp.S,v 1.4 1996/08/19 08:16:11 tholo Exp $" +#endif /* LIBC_SCCS */ /* bcmp(s1, s2, n) */ diff --git a/lib/libc/arch/mips/string/bcopy.S b/lib/libc/arch/mips/string/bcopy.S index 1ea3d0cb1a5..acf6a16c454 100644 --- a/lib/libc/arch/mips/string/bcopy.S +++ b/lib/libc/arch/mips/string/bcopy.S @@ -1,4 +1,3 @@ -/* $OpenBSD: bcopy.S,v 1.3 1996/07/30 20:27:54 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)bcopy.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: bcopy.S,v 1.3 1996/07/30 20:27:54 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcopy.S,v 1.4 1996/08/19 08:16:12 tholo Exp $" +#endif /* LIBC_SCCS */ /* bcopy(s1, s2, n) */ diff --git a/lib/libc/arch/mips/string/bzero.S b/lib/libc/arch/mips/string/bzero.S index f1a03b3c5f2..b27ec3358b8 100644 --- a/lib/libc/arch/mips/string/bzero.S +++ b/lib/libc/arch/mips/string/bzero.S @@ -1,4 +1,3 @@ -/* $OpenBSD: bzero.S,v 1.3 1996/07/30 20:27:54 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)bzero.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: bzero.S,v 1.3 1996/07/30 20:27:54 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bzero.S,v 1.4 1996/08/19 08:16:13 tholo Exp $" +#endif /* LIBC_SCCS */ /* bzero(s1, n) */ diff --git a/lib/libc/arch/mips/string/ffs.S b/lib/libc/arch/mips/string/ffs.S index 56f947bfe46..6b0ca559ea5 100644 --- a/lib/libc/arch/mips/string/ffs.S +++ b/lib/libc/arch/mips/string/ffs.S @@ -1,4 +1,3 @@ -/* $OpenBSD: ffs.S,v 1.3 1996/07/30 20:27:55 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)ffs.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: ffs.S,v 1.3 1996/07/30 20:27:55 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ffs.S,v 1.4 1996/08/19 08:16:14 tholo Exp $" +#endif /* LIBC_SCCS */ /* bit = ffs(value) */ diff --git a/lib/libc/arch/mips/string/index.S b/lib/libc/arch/mips/string/index.S index 3365eda7804..08b92f9aea3 100644 --- a/lib/libc/arch/mips/string/index.S +++ b/lib/libc/arch/mips/string/index.S @@ -1,4 +1,3 @@ -/* $OpenBSD: index.S,v 1.3 1996/07/30 20:27:55 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)index.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: index.S,v 1.3 1996/07/30 20:27:55 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: index.S,v 1.4 1996/08/19 08:16:15 tholo Exp $" +#endif /* LIBC_SCCS */ LEAF(index) .set reorder diff --git a/lib/libc/arch/mips/string/rindex.S b/lib/libc/arch/mips/string/rindex.S index 3bc3aba9265..1447f5aef76 100644 --- a/lib/libc/arch/mips/string/rindex.S +++ b/lib/libc/arch/mips/string/rindex.S @@ -1,4 +1,3 @@ -/* $OpenBSD: rindex.S,v 1.3 1996/07/30 20:27:55 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)rindex.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: rindex.S,v 1.3 1996/07/30 20:27:55 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: rindex.S,v 1.4 1996/08/19 08:16:15 tholo Exp $" +#endif /* LIBC_SCCS */ LEAF(rindex) .set reorder diff --git a/lib/libc/arch/mips/string/strcmp.S b/lib/libc/arch/mips/string/strcmp.S index 9302841c3af..326ea82ef90 100644 --- a/lib/libc/arch/mips/string/strcmp.S +++ b/lib/libc/arch/mips/string/strcmp.S @@ -1,4 +1,3 @@ -/* $OpenBSD: strcmp.S,v 1.3 1996/07/30 20:27:56 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)strcmp.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: strcmp.S,v 1.3 1996/07/30 20:27:56 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strcmp.S,v 1.4 1996/08/19 08:16:16 tholo Exp $" +#endif /* LIBC_SCCS */ /* * NOTE: this version assumes unsigned chars in order to be "8 bit clean". diff --git a/lib/libc/arch/mips/string/strlen.S b/lib/libc/arch/mips/string/strlen.S index ae829d636be..d1a7d8b2645 100644 --- a/lib/libc/arch/mips/string/strlen.S +++ b/lib/libc/arch/mips/string/strlen.S @@ -1,4 +1,3 @@ -/* $OpenBSD: strlen.S,v 1.3 1996/07/30 20:27:56 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)strlen.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: strlen.S,v 1.3 1996/07/30 20:27:56 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strlen.S,v 1.4 1996/08/19 08:16:17 tholo Exp $" +#endif /* LIBC_SCCS */ LEAF(strlen) .set reorder diff --git a/lib/libc/arch/mips/sys/Ovfork.S b/lib/libc/arch/mips/sys/Ovfork.S index e8e4d4aa689..6d2e0cd6140 100644 --- a/lib/libc/arch/mips/sys/Ovfork.S +++ b/lib/libc/arch/mips/sys/Ovfork.S @@ -1,4 +1,3 @@ -/* $OpenBSD: Ovfork.S,v 1.3 1996/07/30 20:27:57 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: Ovfork.S,v 1.3 1996/07/30 20:27:57 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.4 1996/08/19 08:16:18 tholo Exp $" +#endif /* SYSLIBC_SCCS */ /* * pid = vfork(); diff --git a/lib/libc/arch/mips/sys/brk.S b/lib/libc/arch/mips/sys/brk.S index 2adcf758d6c..dadd891552b 100644 --- a/lib/libc/arch/mips/sys/brk.S +++ b/lib/libc/arch/mips/sys/brk.S @@ -1,4 +1,3 @@ -/* $OpenBSD: brk.S,v 1.4 1996/08/12 23:03:00 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)brk.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: brk.S,v 1.4 1996/08/12 23:03:00 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.5 1996/08/19 08:16:19 tholo Exp $" +#endif /* SYSLIBC_SCCS */ .globl minbrk .globl curbrk diff --git a/lib/libc/arch/mips/sys/cerror.S b/lib/libc/arch/mips/sys/cerror.S index d0f237fb8c6..a917181a8bd 100644 --- a/lib/libc/arch/mips/sys/cerror.S +++ b/lib/libc/arch/mips/sys/cerror.S @@ -1,4 +1,3 @@ -/* $OpenBSD: cerror.S,v 1.3 1996/07/30 20:27:57 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)cerror.s 8.1 (Berkeley) 6/16/93") - ASMSTR("$Id: cerror.S,v 1.3 1996/07/30 20:27:57 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.4 1996/08/19 08:16:20 tholo Exp $" +#endif /* SYSLIBC_SCCS */ .globl _C_LABEL(errno) LEAF(cerror) diff --git a/lib/libc/arch/mips/sys/exect.S b/lib/libc/arch/mips/sys/exect.S index d02177f87c9..4181bcfa97c 100644 --- a/lib/libc/arch/mips/sys/exect.S +++ b/lib/libc/arch/mips/sys/exect.S @@ -1,4 +1,3 @@ -/* $OpenBSD: exect.S,v 1.3 1996/07/30 20:27:58 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)exect.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: exect.S,v 1.3 1996/07/30 20:27:58 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.4 1996/08/19 08:16:21 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(exect) .set reorder diff --git a/lib/libc/arch/mips/sys/fork.S b/lib/libc/arch/mips/sys/fork.S index 4a41b33a9ee..604fec4b337 100644 --- a/lib/libc/arch/mips/sys/fork.S +++ b/lib/libc/arch/mips/sys/fork.S @@ -1,4 +1,3 @@ -/* $OpenBSD: fork.S,v 1.3 1996/07/30 20:27:58 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)fork.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: fork.S,v 1.3 1996/07/30 20:27:58 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.4 1996/08/19 08:16:22 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(fork) .set reorder diff --git a/lib/libc/arch/mips/sys/pipe.S b/lib/libc/arch/mips/sys/pipe.S index 1cacf5b1399..2181bdbf596 100644 --- a/lib/libc/arch/mips/sys/pipe.S +++ b/lib/libc/arch/mips/sys/pipe.S @@ -1,4 +1,3 @@ -/* $OpenBSD: pipe.S,v 1.3 1996/07/30 20:27:58 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: pipe.S,v 1.3 1996/07/30 20:27:58 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.4 1996/08/19 08:16:22 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(pipe) .set reorder diff --git a/lib/libc/arch/mips/sys/ptrace.S b/lib/libc/arch/mips/sys/ptrace.S index a8fad40d45d..8f9f94b20e2 100644 --- a/lib/libc/arch/mips/sys/ptrace.S +++ b/lib/libc/arch/mips/sys/ptrace.S @@ -1,4 +1,3 @@ -/* $OpenBSD: ptrace.S,v 1.3 1996/07/30 20:27:59 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)ptrace.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: ptrace.S,v 1.3 1996/07/30 20:27:59 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.4 1996/08/19 08:16:23 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(ptrace) .set reorder diff --git a/lib/libc/arch/mips/sys/reboot.S b/lib/libc/arch/mips/sys/reboot.S index 4a9cebe76ff..d00d53f8833 100644 --- a/lib/libc/arch/mips/sys/reboot.S +++ b/lib/libc/arch/mips/sys/reboot.S @@ -1,4 +1,3 @@ -/* $OpenBSD: reboot.S,v 1.3 1996/07/30 20:27:59 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)reboot.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: reboot.S,v 1.3 1996/07/30 20:27:59 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.4 1996/08/19 08:16:24 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(reboot) #ifdef ABICALLS diff --git a/lib/libc/arch/mips/sys/sbrk.S b/lib/libc/arch/mips/sys/sbrk.S index 4f4bfaeef23..276b48f5e52 100644 --- a/lib/libc/arch/mips/sys/sbrk.S +++ b/lib/libc/arch/mips/sys/sbrk.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sbrk.S,v 1.3 1996/07/30 20:27:59 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)sbrk.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sbrk.S,v 1.3 1996/07/30 20:27:59 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.4 1996/08/19 08:16:25 tholo Exp $" +#endif /* SYSLIBC_SCCS */ .globl curbrk diff --git a/lib/libc/arch/mips/sys/setlogin.S b/lib/libc/arch/mips/sys/setlogin.S index 8e3297ccad8..2824d7110c1 100644 --- a/lib/libc/arch/mips/sys/setlogin.S +++ b/lib/libc/arch/mips/sys/setlogin.S @@ -1,4 +1,3 @@ -/* $OpenBSD: setlogin.S,v 1.3 1996/07/30 20:28:00 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)setlogin.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: setlogin.S,v 1.3 1996/07/30 20:28:00 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.4 1996/08/19 08:16:25 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(setlogin) .set reorder diff --git a/lib/libc/arch/mips/sys/sigpending.S b/lib/libc/arch/mips/sys/sigpending.S index 8c6729bb806..846918fff6f 100644 --- a/lib/libc/arch/mips/sys/sigpending.S +++ b/lib/libc/arch/mips/sys/sigpending.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sigpending.S,v 1.3 1996/07/30 20:28:00 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)sigpending.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sigpending.S,v 1.3 1996/07/30 20:28:00 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.4 1996/08/19 08:16:26 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(sigpending) .set reorder diff --git a/lib/libc/arch/mips/sys/sigprocmask.S b/lib/libc/arch/mips/sys/sigprocmask.S index 52e083b4ade..2a7d786ba1a 100644 --- a/lib/libc/arch/mips/sys/sigprocmask.S +++ b/lib/libc/arch/mips/sys/sigprocmask.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sigprocmask.S,v 1.3 1996/07/30 20:28:01 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)sigprocmask.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sigprocmask.S,v 1.3 1996/07/30 20:28:01 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.4 1996/08/19 08:16:27 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(sigprocmask) # sigprocmask(how, new, old) sigset_t *new, *old; .set reorder diff --git a/lib/libc/arch/mips/sys/sigreturn.S b/lib/libc/arch/mips/sys/sigreturn.S index 5b0513cf462..b66f9176dcc 100644 --- a/lib/libc/arch/mips/sys/sigreturn.S +++ b/lib/libc/arch/mips/sys/sigreturn.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sigreturn.S,v 1.3 1996/07/30 20:28:01 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)sigreturn.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sigreturn.S,v 1.3 1996/07/30 20:28:01 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.4 1996/08/19 08:16:28 tholo Exp $" +#endif /* SYSLIBC_SCCS */ /* * We must preserve the state of the registers as the user has set them up. diff --git a/lib/libc/arch/mips/sys/sigsuspend.S b/lib/libc/arch/mips/sys/sigsuspend.S index 062c490df1c..f22b06cf5e7 100644 --- a/lib/libc/arch/mips/sys/sigsuspend.S +++ b/lib/libc/arch/mips/sys/sigsuspend.S @@ -1,4 +1,3 @@ -/* $OpenBSD: sigsuspend.S,v 1.3 1996/07/30 20:28:01 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)sigsuspend.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: sigsuspend.S,v 1.3 1996/07/30 20:28:01 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ - +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.4 1996/08/19 08:16:28 tholo Exp $" +#endif /* SYSLIBC_SCCS */ LEAF(sigsuspend) .set reorder diff --git a/lib/libc/arch/mips/sys/syscall.S b/lib/libc/arch/mips/sys/syscall.S index 76363245cbb..d7f253dc5fb 100644 --- a/lib/libc/arch/mips/sys/syscall.S +++ b/lib/libc/arch/mips/sys/syscall.S @@ -1,4 +1,3 @@ -/* $OpenBSD: syscall.S,v 1.3 1996/07/30 20:28:02 pefo Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +36,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - ASMSTR("from: @(#)syscall.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: syscall.S,v 1.3 1996/07/30 20:28:02 pefo Exp $") -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.4 1996/08/19 08:16:29 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #define SYS_syscall 0 diff --git a/lib/libc/arch/ns32k/DEFS.h b/lib/libc/arch/ns32k/DEFS.h index 65078fbe5aa..fbb8485e659 100644 --- a/lib/libc/arch/ns32k/DEFS.h +++ b/lib/libc/arch/ns32k/DEFS.h @@ -33,12 +33,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)DEFS.h 5.1 (Berkeley) 4/23/90 - * - * $Id: DEFS.h,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ + * $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:16:31 tholo Exp $ * * Modified for the ns532 by Phil Nelson, 12/1/92 - * */ #include <machine/asm.h> diff --git a/lib/libc/arch/ns32k/Makefile.inc b/lib/libc/arch/ns32k/Makefile.inc index a233e83ab8c..f71da131ab3 100644 --- a/lib/libc/arch/ns32k/Makefile.inc +++ b/lib/libc/arch/ns32k/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:16:32 tholo Exp $ KMINCLUDES= arch/ns32k/SYS.h arch/ns32k/DEFS.h KMSRCS= setjmp.S htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc/arch/ns32k/SYS.h b/lib/libc/arch/ns32k/SYS.h index 31532e06961..a5d23afdb91 100644 --- a/lib/libc/arch/ns32k/SYS.h +++ b/lib/libc/arch/ns32k/SYS.h @@ -33,12 +33,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * - * $Id: SYS.h,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ + * $OpenBSD: SYS.h,v 1.2 1996/08/19 08:16:33 tholo Exp $ * * Modified for the ns532 by Phil Nelson, 12/1/92 - * */ #include <machine/asm.h> diff --git a/lib/libc/arch/ns32k/gen/Makefile.inc b/lib/libc/arch/ns32k/gen/Makefile.inc index 01633096cf5..fc9ef41b215 100644 --- a/lib/libc/arch/ns32k/gen/Makefile.inc +++ b/lib/libc/arch/ns32k/gen/Makefile.inc @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/04/21 23:38:37 deraadt Exp $ -# $NetBSD: Makefile.inc,v 1.5 1996/04/05 00:23:05 phil Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:16:34 tholo Exp $ SRCS+= __main.c _setjmp.S alloca.S fabs.S frexp.S infinity.c isinf.c SRCS+= ldexp.S modf.S setjmp.S sigsetjmp.S diff --git a/lib/libc/arch/ns32k/gen/__main.c b/lib/libc/arch/ns32k/gen/__main.c index 46b92e933cd..97012af6aec 100644 --- a/lib/libc/arch/ns32k/gen/__main.c +++ b/lib/libc/arch/ns32k/gen/__main.c @@ -1 +1,5 @@ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: __main.c,v 1.2 1996/08/19 08:16:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + __main(){} diff --git a/lib/libc/arch/ns32k/gen/_setjmp.S b/lib/libc/arch/ns32k/gen/_setjmp.S index 26b75717da8..7bb03bde8e4 100644 --- a/lib/libc/arch/ns32k/gen/_setjmp.S +++ b/lib/libc/arch/ns32k/gen/_setjmp.S @@ -13,18 +13,15 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: _setjmp.S,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ - * - */ #include <machine/asm.h> #include <machine/jmpbuf.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.2 1996/08/19 08:16:37 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(_setjmp) movd 4(sp), r2 /* jmp_buf */ movd 0(sp), JMP_BUF_PC(r2) /* pc of caller */ diff --git a/lib/libc/arch/ns32k/gen/alloca.S b/lib/libc/arch/ns32k/gen/alloca.S index 259f62350fa..ba8700bf7a9 100644 --- a/lib/libc/arch/ns32k/gen/alloca.S +++ b/lib/libc/arch/ns32k/gen/alloca.S @@ -12,21 +12,18 @@ * ITS "AS IS" CONDITION. HELSINKI UNIVERSITY OF TECHNOLOGY DISCLAIMS ANY * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. - */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. * - * $Id: alloca.S,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ - */ -/* * Note: Saved registers are accessed through the frame pointer so * no special magic is required here. */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: alloca.S,v 1.2 1996/08/19 08:16:37 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(alloca) movd tos,r2 /* get return address */ movd tos,r1 /* get length */ diff --git a/lib/libc/arch/ns32k/gen/fabs.S b/lib/libc/arch/ns32k/gen/fabs.S index bc817cef062..19b4041b03a 100644 --- a/lib/libc/arch/ns32k/gen/fabs.S +++ b/lib/libc/arch/ns32k/gen/fabs.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: fabs.S,v 1.1.1.1 1995/10/18 08:41:36 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fabs.S,v 1.2 1996/08/19 08:16:39 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(fabs) absl S_ARG0,f0 ret 0 diff --git a/lib/libc/arch/ns32k/gen/flt_rounds.c b/lib/libc/arch/ns32k/gen/flt_rounds.c index 99847bf5c98..8929d531d1d 100644 --- a/lib/libc/arch/ns32k/gen/flt_rounds.c +++ b/lib/libc/arch/ns32k/gen/flt_rounds.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:16:40 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + static const int map[] = { 1, /* round to nearest */ 0, /* round to zero */ diff --git a/lib/libc/arch/ns32k/gen/fpgetmask.c b/lib/libc/arch/ns32k/gen/fpgetmask.c index 64b26fe3977..5b8ff91f4f3 100644 --- a/lib/libc/arch/ns32k/gen/fpgetmask.c +++ b/lib/libc/arch/ns32k/gen/fpgetmask.c @@ -1,10 +1,12 @@ -/* $OpenBSD: fpgetmask.c,v 1.1 1996/04/21 23:38:40 deraadt Exp $ */ - /* * Written by J.T. Conklin, Apr 10, 1995 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetmask.c,v 1.2 1996/08/19 08:16:41 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> #include <machine/cpufunc.h> #include <machine/fpu.h> diff --git a/lib/libc/arch/ns32k/gen/fpgetround.c b/lib/libc/arch/ns32k/gen/fpgetround.c index 3aa000b35eb..4ec51c765d5 100644 --- a/lib/libc/arch/ns32k/gen/fpgetround.c +++ b/lib/libc/arch/ns32k/gen/fpgetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetround.c,v 1.2 1996/08/19 08:16:42 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/ns32k/gen/fpgetsticky.c b/lib/libc/arch/ns32k/gen/fpgetsticky.c index 86771541ab6..a22c6eb874f 100644 --- a/lib/libc/arch/ns32k/gen/fpgetsticky.c +++ b/lib/libc/arch/ns32k/gen/fpgetsticky.c @@ -1,10 +1,12 @@ -/* $OpenBSD: fpgetsticky.c,v 1.1 1996/04/21 23:38:41 deraadt Exp $ */ - /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetsticky.c,v 1.2 1996/08/19 08:16:43 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> #include <machine/cpufunc.h> #include <machine/fpu.h> diff --git a/lib/libc/arch/ns32k/gen/fpsetmask.c b/lib/libc/arch/ns32k/gen/fpsetmask.c index 34c4034c10d..d874a18d8b3 100644 --- a/lib/libc/arch/ns32k/gen/fpsetmask.c +++ b/lib/libc/arch/ns32k/gen/fpsetmask.c @@ -1,10 +1,12 @@ -/* $OpenBSD: fpsetmask.c,v 1.1 1996/04/21 23:38:44 deraadt Exp $ */ - /* * Written by J.T. Conklin, Apr 10, 1995 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetmask.c,v 1.2 1996/08/19 08:16:43 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> #include <machine/cpufunc.h> #include <machine/fpu.h> diff --git a/lib/libc/arch/ns32k/gen/fpsetround.c b/lib/libc/arch/ns32k/gen/fpsetround.c index e3d7fa98218..0341521dc1b 100644 --- a/lib/libc/arch/ns32k/gen/fpsetround.c +++ b/lib/libc/arch/ns32k/gen/fpsetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetround.c,v 1.2 1996/08/19 08:16:45 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/ns32k/gen/fpsetsticky.c b/lib/libc/arch/ns32k/gen/fpsetsticky.c index 1bfc6ff763b..2dc71aa3e7d 100644 --- a/lib/libc/arch/ns32k/gen/fpsetsticky.c +++ b/lib/libc/arch/ns32k/gen/fpsetsticky.c @@ -1,10 +1,12 @@ -/* $OpenBSD: fpsetsticky.c,v 1.1 1996/04/21 23:38:47 deraadt Exp $ */ - /* * Written by J.T. Conklin, Apr 10, 1995 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetsticky.c,v 1.2 1996/08/19 08:16:45 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> #include <machine/cpufunc.h> #include <machine/fpu.h> diff --git a/lib/libc/arch/ns32k/gen/frexp.S b/lib/libc/arch/ns32k/gen/frexp.S index 0f1d2b20a6d..ad8f6913414 100644 --- a/lib/libc/arch/ns32k/gen/frexp.S +++ b/lib/libc/arch/ns32k/gen/frexp.S @@ -13,30 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Tero Kivinen (kivinen) at Helsinki University of Technology - * Created. - * - * $Id: frexp.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ - -/* - double frexp(value, eptr) - double value; - int *eptr; - - The frexp subroutine returns the mantissa of a double value - as a double quantity, x, of magnitude less than one and - greater than or equal to 0.5 (0.5 <= |x| < 1) and stores an - integer n such that value = x*2**n indirectly through eptr. - - One exception: if the given value is 0, then x and *eptr are made - zero. -*/ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: frexp.S,v 1.2 1996/08/19 08:16:47 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(frexp) enter [],8 movd 12(fp),r1 /* value, high 32 bit */ diff --git a/lib/libc/arch/ns32k/gen/infinity.c b/lib/libc/arch/ns32k/gen/infinity.c index 7033c6485f8..539abd9a2b4 100644 --- a/lib/libc/arch/ns32k/gen/infinity.c +++ b/lib/libc/arch/ns32k/gen/infinity.c @@ -1,11 +1,9 @@ -/* $OpenBSD: infinity.c,v 1.2 1996/04/21 23:38:49 deraadt Exp $ */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/04/21 23:38:49 deraadt Exp $"; -#endif /* not lint */ - /* infinity.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.3 1996/08/19 08:16:47 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <math.h> /* bytes for +Infinity on a ns32k */ diff --git a/lib/libc/arch/ns32k/gen/isinf.c b/lib/libc/arch/ns32k/gen/isinf.c index 9242023d945..8ec97b5ac7b 100644 --- a/lib/libc/arch/ns32k/gen/isinf.c +++ b/lib/libc/arch/ns32k/gen/isinf.c @@ -32,11 +32,9 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "@(#)isinf.c 5.1 (Berkeley) 3/18/91"; */ -static char rcsid[] = ""; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:16:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ - /* I have not verified that this is correct for the ns32532 -- PAN */ #include <sys/types.h> diff --git a/lib/libc/arch/ns32k/gen/ldexp.S b/lib/libc/arch/ns32k/gen/ldexp.S index 6a7321b7d7f..6c97051be50 100644 --- a/lib/libc/arch/ns32k/gen/ldexp.S +++ b/lib/libc/arch/ns32k/gen/ldexp.S @@ -13,29 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Tero Kivinen (kivinen) at Helsinki University of Technology - * Created. - * - * $Id: ldexp.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ - -/* - * double ldexp (value, exp) - * double value; - * int exp; - * - * Ldexp returns value*2**exp, if that result is in range. - * If underflow occurs, it returns zero. If overflow occurs, - * it returns a value of appropriate sign and largest - * possible magnitude. In case of either overflow or underflow, - * errno is set to ERANGE. Note that errno is not modified if - * no error occurs. - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ldexp.S,v 1.2 1996/08/19 08:16:49 tholo Exp $" +#endif /* LIBC_SCCS */ + #define ERANGE 34 .globl _errno diff --git a/lib/libc/arch/ns32k/gen/modf.S b/lib/libc/arch/ns32k/gen/modf.S index 2d8c6b1e4ae..96ba6873ed5 100644 --- a/lib/libc/arch/ns32k/gen/modf.S +++ b/lib/libc/arch/ns32k/gen/modf.S @@ -13,24 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Tero Kivinen (kivinen) at Helsinki University of Technology - * Created. - * - * $Id: modf.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ - -/* - * double modf (value, iptr) - * double value, *iptr; - * - * Modf returns the fractional part of "value", - * and stores the integer part indirectly through "iptr". - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: modf.S,v 1.2 1996/08/19 08:16:50 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(modf) FRAME movl 8(fp),f0 /* value */ diff --git a/lib/libc/arch/ns32k/gen/setjmp.S b/lib/libc/arch/ns32k/gen/setjmp.S index 65bb5524ea4..48ff6f6f2c3 100644 --- a/lib/libc/arch/ns32k/gen/setjmp.S +++ b/lib/libc/arch/ns32k/gen/setjmp.S @@ -13,17 +13,15 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: setjmp.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> #include <machine/jmpbuf.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.2 1996/08/19 08:16:51 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(setjmp) movqd 0, tos bsr _sigblock diff --git a/lib/libc/arch/ns32k/gen/sigsetjmp.S b/lib/libc/arch/ns32k/gen/sigsetjmp.S index 40457b9dcca..22064022469 100644 --- a/lib/libc/arch/ns32k/gen/sigsetjmp.S +++ b/lib/libc/arch/ns32k/gen/sigsetjmp.S @@ -1,5 +1,3 @@ -/* $NetBSD: sigsetjmp.S,v 1.2 1994/12/07 04:47:59 phil Exp $ */ - /* * Copyright (c) 1992 Helsinki University of Technology * All Rights Reserved. @@ -15,20 +13,15 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * 05-Aug-94 Matthias Pfaller (leo@marco.de) - * Converted to sigsetjmp.S from setjmp.S - * - * $Id: sigsetjmp.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> #include <machine/jmpbuf.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.2 1996/08/19 08:16:52 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(sigsetjmp) movd 4(sp), r2 /* jmp_buf */ movd 0(sp), JMP_BUF_PC(r2) /* pc of caller */ diff --git a/lib/libc/arch/ns32k/net/Makefile.inc b/lib/libc/arch/ns32k/net/Makefile.inc index fdc6f567436..7bcc81ac78e 100644 --- a/lib/libc/arch/ns32k/net/Makefile.inc +++ b/lib/libc/arch/ns32k/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/02/25 14:59:07 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:16:54 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S LSRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/ns32k/net/htonl.S b/lib/libc/arch/ns32k/net/htonl.S index 49a14f2ce1d..7620ac776af 100644 --- a/lib/libc/arch/ns32k/net/htonl.S +++ b/lib/libc/arch/ns32k/net/htonl.S @@ -25,16 +25,14 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - * HISTORY - * 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: htonl.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:16:55 tholo Exp $" +#endif /* LIBC_SCCS */ + .text ENTRY(htonl) movd S_ARG0,r0 diff --git a/lib/libc/arch/ns32k/net/htons.S b/lib/libc/arch/ns32k/net/htons.S index b0f04af08c9..eb7825381c7 100644 --- a/lib/libc/arch/ns32k/net/htons.S +++ b/lib/libc/arch/ns32k/net/htons.S @@ -25,16 +25,14 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - * HISTORY - * 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: htons.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:16:56 tholo Exp $" +#endif /* LIBC_SCCS */ + .text ENTRY(htons) movzwd S_ARG0,r0 diff --git a/lib/libc/arch/ns32k/net/ntohl.S b/lib/libc/arch/ns32k/net/ntohl.S index ca3eb70b154..3df515b6b3e 100644 --- a/lib/libc/arch/ns32k/net/ntohl.S +++ b/lib/libc/arch/ns32k/net/ntohl.S @@ -25,16 +25,14 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - * HISTORY - * 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: ntohl.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:16:57 tholo Exp $" +#endif /* LIBC_SCCS */ + .text ENTRY(ntohl) movd S_ARG0,r0 diff --git a/lib/libc/arch/ns32k/net/ntohs.S b/lib/libc/arch/ns32k/net/ntohs.S index 65cb34c891d..bc50be095a2 100644 --- a/lib/libc/arch/ns32k/net/ntohs.S +++ b/lib/libc/arch/ns32k/net/ntohs.S @@ -25,16 +25,14 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - * HISTORY - * 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: ntohs.S,v 1.1.1.1 1995/10/18 08:41:37 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:16:58 tholo Exp $" +#endif /* LIBC_SCCS */ + .text ENTRY(ntohs) movzwd S_ARG0,r0 diff --git a/lib/libc/arch/ns32k/stdlib/abs.S b/lib/libc/arch/ns32k/stdlib/abs.S index b865f920593..6adcf04e59d 100644 --- a/lib/libc/arch/ns32k/stdlib/abs.S +++ b/lib/libc/arch/ns32k/stdlib/abs.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: abs.S,v 1.1.1.1 1995/10/18 08:41:38 deraadt Exp $ - */ #include <machine/asm.h> +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: abs.S,v 1.2 1996/08/19 08:17:00 tholo Exp $" +#endif /* LIBC_SCCS */ + ENTRY(abs) absd S_ARG0,r0 ret 0 diff --git a/lib/libc/arch/ns32k/string/Makefile.inc b/lib/libc/arch/ns32k/string/Makefile.inc index fd0ad1e560c..504e1c498f6 100644 --- a/lib/libc/arch/ns32k/string/Makefile.inc +++ b/lib/libc/arch/ns32k/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:50 mycroft Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:17:01 tholo Exp $ SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ diff --git a/lib/libc/arch/ns32k/string/bzero.c b/lib/libc/arch/ns32k/string/bzero.c index 7e0c16cc87e..0e43bf36216 100644 --- a/lib/libc/arch/ns32k/string/bzero.c +++ b/lib/libc/arch/ns32k/string/bzero.c @@ -23,18 +23,11 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - * $Id: bzero.c,v 1.1.1.1 1995/10/18 08:41:38 deraadt Exp $ - */ -/* - * Object: - * bzero EXPORTED function - * - * Clear memory locations - * - * Optimize for aligned memory ops, if possible and simple. - * Might need later recoding in assembly for better efficiency. - */ + +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: bzero.c,v 1.2 1996/08/19 08:17:02 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + void bzero(addr, bcount) register unsigned addr; diff --git a/lib/libc/arch/ns32k/sys/Ovfork.S b/lib/libc/arch/ns32k/sys/Ovfork.S index 2dd91bb248d..4ded9c2a390 100644 --- a/lib/libc/arch/ns32k/sys/Ovfork.S +++ b/lib/libc/arch/ns32k/sys/Ovfork.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: Ovfork.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:17:04 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* * r0 = pid of child in parent / pid of parent in child * r1 = 0 in parent, 1 in child diff --git a/lib/libc/arch/ns32k/sys/brk.S b/lib/libc/arch/ns32k/sys/brk.S index 7b8834736e8..68497fb4d9d 100644 --- a/lib/libc/arch/ns32k/sys/brk.S +++ b/lib/libc/arch/ns32k/sys/brk.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 11-May-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: brk.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.2 1996/08/19 08:17:05 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _curbrk .globl minbrk diff --git a/lib/libc/arch/ns32k/sys/cerror.S b/lib/libc/arch/ns32k/sys/cerror.S index 75b71c6684d..2381bd9a16e 100644 --- a/lib/libc/arch/ns32k/sys/cerror.S +++ b/lib/libc/arch/ns32k/sys/cerror.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: cerror.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.2 1996/08/19 08:17:06 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl cerror .globl _errno diff --git a/lib/libc/arch/ns32k/sys/exect.S b/lib/libc/arch/ns32k/sys/exect.S index 8fca34cbfc1..88edf4b2436 100644 --- a/lib/libc/arch/ns32k/sys/exect.S +++ b/lib/libc/arch/ns32k/sys/exect.S @@ -13,17 +13,15 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: exect.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" #include <machine/psl.h> +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:17:07 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(exect) sprb us, r0 orb PSL_T, r0 @@ -32,4 +30,3 @@ ENTRY(exect) SVC bcs cerror ret 0 - diff --git a/lib/libc/arch/ns32k/sys/fork.S b/lib/libc/arch/ns32k/sys/fork.S index 4d34405dd32..a47b9c82d5e 100644 --- a/lib/libc/arch/ns32k/sys/fork.S +++ b/lib/libc/arch/ns32k/sys/fork.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: fork.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:17:08 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* r0 = pid. r1 = 0 in parent, 1 in child */ SYSCALL(fork) diff --git a/lib/libc/arch/ns32k/sys/pipe.S b/lib/libc/arch/ns32k/sys/pipe.S index 9c3f0bc7dd0..228e6994808 100644 --- a/lib/libc/arch/ns32k/sys/pipe.S +++ b/lib/libc/arch/ns32k/sys/pipe.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: pipe.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include <SYS.h> +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:17:09 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(pipe) movd S_ARG0, r2 movd r0, 0(r2) diff --git a/lib/libc/arch/ns32k/sys/ptrace.S b/lib/libc/arch/ns32k/sys/ptrace.S index 4472fd07dcf..20285228144 100644 --- a/lib/libc/arch/ns32k/sys/ptrace.S +++ b/lib/libc/arch/ns32k/sys/ptrace.S @@ -13,20 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: ptrace.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ - -/* - * This is included for the NetBSD version! - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:17:10 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl _errno .globl cerror diff --git a/lib/libc/arch/ns32k/sys/reboot.S b/lib/libc/arch/ns32k/sys/reboot.S index 2a95fba80fa..722f4ad46d0 100644 --- a/lib/libc/arch/ns32k/sys/reboot.S +++ b/lib/libc/arch/ns32k/sys/reboot.S @@ -14,13 +14,12 @@ * USE OF THIS SOFTWARE. */ -/* This is a modified copy of mount.s. Phil Nelson - * - * $Id: reboot.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:17:11 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(reboot) dia - diff --git a/lib/libc/arch/ns32k/sys/sbrk.S b/lib/libc/arch/ns32k/sys/sbrk.S index 217eb505fec..f3b9e5956e6 100644 --- a/lib/libc/arch/ns32k/sys/sbrk.S +++ b/lib/libc/arch/ns32k/sys/sbrk.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sbrk.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.2 1996/08/19 08:17:12 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .data .globl _end .globl _curbrk; .type _curbrk, @object; .size _curbrk, 4 diff --git a/lib/libc/arch/ns32k/sys/setlogin.S b/lib/libc/arch/ns32k/sys/setlogin.S index d3ecec3d511..bd8caf62b86 100644 --- a/lib/libc/arch/ns32k/sys/setlogin.S +++ b/lib/libc/arch/ns32k/sys/setlogin.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: setlogin.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:17:13 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + .globl ___logname_valid /* in getlogin() */ SYSCALL(setlogin) diff --git a/lib/libc/arch/ns32k/sys/sigpending.S b/lib/libc/arch/ns32k/sys/sigpending.S index ff86ba19fbb..becbbe3027f 100644 --- a/lib/libc/arch/ns32k/sys/sigpending.S +++ b/lib/libc/arch/ns32k/sys/sigpending.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sigpending.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:17:14 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + SYSCALL(sigpending) movd S_ARG1, r1 /* fetch pointer to... */ movd r0, 0(r1) /* store old mask */ diff --git a/lib/libc/arch/ns32k/sys/sigprocmask.S b/lib/libc/arch/ns32k/sys/sigprocmask.S index 677b9ccba43..1bd6fcc00e3 100644 --- a/lib/libc/arch/ns32k/sys/sigprocmask.S +++ b/lib/libc/arch/ns32k/sys/sigprocmask.S @@ -13,21 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sigprocmask.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ - -/* - * Note: Has never been tested. Debug before use. - */ - #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:17:15 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(sigprocmask) movd S_ARG1, r1 /* fetch new sigset pointer */ cmpqd 0, r1 /* check new sigset pointer */ diff --git a/lib/libc/arch/ns32k/sys/sigreturn.S b/lib/libc/arch/ns32k/sys/sigreturn.S index 00dd79a887f..a78e0715b34 100644 --- a/lib/libc/arch/ns32k/sys/sigreturn.S +++ b/lib/libc/arch/ns32k/sys/sigreturn.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sigreturn.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:17:17 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + /* * We must preserve the state of the registers as the user has set them up. */ diff --git a/lib/libc/arch/ns32k/sys/sigsuspend.S b/lib/libc/arch/ns32k/sys/sigsuspend.S index d8607080603..501f3f5c3fc 100644 --- a/lib/libc/arch/ns32k/sys/sigsuspend.S +++ b/lib/libc/arch/ns32k/sys/sigsuspend.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: sigsuspend.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:17:18 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(sigsuspend) movd S_ARG0, r0 /* fetch mask arg */ movd 0(r0), r0 /* indirect to mask arg */ diff --git a/lib/libc/arch/ns32k/sys/syscall.S b/lib/libc/arch/ns32k/sys/syscall.S index ba3fa218107..d5c6fbfeb63 100644 --- a/lib/libc/arch/ns32k/sys/syscall.S +++ b/lib/libc/arch/ns32k/sys/syscall.S @@ -13,16 +13,14 @@ * LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE * USE OF THIS SOFTWARE. */ -/* - * HISTORY - * 29-Apr-92 Johannes Helander (jvh) at Helsinki University of Technology - * Created. - * - * $Id: syscall.S,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ - */ #include "SYS.h" +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:17:19 tholo Exp $" +#endif /* SYSLIBC_SCCS */ + ENTRY(syscall) movqd 0, r0 /* Tell system this is syscall! */ SVC diff --git a/lib/libc/arch/sparc/DEFS.h b/lib/libc/arch/sparc/DEFS.h index 50b5e12b168..bc79f5542b0 100644 --- a/lib/libc/arch/sparc/DEFS.h +++ b/lib/libc/arch/sparc/DEFS.h @@ -34,9 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * From: @(#)DEFS.h 8.1 (Berkeley) 6/4/93 - * $Id: DEFS.h,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ + * $OpenBSD: DEFS.h,v 1.2 1996/08/19 08:17:21 tholo Exp $ */ #include <machine/asm.h> - diff --git a/lib/libc/arch/sparc/Makefile.inc b/lib/libc/arch/sparc/Makefile.inc index 43e10e48d71..5e1ff388a1e 100644 --- a/lib/libc/arch/sparc/Makefile.inc +++ b/lib/libc/arch/sparc/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:17:22 tholo Exp $ KMINCLUDES= arch/sparc/SYS.h arch/sparc/DEFS.h KMSRCS= bzero.S ffs.S strlen.S htonl.S htons.S \ diff --git a/lib/libc/arch/sparc/SYS.h b/lib/libc/arch/sparc/SYS.h index d91b4a66ad8..714965bfe0d 100644 --- a/lib/libc/arch/sparc/SYS.h +++ b/lib/libc/arch/sparc/SYS.h @@ -34,10 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)SYS.h 8.1 (Berkeley) 6/4/93 - * - * from: Header: SYS.h,v 1.2 92/07/03 18:57:00 torek Exp - * $Id: SYS.h,v 1.1.1.1 1995/10/18 08:41:39 deraadt Exp $ + * $OpenBSD: SYS.h,v 1.2 1996/08/19 08:17:23 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/sparc/gen/Makefile.inc b/lib/libc/arch/sparc/gen/Makefile.inc index 87d7b1bbffa..d0fa7366173 100644 --- a/lib/libc/arch/sparc/gen/Makefile.inc +++ b/lib/libc/arch/sparc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1995/04/10 21:09:06 jtc Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:17:24 tholo Exp $ SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c isnan.c ldexp.c modf.S SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ diff --git a/lib/libc/arch/sparc/gen/_setjmp.S b/lib/libc/arch/sparc/gen/_setjmp.S index b9f82f655fd..9893575a377 100644 --- a/lib/libc/arch/sparc/gen/_setjmp.S +++ b/lib/libc/arch/sparc/gen/_setjmp.S @@ -1,5 +1,3 @@ -/* $OpenBSD: _setjmp.S,v 1.2 1996/03/19 23:15:05 niklas Exp $ */ - /* * * Copyright (c) 1992, 1993 @@ -36,13 +34,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: _setjmp.s,v 1.1 91/07/06 16:45:53 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.3 1996/08/19 08:17:25 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/arch/sparc/gen/fabs.S b/lib/libc/arch/sparc/gen/fabs.S index 19ace52637b..eec0611a971 100644 --- a/lib/libc/arch/sparc/gen/fabs.S +++ b/lib/libc/arch/sparc/gen/fabs.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: fabs.s,v 1.4 91/10/07 23:59:05 torek Exp - * $Id: fabs.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fabs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fabs.S,v 1.2 1996/08/19 08:17:26 tholo Exp $" +#endif /* LIBC_SCCS */ /* fabs - floating absolute value */ @@ -50,4 +48,4 @@ ENTRY(fabs) std %o0, [%sp + 32] ! return value => %f0:f1 ldd [%sp + 32], %f0 ! (via kernel %o0/%o1 slot) retl - fabss %f0, %f0 ! return absolute value + fabss %f0, %f0 ! return absolute value diff --git a/lib/libc/arch/sparc/gen/fixunsdfsi.S b/lib/libc/arch/sparc/gen/fixunsdfsi.S index f84d6f20bcd..cd7471d0055 100644 --- a/lib/libc/arch/sparc/gen/fixunsdfsi.S +++ b/lib/libc/arch/sparc/gen/fixunsdfsi.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: fixunsdfsi.s,v 1.3 91/10/08 00:03:15 torek Exp - * $Id: fixunsdfsi.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fixunsdfsi.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fixunsdfsi.S,v 1.2 1996/08/19 08:17:27 tholo Exp $" +#endif /* LIBC_SCCS */ /* * Convert double to unsigned integer (for gcc). diff --git a/lib/libc/arch/sparc/gen/flt_rounds.c b/lib/libc/arch/sparc/gen/flt_rounds.c index 1904287c143..5ad6519650b 100644 --- a/lib/libc/arch/sparc/gen/flt_rounds.c +++ b/lib/libc/arch/sparc/gen/flt_rounds.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 1996/08/19 08:17:28 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + static const int map[] = { 1, /* round to nearest */ 0, /* round to zero */ diff --git a/lib/libc/arch/sparc/gen/fpgetmask.c b/lib/libc/arch/sparc/gen/fpgetmask.c index b2d0c471162..b2be4b2741f 100644 --- a/lib/libc/arch/sparc/gen/fpgetmask.c +++ b/lib/libc/arch/sparc/gen/fpgetmask.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetmask.c,v 1.2 1996/08/19 08:17:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/sparc/gen/fpgetround.c b/lib/libc/arch/sparc/gen/fpgetround.c index 6cd5b4a126c..6ffa66811e3 100644 --- a/lib/libc/arch/sparc/gen/fpgetround.c +++ b/lib/libc/arch/sparc/gen/fpgetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetround.c,v 1.2 1996/08/19 08:17:30 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/sparc/gen/fpgetsticky.c b/lib/libc/arch/sparc/gen/fpgetsticky.c index 417dec82f24..49d3c510d65 100644 --- a/lib/libc/arch/sparc/gen/fpgetsticky.c +++ b/lib/libc/arch/sparc/gen/fpgetsticky.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpgetsticky.c,v 1.2 1996/08/19 08:17:31 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/sparc/gen/fpsetmask.c b/lib/libc/arch/sparc/gen/fpsetmask.c index eb674c0da6b..74599b7d592 100644 --- a/lib/libc/arch/sparc/gen/fpsetmask.c +++ b/lib/libc/arch/sparc/gen/fpsetmask.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetmask.c,v 1.2 1996/08/19 08:17:32 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/sparc/gen/fpsetround.c b/lib/libc/arch/sparc/gen/fpsetround.c index 924509bcaa9..bd7badff1a0 100644 --- a/lib/libc/arch/sparc/gen/fpsetround.c +++ b/lib/libc/arch/sparc/gen/fpsetround.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetround.c,v 1.2 1996/08/19 08:17:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/sparc/gen/fpsetsticky.c b/lib/libc/arch/sparc/gen/fpsetsticky.c index e08c682ff0e..499c42e78c2 100644 --- a/lib/libc/arch/sparc/gen/fpsetsticky.c +++ b/lib/libc/arch/sparc/gen/fpsetsticky.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: fpsetsticky.c,v 1.2 1996/08/19 08:17:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/sparc/gen/frexp.c b/lib/libc/arch/sparc/gen/frexp.c index 9a0dc356066..125cf252bd0 100644 --- a/lib/libc/arch/sparc/gen/frexp.c +++ b/lib/libc/arch/sparc/gen/frexp.c @@ -33,13 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: frexp.c,v 1.1 91/07/07 04:45:01 torek Exp - * $Id: frexp.c,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:17:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/sparc/gen/infinity.c b/lib/libc/arch/sparc/gen/infinity.c index ece03eb57c8..dd7d4f1668b 100644 --- a/lib/libc/arch/sparc/gen/infinity.c +++ b/lib/libc/arch/sparc/gen/infinity.c @@ -1,9 +1,9 @@ -#ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $"; -#endif /* not lint */ - /* infinity.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:17:37 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <math.h> /* bytes for +Infinity on a sparc */ diff --git a/lib/libc/arch/sparc/gen/isinf.c b/lib/libc/arch/sparc/gen/isinf.c index d3502de6690..7103bbb9f1c 100644 --- a/lib/libc/arch/sparc/gen/isinf.c +++ b/lib/libc/arch/sparc/gen/isinf.c @@ -33,13 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: isinf.c,v 1.1 91/07/08 19:03:34 torek Exp - * $Id: isinf.c,v 1.2 1996/02/24 09:12:47 niklas Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:17:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/sparc/gen/isnan.c b/lib/libc/arch/sparc/gen/isnan.c index 15db87fd819..15725959bfe 100644 --- a/lib/libc/arch/sparc/gen/isnan.c +++ b/lib/libc/arch/sparc/gen/isnan.c @@ -33,13 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: isnan.c,v 1.1 91/07/08 19:03:34 torek Exp - * $Id: isnan.c,v 1.2 1996/02/24 09:12:48 niklas Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)isnan.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = "$OpenBSD: isnan.c,v 1.3 1996/08/19 08:17:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/sparc/gen/ldexp.c b/lib/libc/arch/sparc/gen/ldexp.c index 6100d42d541..0b0c13c930a 100644 --- a/lib/libc/arch/sparc/gen/ldexp.c +++ b/lib/libc/arch/sparc/gen/ldexp.c @@ -33,13 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp - * $Id: ldexp.c,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = "$OpenBSD: ldexp.c,v 1.2 1996/08/19 08:17:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/sparc/gen/modf.S b/lib/libc/arch/sparc/gen/modf.S index 49601f107d0..11cc7c537d6 100644 --- a/lib/libc/arch/sparc/gen/modf.S +++ b/lib/libc/arch/sparc/gen/modf.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: modf.s,v 1.3 92/06/20 00:00:54 torek Exp - * $Id: modf.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: modf.S,v 1.2 1996/08/19 08:17:41 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" #include <machine/fsr.h> diff --git a/lib/libc/arch/sparc/gen/mul.S b/lib/libc/arch/sparc/gen/mul.S index 40a82d2fcf7..df05d2ec65e 100644 --- a/lib/libc/arch/sparc/gen/mul.S +++ b/lib/libc/arch/sparc/gen/mul.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: mul.s,v 1.5 92/06/25 13:24:03 torek Exp - * $Id: mul.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)mul.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: mul.S,v 1.2 1996/08/19 08:17:42 tholo Exp $" +#endif /* LIBC_SCCS */ /* * Signed multiply, from Appendix E of the Sparc Version 8 diff --git a/lib/libc/arch/sparc/gen/saveregs.S b/lib/libc/arch/sparc/gen/saveregs.S index 99f52f500d1..8c65d3c70be 100644 --- a/lib/libc/arch/sparc/gen/saveregs.S +++ b/lib/libc/arch/sparc/gen/saveregs.S @@ -33,11 +33,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: saveregs.s,v 1.1 91/07/06 17:22:33 torek Exp - * $Id: saveregs.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: saveregs.S,v 1.2 1996/08/19 08:17:43 tholo Exp $" +#endif /* LIBC_SCCS */ + /* * Save register arguments in caller's `arg dump' area, so that * stdarg functions work. diff --git a/lib/libc/arch/sparc/gen/setjmp.S b/lib/libc/arch/sparc/gen/setjmp.S index 3e7a9ed2ed6..8ca86b314c3 100644 --- a/lib/libc/arch/sparc/gen/setjmp.S +++ b/lib/libc/arch/sparc/gen/setjmp.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: setjmp.s,v 1.2 92/06/25 03:18:43 torek Exp - * $Id: setjmp.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)setjmp.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.2 1996/08/19 08:17:44 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- setjmp, longjmp diff --git a/lib/libc/arch/sparc/gen/sigsetjmp.S b/lib/libc/arch/sparc/gen/sigsetjmp.S index a43705dcf91..08012942c12 100644 --- a/lib/libc/arch/sparc/gen/sigsetjmp.S +++ b/lib/libc/arch/sparc/gen/sigsetjmp.S @@ -1,4 +1,3 @@ -/* $NetBSD: sigsetjmp.S,v 1.2 1995/03/11 20:28:59 pk Exp $ */ /* * Copyright (c) 1995 Paul Kranenburg * All rights reserved. @@ -30,6 +29,11 @@ * */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.2 1996/08/19 08:17:45 tholo Exp $" +#endif /* LIBC_SCCS */ + #include "SYS.h" #ifdef PIC diff --git a/lib/libc/arch/sparc/gen/umul.S b/lib/libc/arch/sparc/gen/umul.S index 73af87e424f..c8de0dd3180 100644 --- a/lib/libc/arch/sparc/gen/umul.S +++ b/lib/libc/arch/sparc/gen/umul.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: umul.s,v 1.4 92/06/25 13:24:05 torek Exp - * $Id: umul.S,v 1.1.1.1 1995/10/18 08:41:40 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)umul.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: umul.S,v 1.2 1996/08/19 08:17:46 tholo Exp $" +#endif /* LIBC_SCCS */ /* * Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the diff --git a/lib/libc/arch/sparc/net/Makefile.inc b/lib/libc/arch/sparc/net/Makefile.inc index a1feacb37d4..eda9e0d8494 100644 --- a/lib/libc/arch/sparc/net/Makefile.inc +++ b/lib/libc/arch/sparc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/02/25 14:59:11 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:17:48 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S LSRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/sparc/net/htonl.S b/lib/libc/arch/sparc/net/htonl.S index f6144ef82e8..6bcc1147e82 100644 --- a/lib/libc/arch/sparc/net/htonl.S +++ b/lib/libc/arch/sparc/net/htonl.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: htonl.s,v 1.1 92/06/25 12:47:05 torek Exp - * $Id: htonl.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:17:49 tholo Exp $" +#endif /* LIBC_SCCS */ /* netorder = htonl(hostorder) */ @@ -48,4 +46,4 @@ ENTRY(htonl) retl - nop + nop diff --git a/lib/libc/arch/sparc/net/htons.S b/lib/libc/arch/sparc/net/htons.S index f019faaf815..4b83bb70f42 100644 --- a/lib/libc/arch/sparc/net/htons.S +++ b/lib/libc/arch/sparc/net/htons.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp - * $Id: htons.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:17:50 tholo Exp $" +#endif /* LIBC_SCCS */ /* netorder = htons(hostorder) */ @@ -49,4 +47,4 @@ ENTRY(htons) sethi %hi(0xffff0000), %o1 retl - andn %o0, %o1, %o0 + andn %o0, %o1, %o0 diff --git a/lib/libc/arch/sparc/net/ntohl.S b/lib/libc/arch/sparc/net/ntohl.S index 2c2cafb305c..efede312452 100644 --- a/lib/libc/arch/sparc/net/ntohl.S +++ b/lib/libc/arch/sparc/net/ntohl.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: ntohl.s,v 1.1 92/06/25 12:47:06 torek Exp - * $Id: ntohl.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:17:51 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohl(netorder) */ @@ -48,4 +46,4 @@ ENTRY(ntohl) retl - nop + nop diff --git a/lib/libc/arch/sparc/net/ntohs.S b/lib/libc/arch/sparc/net/ntohs.S index 73397d6942e..65ac78e0e7d 100644 --- a/lib/libc/arch/sparc/net/ntohs.S +++ b/lib/libc/arch/sparc/net/ntohs.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: ntohs.s,v 1.1 92/06/25 12:47:07 torek Exp - * $Id: ntohs.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:17:52 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohs(netorder) */ @@ -49,4 +47,4 @@ ENTRY(ntohs) sethi %hi(0xffff0000), %o1 retl - andn %o0, %o1, %o0 + andn %o0, %o1, %o0 diff --git a/lib/libc/arch/sparc/stdlib/abs.S b/lib/libc/arch/sparc/stdlib/abs.S index 82c6312870c..3de7d2bc3ee 100644 --- a/lib/libc/arch/sparc/stdlib/abs.S +++ b/lib/libc/arch/sparc/stdlib/abs.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: abs.s,v 1.1 91/07/06 18:01:57 torek Exp - * $Id: abs.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)abs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: abs.S,v 1.2 1996/08/19 08:17:54 tholo Exp $" +#endif /* LIBC_SCCS */ /* abs - int absolute value */ diff --git a/lib/libc/arch/sparc/string/Makefile.inc b/lib/libc/arch/sparc/string/Makefile.inc index 47819f34384..71c87c17e96 100644 --- a/lib/libc/arch/sparc/string/Makefile.inc +++ b/lib/libc/arch/sparc/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:52 mycroft Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:17:55 tholo Exp $ SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \ diff --git a/lib/libc/arch/sparc/string/bzero.S b/lib/libc/arch/sparc/string/bzero.S index ccc94f125c0..b4711ae05ec 100644 --- a/lib/libc/arch/sparc/string/bzero.S +++ b/lib/libc/arch/sparc/string/bzero.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: bzero.s,v 1.1 92/06/25 12:52:46 torek Exp - * $Id: bzero.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bzero.S,v 1.2 1996/08/19 08:17:56 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/sparc/string/ffs.S b/lib/libc/arch/sparc/string/ffs.S index 16864e8615f..fb67100c9cd 100644 --- a/lib/libc/arch/sparc/string/ffs.S +++ b/lib/libc/arch/sparc/string/ffs.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: ffs.s,v 1.3 92/07/07 00:23:57 torek Exp - * $Id: ffs.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ffs.S,v 1.2 1996/08/19 08:17:58 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/sparc/string/strlen.S b/lib/libc/arch/sparc/string/strlen.S index 7704206bbc0..e6d2ea56685 100644 --- a/lib/libc/arch/sparc/string/strlen.S +++ b/lib/libc/arch/sparc/string/strlen.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: strlen.s,v 1.1 92/06/25 12:52:47 torek Exp - * $Id: strlen.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)strlen.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: strlen.S,v 1.2 1996/08/19 08:17:59 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/sparc/sys/Ovfork.S b/lib/libc/arch/sparc/sys/Ovfork.S index 8f6f5d9f3e7..95bb606e454 100644 --- a/lib/libc/arch/sparc/sys/Ovfork.S +++ b/lib/libc/arch/sparc/sys/Ovfork.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: Ovfork.s,v 1.1 91/07/06 13:05:56 torek Exp - * $Id: Ovfork.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)Ovfork.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:18:01 tholo Exp $" +#endif /* SYSLIBC_SCCS */ /* * pid = vfork(); diff --git a/lib/libc/arch/sparc/sys/brk.S b/lib/libc/arch/sparc/sys/brk.S index 07e800d276c..f2f48ceafb1 100644 --- a/lib/libc/arch/sparc/sys/brk.S +++ b/lib/libc/arch/sparc/sys/brk.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: brk.s,v 1.3 92/06/25 12:56:05 mccanne Exp - * $Id: brk.S,v 1.1.1.1 1995/10/18 08:41:41 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)brk.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.2 1996/08/19 08:18:02 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/cerror.S b/lib/libc/arch/sparc/sys/cerror.S index 82a364548ff..a37e229e5ca 100644 --- a/lib/libc/arch/sparc/sys/cerror.S +++ b/lib/libc/arch/sparc/sys/cerror.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: cerror.s,v 1.3 92/07/02 04:17:59 torek Exp - * $Id: cerror.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)cerror.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.2 1996/08/19 08:18:02 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "DEFS.h" #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/exect.S b/lib/libc/arch/sparc/sys/exect.S index 6af45ab0a3b..313bea4d16f 100644 --- a/lib/libc/arch/sparc/sys/exect.S +++ b/lib/libc/arch/sparc/sys/exect.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: exect.s,v 1.1 91/07/06 13:05:57 torek Exp - * $Id: exect.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)exect.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:18:04 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/fork.S b/lib/libc/arch/sparc/sys/fork.S index e0c8594dbca..00a3004e020 100644 --- a/lib/libc/arch/sparc/sys/fork.S +++ b/lib/libc/arch/sparc/sys/fork.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: fork.s,v 1.1 91/07/06 13:05:58 torek Exp - * $Id: fork.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)fork.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:18:06 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/pipe.S b/lib/libc/arch/sparc/sys/pipe.S index f12b2ece20a..4811fb94b87 100644 --- a/lib/libc/arch/sparc/sys/pipe.S +++ b/lib/libc/arch/sparc/sys/pipe.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: pipe.s,v 1.1 91/07/06 13:05:58 torek Exp - * $Id: pipe.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:18:07 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/ptrace.S b/lib/libc/arch/sparc/sys/ptrace.S index 01c4ac29755..dccafa5730d 100644 --- a/lib/libc/arch/sparc/sys/ptrace.S +++ b/lib/libc/arch/sparc/sys/ptrace.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: ptrace.s,v 1.2 91/12/20 01:59:00 leres Exp - * $Id: ptrace.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ptrace.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:18:08 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/reboot.S b/lib/libc/arch/sparc/sys/reboot.S index f44d2180d45..3f364f77cde 100644 --- a/lib/libc/arch/sparc/sys/reboot.S +++ b/lib/libc/arch/sparc/sys/reboot.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: reboot.s,v 1.1 91/07/06 13:05:59 torek Exp - * $Id: reboot.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)reboot.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:18:09 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/sbrk.S b/lib/libc/arch/sparc/sys/sbrk.S index 0f802e53a6c..2f1ed0f92a5 100644 --- a/lib/libc/arch/sparc/sys/sbrk.S +++ b/lib/libc/arch/sparc/sys/sbrk.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: sbrk.s,v 1.3 92/07/02 00:56:49 torek Exp - * $Id: sbrk.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)sbrk.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.2 1996/08/19 08:18:10 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/setlogin.S b/lib/libc/arch/sparc/sys/setlogin.S index f665d0e6cf5..018acc90ea0 100644 --- a/lib/libc/arch/sparc/sys/setlogin.S +++ b/lib/libc/arch/sparc/sys/setlogin.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: setlogin.s,v 1.1 91/07/06 13:06:00 torek Exp - * $Id: setlogin.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)setlogin.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:18:11 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/sigpending.S b/lib/libc/arch/sparc/sys/sigpending.S index 370e165131c..5cbc3a56b17 100644 --- a/lib/libc/arch/sparc/sys/sigpending.S +++ b/lib/libc/arch/sparc/sys/sigpending.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: sigpending.s,v 1.1 91/07/06 13:06:00 torek Exp - * $Id: sigpending.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)sigpending.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:18:12 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/sigprocmask.S b/lib/libc/arch/sparc/sys/sigprocmask.S index 5036dc35e99..872a1687100 100644 --- a/lib/libc/arch/sparc/sys/sigprocmask.S +++ b/lib/libc/arch/sparc/sys/sigprocmask.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: sigprocmask.s,v 1.1 91/07/06 13:06:01 torek Exp - * $Id: sigprocmask.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)sigprocmask.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:18:13 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/sigreturn.S b/lib/libc/arch/sparc/sys/sigreturn.S index d2299a3a843..7c60008f083 100644 --- a/lib/libc/arch/sparc/sys/sigreturn.S +++ b/lib/libc/arch/sparc/sys/sigreturn.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp - * $Id: sigreturn.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:18:14 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/sigsuspend.S b/lib/libc/arch/sparc/sys/sigsuspend.S index ad510c63873..83b953e12bb 100644 --- a/lib/libc/arch/sparc/sys/sigsuspend.S +++ b/lib/libc/arch/sparc/sys/sigsuspend.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: sigsuspend.s,v 1.1 91/07/06 13:06:01 torek Exp - * $Id: sigsuspend.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)sigsuspend.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:18:15 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/sparc/sys/syscall.S b/lib/libc/arch/sparc/sys/syscall.S index 3846e2cdfe1..1be748e0902 100644 --- a/lib/libc/arch/sparc/sys/syscall.S +++ b/lib/libc/arch/sparc/sys/syscall.S @@ -33,14 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: Header: syscall.s,v 1.1 91/07/06 13:06:02 torek Exp - * $Id: syscall.S,v 1.1.1.1 1995/10/18 08:41:42 deraadt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)syscall.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:18:16 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/DEFS.h b/lib/libc/arch/vax/DEFS.h index 9e26197489d..415e86df113 100644 --- a/lib/libc/arch/vax/DEFS.h +++ b/lib/libc/arch/vax/DEFS.h @@ -1,4 +1,4 @@ -/* $NetBSD: DEFS.h,v 1.3 1996/01/06 18:34:59 ragge Exp $ */ +/* $OpenBSD: DEFS.h,v 1.4 1996/08/19 08:18:17 tholo Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/vax/SYS.h b/lib/libc/arch/vax/SYS.h index f39bf6f8da4..12b5b8e5833 100644 --- a/lib/libc/arch/vax/SYS.h +++ b/lib/libc/arch/vax/SYS.h @@ -1,4 +1,4 @@ -/* $NetBSD: SYS.h,v 1.2 1995/12/12 15:21:31 ragge Exp $ */ +/* $OpenBSD: SYS.h,v 1.3 1996/08/19 08:18:18 tholo Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -30,8 +30,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)SYS.h 8.1 (Berkeley) 6/4/93 */ #include <sys/syscall.h> diff --git a/lib/libc/arch/vax/gen/Makefile.inc b/lib/libc/arch/vax/gen/Makefile.inc index 4df9731d235..a8e3f950733 100644 --- a/lib/libc/arch/vax/gen/Makefile.inc +++ b/lib/libc/arch/vax/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1995/12/09 13:26:43 ragge Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:18:20 tholo Exp $ SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c ldexp.S \ modf.S setjmp.S udiv.S urem.S alloca.S sigsetjmp.S diff --git a/lib/libc/arch/vax/gen/_setjmp.S b/lib/libc/arch/vax/gen/_setjmp.S index dc69060289f..ca240db9773 100644 --- a/lib/libc/arch/vax/gen/_setjmp.S +++ b/lib/libc/arch/vax/gen/_setjmp.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: _setjmp.S,v 1.1 1995/04/17 12:23:37 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: _setjmp.S,v 1.2 1996/08/19 08:18:21 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/arch/vax/gen/alloca.S b/lib/libc/arch/vax/gen/alloca.S index a1f47915d23..d408d40f331 100644 --- a/lib/libc/arch/vax/gen/alloca.S +++ b/lib/libc/arch/vax/gen/alloca.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)alloca.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: alloca.S,v 1.1 1995/04/17 12:23:38 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: alloca.S,v 1.2 1996/08/19 08:18:22 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/gen/fabs.S b/lib/libc/arch/vax/gen/fabs.S index b50bd9aab2e..c94946a5c98 100644 --- a/lib/libc/arch/vax/gen/fabs.S +++ b/lib/libc/arch/vax/gen/fabs.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)fabs.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: fabs.S,v 1.1 1995/04/17 12:23:39 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: fabs.S,v 1.2 1996/08/19 08:18:23 tholo Exp $" +#endif /* LIBC_SCCS */ /* fabs - floating absolute value */ diff --git a/lib/libc/arch/vax/gen/frexp.c b/lib/libc/arch/vax/gen/frexp.c index 80d5a359bcd..3d8747445f1 100644 --- a/lib/libc/arch/vax/gen/frexp.c +++ b/lib/libc/arch/vax/gen/frexp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; */ -static char rcsid[] = "$NetBSD: frexp.c,v 1.1 1995/04/17 12:23:40 ragge Exp $"; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:18:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/vax/gen/infinity.c b/lib/libc/arch/vax/gen/infinity.c index e19029576c7..7a9eabf337e 100644 --- a/lib/libc/arch/vax/gen/infinity.c +++ b/lib/libc/arch/vax/gen/infinity.c @@ -1,6 +1,7 @@ -#ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1.1.1 1995/10/18 08:41:43 deraadt Exp $"; -#endif /* not lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 1996/08/19 08:18:25 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + /* * XXX - THIS IS (probably) COMPLETELY WRONG ON VAX!!! */ diff --git a/lib/libc/arch/vax/gen/isinf.c b/lib/libc/arch/vax/gen/isinf.c index cbbaed14bfc..61d2355167d 100644 --- a/lib/libc/arch/vax/gen/isinf.c +++ b/lib/libc/arch/vax/gen/isinf.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93"; */ -static char rcsid[] = "$NetBSD: isinf.c,v 1.2 1996/02/05 04:31:42 jtc Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 1996/08/19 08:18:26 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* ARGSUSED */ diff --git a/lib/libc/arch/vax/gen/ldexp.S b/lib/libc/arch/vax/gen/ldexp.S index 8875fcd3e81..79099256ec9 100644 --- a/lib/libc/arch/vax/gen/ldexp.S +++ b/lib/libc/arch/vax/gen/ldexp.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /*.asciz "@(#)ldexp.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: ldexp.S,v 1.2 1995/06/01 01:11:41 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ldexp.S,v 1.2 1996/08/19 08:18:27 tholo Exp $" +#endif /* LIBC_SCCS */ /* * double ldexp (value, exp) diff --git a/lib/libc/arch/vax/gen/modf.S b/lib/libc/arch/vax/gen/modf.S index 26b9cb501cc..9ae6e372372 100644 --- a/lib/libc/arch/vax/gen/modf.S +++ b/lib/libc/arch/vax/gen/modf.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: modf.S,v 1.1 1995/04/17 12:23:45 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: modf.S,v 1.2 1996/08/19 08:18:28 tholo Exp $" +#endif /* LIBC_SCCS */ /* * double modf (value, iptr) diff --git a/lib/libc/arch/vax/gen/setjmp.S b/lib/libc/arch/vax/gen/setjmp.S index 789b7e29963..6e0ad4930f5 100644 --- a/lib/libc/arch/vax/gen/setjmp.S +++ b/lib/libc/arch/vax/gen/setjmp.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)setjmp.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: setjmp.S,v 1.1 1995/04/17 12:23:46 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: setjmp.S,v 1.2 1996/08/19 08:18:29 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- setjmp, longjmp diff --git a/lib/libc/arch/vax/gen/sigsetjmp.S b/lib/libc/arch/vax/gen/sigsetjmp.S index c356df9f05a..2aa89bdc7ea 100644 --- a/lib/libc/arch/vax/gen/sigsetjmp.S +++ b/lib/libc/arch/vax/gen/sigsetjmp.S @@ -31,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "$NetBSD: sigsetjmp.S,v 1.1 1995/12/09 13:26:46 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: sigsetjmp.S,v 1.2 1996/08/19 08:18:31 tholo Exp $" +#endif /* LIBC_SCCS */ /* * C library -- sigsetjmp, siglongjmp diff --git a/lib/libc/arch/vax/gen/udiv.S b/lib/libc/arch/vax/gen/udiv.S index dc42f2fe752..841f2ee9605 100644 --- a/lib/libc/arch/vax/gen/udiv.S +++ b/lib/libc/arch/vax/gen/udiv.S @@ -34,10 +34,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)udiv.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: udiv.S,v 1.1 1995/04/17 12:23:47 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: udiv.S,v 1.2 1996/08/19 08:18:33 tholo Exp $" +#endif /* LIBC_SCCS */ /* * Unsigned division, PCC flavor. diff --git a/lib/libc/arch/vax/gen/urem.S b/lib/libc/arch/vax/gen/urem.S index 615b065ace4..eca69838029 100644 --- a/lib/libc/arch/vax/gen/urem.S +++ b/lib/libc/arch/vax/gen/urem.S @@ -34,10 +34,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)urem.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: urem.S,v 1.1 1995/04/17 12:23:48 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: urem.S,v 1.2 1996/08/19 08:18:34 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/net/Makefile.inc b/lib/libc/arch/vax/net/Makefile.inc index 2212f87f2e8..ddba438c7c9 100644 --- a/lib/libc/arch/vax/net/Makefile.inc +++ b/lib/libc/arch/vax/net/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/04/17 12:23:49 ragge Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:18:36 tholo Exp $ SRCS+= htonl.S htons.S ntohl.S ntohs.S LSRCS+= htonl.c htons.c ntohl.c ntohs.c diff --git a/lib/libc/arch/vax/net/htonl.S b/lib/libc/arch/vax/net/htonl.S index f707e2b40db..92f49ef075f 100644 --- a/lib/libc/arch/vax/net/htonl.S +++ b/lib/libc/arch/vax/net/htonl.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: htonl.S,v 1.1 1995/04/17 12:23:50 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htonl.S,v 1.2 1996/08/19 08:18:38 tholo Exp $" +#endif /* LIBC_SCCS */ /* netorder = htonl(hostorder) */ diff --git a/lib/libc/arch/vax/net/htons.S b/lib/libc/arch/vax/net/htons.S index deab20f1142..2c0fc0d5646 100644 --- a/lib/libc/arch/vax/net/htons.S +++ b/lib/libc/arch/vax/net/htons.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: htons.S,v 1.1 1995/04/17 12:23:51 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: htons.S,v 1.2 1996/08/19 08:18:39 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = htons(netorder) */ diff --git a/lib/libc/arch/vax/net/ntohl.S b/lib/libc/arch/vax/net/ntohl.S index 5ad5314bf5b..f572830c5c9 100644 --- a/lib/libc/arch/vax/net/ntohl.S +++ b/lib/libc/arch/vax/net/ntohl.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: ntohl.S,v 1.1 1995/04/17 12:23:52 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohl.S,v 1.2 1996/08/19 08:18:40 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/arch/vax/net/ntohs.S b/lib/libc/arch/vax/net/ntohs.S index 9a4dc34e743..4a7bd05b116 100644 --- a/lib/libc/arch/vax/net/ntohs.S +++ b/lib/libc/arch/vax/net/ntohs.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - /* .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: ntohs.S,v 1.1 1995/04/17 12:23:53 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ntohs.S,v 1.2 1996/08/19 08:18:41 tholo Exp $" +#endif /* LIBC_SCCS */ /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/arch/vax/string/Makefile.inc b/lib/libc/arch/vax/string/Makefile.inc index 719daa6aa57..0714508b2e0 100644 --- a/lib/libc/arch/vax/string/Makefile.inc +++ b/lib/libc/arch/vax/string/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1996/05/19 15:57:37 ragge Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:18:43 tholo Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ diff --git a/lib/libc/arch/vax/string/bcmp.S b/lib/libc/arch/vax/string/bcmp.S index 45fe796e439..c08ae03b149 100644 --- a/lib/libc/arch/vax/string/bcmp.S +++ b/lib/libc/arch/vax/string/bcmp.S @@ -1,4 +1,3 @@ -/* $NetBSD: bcmp.S,v 1.1 1996/05/19 15:57:38 ragge Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +31,10 @@ * SUCH DAMAGE. */ -/* bcmp(s1, s2, n) */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcmp.S,v 1.2 1996/08/19 08:18:44 tholo Exp $" +#endif /* LIBC_SCCS */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/string/bcopy.S b/lib/libc/arch/vax/string/bcopy.S index ff1d2f5933e..134001ef660 100644 --- a/lib/libc/arch/vax/string/bcopy.S +++ b/lib/libc/arch/vax/string/bcopy.S @@ -1,4 +1,3 @@ -/* $NetBSD: bcopy.S,v 1.1 1996/05/19 15:57:39 ragge Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)bcopy.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bcopy.S,v 1.2 1996/08/19 08:18:45 tholo Exp $" +#endif /* LIBC_SCCS */ /* bcopy(from, to, size) */ diff --git a/lib/libc/arch/vax/string/bzero.S b/lib/libc/arch/vax/string/bzero.S index 17c7c38d41b..62f65a7f547 100644 --- a/lib/libc/arch/vax/string/bzero.S +++ b/lib/libc/arch/vax/string/bzero.S @@ -1,4 +1,3 @@ -/* $NetBSD: bzero.S,v 1.1 1996/05/19 15:57:40 ragge Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: bzero.S,v 1.2 1996/08/19 08:18:47 tholo Exp $" +#endif /* LIBC_SCCS */ /* bzero(base, length) */ diff --git a/lib/libc/arch/vax/string/ffs.S b/lib/libc/arch/vax/string/ffs.S index 69298579f88..2bda2a135a9 100644 --- a/lib/libc/arch/vax/string/ffs.S +++ b/lib/libc/arch/vax/string/ffs.S @@ -1,4 +1,3 @@ -/* $NetBSD: ffs.S,v 1.1 1996/05/19 15:57:41 ragge Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: ffs.S,v 1.2 1996/08/19 08:18:48 tholo Exp $" +#endif /* LIBC_SCCS */ /* bit = ffs(value) */ diff --git a/lib/libc/arch/vax/string/index.S b/lib/libc/arch/vax/string/index.S index 07842c5b3d1..378f23d3512 100644 --- a/lib/libc/arch/vax/string/index.S +++ b/lib/libc/arch/vax/string/index.S @@ -1,4 +1,3 @@ -/* $NetBSD: index.S,v 1.1 1996/05/19 15:57:43 ragge Exp $ */ /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -32,6 +31,11 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: index.S,v 1.2 1996/08/19 08:18:49 tholo Exp $" +#endif /* LIBC_SCCS */ + /* * Find the first occurence of c in the string cp. * Return pointer to match or null pointer. diff --git a/lib/libc/arch/vax/string/memcmp.S b/lib/libc/arch/vax/string/memcmp.S index 5e2ecce59da..f36c40f19e1 100644 --- a/lib/libc/arch/vax/string/memcmp.S +++ b/lib/libc/arch/vax/string/memcmp.S @@ -1,4 +1,3 @@ -/* $NetBSD: memcmp.S,v 1.1 1996/05/19 15:57:44 ragge Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -32,6 +31,11 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcmp.S,v 1.2 1996/08/19 08:18:51 tholo Exp $" +#endif /* LIBC_SCCS */ + /* int memcmp(s1, s2, n) */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/string/memcpy.S b/lib/libc/arch/vax/string/memcpy.S index 54f7ce842c4..458e152b89d 100644 --- a/lib/libc/arch/vax/string/memcpy.S +++ b/lib/libc/arch/vax/string/memcpy.S @@ -1,4 +1,3 @@ -/* $NetBSD: memcpy.S,v 1.1 1996/05/19 15:57:45 ragge Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)memcpy.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memcpy.S,v 1.2 1996/08/19 08:18:52 tholo Exp $" +#endif /* LIBC_SCCS */ /* * void *memcpy(dst, src, size) diff --git a/lib/libc/arch/vax/string/memmove.S b/lib/libc/arch/vax/string/memmove.S index c3cd5d5101a..f39e1d6d4ed 100644 --- a/lib/libc/arch/vax/string/memmove.S +++ b/lib/libc/arch/vax/string/memmove.S @@ -1,4 +1,3 @@ -/* $NetBSD: memmove.S,v 1.1 1996/05/19 15:57:47 ragge Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)memmove.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:18:52 tholo Exp $" +#endif /* LIBC_SCCS */ /* * void *memmove(dst, src, size) diff --git a/lib/libc/arch/vax/string/memset.S b/lib/libc/arch/vax/string/memset.S index aad5b3d64df..a221878c141 100644 --- a/lib/libc/arch/vax/string/memset.S +++ b/lib/libc/arch/vax/string/memset.S @@ -1,4 +1,3 @@ -/* $NetBSD: memset.S,v 1.1 1996/05/19 15:57:49 ragge Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -32,9 +31,10 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)memset.s 8.1 (Berkeley) 6/4/93" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_SCCS) + .text + .asciz "$OpenBSD: memset.S,v 1.2 1996/08/19 08:18:53 tholo Exp $" +#endif /* LIBC_SCCS */ /* void *memset(base, c, length) */ diff --git a/lib/libc/arch/vax/sys/Ovfork.S b/lib/libc/arch/vax/sys/Ovfork.S index 8ed3bc3bfc0..c612dd07e8e 100644 --- a/lib/libc/arch/vax/sys/Ovfork.S +++ b/lib/libc/arch/vax/sys/Ovfork.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)Ovfork.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: Ovfork.S,v 1.1 1995/04/17 12:23:56 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: Ovfork.S,v 1.2 1996/08/19 08:18:55 tholo Exp $" +#endif /* SYSLIBC_SCCS */ /* * @(#)vfork.s 4.1 (Berkeley) 12/21/80 diff --git a/lib/libc/arch/vax/sys/brk.S b/lib/libc/arch/vax/sys/brk.S index 1f95813a92f..a97ff40dc8d 100644 --- a/lib/libc/arch/vax/sys/brk.S +++ b/lib/libc/arch/vax/sys/brk.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)brk.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: brk.S,v 1.1 1995/04/17 12:23:58 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: brk.S,v 1.2 1996/08/19 08:18:57 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/cerror.S b/lib/libc/arch/vax/sys/cerror.S index 0adb50876ba..67f256d1cc9 100644 --- a/lib/libc/arch/vax/sys/cerror.S +++ b/lib/libc/arch/vax/sys/cerror.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)cerror.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: cerror.S,v 1.2 1995/12/04 21:52:44 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: cerror.S,v 1.3 1996/08/19 08:18:58 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/exect.S b/lib/libc/arch/vax/sys/exect.S index dce5babf6bf..3e422ca9f47 100644 --- a/lib/libc/arch/vax/sys/exect.S +++ b/lib/libc/arch/vax/sys/exect.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)exect.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: exect.S,v 1.1 1995/04/17 12:24:00 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: exect.S,v 1.2 1996/08/19 08:18:59 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" #include <machine/psl.h> diff --git a/lib/libc/arch/vax/sys/fork.S b/lib/libc/arch/vax/sys/fork.S index 05d6e34471a..318c0170959 100644 --- a/lib/libc/arch/vax/sys/fork.S +++ b/lib/libc/arch/vax/sys/fork.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)fork.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: fork.S,v 1.1 1995/04/17 12:24:01 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: fork.S,v 1.2 1996/08/19 08:19:00 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/pipe.S b/lib/libc/arch/vax/sys/pipe.S index 4e9018f8a10..69ef82001c7 100644 --- a/lib/libc/arch/vax/sys/pipe.S +++ b/lib/libc/arch/vax/sys/pipe.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: pipe.S,v 1.1 1995/04/17 12:24:02 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: pipe.S,v 1.2 1996/08/19 08:19:01 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/ptrace.S b/lib/libc/arch/vax/sys/ptrace.S index 13055124d55..8dd2e22822e 100644 --- a/lib/libc/arch/vax/sys/ptrace.S +++ b/lib/libc/arch/vax/sys/ptrace.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)ptrace.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: ptrace.S,v 1.1 1995/04/17 12:24:03 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: ptrace.S,v 1.2 1996/08/19 08:19:02 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/reboot.S b/lib/libc/arch/vax/sys/reboot.S index a4ae1304d78..3160d1045a4 100644 --- a/lib/libc/arch/vax/sys/reboot.S +++ b/lib/libc/arch/vax/sys/reboot.S @@ -33,10 +33,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - /* ASMSTR "@(#)reboot.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: reboot.S,v 1.1 1995/04/17 12:24:04 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: reboot.S,v 1.2 1996/08/19 08:19:03 tholo Exp $" +#endif /* SYSLIBC_SCCS */ SYSCALL(reboot) halt diff --git a/lib/libc/arch/vax/sys/sbrk.S b/lib/libc/arch/vax/sys/sbrk.S index 99a8fe2e7bb..0ca9ed6f8f0 100644 --- a/lib/libc/arch/vax/sys/sbrk.S +++ b/lib/libc/arch/vax/sys/sbrk.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)sbrk.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sbrk.S,v 1.1 1995/04/17 12:24:05 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sbrk.S,v 1.2 1996/08/19 08:19:04 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/setlogin.S b/lib/libc/arch/vax/sys/setlogin.S index ac6616eb880..1e21ec5bc8f 100644 --- a/lib/libc/arch/vax/sys/setlogin.S +++ b/lib/libc/arch/vax/sys/setlogin.S @@ -33,10 +33,10 @@ #include "SYS.h" -#if defined(LIBC_SCCS) && !defined(lint) - /* ASMSTR "@(#)setlogin.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: setlogin.S,v 1.1 1995/04/17 12:24:06 ragge Exp $" -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: setlogin.S,v 1.2 1996/08/19 08:19:06 tholo Exp $" +#endif /* SYSLIBC_SCCS */ .globl ___logname_valid /* in getlogin() */ diff --git a/lib/libc/arch/vax/sys/sigpending.S b/lib/libc/arch/vax/sys/sigpending.S index 8095be85178..f58f80b4aec 100644 --- a/lib/libc/arch/vax/sys/sigpending.S +++ b/lib/libc/arch/vax/sys/sigpending.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)sigpending.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigpending.S,v 1.1 1995/04/17 12:24:07 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigpending.S,v 1.2 1996/08/19 08:19:07 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/sigprocmask.S b/lib/libc/arch/vax/sys/sigprocmask.S index 4dc0f04454c..f3aba13e015 100644 --- a/lib/libc/arch/vax/sys/sigprocmask.S +++ b/lib/libc/arch/vax/sys/sigprocmask.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)sigprocmask.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigprocmask.S,v 1.1 1995/04/17 12:24:08 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigprocmask.S,v 1.2 1996/08/19 08:19:07 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/sigreturn.S b/lib/libc/arch/vax/sys/sigreturn.S index a6d7db65388..6f03da4d99f 100644 --- a/lib/libc/arch/vax/sys/sigreturn.S +++ b/lib/libc/arch/vax/sys/sigreturn.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigreturn.S,v 1.1 1995/04/17 12:24:09 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigreturn.S,v 1.2 1996/08/19 08:19:09 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/sigsuspend.S b/lib/libc/arch/vax/sys/sigsuspend.S index 3233abc5f12..2aad6c725fd 100644 --- a/lib/libc/arch/vax/sys/sigsuspend.S +++ b/lib/libc/arch/vax/sys/sigsuspend.S @@ -31,10 +31,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)sigsuspend.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigsuspend.S,v 1.1 1995/04/17 12:24:10 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: sigsuspend.S,v 1.2 1996/08/19 08:19:10 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S index 9b5b1ec5b59..7c44e23659b 100644 --- a/lib/libc/arch/vax/sys/syscall.S +++ b/lib/libc/arch/vax/sys/syscall.S @@ -36,10 +36,10 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) && !defined(lint) - /* .asciz "@(#)syscall.s 8.2 (Berkeley) 1/21/94" */ - .asciz "$NetBSD: syscall.S,v 1.1 1995/04/17 12:24:11 ragge Exp $" -#endif /* SYSLIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) + .text + .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:19:11 tholo Exp $" +#endif /* SYSLIBC_SCCS */ #include "SYS.h" diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 387c848bf93..e59a1b9fb2c 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -1,5 +1,4 @@ -# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91 -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:41:45 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:19:13 tholo Exp $ # compat-43 sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43 diff --git a/lib/libc/compat-43/__setregid.c b/lib/libc/compat-43/__setregid.c index e0ffa0405db..c13d2bbb133 100644 --- a/lib/libc/compat-43/__setregid.c +++ b/lib/libc/compat-43/__setregid.c @@ -29,11 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)kern_prot.c 7.21 (Berkeley) 5/3/91 - * $Id: __setregid.c,v 1.1.1.1 1995/10/18 08:41:45 deraadt Exp $ */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: __setregid.c,v 1.2 1996/08/19 08:19:14 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <errno.h> #include <unistd.h> diff --git a/lib/libc/compat-43/__setreuid.c b/lib/libc/compat-43/__setreuid.c index 8d4639c4f9e..a62d627e485 100644 --- a/lib/libc/compat-43/__setreuid.c +++ b/lib/libc/compat-43/__setreuid.c @@ -29,11 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)kern_prot.c 7.21 (Berkeley) 5/3/91 - * $Id: __setreuid.c,v 1.1.1.1 1995/10/18 08:41:45 deraadt Exp $ */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: __setreuid.c,v 1.2 1996/08/19 08:19:15 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <errno.h> #include <unistd.h> diff --git a/lib/libc/compat-43/creat.3 b/lib/libc/compat-43/creat.3 index 781be957098..d512066d17e 100644 --- a/lib/libc/compat-43/creat.3 +++ b/lib/libc/compat-43/creat.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)creat.2 6.10 (Berkeley) 6/23/91 -.\" $Id: creat.3,v 1.1.1.1 1995/10/18 08:41:45 deraadt Exp $ +.\" $OpenBSD: creat.3,v 1.2 1996/08/19 08:19:17 tholo Exp $ .\" .Dd June 23, 1991 .Dt CREAT 3 diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index 9b91a0c73b6..e2465628673 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)creat.c 5.3 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: creat.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: creat.c,v 1.2 1996/08/19 08:19:18 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <fcntl.h> diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index c706988b297..594fac29917 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -1,5 +1,3 @@ -.\" $OpenBSD: getdtablesize.3,v 1.4 1996/07/27 12:17:32 deraadt Exp $ -.\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -31,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)getdtablesize.2 6.5 (Berkeley) 3/10/91 +.\" $OpenBSD: getdtablesize.3,v 1.5 1996/08/19 08:19:19 tholo Exp $ .\" .Dd March 10, 1991 .Dt GETDTABLESIZE 3 diff --git a/lib/libc/compat-43/getdtablesize.c b/lib/libc/compat-43/getdtablesize.c index 3cacbc459b9..56d150731a5 100644 --- a/lib/libc/compat-43/getdtablesize.c +++ b/lib/libc/compat-43/getdtablesize.c @@ -4,7 +4,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: getdtablesize.c,v 1.3 1995/05/11 23:03:44 jtc Exp $"; +static char *rcsid = "$OpenBSD: getdtablesize.c,v 1.2 1996/08/19 08:19:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3 index c52f84ef83b..4c0fccb8d6d 100644 --- a/lib/libc/compat-43/gethostid.3 +++ b/lib/libc/compat-43/gethostid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gethostid.3 8.1 (Berkeley) 6/2/93 +.\" $OpenBSD: gethostid.3,v 1.2 1996/08/19 08:19:22 tholo Exp $ .\" .Dd June 2, 1993 .Dt GETHOSTID 3 diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c index c4caff67d35..3711ec4b572 100644 --- a/lib/libc/compat-43/gethostid.c +++ b/lib/libc/compat-43/gethostid.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93"; +static char *rcsid = "$OpenBSD: gethostid.c,v 1.2 1996/08/19 08:19:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c index a72ae911145..7557ac43a50 100644 --- a/lib/libc/compat-43/getwd.c +++ b/lib/libc/compat-43/getwd.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)getwd.c 5.1 (Berkeley) 2/20/91";*/ -static char *rcsid = "$Id: getwd.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: getwd.c,v 1.2 1996/08/19 08:19:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/compat-43/killpg.3 b/lib/libc/compat-43/killpg.3 index 8f43c443583..9b402532086 100644 --- a/lib/libc/compat-43/killpg.3 +++ b/lib/libc/compat-43/killpg.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)killpg.2 6.5 (Berkeley) 3/10/91 -.\" $Id: killpg.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: killpg.3,v 1.2 1996/08/19 08:19:25 tholo Exp $ .\" .Dd March 10, 1991 .Dt KILLPG 3 diff --git a/lib/libc/compat-43/killpg.c b/lib/libc/compat-43/killpg.c index 7e6702f50ef..a6e262bda01 100644 --- a/lib/libc/compat-43/killpg.c +++ b/lib/libc/compat-43/killpg.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)killpg.c 5.3 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: killpg.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: killpg.c,v 1.2 1996/08/19 08:19:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index 0ef7a12854f..cda698d8080 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)sethostid.c 8.1 (Berkeley) 6/2/93"; +static char *rcsid = "$OpenBSD: sethostid.c,v 1.4 1996/08/19 08:19:28 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/compat-43/setpgrp.c b/lib/libc/compat-43/setpgrp.c index 5bab02bb47a..acd3d606978 100644 --- a/lib/libc/compat-43/setpgrp.c +++ b/lib/libc/compat-43/setpgrp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)setpgrp.c 5.2 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: setpgrp.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: setpgrp.c,v 1.2 1996/08/19 08:19:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/compat-43/setregid.3 b/lib/libc/compat-43/setregid.3 index cbb411e2cdd..a9b8d2d3712 100644 --- a/lib/libc/compat-43/setregid.3 +++ b/lib/libc/compat-43/setregid.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)setregid.2 6.4 (Berkeley) 3/10/91 -.\" $Id: setregid.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: setregid.3,v 1.2 1996/08/19 08:19:30 tholo Exp $ .\" .Dd March 10, 1991 .Dt SETREGID 3 diff --git a/lib/libc/compat-43/setregid.c b/lib/libc/compat-43/setregid.c index dcc7a9cb50d..49e910e6ebf 100644 --- a/lib/libc/compat-43/setregid.c +++ b/lib/libc/compat-43/setregid.c @@ -29,11 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)kern_prot.c 7.21 (Berkeley) 5/3/91 - * $Id: setregid.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: setregid.c,v 1.2 1996/08/19 08:19:31 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <unistd.h> diff --git a/lib/libc/compat-43/setreuid.3 b/lib/libc/compat-43/setreuid.3 index 2390400271e..4ee3122502e 100644 --- a/lib/libc/compat-43/setreuid.3 +++ b/lib/libc/compat-43/setreuid.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)setreuid.2 6.4 (Berkeley) 3/10/91 -.\" $Id: setreuid.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: setreuid.3,v 1.2 1996/08/19 08:19:32 tholo Exp $ .\" .Dd March 10, 1991 .Dt SETREUID 3 diff --git a/lib/libc/compat-43/setreuid.c b/lib/libc/compat-43/setreuid.c index a21699b4d58..9e55abae806 100644 --- a/lib/libc/compat-43/setreuid.c +++ b/lib/libc/compat-43/setreuid.c @@ -29,11 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)kern_prot.c 7.21 (Berkeley) 5/3/91 - * $Id: setreuid.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ */ +#if defined(LIBC_SCCS) && !defined(lint) +static char *rcsid = "$OpenBSD: setreuid.c,v 1.2 1996/08/19 08:19:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <unistd.h> diff --git a/lib/libc/compat-43/setrgid.c b/lib/libc/compat-43/setrgid.c index 3442219999a..b26f65a8e01 100644 --- a/lib/libc/compat-43/setrgid.c +++ b/lib/libc/compat-43/setrgid.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)setrgid.c 5.5 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: setrgid.c,v 1.3 1996/03/25 21:28:35 tholo Exp $"; +static char *rcsid = "$OpenBSD: setrgid.c,v 1.4 1996/08/19 08:19:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3 index 71acfa4087d..f94b48214f3 100644 --- a/lib/libc/compat-43/setruid.3 +++ b/lib/libc/compat-43/setruid.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)setuid.3 6.4 (Berkeley) 4/19/91 -.\" $Id: setruid.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: setruid.3,v 1.2 1996/08/19 08:19:35 tholo Exp $ .\" .Dd April 19, 1991 .Dt SETRUID 3 diff --git a/lib/libc/compat-43/setruid.c b/lib/libc/compat-43/setruid.c index 5daec53dff0..6b35ad42931 100644 --- a/lib/libc/compat-43/setruid.c +++ b/lib/libc/compat-43/setruid.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)setruid.c 5.5 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: setruid.c,v 1.3 1996/03/25 21:28:36 tholo Exp $"; +static char *rcsid = "$OpenBSD: setruid.c,v 1.4 1996/08/19 08:19:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/compat-43/sigblock.3 b/lib/libc/compat-43/sigblock.3 index 5c7d46720d4..3a9fafbc28e 100644 --- a/lib/libc/compat-43/sigblock.3 +++ b/lib/libc/compat-43/sigblock.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)sigblock.2 6.7 (Berkeley) 3/10/91 -.\" $Id: sigblock.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: sigblock.3,v 1.2 1996/08/19 08:19:37 tholo Exp $ .\" .Dd March 10, 1991 .Dt SIGBLOCK 3 diff --git a/lib/libc/compat-43/sigcompat.c b/lib/libc/compat-43/sigcompat.c index 5daad5982f0..b69c5e27dd5 100644 --- a/lib/libc/compat-43/sigcompat.c +++ b/lib/libc/compat-43/sigcompat.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)sigcompat.c 5.3 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: sigcompat.c,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: sigcompat.c,v 1.2 1996/08/19 08:19:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/compat-43/sigpause.3 b/lib/libc/compat-43/sigpause.3 index 050673cc80c..f1045cfb144 100644 --- a/lib/libc/compat-43/sigpause.3 +++ b/lib/libc/compat-43/sigpause.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)sigpause.2 6.6 (Berkeley) 3/10/91 -.\" $Id: sigpause.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: sigpause.3,v 1.2 1996/08/19 08:19:41 tholo Exp $ .\" .Dd March 10, 1991 .Dt SIGPAUSE 3 diff --git a/lib/libc/compat-43/sigsetmask.3 b/lib/libc/compat-43/sigsetmask.3 index 3babdecc00a..ecb5e641d55 100644 --- a/lib/libc/compat-43/sigsetmask.3 +++ b/lib/libc/compat-43/sigsetmask.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)sigsetmask.2 6.7 (Berkeley) 3/10/91 -.\" $Id: sigsetmask.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: sigsetmask.3,v 1.2 1996/08/19 08:19:42 tholo Exp $ .\" .Dd March 10, 1991 .Dt SIGSETMASK 3 diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 42583e2ba38..b3918c42e76 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)sigvec.2 6.7 (Berkeley) 4/29/91 -.\" $Id: sigvec.3,v 1.1.1.1 1995/10/18 08:41:46 deraadt Exp $ +.\" $OpenBSD: sigvec.3,v 1.2 1996/08/19 08:19:44 tholo Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index 074a40bde86..ec2dee8c3f9 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,5 +1,3 @@ -/* $OpenBSD: crypt.c,v 1.5 1996/07/02 23:05:55 deraadt Exp $ */ - /* * FreeSec: libcrypt * @@ -50,6 +48,11 @@ * only the crypt() interface. This is required to make binaries linked * against crypt.o exportable or re-exportable from the USA. */ + +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: crypt.c,v 1.6 1996/08/19 08:19:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <sys/param.h> #include <pwd.h> diff --git a/lib/libc/crypt/md5crypt.c b/lib/libc/crypt/md5crypt.c index 0d661cb7541..0efd81c36e8 100644 --- a/lib/libc/crypt/md5crypt.c +++ b/lib/libc/crypt/md5crypt.c @@ -1,5 +1,3 @@ -/* $OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $ */ - /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): @@ -11,7 +9,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.4 1996/08/19 08:19:50 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/crypt/morecrypt.c b/lib/libc/crypt/morecrypt.c index f68e2fccacd..0ce7ac74bcb 100644 --- a/lib/libc/crypt/morecrypt.c +++ b/lib/libc/crypt/morecrypt.c @@ -1,5 +1,3 @@ -/* $OpenBSD: morecrypt.c,v 1.5 1996/06/03 22:20:37 niklas Exp $ */ - /* * FreeSec: libcrypt * @@ -51,6 +49,11 @@ * exportable from the USA. Hence, to also have the other crypto interfaces * available we have to copy pieces... */ + +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <sys/param.h> #include <pwd.h> diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index 6cdb4cf3013..44b5a0b1ee6 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:19:23 cgd Exp $ -# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:19:54 tholo Exp $ # CFLAGS+=-D__DBINTERFACE_PRIVATE diff --git a/lib/libc/db/README b/lib/libc/db/README index d06cdf14fc7..8303c99f370 100644 --- a/lib/libc/db/README +++ b/lib/libc/db/README @@ -1,5 +1,4 @@ -# $NetBSD: README,v 1.3 1996/05/03 21:17:07 cgd Exp $ -# @(#)README 8.27 (Berkeley) 9/1/94 +# $OpenBSD: README,v 1.3 1996/08/19 08:19:56 tholo Exp $ This is version 1.85 of the Berkeley DB code. diff --git a/lib/libc/db/btree/Makefile.inc b/lib/libc/db/btree/Makefile.inc index 46fbb029e39..c882f6f7932 100644 --- a/lib/libc/db/btree/Makefile.inc +++ b/lib/libc/db/btree/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 1996/05/03 21:50:36 cgd Exp $ -# @(#)Makefile.inc 8.2 (Berkeley) 7/14/94 +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:20:00 tholo Exp $ .PATH: ${.CURDIR}/db/btree diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c index b18c278602e..3153f308ac3 100644 --- a/lib/libc/db/btree/bt_close.c +++ b/lib/libc/db/btree/bt_close.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_close.c,v 1.7 1996/05/03 21:50:38 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94"; -#else -static char rcsid[] = "$NetBSD: bt_close.c,v 1.7 1996/05/03 21:50:38 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_close.c,v 1.3 1996/08/19 08:20:01 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/btree/bt_conv.c b/lib/libc/db/btree/bt_conv.c index 27ab66c0752..eaf1032efa2 100644 --- a/lib/libc/db/btree/bt_conv.c +++ b/lib/libc/db/btree/bt_conv.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_conv.c,v 1.6 1996/05/03 21:50:39 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_conv.c 8.5 (Berkeley) 8/17/94"; -#else -static char rcsid[] = "$NetBSD: bt_conv.c,v 1.6 1996/05/03 21:50:39 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_conv.c,v 1.3 1996/08/19 08:20:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/btree/bt_debug.c b/lib/libc/db/btree/bt_debug.c index 7b80328b952..6d424e9fa5a 100644 --- a/lib/libc/db/btree/bt_debug.c +++ b/lib/libc/db/btree/bt_debug.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_debug.c,v 1.6 1996/05/03 21:50:41 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94"; -#else -static char rcsid[] = "$NetBSD: bt_debug.c,v 1.6 1996/05/03 21:50:41 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_debug.c,v 1.3 1996/08/19 08:20:04 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/btree/bt_delete.c b/lib/libc/db/btree/bt_delete.c index 32efd2529fb..d97a9947d7e 100644 --- a/lib/libc/db/btree/bt_delete.c +++ b/lib/libc/db/btree/bt_delete.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_delete.c,v 1.7 1996/05/03 21:50:44 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_delete.c 8.13 (Berkeley) 7/28/94"; -#else -static char rcsid[] = "$NetBSD: bt_delete.c,v 1.7 1996/05/03 21:50:44 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_delete.c,v 1.3 1996/08/19 08:20:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c index 18e3a37b6c0..b6d4bf1e580 100644 --- a/lib/libc/db/btree/bt_get.c +++ b/lib/libc/db/btree/bt_get.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_get.c,v 1.7 1996/05/03 21:50:45 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94"; -#else -static char rcsid[] = "$NetBSD: bt_get.c,v 1.7 1996/05/03 21:50:45 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_get.c,v 1.3 1996/08/19 08:20:06 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c index 8339edea618..5cf95665d9b 100644 --- a/lib/libc/db/btree/bt_open.c +++ b/lib/libc/db/btree/bt_open.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_open.c,v 1.8 1996/05/03 21:50:46 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_open.c 8.10 (Berkeley) 8/17/94"; -#else -static char rcsid[] = "$NetBSD: bt_open.c,v 1.8 1996/05/03 21:50:46 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_open.c,v 1.3 1996/08/19 08:20:07 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c index fcae9ef013b..f87d01ad5c2 100644 --- a/lib/libc/db/btree/bt_overflow.c +++ b/lib/libc/db/btree/bt_overflow.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_overflow.c,v 1.6 1996/05/03 21:50:48 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94"; -#else -static char rcsid[] = "$NetBSD: bt_overflow.c,v 1.6 1996/05/03 21:50:48 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_overflow.c,v 1.3 1996/08/19 08:20:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/btree/bt_page.c b/lib/libc/db/btree/bt_page.c index 7b977bd0d36..db80a7ec332 100644 --- a/lib/libc/db/btree/bt_page.c +++ b/lib/libc/db/btree/bt_page.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_page.c,v 1.6 1996/05/03 21:50:49 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_page.c 8.3 (Berkeley) 7/14/94"; -#else -static char rcsid[] = "$NetBSD: bt_page.c,v 1.6 1996/05/03 21:50:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_page.c,v 1.3 1996/08/19 08:20:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_put.c b/lib/libc/db/btree/bt_put.c index 5d13b062648..7851f199660 100644 --- a/lib/libc/db/btree/bt_put.c +++ b/lib/libc/db/btree/bt_put.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_put.c,v 1.8 1996/05/03 21:50:51 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_put.c 8.8 (Berkeley) 7/26/94"; -#else -static char rcsid[] = "$NetBSD: bt_put.c,v 1.8 1996/05/03 21:50:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_put.c,v 1.3 1996/08/19 08:20:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_search.c b/lib/libc/db/btree/bt_search.c index d0832b9d383..8bf43da0c93 100644 --- a/lib/libc/db/btree/bt_search.c +++ b/lib/libc/db/btree/bt_search.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_search.c,v 1.8 1996/05/03 21:50:52 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_search.c 8.8 (Berkeley) 7/31/94"; -#else -static char rcsid[] = "$NetBSD: bt_search.c,v 1.8 1996/05/03 21:50:52 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_search.c,v 1.3 1996/08/19 08:20:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c index 7717593a589..c30e8eda889 100644 --- a/lib/libc/db/btree/bt_seq.c +++ b/lib/libc/db/btree/bt_seq.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_seq.c,v 1.7 1996/05/03 21:50:54 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_seq.c 8.7 (Berkeley) 7/20/94"; -#else -static char rcsid[] = "$NetBSD: bt_seq.c,v 1.7 1996/05/03 21:50:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_seq.c,v 1.3 1996/08/19 08:20:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index 110e3f9dd1d..a2098a70b5f 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_split.c,v 1.6 1996/05/03 21:50:56 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_split.c 8.9 (Berkeley) 7/26/94"; -#else -static char rcsid[] = "$NetBSD: bt_split.c,v 1.6 1996/05/03 21:50:56 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_split.c,v 1.3 1996/08/19 08:20:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/btree/bt_utils.c b/lib/libc/db/btree/bt_utils.c index 2637f719a18..2ec3fcd8878 100644 --- a/lib/libc/db/btree/bt_utils.c +++ b/lib/libc/db/btree/bt_utils.c @@ -1,5 +1,3 @@ -/* $NetBSD: bt_utils.c,v 1.7 1996/05/03 21:50:58 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)bt_utils.c 8.8 (Berkeley) 7/20/94"; -#else -static char rcsid[] = "$NetBSD: bt_utils.c,v 1.7 1996/05/03 21:50:58 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: bt_utils.c,v 1.3 1996/08/19 08:20:17 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/btree/btree.h b/lib/libc/db/btree/btree.h index d2bb945a1c3..09021e6a564 100644 --- a/lib/libc/db/btree/btree.h +++ b/lib/libc/db/btree/btree.h @@ -1,5 +1,3 @@ -/* $NetBSD: btree.h,v 1.9 1996/05/03 21:51:00 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -35,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)btree.h 8.11 (Berkeley) 8/17/94 + * $OpenBSD: btree.h,v 1.3 1996/08/19 08:20:19 tholo Exp $ */ /* Macros to set/clear/test flags. */ diff --git a/lib/libc/db/btree/extern.h b/lib/libc/db/btree/extern.h index 6a4fddf61c4..f83b1f39467 100644 --- a/lib/libc/db/btree/extern.h +++ b/lib/libc/db/btree/extern.h @@ -1,5 +1,3 @@ -/* $NetBSD: extern.h,v 1.6 1996/05/03 21:51:01 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -32,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.10 (Berkeley) 7/20/94 + * $OpenBSD: extern.h,v 1.3 1996/08/19 08:20:21 tholo Exp $ */ int __bt_close __P((DB *)); diff --git a/lib/libc/db/changelog b/lib/libc/db/changelog index f820e56b588..db8d1bec250 100644 --- a/lib/libc/db/changelog +++ b/lib/libc/db/changelog @@ -1,4 +1,4 @@ -# $NetBSD: changelog,v 1.2 1996/05/03 21:20:56 cgd Exp $ +# $OpenBSD: changelog,v 1.2 1996/08/19 08:19:57 tholo Exp $ 1.84 -> 1.85 recno: #ifdef out use of mmap, it's not portable enough. diff --git a/lib/libc/db/db/Makefile.inc b/lib/libc/db/db/Makefile.inc index 9755e8f2019..c671521a627 100644 --- a/lib/libc/db/db/Makefile.inc +++ b/lib/libc/db/db/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/02/27 13:21:22 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:20:23 tholo Exp $ .PATH: ${.CURDIR}/db/db diff --git a/lib/libc/db/db/db.c b/lib/libc/db/db/db.c index 791c2552234..41304771425 100644 --- a/lib/libc/db/db/db.c +++ b/lib/libc/db/db/db.c @@ -1,5 +1,3 @@ -/* $NetBSD: db.c,v 1.7 1995/02/27 13:21:27 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: db.c,v 1.7 1995/02/27 13:21:27 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: db.c,v 1.2 1996/08/19 08:20:25 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/db2netbsd b/lib/libc/db/db2netbsd index e29c97593bc..e34ad26594c 100644 --- a/lib/libc/db/db2netbsd +++ b/lib/libc/db/db2netbsd @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: db2netbsd,v 1.1 1996/05/03 22:43:02 cgd Exp $ +# $OpenBSD: db2netbsd,v 1.2 1996/08/19 08:19:58 tholo Exp $ # This version transforms a Berkeley DB distribution into something # which can be 'cvs import'ed into the NetBSD source repository. diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc index 79fddf587d9..a25fd9d0c9b 100644 --- a/lib/libc/db/hash/Makefile.inc +++ b/lib/libc/db/hash/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 1996/05/03 21:43:43 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:20:27 tholo Exp $ .PATH: ${.CURDIR}/db/hash diff --git a/lib/libc/db/hash/README b/lib/libc/db/hash/README index 444bcb90414..8e4fa1d0069 100644 --- a/lib/libc/db/hash/README +++ b/lib/libc/db/hash/README @@ -1,5 +1,4 @@ -# $NetBSD: README,v 1.4 1996/05/03 21:43:44 cgd Exp $ -# @(#)README 8.1 (Berkeley) 6/4/93 +# $OpenBSD: README,v 1.3 1996/08/19 08:20:28 tholo Exp $ This package implements a superset of the hsearch and dbm/ndbm libraries. diff --git a/lib/libc/db/hash/extern.h b/lib/libc/db/hash/extern.h index 6b87ce4496d..baa5749eeb7 100644 --- a/lib/libc/db/hash/extern.h +++ b/lib/libc/db/hash/extern.h @@ -1,5 +1,3 @@ -/* $NetBSD: extern.h,v 1.5 1996/05/03 21:43:45 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -32,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.4 (Berkeley) 6/16/94 + * $OpenBSD: extern.h,v 1.3 1996/08/19 08:20:29 tholo Exp $ */ BUFHEAD *__add_ovflpage __P((HTAB *, BUFHEAD *)); diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index 7ee731e500b..66ccc848e86 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash.c,v 1.9 1996/05/03 21:43:47 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; -#else -static char rcsid[] = "$NetBSD: hash.c,v 1.9 1996/05/03 21:43:47 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash.c,v 1.3 1996/08/19 08:20:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 8ed5c6f6130..00b437c1e43 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -1,5 +1,3 @@ -/* $NetBSD: hash.h,v 1.6 1996/05/03 21:43:48 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -35,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)hash.h 8.3 (Berkeley) 5/31/94 + * $OpenBSD: hash.h,v 1.3 1996/08/19 08:20:32 tholo Exp $ */ /* Operations */ diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index 0db652b8645..515dcceb719 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash_bigkey.c,v 1.6 1996/05/03 21:43:49 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94"; -#else -static char rcsid[] = "$NetBSD: hash_bigkey.c,v 1.6 1996/05/03 21:43:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash_bigkey.c,v 1.3 1996/08/19 08:20:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index 81aca2a1dc3..e955102501a 100644 --- a/lib/libc/db/hash/hash_buf.c +++ b/lib/libc/db/hash/hash_buf.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash_buf.c,v 1.6 1996/05/03 21:43:51 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94"; -#else -static char rcsid[] = "$NetBSD: hash_buf.c,v 1.6 1996/05/03 21:43:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash_buf.c,v 1.3 1996/08/19 08:20:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c index 09cf72e77f6..085f758b12a 100644 --- a/lib/libc/db/hash/hash_func.c +++ b/lib/libc/db/hash/hash_func.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash_func.c,v 1.6 1996/05/03 21:43:52 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: hash_func.c,v 1.6 1996/05/03 21:43:52 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash_func.c,v 1.3 1996/08/19 08:20:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c index 6ac2ab1ec2d..0a9817df653 100644 --- a/lib/libc/db/hash/hash_log2.c +++ b/lib/libc/db/hash/hash_log2.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash_log2.c,v 1.6 1996/05/03 21:43:54 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94"; -#else -static char rcsid[] = "$NetBSD: hash_log2.c,v 1.6 1996/05/03 21:43:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash_log2.c,v 1.3 1996/08/19 08:20:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index c81d46ba60f..879d788247f 100644 --- a/lib/libc/db/hash/hash_page.c +++ b/lib/libc/db/hash/hash_page.c @@ -1,5 +1,3 @@ -/* $NetBSD: hash_page.c,v 1.8 1996/05/03 21:43:55 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94"; -#else -static char rcsid[] = "$NetBSD: hash_page.c,v 1.8 1996/05/03 21:43:55 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hash_page.c,v 1.3 1996/08/19 08:20:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/db/hash/hsearch.c b/lib/libc/db/hash/hsearch.c index 409182c0c64..65fbf9c56e0 100644 --- a/lib/libc/db/hash/hsearch.c +++ b/lib/libc/db/hash/hsearch.c @@ -1,5 +1,3 @@ -/* $NetBSD: hsearch.c,v 1.10 1996/05/03 22:16:32 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)hsearch.c 8.4 (Berkeley) 7/21/94"; -#else -static char rcsid[] = "$NetBSD: hsearch.c,v 1.10 1996/05/03 22:16:32 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: hsearch.c,v 1.3 1996/08/19 08:20:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index dd519a4a8ce..4ac67b56df9 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -1,5 +1,3 @@ -/* $NetBSD: ndbm.c,v 1.9 1996/05/04 00:38:58 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; -#else -static char rcsid[] = "$NetBSD: ndbm.c,v 1.9 1996/05/04 00:38:58 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ndbm.c,v 1.3 1996/08/19 08:20:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/db/hash/page.h b/lib/libc/db/hash/page.h index 0ea00b7aea6..90704cbba66 100644 --- a/lib/libc/db/hash/page.h +++ b/lib/libc/db/hash/page.h @@ -1,5 +1,3 @@ -/* $NetBSD: page.h,v 1.6 1996/05/03 21:43:59 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -35,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)page.h 8.2 (Berkeley) 5/31/94 + * $OpenBSD: page.h,v 1.3 1996/08/19 08:20:43 tholo Exp $ */ /* diff --git a/lib/libc/db/hash/search.h b/lib/libc/db/hash/search.h index b9f73132d8d..a57c982973b 100644 --- a/lib/libc/db/hash/search.h +++ b/lib/libc/db/hash/search.h @@ -1,5 +1,3 @@ -/* $NetBSD: search.h,v 1.6 1996/05/03 21:44:01 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)search.h 8.1 (Berkeley) 6/4/93 + * $OpenBSD: search.h,v 1.3 1996/08/19 08:20:44 tholo Exp $ */ /* Backward compatibility to hsearch interface. */ diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index 6ccbb21d9d1..aecb135a2e8 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:23:12 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:20:46 tholo Exp $ .PATH: ${.CURDIR}/db/man diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc index c9320fb0a1e..34cc816eef7 100644 --- a/lib/libc/db/mpool/Makefile.inc +++ b/lib/libc/db/mpool/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/02/27 13:23:53 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:20:49 tholo Exp $ .PATH: ${.CURDIR}/db/mpool diff --git a/lib/libc/db/mpool/README b/lib/libc/db/mpool/README index 13002b30fd2..916ea935ef6 100644 --- a/lib/libc/db/mpool/README +++ b/lib/libc/db/mpool/README @@ -1,5 +1,4 @@ -# $NetBSD: README,v 1.2 1995/02/27 13:24:00 cgd Exp $ -# @(#)README 8.1 (Berkeley) 6/4/93 +# $OpenBSD: README,v 1.2 1996/08/19 08:20:51 tholo Exp $ These are the current memory pool routines. They aren't ready for prime time, yet, and diff --git a/lib/libc/db/mpool/mpool.c b/lib/libc/db/mpool/mpool.c index be04f45e56c..e37cc9968bc 100644 --- a/lib/libc/db/mpool/mpool.c +++ b/lib/libc/db/mpool/mpool.c @@ -1,5 +1,3 @@ -/* $NetBSD: mpool.c,v 1.6 1996/05/03 21:29:48 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)mpool.c 8.5 (Berkeley) 7/26/94"; -#else -static char rcsid[] = "$NetBSD: mpool.c,v 1.6 1996/05/03 21:29:48 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: mpool.c,v 1.3 1996/08/19 08:20:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/recno/Makefile.inc b/lib/libc/db/recno/Makefile.inc index e7f78f4ce76..a6fa64b5653 100644 --- a/lib/libc/db/recno/Makefile.inc +++ b/lib/libc/db/recno/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1996/05/03 21:38:43 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:20:54 tholo Exp $ .PATH: ${.CURDIR}/db/recno diff --git a/lib/libc/db/recno/extern.h b/lib/libc/db/recno/extern.h index 39d8d6379ab..295308286df 100644 --- a/lib/libc/db/recno/extern.h +++ b/lib/libc/db/recno/extern.h @@ -1,5 +1,3 @@ -/* $NetBSD: extern.h,v 1.5 1996/05/03 21:38:44 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.3 (Berkeley) 6/4/94 + * $OpenBSD: extern.h,v 1.3 1996/08/19 08:20:56 tholo Exp $ */ #include "../btree/extern.h" diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c index b8894afd732..ec734b6f482 100644 --- a/lib/libc/db/recno/rec_close.c +++ b/lib/libc/db/recno/rec_close.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_close.c,v 1.7 1996/05/03 21:38:45 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_close.c 8.6 (Berkeley) 8/18/94"; -#else -static char rcsid[] = "$NetBSD: rec_close.c,v 1.7 1996/05/03 21:38:45 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_close.c,v 1.3 1996/08/19 08:20:58 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c index 3c6d48e698f..f90c328ea11 100644 --- a/lib/libc/db/recno/rec_delete.c +++ b/lib/libc/db/recno/rec_delete.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_delete.c,v 1.8 1996/05/03 21:38:46 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_delete.c 8.7 (Berkeley) 7/14/94"; -#else -static char rcsid[] = "$NetBSD: rec_delete.c,v 1.8 1996/05/03 21:38:46 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_delete.c,v 1.3 1996/08/19 08:21:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index a08e16f8089..9d63d307640 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_get.c,v 1.8 1996/05/03 21:38:48 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94"; -#else -static char rcsid[] = "$NetBSD: rec_get.c,v 1.8 1996/05/03 21:38:48 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_get.c,v 1.3 1996/08/19 08:21:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c index d2c9369b730..0ab2cd9349a 100644 --- a/lib/libc/db/recno/rec_open.c +++ b/lib/libc/db/recno/rec_open.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_open.c,v 1.7 1996/05/03 21:38:49 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94"; -#else -static char rcsid[] = "$NetBSD: rec_open.c,v 1.7 1996/05/03 21:38:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_open.c,v 1.3 1996/08/19 08:21:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c index 107d645a649..f9a2fc3d441 100644 --- a/lib/libc/db/recno/rec_put.c +++ b/lib/libc/db/recno/rec_put.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_put.c,v 1.8 1996/05/03 21:38:50 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_put.c 8.7 (Berkeley) 8/18/94"; -#else -static char rcsid[] = "$NetBSD: rec_put.c,v 1.8 1996/05/03 21:38:50 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_put.c,v 1.3 1996/08/19 08:21:06 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c index beb714b5146..c2c0d8c7f08 100644 --- a/lib/libc/db/recno/rec_search.c +++ b/lib/libc/db/recno/rec_search.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_search.c,v 1.7 1996/05/03 21:38:52 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_search.c 8.4 (Berkeley) 7/14/94"; -#else -static char rcsid[] = "$NetBSD: rec_search.c,v 1.7 1996/05/03 21:38:52 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_search.c,v 1.3 1996/08/19 08:21:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c index 3b5c534dda6..2caaafa67ee 100644 --- a/lib/libc/db/recno/rec_seq.c +++ b/lib/libc/db/recno/rec_seq.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_seq.c,v 1.7 1996/05/03 21:38:53 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)rec_seq.c 8.3 (Berkeley) 7/14/94"; -#else -static char rcsid[] = "$NetBSD: rec_seq.c,v 1.7 1996/05/03 21:38:53 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_seq.c,v 1.3 1996/08/19 08:21:10 tholo Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index e411dae7db4..f7b1f447572 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -1,5 +1,3 @@ -/* $NetBSD: rec_utils.c,v 1.7 1996/05/03 21:38:54 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94"; -#else -static char rcsid[] = "$NetBSD: rec_utils.c,v 1.7 1996/05/03 21:38:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rec_utils.c,v 1.3 1996/08/19 08:21:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h index 747c7bd9ee7..e12c26ee39f 100644 --- a/lib/libc/db/recno/recno.h +++ b/lib/libc/db/recno/recno.h @@ -1,5 +1,3 @@ -/* $NetBSD: recno.h,v 1.5 1996/05/03 21:38:55 cgd Exp $ */ - /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)recno.h 8.1 (Berkeley) 6/4/93 + * $OpenBSD: recno.h,v 1.3 1996/08/19 08:21:13 tholo Exp $ */ enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */ diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 382515210d7..d8a60c44958 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 1996/05/29 03:05:11 deraadt Exp $ -# $NetBSD: Makefile.inc,v 1.71 1996/04/15 23:44:53 jtc Exp $ -# @(#)Makefile.inc 8.3 (Berkeley) 4/16/94 +# $OpenBSD: Makefile.inc,v 1.6 1996/08/19 08:21:17 tholo Exp $ # gen sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/gen ${.CURDIR}/gen diff --git a/lib/libc/gen/_err.c b/lib/libc/gen/_err.c index 2d68fb415f2..34a4eb52324 100644 --- a/lib/libc/gen/_err.c +++ b/lib/libc/gen/_err.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _err.c,v 1.3 1996/05/01 12:56:18 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _err.c,v 1.4 1996/08/19 08:21:19 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_errx.c b/lib/libc/gen/_errx.c index d98c3a69d18..2999f50d382 100644 --- a/lib/libc/gen/_errx.c +++ b/lib/libc/gen/_errx.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _errx.c,v 1.3 1996/05/01 12:56:19 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _errx.c,v 1.4 1996/08/19 08:21:21 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_sys_errlist.c b/lib/libc/gen/_sys_errlist.c index 4b642cd4170..37011c992d1 100644 --- a/lib/libc/gen/_sys_errlist.c +++ b/lib/libc/gen/_sys_errlist.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _sys_errlist.c,v 1.2 1996/08/19 08:21:24 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_sys_nerr.c b/lib/libc/gen/_sys_nerr.c index 0f34fe21444..24b9da928ce 100644 --- a/lib/libc/gen/_sys_nerr.c +++ b/lib/libc/gen/_sys_nerr.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _sys_nerr.c,v 1.2 1996/08/19 08:21:25 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_sys_siglist.c b/lib/libc/gen/_sys_siglist.c index 656bb2f5adf..063571d9737 100644 --- a/lib/libc/gen/_sys_siglist.c +++ b/lib/libc/gen/_sys_siglist.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _sys_siglist.c,v 1.2 1996/08/19 08:21:27 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_verr.c b/lib/libc/gen/_verr.c index 3ff3d8a5fdc..19f06c844ab 100644 --- a/lib/libc/gen/_verr.c +++ b/lib/libc/gen/_verr.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _verr.c,v 1.2 1996/04/21 23:39:07 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _verr.c,v 1.3 1996/08/19 08:21:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_verrx.c b/lib/libc/gen/_verrx.c index 5d2acd4bdfc..fb82fca8629 100644 --- a/lib/libc/gen/_verrx.c +++ b/lib/libc/gen/_verrx.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _verrx.c,v 1.2 1996/04/21 23:39:08 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _verrx.c,v 1.3 1996/08/19 08:21:31 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_vwarn.c b/lib/libc/gen/_vwarn.c index b8fcf397622..3bcae0b7a4e 100644 --- a/lib/libc/gen/_vwarn.c +++ b/lib/libc/gen/_vwarn.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _vwarn.c,v 1.2 1996/04/21 23:39:10 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _vwarn.c,v 1.3 1996/08/19 08:21:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_vwarnx.c b/lib/libc/gen/_vwarnx.c index 532a93b57c6..ad57e68585f 100644 --- a/lib/libc/gen/_vwarnx.c +++ b/lib/libc/gen/_vwarnx.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _vwarnx.c,v 1.2 1996/04/21 23:39:12 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _vwarnx.c,v 1.3 1996/08/19 08:21:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_warn.c b/lib/libc/gen/_warn.c index 9776e82379d..256dd71555e 100644 --- a/lib/libc/gen/_warn.c +++ b/lib/libc/gen/_warn.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _warn.c,v 1.2 1996/04/21 23:39:14 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _warn.c,v 1.3 1996/08/19 08:21:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/_warnx.c b/lib/libc/gen/_warnx.c index 007e41d573a..2b6cb9beb49 100644 --- a/lib/libc/gen/_warnx.c +++ b/lib/libc/gen/_warnx.c @@ -1,10 +1,12 @@ -/* $OpenBSD: _warnx.c,v 1.2 1996/04/21 23:39:15 deraadt Exp $ */ - /* * J.T. Conklin, December 12, 1994 * Public Domain */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _warnx.c,v 1.3 1996/08/19 08:21:38 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index b8e652d6069..6c865430462 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: alarm.3,v 1.9 1995/02/25 15:39:01 cgd Exp $ +.\" $OpenBSD: alarm.3,v 1.2 1996/08/19 08:21:40 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)alarm.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt ALARM 3 .Os BSD 4 diff --git a/lib/libc/gen/alarm.c b/lib/libc/gen/alarm.c index 9ad85e63c16..bc85cff4cf4 100644 --- a/lib/libc/gen/alarm.c +++ b/lib/libc/gen/alarm.c @@ -1,5 +1,3 @@ -/* $NetBSD: alarm.c,v 1.4 1995/02/25 15:39:04 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)alarm.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: alarm.c,v 1.4 1995/02/25 15:39:04 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: alarm.c,v 1.2 1996/08/19 08:21:43 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/assert.c b/lib/libc/gen/assert.c index 77abeeb539e..ed0ca708aba 100644 --- a/lib/libc/gen/assert.c +++ b/lib/libc/gen/assert.c @@ -1,5 +1,3 @@ -/* $NetBSD: assert.c,v 1.6 1995/02/25 08:50:56 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)assert.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$NetBSD: assert.c,v 1.6 1995/02/25 08:50:56 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: assert.c,v 1.2 1996/08/19 08:21:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 4d9a67b2415..c5acd30f05a 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: clock.3,v 1.5 1995/02/25 15:39:07 cgd Exp $ +.\" $OpenBSD: clock.3,v 1.2 1996/08/19 08:21:50 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)clock.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt CLOCK 3 .Os diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index ad60e8ea3bc..4fa53d6d41c 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -1,5 +1,3 @@ -/* $NetBSD: clock.c,v 1.5 1995/02/25 15:39:09 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)clock.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: clock.c,v 1.5 1995/02/25 15:39:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: clock.c,v 1.2 1996/08/19 08:21:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/closedir.c b/lib/libc/gen/closedir.c index 4e53623453a..21a8375a8a5 100644 --- a/lib/libc/gen/closedir.c +++ b/lib/libc/gen/closedir.c @@ -1,5 +1,3 @@ -/* $NetBSD: closedir.c,v 1.4 1995/06/16 07:05:27 jtc Exp $ */ - /* * Copyright (c) 1983, 1993 * Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)closedir.c 8.1 (Berkeley) 6/10/93"; -#else -static char rcsid[] = "$NetBSD: closedir.c,v 1.4 1995/06/16 07:05:27 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: closedir.c,v 1.2 1996/08/19 08:21:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index 2a1803a3c5c..e834324ebae 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: confstr.3,v 1.4 1995/02/25 08:51:04 cgd Exp $ +.\" $OpenBSD: confstr.3,v 1.2 1996/08/19 08:21:57 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)confstr.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt CONFSTR 3 .Os BSD 4 diff --git a/lib/libc/gen/confstr.c b/lib/libc/gen/confstr.c index c4a5e84a34f..f391bf86dfd 100644 --- a/lib/libc/gen/confstr.c +++ b/lib/libc/gen/confstr.c @@ -1,5 +1,3 @@ -/* $NetBSD: confstr.c,v 1.6 1995/05/13 06:58:18 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)confstr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: confstr.c,v 1.6 1995/05/13 06:58:18 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: confstr.c,v 1.2 1996/08/19 08:21:59 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3 index cfdc9dd9628..63f1cec3060 100644 --- a/lib/libc/gen/ctermid.3 +++ b/lib/libc/gen/ctermid.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctermid.3,v 1.4 1995/02/25 15:39:12 cgd Exp $ +.\" $OpenBSD: ctermid.3,v 1.2 1996/08/19 08:22:01 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ctermid.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt CTERMID 3 .Os diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c index def95597365..9bb0a594880 100644 --- a/lib/libc/gen/ctermid.c +++ b/lib/libc/gen/ctermid.c @@ -1,5 +1,3 @@ -/* $NetBSD: ctermid.c,v 1.4 1995/02/25 15:39:15 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ctermid.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ctermid.c,v 1.4 1995/02/25 15:39:15 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ctermid.c,v 1.2 1996/08/19 08:22:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index 45f6fbae448..ff485b34db9 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctype.3,v 1.6 1995/02/25 15:39:26 cgd Exp $ +.\" $OpenBSD: ctype.3,v 1.2 1996/08/19 08:22:06 tholo Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -32,8 +32,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ctype.3 6.5 (Berkeley) 4/19/91 -.\" .Dd April 19, 1991 .Dt CTYPE 3 .Os diff --git a/lib/libc/gen/ctype_.c b/lib/libc/gen/ctype_.c index 2325fd638db..99de11571ae 100644 --- a/lib/libc/gen/ctype_.c +++ b/lib/libc/gen/ctype_.c @@ -1,5 +1,3 @@ -/* $NetBSD: ctype_.c,v 1.12 1995/02/25 15:39:28 cgd Exp $ */ - /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -39,11 +37,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -/*static char *sccsid = "from: @(#)ctype_.c 5.6 (Berkeley) 6/1/90";*/ -#else -static char rcsid[] = "$NetBSD: ctype_.c,v 1.12 1995/02/25 15:39:28 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ctype_.c,v 1.2 1996/08/19 08:22:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <ctype.h> diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index 9ef8386dc15..4384e547806 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: daemon.3,v 1.3 1995/02/25 13:41:12 cgd Exp $ +.\" $OpenBSD: daemon.3,v 1.2 1996/08/19 08:22:11 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)daemon.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt DAEMON 3 .Os diff --git a/lib/libc/gen/daemon.c b/lib/libc/gen/daemon.c index c620ce9d539..24afc886ee4 100644 --- a/lib/libc/gen/daemon.c +++ b/lib/libc/gen/daemon.c @@ -1,5 +1,3 @@ -/* $NetBSD: daemon.c,v 1.4 1995/02/25 13:41:16 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: daemon.c,v 1.4 1995/02/25 13:41:16 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: daemon.c,v 1.2 1996/08/19 08:22:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <fcntl.h> diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index 431d68f8aee..54ad4c3fbfc 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: devname.3,v 1.2 1995/02/27 03:42:42 cgd Exp $ +.\" $OpenBSD: devname.3,v 1.2 1996/08/19 08:22:16 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)devname.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt DEVNAME 3 .Os BSD 4.4 diff --git a/lib/libc/gen/devname.c b/lib/libc/gen/devname.c index 1a1c210cbe1..d3ede8819d2 100644 --- a/lib/libc/gen/devname.c +++ b/lib/libc/gen/devname.c @@ -1,5 +1,3 @@ -/* $NetBSD: devname.c,v 1.4 1995/02/25 08:51:08 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)devname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: devname.c,v 1.4 1995/02/25 08:51:08 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: devname.c,v 1.2 1996/08/19 08:22:18 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 15bf5c1e952..f25736df2ac 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: directory.3,v 1.7 1995/02/25 08:51:10 cgd Exp $ +.\" $OpenBSD: directory.3,v 1.3 1996/08/19 08:22:21 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)directory.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt DIRECTORY 3 .Os BSD 4.2 diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 6deaa1b4fa5..1bd3c6b3be4 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -1,5 +1,3 @@ -/* $NetBSD: disklabel.c,v 1.11 1995/06/07 13:14:09 cgd Exp $ */ - /* * Copyright (c) 1983, 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)disklabel.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: disklabel.c,v 1.11 1995/06/07 13:14:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: disklabel.c,v 1.2 1996/08/19 08:22:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/elf_hash.c b/lib/libc/gen/elf_hash.c index a5655f7ebf8..f8df5e46191 100644 --- a/lib/libc/gen/elf_hash.c +++ b/lib/libc/gen/elf_hash.c @@ -1,4 +1,3 @@ -/* $OpenBSD: elf_hash.c,v 1.2 1996/05/29 03:05:12 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen * All rights reserved. @@ -26,6 +25,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: elf_hash.c,v 1.3 1996/08/19 08:22:26 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <sys/param.h> #include <sys/mman.h> diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index be7f3a8c5e4..57749b4f5e0 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: err.3,v 1.5 1995/02/25 13:40:57 cgd Exp $ +.\" $OpenBSD: err.3,v 1.2 1996/08/19 08:22:28 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)err.3 8.1 (Berkeley) 6/9/93 -.\" .Dd "June 9, 1993" .Dt ERR 3 .Os BSD 4 diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index 094ea952a98..f0eddfcb891 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -1,6 +1,3 @@ -/* $OpenBSD: err.c,v 1.2 1996/04/21 23:39:17 deraadt Exp $ */ -/* $NetBSD: err.c,v 1.13 1996/04/15 23:45:29 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: err.c,v 1.13 1996/04/15 23:45:29 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: err.c,v 1.3 1996/08/19 08:22:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c index 0993f750ec6..12f2b4e82f3 100644 --- a/lib/libc/gen/errlist.c +++ b/lib/libc/gen/errlist.c @@ -1,5 +1,3 @@ -/* $NetBSD: errlist.c,v 1.4 1995/02/25 13:40:51 cgd Exp $ */ - /* * Copyright (c) 1982, 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)errlst.c 8.2 (Berkeley) 11/16/93"; -#else -static char *rcsid = "$NetBSD: errlist.c,v 1.4 1995/02/25 13:40:51 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: errlist.c,v 1.2 1996/08/19 08:22:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ const char *const _sys_errlist[] = { diff --git a/lib/libc/gen/errno.c b/lib/libc/gen/errno.c index aeee911e2c4..e6560942c1a 100644 --- a/lib/libc/gen/errno.c +++ b/lib/libc/gen/errno.c @@ -1,3 +1,5 @@ -/* $NetBSD: errno.c,v 1.2 1995/02/27 03:42:51 cgd Exp $ */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: errno.c,v 1.2 1996/08/19 08:22:34 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ int errno; diff --git a/lib/libc/gen/errx.c b/lib/libc/gen/errx.c index 7f9dd6a38c3..16524e4237e 100644 --- a/lib/libc/gen/errx.c +++ b/lib/libc/gen/errx.c @@ -1,6 +1,3 @@ -/* $OpenBSD: errx.c,v 1.1 1996/04/21 23:39:18 deraadt Exp $ */ -/* $NetBSD: errx.c,v 1.1 1996/04/15 23:45:32 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: errx.c,v 1.1 1996/04/15 23:45:32 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: errx.c,v 1.2 1996/08/19 08:22:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 8eee20dc0c9..a5529364b1f 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: exec.3,v 1.5 1995/02/27 03:42:53 cgd Exp $ +.\" $OpenBSD: exec.3,v 1.2 1996/08/19 08:22:38 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)exec.3 8.3 (Berkeley) 1/24/94 -.\" .Dd January 24, 1994 .Dt EXEC 3 .Os diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index 3ae266082d2..873f05c772f 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -1,5 +1,3 @@ -/* $NetBSD: exec.c,v 1.7 1995/12/14 16:51:27 jtc Exp $ */ - /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: exec.c,v 1.7 1995/12/14 16:51:27 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: exec.c,v 1.3 1996/08/19 08:22:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index f0de10416bc..3ab8e7b6b30 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fnmatch.3,v 1.10 1995/02/27 06:25:38 cgd Exp $ +.\" $OpenBSD: fnmatch.3,v 1.2 1996/08/19 08:22:42 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,8 +33,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fnmatch.3 8.2 (Berkeley) 4/16/94 -.\" .Dd April 16, 1994 .Dt FNMATCH 3 .Os diff --git a/lib/libc/gen/fnmatch.c b/lib/libc/gen/fnmatch.c index 4e6781c6fac..ebe1edb084a 100644 --- a/lib/libc/gen/fnmatch.c +++ b/lib/libc/gen/fnmatch.c @@ -1,5 +1,3 @@ -/* $NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $ */ - /* * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"; -#else -static char rcsid[] = "$NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fnmatch.c,v 1.2 1996/08/19 08:22:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 72f2b8af9d6..430d1a0998b 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: frexp.3,v 1.3 1995/02/27 03:43:10 cgd Exp $ +.\" $OpenBSD: frexp.3,v 1.2 1996/08/19 08:22:47 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)frexp.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FREXP 3 .Os diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index bc1e3646d0f..33786d3c595 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -1,6 +1,3 @@ -/* $OpenBSD: fstab.c,v 1.2 1996/04/21 23:39:19 deraadt Exp $ */ -/* $NetBSD: fstab.c,v 1.8 1996/04/03 19:48:56 jtc Exp $ */ - /* * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fstab.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: fstab.c,v 1.8 1996/04/03 19:48:56 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fstab.c,v 1.3 1996/08/19 08:22:51 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index f1ab9d1c4f5..3822f5e627b 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftok.3,v 1.2 1995/02/27 03:43:16 cgd Exp $ +.\" $OpenBSD: ftok.3,v 1.2 1996/08/19 08:22:53 tholo Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index 85ec4b73a59..0c2722b64c4 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -1,5 +1,3 @@ -/* $NetBSD: ftok.c,v 1.3 1995/02/27 03:43:18 cgd Exp $ */ - /* * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> * All rights reserved. @@ -28,7 +26,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ftok.c,v 1.3 1995/02/27 03:43:18 cgd Exp $"; +static char *rcsid = "$OpenBSD: ftok.c,v 1.3 1996/08/19 08:22:54 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 62e057fdf91..72cbb423f1e 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fts.3,v 1.11 1995/02/27 03:43:23 cgd Exp $ +.\" $OpenBSD: fts.3,v 1.2 1996/08/19 08:22:57 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fts.3 8.5 (Berkeley) 4/16/94 -.\" .Dd April 16, 1994 .Dt FTS 3 .Os diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 3dba8083eb9..9aa05381a21 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -1,5 +1,3 @@ -/* $NetBSD: fts.c,v 1.12 1995/02/27 03:43:30 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fts.c 8.4 (Berkeley) 4/16/94"; -#else -static char rcsid[] = "$NetBSD: fts.c,v 1.12 1995/02/27 03:43:30 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fts.c,v 1.2 1996/08/19 08:22:59 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3 index 65f5cd65693..ba89bda412e 100644 --- a/lib/libc/gen/getbsize.3 +++ b/lib/libc/gen/getbsize.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getbsize.3,v 1.2 1995/02/25 13:41:31 cgd Exp $ +.\" $OpenBSD: getbsize.3,v 1.2 1996/08/19 08:23:01 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getbsize.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETBSIZE 3 .Os BSD 4.4 diff --git a/lib/libc/gen/getbsize.c b/lib/libc/gen/getbsize.c index 218253c10d6..ddc8dd84010 100644 --- a/lib/libc/gen/getbsize.c +++ b/lib/libc/gen/getbsize.c @@ -1,5 +1,3 @@ -/* $NetBSD: getbsize.c,v 1.8 1996/01/22 16:34:08 mycroft Exp $ */ - /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getbsize.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getbsize.c,v 1.8 1996/01/22 16:34:08 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getbsize.c,v 1.3 1996/08/19 08:23:04 tholo Exp $"; #endif /* not lint */ #include <err.h> diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 1c5e413c50d..3f3cf6f2aa2 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcap.3,v 1.4 1995/02/25 13:41:21 cgd Exp $ +.\" $OpenBSD: getcap.3,v 1.2 1996/08/19 08:23:07 tholo Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,8 +34,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getcap.3 8.3 (Berkeley) 4/19/94 -.\" .Dd "April 19, 1994" .Dt GETCAP 3 .Os diff --git a/lib/libc/gen/getcap.c b/lib/libc/gen/getcap.c index 3f34ab3452a..42c71917d70 100644 --- a/lib/libc/gen/getcap.c +++ b/lib/libc/gen/getcap.c @@ -1,5 +1,3 @@ -/* $NetBSD: getcap.c,v 1.10 1995/08/24 05:26:35 mycroft Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getcap.c 8.3 (Berkeley) 3/25/94"; -#else -static char rcsid[] = "$NetBSD: getcap.c,v 1.10 1995/08/24 05:26:35 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getcap.c,v 1.2 1996/08/19 08:23:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index d149d0fa270..b9cf73f2da8 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcwd.3,v 1.6 1995/07/30 06:05:35 jtc Exp $ +.\" $OpenBSD: getcwd.3,v 1.2 1996/08/19 08:23:13 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93 -.\" .Dd December 11, 1993 .Dt GETCWD 3 .Os BSD 4.2 diff --git a/lib/libc/gen/getcwd.c b/lib/libc/gen/getcwd.c index 59b43711705..1ef4183f97d 100644 --- a/lib/libc/gen/getcwd.c +++ b/lib/libc/gen/getcwd.c @@ -1,5 +1,3 @@ -/* $NetBSD: getcwd.c,v 1.5 1995/06/16 07:05:30 jtc Exp $ */ - /* * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getcwd.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getcwd.c,v 1.5 1995/06/16 07:05:30 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getcwd.c,v 1.2 1996/08/19 08:23:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3 index b008289c34d..6bb4e60e3aa 100644 --- a/lib/libc/gen/getdiskbyname.3 +++ b/lib/libc/gen/getdiskbyname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getdiskbyname.3,v 1.3 1995/02/27 04:12:24 cgd Exp $ +.\" $OpenBSD: getdiskbyname.3,v 1.2 1996/08/19 08:23:17 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getdiskbyname.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETDISKBYNAME 3 .Os BSD 4.2 diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 0f33c45ff4b..509fb89dcb7 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getdomainname.3,v 1.2 1995/02/27 04:12:27 cgd Exp $ +.\" $OpenBSD: getdomainname.3,v 1.2 1996/08/19 08:23:19 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" .Dd May 6, 1994 .Dt GETDOMAINNAME 3 .Os BSD 4.2 diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 0285fd9025f..15e4104e230 100644 --- a/lib/libc/gen/getdomainname.c +++ b/lib/libc/gen/getdomainname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getdomainname.c,v 1.3 1995/06/16 07:36:03 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getdomainname.c,v 1.3 1995/06/16 07:36:03 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getdomainname.c,v 1.2 1996/08/19 08:23:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index b3eb2550812..e4562468b8c 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getfsent.3,v 1.4 1995/02/27 04:12:33 cgd Exp $ +.\" $OpenBSD: getfsent.3,v 1.2 1996/08/19 08:23:24 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getfsent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETFSENT 3 .Os BSD 4 diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index d5e48140eef..1b8727b3711 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getgrent.3,v 1.8 1995/02/27 04:12:36 cgd Exp $ +.\" $OpenBSD: getgrent.3,v 1.2 1996/08/19 08:23:27 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getgrent.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt GETGRENT 3 .Os diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 5ce7a7099f6..fb63c7bd9b2 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getgrent.c,v 1.13 1995/07/28 05:43:57 phil Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; -#else -static char rcsid[] = "$NetBSD: getgrent.c,v 1.13 1995/07/28 05:43:57 phil Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getgrent.c,v 1.4 1996/08/19 08:23:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index 6a1fab62891..13ae631a406 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getgrouplist.3,v 1.3 1995/10/12 15:39:23 jtc Exp $ +.\" $OpenBSD: getgrouplist.3,v 1.3 1996/08/19 08:23:30 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getgrouplist.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt GETGROUPLIST 3 .Os diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c index 1ce6b11bfec..cfcdba77be4 100644 --- a/lib/libc/gen/getgrouplist.c +++ b/lib/libc/gen/getgrouplist.c @@ -1,5 +1,3 @@ -/* $NetBSD: getgrouplist.c,v 1.5 1995/06/01 22:51:17 jtc Exp $ */ - /* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getgrouplist.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getgrouplist.c,v 1.5 1995/06/01 22:51:17 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getgrouplist.c,v 1.3 1996/08/19 08:23:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index 63f4dd0e443..a8ed8499db4 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,5 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.3 1996/04/21 23:39:21 deraadt Exp $ -.\" $NetBSD: gethostname.3,v 1.4 1996/04/08 20:56:38 jtc Exp $ +.\" $OpenBSD: gethostname.3,v 1.4 1996/08/19 08:23:33 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETHOSTNAME 3 .Os BSD 4.2 diff --git a/lib/libc/gen/gethostname.c b/lib/libc/gen/gethostname.c index 2748b1ebb16..b300c6a6641 100644 --- a/lib/libc/gen/gethostname.c +++ b/lib/libc/gen/gethostname.c @@ -1,5 +1,3 @@ -/* $NetBSD: gethostname.c,v 1.3 1995/06/16 07:36:13 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: gethostname.c,v 1.3 1995/06/16 07:36:13 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: gethostname.c,v 1.2 1996/08/19 08:23:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index aa9e6dcd305..b2fc2636731 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getloadavg.3,v 1.6 1995/02/25 08:51:13 cgd Exp $ +.\" $OpenBSD: getloadavg.3,v 1.2 1996/08/19 08:23:37 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getloadavg.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETLOADAVG 3 .Os diff --git a/lib/libc/gen/getloadavg.c b/lib/libc/gen/getloadavg.c index 37283dc75f5..8db7458b35d 100644 --- a/lib/libc/gen/getloadavg.c +++ b/lib/libc/gen/getloadavg.c @@ -1,5 +1,3 @@ -/* $NetBSD: getloadavg.c,v 1.5 1995/02/25 08:51:15 cgd Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getloadavg.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getloadavg.c,v 1.5 1995/02/25 08:51:15 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getloadavg.c,v 1.2 1996/08/19 08:23:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getlogin.c b/lib/libc/gen/getlogin.c index fea4913d1ce..73349f25a6d 100644 --- a/lib/libc/gen/getlogin.c +++ b/lib/libc/gen/getlogin.c @@ -1,5 +1,3 @@ -/* $NetBSD: getlogin.c,v 1.6 1995/02/27 04:12:47 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getlogin.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getlogin.c,v 1.6 1995/02/27 04:12:47 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getlogin.c,v 1.2 1996/08/19 08:23:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 946dd016ba1..762d00194e4 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getmntinfo.3,v 1.5 1995/02/27 04:12:50 cgd Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.2 1996/08/19 08:23:43 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getmntinfo.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt GETMNTINFO 3 .Os diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index ce5368379a2..2d22f2fd424 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -1,5 +1,3 @@ -/* $NetBSD: getmntinfo.c,v 1.5 1995/02/27 04:12:53 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getmntinfo.c,v 1.5 1995/02/27 04:12:53 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getmntinfo.c,v 1.2 1996/08/19 08:23:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 45b256b2395..60698a1e5e1 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getnetgrent.3,v 1.4 1995/02/25 08:51:17 cgd Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.2 1996/08/19 08:23:47 tholo Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getnetgrent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETNETGRENT 3 .Os diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index 863f5516848..661f457b4fe 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetgrent.c,v 1.9 1996/04/27 18:59:05 christos Exp $ */ - /* * Copyright (c) 1994 Christos Zoulas * All rights reserved. @@ -32,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: getnetgrent.c,v 1.9 1996/04/27 18:59:05 christos Exp $"; +static char *rcsid = "$OpenBSD: getnetgrent.c,v 1.3 1996/08/19 08:23:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index 7f9f3a4f184..98d47ab9b18 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getpagesize.3,v 1.2 1995/02/27 04:12:55 cgd Exp $ +.\" $OpenBSD: getpagesize.3,v 1.2 1996/08/19 08:23:51 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getpagesize.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETPAGESIZE 3 .Os BSD 4.2 diff --git a/lib/libc/gen/getpagesize.c b/lib/libc/gen/getpagesize.c index bea86cd3f86..92837542262 100644 --- a/lib/libc/gen/getpagesize.c +++ b/lib/libc/gen/getpagesize.c @@ -1,5 +1,3 @@ -/* $NetBSD: getpagesize.c,v 1.5 1995/02/25 08:51:21 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getpagesize.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getpagesize.c,v 1.5 1995/02/25 08:51:21 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getpagesize.c,v 1.2 1996/08/19 08:23:54 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index b24ff94cbf4..a3b624ccbee 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getpass.3,v 1.4 1995/02/27 04:12:57 cgd Exp $ +.\" $OpenBSD: getpass.3,v 1.2 1996/08/19 08:23:56 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getpass.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETPASS 3 .Os diff --git a/lib/libc/gen/getpass.c b/lib/libc/gen/getpass.c index 375bfb9d785..475a7ab20c1 100644 --- a/lib/libc/gen/getpass.c +++ b/lib/libc/gen/getpass.c @@ -1,5 +1,3 @@ -/* $NetBSD: getpass.c,v 1.9 1996/05/20 06:13:07 jtc Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getpass.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getpass.c,v 1.9 1996/05/20 06:13:07 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getpass.c,v 1.3 1996/08/19 08:23:57 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 2a74c989de2..a19dd3bff8f 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getpwent.3,v 1.7 1995/02/27 04:13:01 cgd Exp $ +.\" $OpenBSD: getpwent.3,v 1.2 1996/08/19 08:23:59 tholo Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getpwent.3 8.2 (Berkeley) 12/11/93 -.\" .Dd December 11, 1993 .Dt GETPWENT 3 .Os diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index e3c0131290f..4c4ca6b763c 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getpwent.c,v 1.14 1995/07/28 05:43:01 phil Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getpwent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getpwent.c,v 1.14 1995/07/28 05:43:01 phil Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getpwent.c,v 1.3 1996/08/19 08:24:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getsubopt.3 b/lib/libc/gen/getsubopt.3 index 5074ceae1b8..ac3ee0b5d4a 100644 --- a/lib/libc/gen/getsubopt.3 +++ b/lib/libc/gen/getsubopt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getsubopt.3,v 1.3 1995/02/27 04:13:09 cgd Exp $ +.\" $OpenBSD: getsubopt.3,v 1.2 1996/08/19 08:24:04 tholo Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getsubopt.3 5.4 (Berkeley) 7/31/91 -.\" .Dd July 31, 1991 .Dt GETSUBOPT 3 .Os diff --git a/lib/libc/gen/getsubopt.c b/lib/libc/gen/getsubopt.c index bb5fb5d1413..b5933ae3390 100644 --- a/lib/libc/gen/getsubopt.c +++ b/lib/libc/gen/getsubopt.c @@ -1,5 +1,3 @@ -/* $NetBSD: getsubopt.c,v 1.5 1995/06/16 07:15:18 jtc Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char *sccsid = "@(#)getsubopt.c 5.2 (Berkeley) 2/24/91"; -#else -static char rcsid[] = "$NetBSD: getsubopt.c,v 1.5 1995/06/16 07:15:18 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getsubopt.c,v 1.2 1996/08/19 08:24:06 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 39c2e04f6e4..6c5f15d3eb4 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -1,5 +1,4 @@ -.\" $OpenBSD: getttyent.3,v 1.2 1996/04/21 23:39:22 deraadt Exp $ -.\" $NetBSD: getttyent.3,v 1.7 1996/03/17 19:36:53 christos Exp $ +.\" $OpenBSD: getttyent.3,v 1.3 1996/08/19 08:24:08 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getttyent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETTTYENT 3 .Os BSD 4.3 diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index 14cbb792b97..014bdfbaf74 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getttyent.c,v 1.9 1995/06/16 07:05:31 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getttyent.c,v 1.9 1995/06/16 07:05:31 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getttyent.c,v 1.2 1996/08/19 08:24:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <ttyent.h> diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index 84dc3ad932b..57f1fc64936 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getusershell.3,v 1.3 1995/02/27 04:13:24 cgd Exp $ +.\" $OpenBSD: getusershell.3,v 1.2 1996/08/19 08:24:12 tholo Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getusershell.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETUSERSHELL 3 .Os BSD 4.3 diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index bef77271f1e..b3fe0ed0b57 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -1,5 +1,3 @@ -/* $NetBSD: getusershell.c,v 1.5 1995/02/27 04:13:27 cgd Exp $ */ - /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getusershell.c,v 1.5 1995/02/27 04:13:27 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getusershell.c,v 1.2 1996/08/19 08:24:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 58d9143d29b..f3282b3de79 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: glob.3,v 1.10 1996/04/19 00:12:16 cgd Exp $ +.\" $OpenBSD: glob.3,v 1.3 1996/08/19 08:24:18 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -33,8 +33,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)glob.3 8.3 (Berkeley) 4/16/94 -.\" .Dd April 16, 1994 .Dt GLOB 3 .Os diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index a384440532f..9f43dc306c7 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/glob.c @@ -1,5 +1,3 @@ -/* $NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; -#else -static char rcsid[] = "$NetBSD: glob.c,v 1.5 1995/02/27 04:13:35 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: glob.c,v 1.2 1996/08/19 08:24:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3 index 8e1d9cc4523..8dc8d96e391 100644 --- a/lib/libc/gen/initgroups.3 +++ b/lib/libc/gen/initgroups.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: initgroups.3,v 1.6 1995/10/12 15:39:26 jtc Exp $ +.\" $OpenBSD: initgroups.3,v 1.3 1996/08/19 08:24:22 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)initgroups.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt INITGROUPS 3 .Os BSD 4.2 diff --git a/lib/libc/gen/initgroups.c b/lib/libc/gen/initgroups.c index 86e21051525..af95e03e8c4 100644 --- a/lib/libc/gen/initgroups.c +++ b/lib/libc/gen/initgroups.c @@ -1,5 +1,3 @@ -/* $NetBSD: initgroups.c,v 1.11 1995/06/03 02:27:19 mycroft Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)initgroups.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: initgroups.c,v 1.11 1995/06/03 02:27:19 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: initgroups.c,v 1.3 1996/08/19 08:24:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/isalnum.3 b/lib/libc/gen/isalnum.3 index 15358092f19..dd1d6cbb7dd 100644 --- a/lib/libc/gen/isalnum.3 +++ b/lib/libc/gen/isalnum.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isalnum.3,v 1.4 1995/02/27 04:34:25 cgd Exp $ +.\" $OpenBSD: isalnum.3,v 1.2 1996/08/19 08:24:26 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isalnum.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISALNUM 3 .Os diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index b4048bfd704..de6c2af4cb4 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isalpha.3,v 1.4 1995/02/27 04:34:28 cgd Exp $ +.\" $OpenBSD: isalpha.3,v 1.2 1996/08/19 08:24:28 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isalpha.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISALPHA 3 .Os diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3 index 3fef745c2f3..45ce250ac37 100644 --- a/lib/libc/gen/isascii.3 +++ b/lib/libc/gen/isascii.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isascii.3,v 1.5 1995/02/27 04:34:30 cgd Exp $ +.\" $OpenBSD: isascii.3,v 1.2 1996/08/19 08:24:30 tholo Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isascii.3 5.1 (Berkeley) 5/2/91 -.\" .Dd May 2, 1991 .Dt ISASCII 3 .Os diff --git a/lib/libc/gen/isatty.c b/lib/libc/gen/isatty.c index 347a57ba4da..d4dc9ad6cf6 100644 --- a/lib/libc/gen/isatty.c +++ b/lib/libc/gen/isatty.c @@ -1,5 +1,3 @@ -/* $NetBSD: isatty.c,v 1.4 1995/02/27 04:34:33 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: isatty.c,v 1.4 1995/02/27 04:34:33 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: isatty.c,v 1.2 1996/08/19 08:24:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/gen/isblank.3 b/lib/libc/gen/isblank.3 index 2bf613bbf60..b8e18ff141d 100644 --- a/lib/libc/gen/isblank.3 +++ b/lib/libc/gen/isblank.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isblank.3,v 1.3 1995/02/27 04:34:36 cgd Exp $ +.\" $OpenBSD: isblank.3,v 1.2 1996/08/19 08:24:34 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isspace.3 5.3 (Berkeley) 7/31/91 -.\" .Dd September 14, 1993 .Dt ISBLANK 3 .Os diff --git a/lib/libc/gen/iscntrl.3 b/lib/libc/gen/iscntrl.3 index 62b09c8f729..8b040c74d5d 100644 --- a/lib/libc/gen/iscntrl.3 +++ b/lib/libc/gen/iscntrl.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: iscntrl.3,v 1.4 1995/02/27 04:34:39 cgd Exp $ +.\" $OpenBSD: iscntrl.3,v 1.2 1996/08/19 08:24:36 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)iscntrl.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISCNTRL 3 .Os diff --git a/lib/libc/gen/isctype.c b/lib/libc/gen/isctype.c index 246fce2e47b..7745b85e91a 100644 --- a/lib/libc/gen/isctype.c +++ b/lib/libc/gen/isctype.c @@ -1,5 +1,3 @@ -/* $NetBSD: isctype.c,v 1.13 1995/02/27 04:34:43 cgd Exp $ */ - /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -39,11 +37,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)isctype.c 5.2 (Berkeley) 6/1/90"; -#else -static char rcsid[] = "$NetBSD: isctype.c,v 1.13 1995/02/27 04:34:43 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: isctype.c,v 1.2 1996/08/19 08:24:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #define _ANSI_LIBRARY diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3 index c4fe9edca59..b06e41a33b4 100644 --- a/lib/libc/gen/isdigit.3 +++ b/lib/libc/gen/isdigit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isdigit.3,v 1.4 1995/02/27 04:34:47 cgd Exp $ +.\" $OpenBSD: isdigit.3,v 1.2 1996/08/19 08:24:40 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isdigit.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISDIGIT 3 .Os diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index a311c280961..ce08284f805 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isgraph.3,v 1.4 1995/02/27 04:34:53 cgd Exp $ +.\" $OpenBSD: isgraph.3,v 1.2 1996/08/19 08:24:42 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isgraph.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISGRAPH 3 .Os diff --git a/lib/libc/gen/isinf.3 b/lib/libc/gen/isinf.3 index 9a80e85c6fd..6dc3eab10b7 100644 --- a/lib/libc/gen/isinf.3 +++ b/lib/libc/gen/isinf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isinf.3,v 1.3 1995/02/27 04:34:56 cgd Exp $ +.\" $OpenBSD: isinf.3,v 1.2 1996/08/19 08:24:45 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isinf.3 8.2 (Berkeley) 1/29/94 -.\" .Dd January 29, 1994 .Dt ISINF 3 .Os diff --git a/lib/libc/gen/islower.3 b/lib/libc/gen/islower.3 index 3b8130ceda8..b8c6f272e60 100644 --- a/lib/libc/gen/islower.3 +++ b/lib/libc/gen/islower.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: islower.3,v 1.4 1995/02/27 04:34:59 cgd Exp $ +.\" $OpenBSD: islower.3,v 1.2 1996/08/19 08:24:46 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)islower.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISLOWER 3 .Os diff --git a/lib/libc/gen/isprint.3 b/lib/libc/gen/isprint.3 index 7443419f937..8c4360436c5 100644 --- a/lib/libc/gen/isprint.3 +++ b/lib/libc/gen/isprint.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isprint.3,v 1.4 1995/02/27 04:35:01 cgd Exp $ +.\" $OpenBSD: isprint.3,v 1.2 1996/08/19 08:24:48 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isprint.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISPRINT 3 .Os diff --git a/lib/libc/gen/ispunct.3 b/lib/libc/gen/ispunct.3 index 5bd56aa5e08..e1c13b9ef14 100644 --- a/lib/libc/gen/ispunct.3 +++ b/lib/libc/gen/ispunct.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ispunct.3,v 1.4 1995/02/27 04:35:04 cgd Exp $ +.\" $OpenBSD: ispunct.3,v 1.2 1996/08/19 08:24:51 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ispunct.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISPUNCT 3 .Os diff --git a/lib/libc/gen/isspace.3 b/lib/libc/gen/isspace.3 index 370fd7f64cc..44d32c06f4b 100644 --- a/lib/libc/gen/isspace.3 +++ b/lib/libc/gen/isspace.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isspace.3,v 1.4 1995/02/27 04:35:06 cgd Exp $ +.\" $OpenBSD: isspace.3,v 1.2 1996/08/19 08:24:52 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isspace.3 5.3 (Berkeley) 7/31/91 -.\" .Dd July 31, 1991 .Dt ISSPACE 3 .Os diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3 index 6f7a591228c..5be3979ce30 100644 --- a/lib/libc/gen/isupper.3 +++ b/lib/libc/gen/isupper.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isupper.3,v 1.5 1995/02/27 04:35:09 cgd Exp $ +.\" $OpenBSD: isupper.3,v 1.2 1996/08/19 08:24:54 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isupper.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISUPPER 3 .Os diff --git a/lib/libc/gen/isxdigit.3 b/lib/libc/gen/isxdigit.3 index d42dfd06c8e..e28e7de03c0 100644 --- a/lib/libc/gen/isxdigit.3 +++ b/lib/libc/gen/isxdigit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: isxdigit.3,v 1.4 1995/02/27 04:35:12 cgd Exp $ +.\" $OpenBSD: isxdigit.3,v 1.2 1996/08/19 08:24:56 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)isxdigit.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt ISXDIGIT 3 .Os diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index 24c558c1a05..258f18f227e 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ldexp.3,v 1.4 1995/02/27 04:35:15 cgd Exp $ +.\" $OpenBSD: ldexp.3,v 1.2 1996/08/19 08:24:58 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ldexp.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt LDEXP 3 .Os diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index 1081a4f5fb6..dbee8a591c3 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: modf.3,v 1.3 1995/02/27 04:35:19 cgd Exp $ +.\" $OpenBSD: modf.3,v 1.2 1996/08/19 08:25:00 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)modf.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt MODF 3 .Os diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 4c7b94d2ead..a9e554c64ef 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: nice.3,v 1.3 1995/02/27 04:35:22 cgd Exp $ +.\" $OpenBSD: nice.3,v 1.2 1996/08/19 08:25:03 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)nice.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt NICE 3 .Os BSD 4 diff --git a/lib/libc/gen/nice.c b/lib/libc/gen/nice.c index 497c08f655f..8d00c32d2b4 100644 --- a/lib/libc/gen/nice.c +++ b/lib/libc/gen/nice.c @@ -1,5 +1,3 @@ -/* $NetBSD: nice.c,v 1.5 1995/02/27 04:35:24 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: nice.c,v 1.5 1995/02/27 04:35:24 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: nice.c,v 1.2 1996/08/19 08:25:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 5b27dce9200..b26153fe6f9 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: nlist.3,v 1.5 1995/02/27 04:35:27 cgd Exp $ +.\" $OpenBSD: nlist.3,v 1.2 1996/08/19 08:25:07 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)nlist.3 8.3 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt NLIST 3 .Os BSD 4 diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index fe2a57df2c0..453cb048689 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -1,6 +1,3 @@ -/* $OpenBSD: nlist.c,v 1.13 1996/07/30 09:22:43 niklas Exp $ */ -/* $NetBSD: nlist.c,v 1.7 1996/05/16 20:49:20 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: nlist.c,v 1.13 1996/07/30 09:22:43 niklas Exp $"; +static char rcsid[] = "$OpenBSD: nlist.c,v 1.14 1996/08/19 08:25:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index 21b8a910c14..69b3bdab1fd 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -1,5 +1,3 @@ -/* $NetBSD: opendir.c,v 1.10 1995/06/18 10:58:32 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)opendir.c 8.7 (Berkeley) 12/10/94"; -#else -static char rcsid[] = "$NetBSD: opendir.c,v 1.10 1995/06/18 10:58:32 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: opendir.c,v 1.2 1996/08/19 08:25:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 066b903c08e..9c2e678a1b8 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pause.3,v 1.4 1995/02/27 04:35:34 cgd Exp $ +.\" $OpenBSD: pause.3,v 1.2 1996/08/19 08:25:14 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pause.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt PAUSE 3 .Os BSD 4 diff --git a/lib/libc/gen/pause.c b/lib/libc/gen/pause.c index cc99dc47ad2..489817d887b 100644 --- a/lib/libc/gen/pause.c +++ b/lib/libc/gen/pause.c @@ -1,5 +1,3 @@ -/* $NetBSD: pause.c,v 1.4 1995/02/27 04:35:36 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: pause.c,v 1.4 1995/02/27 04:35:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: pause.c,v 1.2 1996/08/19 08:25:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <signal.h> diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index f9a09ac3e4c..0ba246efd69 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: popen.3,v 1.5 1995/02/25 08:51:29 cgd Exp $ +.\" $OpenBSD: popen.3,v 1.2 1996/08/19 08:25:18 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)popen.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt POPEN 3 .Os diff --git a/lib/libc/gen/popen.c b/lib/libc/gen/popen.c index 2be0e35bbe2..56a689806d5 100644 --- a/lib/libc/gen/popen.c +++ b/lib/libc/gen/popen.c @@ -1,5 +1,3 @@ -/* $NetBSD: popen.c,v 1.11 1995/06/16 07:05:33 jtc Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: popen.c,v 1.11 1995/06/16 07:05:33 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: popen.c,v 1.3 1996/08/19 08:25:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index 44c50ce9d33..9389ed95b2b 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: psignal.3,v 1.6 1995/07/03 22:48:08 jtc Exp $ +.\" $OpenBSD: psignal.3,v 1.2 1996/08/19 08:25:22 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)psignal.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt PSIGNAL 3 .Os BSD 4.2 diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c index 20c3fcf44d1..844e45161d0 100644 --- a/lib/libc/gen/psignal.c +++ b/lib/libc/gen/psignal.c @@ -1,5 +1,3 @@ -/* $NetBSD: psignal.c,v 1.8 1995/02/27 04:35:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)psignal.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: psignal.c,v 1.8 1995/02/27 04:35:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: psignal.c,v 1.2 1996/08/19 08:25:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index 8dc99dd6994..2c7b0865662 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pwcache.3,v 1.4 1995/02/27 04:35:44 cgd Exp $ +.\" $OpenBSD: pwcache.3,v 1.3 1996/08/19 08:25:26 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt PWCACHE 3 .Os diff --git a/lib/libc/gen/pwcache.c b/lib/libc/gen/pwcache.c index 9370eeb6ab9..b2114cc302d 100644 --- a/lib/libc/gen/pwcache.c +++ b/lib/libc/gen/pwcache.c @@ -1,5 +1,3 @@ -/* $NetBSD: pwcache.c,v 1.5 1995/05/13 06:58:23 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)pwcache.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: pwcache.c,v 1.5 1995/05/13 06:58:23 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: pwcache.c,v 1.2 1996/08/19 08:25:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3 index d14a0ca8cc3..421bc947381 100644 --- a/lib/libc/gen/raise.3 +++ b/lib/libc/gen/raise.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: raise.3,v 1.3 1995/02/27 04:35:51 cgd Exp $ +.\" $OpenBSD: raise.3,v 1.2 1996/08/19 08:25:31 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)raise.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt RAISE 3 .Os diff --git a/lib/libc/gen/raise.c b/lib/libc/gen/raise.c index 2205820a519..739c7e6853c 100644 --- a/lib/libc/gen/raise.c +++ b/lib/libc/gen/raise.c @@ -1,5 +1,3 @@ -/* $NetBSD: raise.c,v 1.5 1995/02/27 04:35:54 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: raise.c,v 1.5 1995/02/27 04:35:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: raise.c,v 1.2 1996/08/19 08:25:33 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <signal.h> diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c index 8aa874414e5..d73ebcd2843 100644 --- a/lib/libc/gen/readdir.c +++ b/lib/libc/gen/readdir.c @@ -1,5 +1,3 @@ -/* $NetBSD: readdir.c,v 1.5 1995/02/25 08:51:35 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94"; -#else -static char rcsid[] = "$NetBSD: readdir.c,v 1.5 1995/02/25 08:51:35 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: readdir.c,v 1.2 1996/08/19 08:25:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/rewinddir.c b/lib/libc/gen/rewinddir.c index 35ea1c985dc..33c488c9805 100644 --- a/lib/libc/gen/rewinddir.c +++ b/lib/libc/gen/rewinddir.c @@ -1,5 +1,3 @@ -/* $NetBSD: rewinddir.c,v 1.4 1995/02/25 08:51:37 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rewinddir.c 8.1 (Berkeley) 6/8/93"; -#else -static char rcsid[] = "$NetBSD: rewinddir.c,v 1.4 1995/02/25 08:51:37 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: rewinddir.c,v 1.2 1996/08/19 08:25:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 index eb16d0ce5c0..72470817269 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: scandir.3,v 1.4 1995/02/25 08:51:39 cgd Exp $ +.\" $OpenBSD: scandir.3,v 1.2 1996/08/19 08:25:39 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)scandir.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SCANDIR 3 .Os BSD 4.2 diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index f9378e68f8b..60d746e7441 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -1,5 +1,3 @@ -/* $NetBSD: scandir.c,v 1.6 1995/02/25 08:51:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)scandir.c 8.3 (Berkeley) 1/2/94"; -#else -static char rcsid[] = "$NetBSD: scandir.c,v 1.6 1995/02/25 08:51:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: scandir.c,v 1.2 1996/08/19 08:25:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/seekdir.c b/lib/libc/gen/seekdir.c index d189d164a1e..aaded344558 100644 --- a/lib/libc/gen/seekdir.c +++ b/lib/libc/gen/seekdir.c @@ -1,5 +1,3 @@ -/* $NetBSD: seekdir.c,v 1.4 1995/02/25 08:51:44 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)seekdir.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: seekdir.c,v 1.4 1995/02/25 08:51:44 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: seekdir.c,v 1.2 1996/08/19 08:25:43 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index 2f59b2af869..e146c19833b 100644 --- a/lib/libc/gen/setdomainname.c +++ b/lib/libc/gen/setdomainname.c @@ -1,5 +1,3 @@ -/* $NetBSD: setdomainname.c,v 1.4 1995/06/16 07:36:18 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sethostname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: setdomainname.c,v 1.4 1995/06/16 07:36:18 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: setdomainname.c,v 1.2 1996/08/19 08:25:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/sethostname.c b/lib/libc/gen/sethostname.c index e7fe07a9f38..4554b5a110b 100644 --- a/lib/libc/gen/sethostname.c +++ b/lib/libc/gen/sethostname.c @@ -1,5 +1,3 @@ -/* $NetBSD: sethostname.c,v 1.4 1995/06/16 07:36:21 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sethostname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: sethostname.c,v 1.4 1995/06/16 07:36:21 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sethostname.c,v 1.2 1996/08/19 08:25:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index a291addb2bf..46e2551f505 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: setjmp.3,v 1.5 1995/02/27 05:50:26 cgd Exp $ +.\" $OpenBSD: setjmp.3,v 1.2 1996/08/19 08:25:50 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)setjmp.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SETJMP 3 .Os BSD 4 diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c index 4dd45ff9d12..dc191c566ee 100644 --- a/lib/libc/gen/setjmperr.c +++ b/lib/libc/gen/setjmperr.c @@ -1,5 +1,3 @@ -/* $NetBSD: setjmperr.c,v 1.5 1995/03/04 01:55:55 cgd Exp $ */ - /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)setjmperr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: setjmperr.c,v 1.5 1995/03/04 01:55:55 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: setjmperr.c,v 1.2 1996/08/19 08:25:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3 index d4ba67e0f4b..7c1babb5ec2 100644 --- a/lib/libc/gen/setmode.3 +++ b/lib/libc/gen/setmode.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: setmode.3,v 1.7 1995/10/12 15:39:28 jtc Exp $ +.\" $OpenBSD: setmode.3,v 1.3 1996/08/19 08:25:54 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)setmode.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt SETMODE 3 .Os diff --git a/lib/libc/gen/setmode.c b/lib/libc/gen/setmode.c index 37c111a21c9..7a19512deda 100644 --- a/lib/libc/gen/setmode.c +++ b/lib/libc/gen/setmode.c @@ -1,6 +1,3 @@ -/* $OpenBSD: setmode.c,v 1.3 1996/04/21 23:39:25 deraadt Exp $ */ -/* $NetBSD: setmode.c,v 1.13 1996/04/03 19:49:01 jtc Exp $ */ - /* * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -38,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94"; -#else -static char rcsid[] = "$NetBSD: setmode.c,v 1.13 1996/04/03 19:49:01 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: setmode.c,v 1.4 1996/08/19 08:25:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index 56e9c2bf5f1..161695f4632 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: setproctitle.3,v 1.2 1995/02/27 05:50:46 cgd Exp $ +.\" $OpenBSD: setproctitle.3,v 1.2 1996/08/19 08:25:57 tholo Exp $ .\" .\" Copyright (c) 1994, 1995 Christopher G. Demetriou .\" All rights reserved. diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 53540e3f333..e5575561547 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -1,5 +1,3 @@ -/* $NetBSD: setproctitle.c,v 1.4 1995/05/16 14:23:06 mycroft Exp $ */ - /* * Copyright (c) 1994, 1995 Christopher G. Demetriou * All rights reserved. @@ -32,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: setproctitle.c,v 1.4 1995/05/16 14:23:06 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: setproctitle.c,v 1.2 1996/08/19 08:25:59 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index 2eaa012677a..656f1503554 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: siginterrupt.3,v 1.3 1995/02/27 05:50:57 cgd Exp $ +.\" $OpenBSD: siginterrupt.3,v 1.2 1996/08/19 08:26:01 tholo Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)siginterrupt.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SIGINTERRUPT 3 .Os BSD 4.3 diff --git a/lib/libc/gen/siginterrupt.c b/lib/libc/gen/siginterrupt.c index cc075f49859..cafc44a27aa 100644 --- a/lib/libc/gen/siginterrupt.c +++ b/lib/libc/gen/siginterrupt.c @@ -1,6 +1,3 @@ -/* $OpenBSD: siginterrupt.c,v 1.2 1996/04/21 23:39:27 deraadt Exp $ */ -/* $NetBSD: siginterrupt.c,v 1.7 1996/04/03 19:49:03 jtc Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)siginterrupt.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: siginterrupt.c,v 1.7 1996/04/03 19:49:03 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: siginterrupt.c,v 1.3 1996/08/19 08:26:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <signal.h> diff --git a/lib/libc/gen/siglist.c b/lib/libc/gen/siglist.c index b62a5c0053a..5cd63331264 100644 --- a/lib/libc/gen/siglist.c +++ b/lib/libc/gen/siglist.c @@ -1,5 +1,3 @@ -/* $NetBSD: siglist.c,v 1.8 1995/03/04 01:56:02 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: siglist.c,v 1.8 1995/03/04 01:56:02 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: siglist.c,v 1.2 1996/08/19 08:26:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 260d4945760..be8dac64bb7 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,5 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.2 1996/04/21 23:39:28 deraadt Exp $ -.\" $NetBSD: signal.3,v 1.6 1996/03/26 02:05:55 jtc Exp $ +.\" $OpenBSD: signal.3,v 1.3 1996/08/19 08:26:07 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)signal.3 8.3 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt SIGNAL 3 .Os BSD 4 diff --git a/lib/libc/gen/signal.c b/lib/libc/gen/signal.c index 869edd774ca..7a501d3748d 100644 --- a/lib/libc/gen/signal.c +++ b/lib/libc/gen/signal.c @@ -1,5 +1,3 @@ -/* $NetBSD: signal.c,v 1.7 1995/03/04 01:56:04 cgd Exp $ */ - /* * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)signal.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: signal.c,v 1.7 1995/03/04 01:56:04 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: signal.c,v 1.2 1996/08/19 08:26:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/signame.c b/lib/libc/gen/signame.c index 7ce018eb37c..629ec8b3665 100644 --- a/lib/libc/gen/signame.c +++ b/lib/libc/gen/signame.c @@ -1,5 +1,3 @@ -/* $NetBSD: signame.c,v 1.6 1995/03/04 01:56:05 cgd Exp $ */ - /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "from: @(#)siglist.c 5.6 (Berkeley) 2/23/91";*/ -#else -static char rcsid[] = "$NetBSD: signame.c,v 1.6 1995/03/04 01:56:05 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: signame.c,v 1.2 1996/08/19 08:26:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <signal.h> diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3 index a98f368a6e6..636dba1180d 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigsetops.3,v 1.6 1995/02/27 05:51:28 cgd Exp $ +.\" $OpenBSD: sigsetops.3,v 1.2 1996/08/19 08:26:14 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sigsetops.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SIGSETOPS 3 .Os diff --git a/lib/libc/gen/sigsetops.c b/lib/libc/gen/sigsetops.c index 3994ba0d111..e7d280501e0 100644 --- a/lib/libc/gen/sigsetops.c +++ b/lib/libc/gen/sigsetops.c @@ -1,5 +1,3 @@ -/* $NetBSD: sigsetops.c,v 1.10 1995/03/04 01:56:07 cgd Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -36,11 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sigsetops.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: sigsetops.c,v 1.10 1995/03/04 01:56:07 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sigsetops.c,v 1.2 1996/08/19 08:26:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 1593d9f4436..21cdc5773ed 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sleep.3,v 1.7 1995/02/27 05:51:44 cgd Exp $ +.\" $OpenBSD: sleep.3,v 1.2 1996/08/19 08:26:18 tholo Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sleep.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SLEEP 3 .Os diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c index f369d54159e..8ed5f37d6de 100644 --- a/lib/libc/gen/sleep.c +++ b/lib/libc/gen/sleep.c @@ -1,5 +1,3 @@ -/* $NetBSD: sleep.c,v 1.10.2.2 1995/10/26 22:05:50 pk Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: sleep.c,v 1.10.2.2 1995/10/26 22:05:50 pk Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sleep.c,v 1.4 1996/08/19 08:26:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/time.h> diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index 2c4f00f8742..cfa55b9ed1e 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysconf.3,v 1.3 1995/10/12 15:39:31 jtc Exp $ +.\" $OpenBSD: sysconf.3,v 1.3 1996/08/19 08:26:22 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt SYSCONF 3 .Os BSD 4 diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index 4363e2b1e7b..3f14c9a7769 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -1,5 +1,3 @@ -/* $NetBSD: sysconf.c,v 1.3 1995/03/04 01:56:09 cgd Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$NetBSD: sysconf.c,v 1.3 1995/03/04 01:56:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sysconf.c,v 1.2 1996/08/19 08:26:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 07973bc965f..cf60a3b1c7f 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,5 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.2 1996/04/21 23:39:30 deraadt Exp $ -.\" $NetBSD: sysctl.3,v 1.7 1995/09/30 07:03:54 thorpej Exp $ +.\" $OpenBSD: sysctl.3,v 1.3 1996/08/19 08:26:26 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sysctl.3 8.1 (Berkeley) 6/4/93 -.\" .Dd "June 4, 1993" .Dt SYSCTL 3 .Os diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index 36ab853b0f5..bcefdef0c49 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -1,5 +1,3 @@ -/* $NetBSD: sysctl.c,v 1.4 1995/05/13 06:58:24 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sysctl.c 8.2 (Berkeley) 1/4/94"; -#else -static char rcsid[] = "$NetBSD: sysctl.c,v 1.4 1995/05/13 06:58:24 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sysctl.c,v 1.2 1996/08/19 08:26:28 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 188ba0873f0..472b6025423 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: syslog.3,v 1.5 1995/08/12 05:02:46 jtc Exp $ +.\" $OpenBSD: syslog.3,v 1.2 1996/08/19 08:26:30 tholo Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SYSLOG 3 .Os BSD 4.2 diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index fd6636411bc..81a5b4d6a48 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -1,5 +1,3 @@ -/* $NetBSD: syslog.c,v 1.10 1995/08/31 16:28:01 mycroft Exp $ */ - /* * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94"; -#else -static char rcsid[] = "$NetBSD: syslog.c,v 1.10 1995/08/31 16:28:01 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: syslog.c,v 1.2 1996/08/19 08:26:33 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/telldir.c b/lib/libc/gen/telldir.c index 633a82cd4ee..704c254f5c1 100644 --- a/lib/libc/gen/telldir.c +++ b/lib/libc/gen/telldir.c @@ -1,5 +1,3 @@ -/* $NetBSD: telldir.c,v 1.4 1995/02/25 08:51:51 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)telldir.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: telldir.c,v 1.4 1995/02/25 08:51:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: telldir.c,v 1.2 1996/08/19 08:26:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index 02991e6102d..730de4fc7e1 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: time.3,v 1.5 1995/02/27 05:53:51 cgd Exp $ +.\" $OpenBSD: time.3,v 1.2 1996/08/19 08:26:37 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)time.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt TIME 3 .Os BSD 4 diff --git a/lib/libc/gen/time.c b/lib/libc/gen/time.c index b7496f3ce3b..c0908a0cd3d 100644 --- a/lib/libc/gen/time.c +++ b/lib/libc/gen/time.c @@ -1,5 +1,3 @@ -/* $NetBSD: time.c,v 1.4 1995/02/27 05:53:56 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: time.c,v 1.4 1995/02/27 05:53:56 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: time.c,v 1.2 1996/08/19 08:26:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index d947f9b687f..2807a83189d 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: times.3,v 1.4 1995/02/27 05:54:02 cgd Exp $ +.\" $OpenBSD: times.3,v 1.2 1996/08/19 08:26:41 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)times.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt TIMES 3 .Os BSD 4 diff --git a/lib/libc/gen/times.c b/lib/libc/gen/times.c index de63c59a3da..e6f95ec1ec6 100644 --- a/lib/libc/gen/times.c +++ b/lib/libc/gen/times.c @@ -1,5 +1,3 @@ -/* $NetBSD: times.c,v 1.4 1995/02/27 05:54:09 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)times.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: times.c,v 1.4 1995/02/27 05:54:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: times.c,v 1.2 1996/08/19 08:26:43 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index 66c9588dd5c..eacad07bd91 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: timezone.3,v 1.4 1995/02/27 05:54:15 cgd Exp $ +.\" $OpenBSD: timezone.3,v 1.2 1996/08/19 08:26:44 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)timezone.3 8.2 (Berkeley) 4/19/94 -.\" .Dd "April 19, 1994" .Dt TIMEZONE 3 .Os diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index 02fb353023f..9a5c96227d7 100644 --- a/lib/libc/gen/timezone.c +++ b/lib/libc/gen/timezone.c @@ -1,5 +1,3 @@ -/* $NetBSD: timezone.c,v 1.5 1995/02/27 05:54:24 cgd Exp $ */ - /* * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: timezone.c,v 1.5 1995/02/27 05:54:24 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: timezone.c,v 1.2 1996/08/19 08:26:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index edc45ffa47a..91383f63d77 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tolower.3,v 1.3 1995/02/27 05:54:32 cgd Exp $ +.\" $OpenBSD: tolower.3,v 1.2 1996/08/19 08:26:50 tholo Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tolower.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt TOLOWER 3 .Os diff --git a/lib/libc/gen/tolower_.c b/lib/libc/gen/tolower_.c index 50db0650337..eab1ed3fd73 100644 --- a/lib/libc/gen/tolower_.c +++ b/lib/libc/gen/tolower_.c @@ -1,13 +1,11 @@ -/* $NetBSD: tolower_.c,v 1.7 1995/05/11 23:04:04 jtc Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ -#if defined(LIBC_RCS) && !defined(lint) -static char rcsid[] = "$NetBSD: tolower_.c,v 1.7 1995/05/11 23:04:04 jtc Exp $"; -#endif /* LIBC_RCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: tolower_.c,v 1.2 1996/08/19 08:26:52 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <stdio.h> #include <ctype.h> diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index 9b669a7b45c..a61814093ef 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: toupper.3,v 1.3 1995/02/27 05:54:43 cgd Exp $ +.\" $OpenBSD: toupper.3,v 1.2 1996/08/19 08:26:55 tholo Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)toupper.3 5.2 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt TOUPPER 3 .Os diff --git a/lib/libc/gen/toupper_.c b/lib/libc/gen/toupper_.c index 828140e5b74..4fbfb81b654 100644 --- a/lib/libc/gen/toupper_.c +++ b/lib/libc/gen/toupper_.c @@ -1,13 +1,11 @@ -/* $NetBSD: toupper_.c,v 1.7 1995/05/11 23:04:09 jtc Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ -#if defined(LIBC_RCS) && !defined(lint) -static char rcsid[] = "$NetBSD: toupper_.c,v 1.7 1995/05/11 23:04:09 jtc Exp $"; -#endif /* LIBC_RCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: toupper_.c,v 1.2 1996/08/19 08:26:56 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <stdio.h> #include <ctype.h> diff --git a/lib/libc/gen/ttyname.3 b/lib/libc/gen/ttyname.3 index d1729d90c2a..889fbfea5d7 100644 --- a/lib/libc/gen/ttyname.3 +++ b/lib/libc/gen/ttyname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ttyname.3,v 1.3 1995/02/27 05:54:52 cgd Exp $ +.\" $OpenBSD: ttyname.3,v 1.2 1996/08/19 08:26:59 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ttyname.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt TTYNAME 3 .Os diff --git a/lib/libc/gen/ttyname.c b/lib/libc/gen/ttyname.c index 4c4b26e4e04..7fe01255296 100644 --- a/lib/libc/gen/ttyname.c +++ b/lib/libc/gen/ttyname.c @@ -1,5 +1,3 @@ -/* $NetBSD: ttyname.c,v 1.9 1995/05/02 01:45:33 mycroft Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ttyname.c 8.2 (Berkeley) 1/27/94"; -#else -static char rcsid[] = "$NetBSD: ttyname.c,v 1.9 1995/05/02 01:45:33 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ttyname.c,v 1.2 1996/08/19 08:27:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/ttyslot.c b/lib/libc/gen/ttyslot.c index 73c36978e6d..52fc873f80d 100644 --- a/lib/libc/gen/ttyslot.c +++ b/lib/libc/gen/ttyslot.c @@ -1,5 +1,3 @@ -/* $NetBSD: ttyslot.c,v 1.5 1995/02/27 05:55:04 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ttyslot.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ttyslot.c,v 1.5 1995/02/27 05:55:04 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ttyslot.c,v 1.2 1996/08/19 08:27:04 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <ttyent.h> diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 80cf809a63c..12670fe5ad9 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ualarm.3,v 1.5 1995/02/25 15:39:31 cgd Exp $ +.\" $OpenBSD: ualarm.3,v 1.2 1996/08/19 08:27:06 tholo Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ualarm.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt UALARM 3 .Os BSD 4.3 diff --git a/lib/libc/gen/ualarm.c b/lib/libc/gen/ualarm.c index 2448fc6b55a..28939019ed3 100644 --- a/lib/libc/gen/ualarm.c +++ b/lib/libc/gen/ualarm.c @@ -1,5 +1,3 @@ -/* $NetBSD: ualarm.c,v 1.4 1995/02/25 15:39:33 cgd Exp $ */ - /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ualarm.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ualarm.c,v 1.4 1995/02/25 15:39:33 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ualarm.c,v 1.2 1996/08/19 08:27:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/time.h> diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index 92ecffb4ebb..7a05ea8d4d8 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: uname.3,v 1.2 1995/02/25 15:39:35 cgd Exp $ +.\" $OpenBSD: uname.3,v 1.2 1996/08/19 08:27:11 tholo Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)uname.3 8.1 (Berkeley) 1/4/94 -.\" .Dd "January 4, 1994" .Dt UNAME 3 .Os diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 6097eef2bba..ef58fcad34a 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -1,5 +1,3 @@ -/* $NetBSD: uname.c,v 1.2 1995/02/25 15:39:38 cgd Exp $ */ - /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)uname.c 8.1 (Berkeley) 1/4/94"; -#else -static char rcsid[] = "$NetBSD: uname.c,v 1.2 1995/02/25 15:39:38 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: uname.c,v 1.4 1996/08/19 08:27:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 0b4b713ca2b..5931b7b5af5 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: unvis.3,v 1.6 1995/10/12 15:39:33 jtc Exp $ +.\" $OpenBSD: unvis.3,v 1.3 1996/08/19 08:27:14 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)unvis.3 8.2 (Berkeley) 12/11/93 -.\" .Dd December 11, 1993 .Dt UNVIS 3 .Os diff --git a/lib/libc/gen/unvis.c b/lib/libc/gen/unvis.c index 844328c5d56..dd74922b36b 100644 --- a/lib/libc/gen/unvis.c +++ b/lib/libc/gen/unvis.c @@ -1,5 +1,3 @@ -/* $NetBSD: unvis.c,v 1.5 1995/02/25 17:18:31 cgd Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: unvis.c,v 1.5 1995/02/25 17:18:31 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: unvis.c,v 1.3 1996/08/19 08:27:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index 7404bf86c48..97cfa2adc6e 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: usleep.3,v 1.3 1995/02/25 15:39:48 cgd Exp $ +.\" $OpenBSD: usleep.3,v 1.2 1996/08/19 08:27:18 tholo Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)usleep.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt USLEEP 3 .Os BSD 4.3 diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index 9067622b0ed..9746f2cfb73 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -1,5 +1,3 @@ -/* $NetBSD: usleep.c,v 1.7.2.2 1995/10/26 22:05:52 pk Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: usleep.c,v 1.7.2.2 1995/10/26 22:05:52 pk Exp $"; -#endif +static char rcsid[] = "$OpenBSD: usleep.c,v 1.3 1996/08/19 08:27:19 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/time.h> diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index ba54d797192..9f72ecbb554 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: utime.3,v 1.7 1995/02/25 15:39:54 cgd Exp $ +.\" $OpenBSD: utime.3,v 1.2 1996/08/19 08:27:22 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)utime.3 8.1 (Berkeley) 6/4/93 -.\" .Dd August 13, 1993 .Dt UTIME 3 .Os BSD 4 diff --git a/lib/libc/gen/utime.c b/lib/libc/gen/utime.c index bd4cc7d2a6a..12039d1edd8 100644 --- a/lib/libc/gen/utime.c +++ b/lib/libc/gen/utime.c @@ -1,5 +1,3 @@ -/* $NetBSD: utime.c,v 1.5 1995/02/25 15:39:58 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: utime.c,v 1.5 1995/02/25 15:39:58 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: utime.c,v 1.2 1996/08/19 08:27:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/time.h> diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3 index 2a958f566b3..065de29a641 100644 --- a/lib/libc/gen/valloc.3 +++ b/lib/libc/gen/valloc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: valloc.3,v 1.3 1995/02/25 15:40:02 cgd Exp $ +.\" $OpenBSD: valloc.3,v 1.2 1996/08/19 08:27:26 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)valloc.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt VALLOC 3 .Os BSD 3 diff --git a/lib/libc/gen/valloc.c b/lib/libc/gen/valloc.c index dd736306ba5..14eadbf77de 100644 --- a/lib/libc/gen/valloc.c +++ b/lib/libc/gen/valloc.c @@ -1,5 +1,3 @@ -/* $NetBSD: valloc.c,v 1.5 1995/02/25 15:40:04 cgd Exp $ */ - /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)valloc.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: valloc.c,v 1.5 1995/02/25 15:40:04 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: valloc.c,v 1.2 1996/08/19 08:27:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/gen/verr.c b/lib/libc/gen/verr.c index fba24377e51..a95590f7bcc 100644 --- a/lib/libc/gen/verr.c +++ b/lib/libc/gen/verr.c @@ -1,6 +1,3 @@ -/* $OpenBSD: verr.c,v 1.1 1996/04/21 23:39:32 deraadt Exp $ */ -/* $NetBSD: verr.c,v 1.1 1996/04/15 23:45:35 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: verr.c,v 1.1 1996/04/15 23:45:35 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: verr.c,v 1.2 1996/08/19 08:27:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/verrx.c b/lib/libc/gen/verrx.c index 23a4e4e417a..6724c2cd682 100644 --- a/lib/libc/gen/verrx.c +++ b/lib/libc/gen/verrx.c @@ -1,6 +1,3 @@ -/* $OpenBSD: verrx.c,v 1.1 1996/04/21 23:39:33 deraadt Exp $ */ -/* $NetBSD: verrx.c,v 1.1 1996/04/15 23:45:36 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: verrx.c,v 1.1 1996/04/15 23:45:36 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: verrx.c,v 1.2 1996/08/19 08:27:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index fed28c94dfb..8a4a68a2b0c 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.3,v 1.7 1996/04/23 05:18:06 scottr Exp $ +.\" $OpenBSD: vis.3,v 1.3 1996/08/19 08:27:34 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)vis.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt VIS 3 .Os diff --git a/lib/libc/gen/vis.c b/lib/libc/gen/vis.c index ed6769e9bdd..071cc505819 100644 --- a/lib/libc/gen/vis.c +++ b/lib/libc/gen/vis.c @@ -1,5 +1,3 @@ -/* $NetBSD: vis.c,v 1.6 1995/02/25 15:40:09 cgd Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 7/19/93"; -#else -static char rcsid[] = "$NetBSD: vis.c,v 1.6 1995/02/25 15:40:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: vis.c,v 1.2 1996/08/19 08:27:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/vwarn.c b/lib/libc/gen/vwarn.c index 7c4c8a2a78d..b5b051cac47 100644 --- a/lib/libc/gen/vwarn.c +++ b/lib/libc/gen/vwarn.c @@ -1,6 +1,3 @@ -/* $OpenBSD: vwarn.c,v 1.1 1996/04/21 23:39:34 deraadt Exp $ */ -/* $NetBSD: vwarn.c,v 1.1 1996/04/15 23:45:38 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: vwarn.c,v 1.1 1996/04/15 23:45:38 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: vwarn.c,v 1.2 1996/08/19 08:27:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/vwarnx.c b/lib/libc/gen/vwarnx.c index b1d16a688d8..cc7adb146e5 100644 --- a/lib/libc/gen/vwarnx.c +++ b/lib/libc/gen/vwarnx.c @@ -1,6 +1,3 @@ -/* $OpenBSD: vwarnx.c,v 1.1 1996/04/21 23:39:35 deraadt Exp $ */ -/* $NetBSD: vwarnx.c,v 1.1 1996/04/15 23:45:40 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: vwarnx.c,v 1.1 1996/04/15 23:45:40 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: vwarnx.c,v 1.2 1996/08/19 08:27:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/wait.c b/lib/libc/gen/wait.c index 3e68f28c826..ef4cb4c9396 100644 --- a/lib/libc/gen/wait.c +++ b/lib/libc/gen/wait.c @@ -1,5 +1,3 @@ -/* $NetBSD: wait.c,v 1.4 1995/02/25 15:40:11 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: wait.c,v 1.4 1995/02/25 15:40:11 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: wait.c,v 1.2 1996/08/19 08:27:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index 33a31cff182..c4ab1fd3b0a 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -1,5 +1,3 @@ -/* $NetBSD: wait3.c,v 1.4 1995/02/25 15:40:14 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)wait3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: wait3.c,v 1.4 1995/02/25 15:40:14 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: wait3.c,v 1.2 1996/08/19 08:27:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/waitpid.c b/lib/libc/gen/waitpid.c index 84b40c57b61..605992c984f 100644 --- a/lib/libc/gen/waitpid.c +++ b/lib/libc/gen/waitpid.c @@ -1,5 +1,3 @@ -/* $NetBSD: waitpid.c,v 1.4 1995/02/25 15:40:17 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)waitpid.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: waitpid.c,v 1.4 1995/02/25 15:40:17 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: waitpid.c,v 1.2 1996/08/19 08:27:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/warn.c b/lib/libc/gen/warn.c index 4f0fa6f693e..203d74333cc 100644 --- a/lib/libc/gen/warn.c +++ b/lib/libc/gen/warn.c @@ -1,6 +1,3 @@ -/* $OpenBSD: warn.c,v 1.1 1996/04/21 23:39:37 deraadt Exp $ */ -/* $NetBSD: warn.c,v 1.1 1996/04/15 23:45:42 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: warn.c,v 1.1 1996/04/15 23:45:42 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: warn.c,v 1.2 1996/08/19 08:27:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gen/warnx.c b/lib/libc/gen/warnx.c index 9b1e8d5a940..02367b0ec88 100644 --- a/lib/libc/gen/warnx.c +++ b/lib/libc/gen/warnx.c @@ -1,6 +1,3 @@ -/* $OpenBSD: warnx.c,v 1.1 1996/04/21 23:39:38 deraadt Exp $ */ -/* $NetBSD: warnx.c,v 1.1 1996/04/15 23:45:44 jtc Exp $ */ - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: warnx.c,v 1.1 1996/04/15 23:45:44 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: warnx.c,v 1.2 1996/08/19 08:27:50 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index 88ba421a594..72a67d1556a 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/02/27 12:54:33 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:27:59 tholo Exp $ # gmon sources .PATH: ${.CURDIR}/gmon diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index cc7dedf252a..6aa7468e789 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -1,5 +1,3 @@ -/* $NetBSD: gmon.c,v 1.5.4.1 1996/06/12 04:20:16 cgd Exp $ */ - /*- * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) -#if 0 -static char sccsid[] = "@(#)gmon.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: gmon.c,v 1.5.4.1 1996/06/12 04:20:16 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: gmon.c,v 1.5 1996/08/19 08:28:02 tholo Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index f6c00a53855..f544ad10a08 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -1,5 +1,3 @@ -/* $NetBSD: mcount.c,v 1.3.6.2 1996/06/12 04:20:17 cgd Exp $ */ - /*- * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS) -#if 0 -static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: mcount.c,v 1.3.6.2 1996/06/12 04:20:17 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index f3fa56fdb28..4b87df61706 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: moncontrol.3,v 1.3 1995/02/27 12:54:45 cgd Exp $ +.\" $OpenBSD: moncontrol.3,v 1.2 1996/08/19 08:28:06 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)moncontrol.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt MONCONTROL 3 .Os BSD 4 diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 803657e006d..4a51f15ddf9 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.2 1995/02/27 13:02:12 cgd Exp $ */ +/* $OpenBSD: namespace.h,v 1.2 1996/08/19 08:28:08 tholo Exp $ */ #define catclose _catclose #define catgets _catgets diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 92c1b64587e..8d2dbb3e289 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,5 +1,4 @@ -# from: @(#)Makefile.inc 5.1 (Berkeley) 2/18/91 -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:42:01 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:28:10 tholo Exp $ # locale sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/locale ${.CURDIR}/locale diff --git a/lib/libc/locale/_def_messages.c b/lib/libc/locale/_def_messages.c index 0be3857498d..81cc26c4d87 100644 --- a/lib/libc/locale/_def_messages.c +++ b/lib/libc/locale/_def_messages.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _def_messages.c,v 1.2 1996/08/19 08:28:12 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/localedef.h> #include <locale.h> diff --git a/lib/libc/locale/_def_monetary.c b/lib/libc/locale/_def_monetary.c index e6baf8e6de2..3ed225a25f2 100644 --- a/lib/libc/locale/_def_monetary.c +++ b/lib/libc/locale/_def_monetary.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _def_monetary.c,v 1.2 1996/08/19 08:28:14 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/localedef.h> #include <limits.h> #include <locale.h> diff --git a/lib/libc/locale/_def_numeric.c b/lib/libc/locale/_def_numeric.c index 3b112a13ee4..558b02ee902 100644 --- a/lib/libc/locale/_def_numeric.c +++ b/lib/libc/locale/_def_numeric.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _def_numeric.c,v 1.2 1996/08/19 08:28:16 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/localedef.h> #include <locale.h> diff --git a/lib/libc/locale/_def_time.c b/lib/libc/locale/_def_time.c index e81be09ddda..613fc3ecb9c 100644 --- a/lib/libc/locale/_def_time.c +++ b/lib/libc/locale/_def_time.c @@ -3,6 +3,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _def_time.c,v 1.2 1996/08/19 08:28:18 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/localedef.h> #include <locale.h> diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index a1cc1cbe0b0..f5ddb39a0b7 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -4,7 +4,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: localeconv.c,v 1.1.1.1 1995/10/18 08:42:01 deraadt Exp $"; +static char *rcsid = "$OpenBSD: localeconv.c,v 1.2 1996/08/19 08:28:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> diff --git a/lib/libc/locale/nl_langinfo.3 b/lib/libc/locale/nl_langinfo.3 index b9dcb04d24f..ed7809fe7f3 100644 --- a/lib/libc/locale/nl_langinfo.3 +++ b/lib/libc/locale/nl_langinfo.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: nl_langinfo.3,v 1.3 1996/02/14 19:21:54 jtc Exp $ +.\" $OpenBSD: nl_langinfo.3,v 1.3 1996/08/19 08:28:21 tholo Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c index 21f2df3b6ca..0c432303fb0 100644 --- a/lib/libc/locale/nl_langinfo.c +++ b/lib/libc/locale/nl_langinfo.c @@ -4,7 +4,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: nl_langinfo.c,v 1.1.1.1 1995/10/18 08:42:01 deraadt Exp $"; +static char *rcsid = "$OpenBSD: nl_langinfo.c,v 1.2 1996/08/19 08:28:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 251f4ecb8fd..5f34ca19d10 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)setlocale.c 8.1 (Berkeley) 7/4/93"; +static char rcsid[] = "$OpenBSD: setlocale.c,v 1.2 1996/08/19 08:28:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> diff --git a/lib/libc/md/md4c.c b/lib/libc/md/md4c.c index f5d6772ad92..d604bd388ab 100644 --- a/lib/libc/md/md4c.c +++ b/lib/libc/md/md4c.c @@ -1,6 +1,4 @@ -/* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm - * $OpenBSD: md4c.c,v 1.1 1996/06/03 22:20:41 niklas Exp $ - */ +/* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm */ /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. @@ -23,6 +21,10 @@ documentation and/or software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: md4c.c,v 1.2 1996/08/19 08:28:26 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <md4.h> #include <string.h> diff --git a/lib/libc/md/md5c.c b/lib/libc/md/md5c.c index 9e96c3a70ad..9abf08b2aca 100644 --- a/lib/libc/md/md5c.c +++ b/lib/libc/md/md5c.c @@ -1,6 +1,4 @@ -/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm - * $OpenBSD: md5c.c,v 1.1 1996/06/03 22:20:43 niklas Exp $ - */ +/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. @@ -24,6 +22,10 @@ These notices must be retained in any copies of any part of this documentation and/or software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: md5c.c,v 1.2 1996/08/19 08:28:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <md5.h> #include <string.h> diff --git a/lib/libc/md/mdXhl.c b/lib/libc/md/mdXhl.c index 87cfa8d6f57..e75bf048fdc 100644 --- a/lib/libc/md/mdXhl.c +++ b/lib/libc/md/mdXhl.c @@ -5,11 +5,12 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $OpenBSD: mdXhl.c,v 1.1 1996/06/03 22:20:44 niklas Exp $ - * */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: mdXhl.c,v 1.2 1996/08/19 08:28:30 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <stdlib.h> #include <stdio.h> #include <errno.h> diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 910462dd8e4..e71a0f99fe5 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 1996/08/16 09:47:01 mickey Exp $ -# $NetBSD: Makefile.inc,v 1.24 1996/02/02 15:22:14 mrg Exp $ -# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 +# $OpenBSD: Makefile.inc,v 1.6 1996/08/19 08:28:32 tholo Exp $ # net sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3 index 701a69f6887..723690cb16b 100644 --- a/lib/libc/net/byteorder.3 +++ b/lib/libc/net/byteorder.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: byteorder.3,v 1.3 1995/02/25 06:20:27 cgd Exp $ +.\" $OpenBSD: byteorder.3,v 1.2 1996/08/19 08:28:34 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)byteorder.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt BYTEORDER 3 .Os BSD 4.2 diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 28cf7099e9b..191239f9edc 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ethers.3,v 1.4 1996/08/19 08:28:35 tholo Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" diff --git a/lib/libc/net/ethers.c b/lib/libc/net/ethers.c index b4469ed8113..71163515a42 100644 --- a/lib/libc/net/ethers.c +++ b/lib/libc/net/ethers.c @@ -1,5 +1,3 @@ -/* $NetBSD: ethers.c,v 1.5 1995/02/25 06:20:28 cgd Exp $ */ - /* * ethers(3N) a la Sun. * @@ -7,6 +5,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ethers.c,v 1.3 1996/08/19 08:28:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/types.h> #include <sys/socket.h> #include <net/if.h> diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 583056b01b1..8dfdb88cf0b 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: gethostbyname.3,v 1.6 1995/02/25 06:20:28 cgd Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.3 1996/08/19 08:28:38 tholo Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gethostbyname.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt GETHOSTBYNAME 3 .Os BSD 4.2 diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index 29705f7e9e3..cd327b6a0da 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -1,5 +1,3 @@ -/* $NetBSD: gethostnamadr.c,v 1.13 1995/05/21 16:21:14 mycroft Exp $ */ - /*- * Copyright (c) 1985, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: gethnamaddr.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel "; -#else -static char rcsid[] = "$NetBSD: gethostnamadr.c,v 1.13 1995/05/21 16:21:14 mycroft Exp $"; -#endif +static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getnetbyaddr.c b/lib/libc/net/getnetbyaddr.c index c193860e363..aabd741a88d 100644 --- a/lib/libc/net/getnetbyaddr.c +++ b/lib/libc/net/getnetbyaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetbyaddr.c,v 1.4 1995/02/25 06:20:30 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetbyaddr.c,v 1.4 1995/02/25 06:20:30 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetbyaddr.c,v 1.2 1996/08/19 08:28:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getnetbyname.c b/lib/libc/net/getnetbyname.c index f660f79b20e..d2a5b8679ad 100644 --- a/lib/libc/net/getnetbyname.c +++ b/lib/libc/net/getnetbyname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetbyname.c,v 1.5 1996/02/02 15:22:20 mrg Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,13 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid_[] = "from getnetbyname.c 1.1 (Coimbra) 93/06/02"; -static char rcsid[] = "=Id: getnetbyname.c,v 1.6 1994/05/31 01:49:35 vixie Exp ="; -static char sccsid[] = "@(#)getnetbyname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetbyname.c,v 1.5 1996/02/02 15:22:20 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetbyname.c,v 1.3 1996/08/19 08:28:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3 index d4f0bedbf9a..9cd54a817ce 100644 --- a/lib/libc/net/getnetent.3 +++ b/lib/libc/net/getnetent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getnetent.3,v 1.3 1995/02/25 06:20:32 cgd Exp $ +.\" $OpenBSD: getnetent.3,v 1.2 1996/08/19 08:28:45 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getnetent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETNETENT 3 .Os BSD 4.2 diff --git a/lib/libc/net/getnetent.c b/lib/libc/net/getnetent.c index 2e897201a82..862596c40fa 100644 --- a/lib/libc/net/getnetent.c +++ b/lib/libc/net/getnetent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getnetent.c,v 1.6 1996/02/02 15:22:21 mrg Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getnetent.c,v 1.6 1996/02/02 15:22:21 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getnetent.c,v 1.4 1996/08/19 08:28:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/getproto.c b/lib/libc/net/getproto.c index 49c09b08061..2af98dc38df 100644 --- a/lib/libc/net/getproto.c +++ b/lib/libc/net/getproto.c @@ -1,5 +1,3 @@ -/* $NetBSD: getproto.c,v 1.4 1995/02/25 06:20:33 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getproto.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getproto.c,v 1.4 1995/02/25 06:20:33 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getproto.c,v 1.2 1996/08/19 08:28:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3 index 8d607199ef2..f67987954f9 100644 --- a/lib/libc/net/getprotoent.3 +++ b/lib/libc/net/getprotoent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getprotoent.3,v 1.3 1995/02/25 06:20:34 cgd Exp $ +.\" $OpenBSD: getprotoent.3,v 1.2 1996/08/19 08:28:50 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getprotoent.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETPROTOENT 3 .Os BSD 4.2 diff --git a/lib/libc/net/getprotoent.c b/lib/libc/net/getprotoent.c index 1179b9029bd..381feb6fafc 100644 --- a/lib/libc/net/getprotoent.c +++ b/lib/libc/net/getprotoent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getprotoent.c,v 1.4 1995/02/25 06:20:35 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getprotoent.c,v 1.4 1995/02/25 06:20:35 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getprotoent.c,v 1.2 1996/08/19 08:28:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/getprotoname.c b/lib/libc/net/getprotoname.c index 4f8cf21c3f4..0b057a5dd20 100644 --- a/lib/libc/net/getprotoname.c +++ b/lib/libc/net/getprotoname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getprotoname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getprotoname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getprotoname.c,v 1.2 1996/08/19 08:28:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getservbyname.c b/lib/libc/net/getservbyname.c index b4a63119667..269bc5c57a6 100644 --- a/lib/libc/net/getservbyname.c +++ b/lib/libc/net/getservbyname.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservbyname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservbyname.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservbyname.c,v 1.4 1995/02/25 06:20:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservbyname.c,v 1.2 1996/08/19 08:28:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getservbyport.c b/lib/libc/net/getservbyport.c index c34790737bd..f1911e8dcd7 100644 --- a/lib/libc/net/getservbyport.c +++ b/lib/libc/net/getservbyport.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservbyport.c,v 1.4 1995/02/25 06:20:37 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservbyport.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservbyport.c,v 1.4 1995/02/25 06:20:37 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservbyport.c,v 1.2 1996/08/19 08:28:57 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <netdb.h> diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3 index 9e0656be005..c9fd95d05ba 100644 --- a/lib/libc/net/getservent.3 +++ b/lib/libc/net/getservent.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getservent.3,v 1.3 1995/02/25 06:20:38 cgd Exp $ +.\" $OpenBSD: getservent.3,v 1.2 1996/08/19 08:28:58 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getservent.3 8.3 (Berkeley) 1/12/94 -.\" .Dd January 12, 1994 .Dt GETSERVENT 3 .Os BSD 4.2 diff --git a/lib/libc/net/getservent.c b/lib/libc/net/getservent.c index 316891450e0..ffa727077c3 100644 --- a/lib/libc/net/getservent.c +++ b/lib/libc/net/getservent.c @@ -1,5 +1,3 @@ -/* $NetBSD: getservent.c,v 1.4 1995/02/25 06:20:38 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: getservent.c,v 1.4 1995/02/25 06:20:38 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: getservent.c,v 1.2 1996/08/19 08:29:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index f2d241385da..40da6562ada 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -1,5 +1,3 @@ -/* $NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $ */ - /*- * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: herror.c,v 8.2 1995/06/19 08:35:01 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: herror.c,v 1.6 1996/02/02 15:22:22 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: herror.c,v 1.3 1996/08/19 08:29:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/htonl.c b/lib/libc/net/htonl.c index d0a22e1f30d..2373c170e73 100644 --- a/lib/libc/net/htonl.c +++ b/lib/libc/net/htonl.c @@ -1,13 +1,11 @@ -/* $NetBSD: htonl.c,v 1.5.6.1 1996/05/29 23:28:06 cgd Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: htonl.c,v 1.5.6.1 1996/05/29 23:28:06 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: htonl.c,v 1.3 1996/08/19 08:29:04 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <machine/endian.h> diff --git a/lib/libc/net/htons.c b/lib/libc/net/htons.c index 0ecb62b95cd..f0554f21663 100644 --- a/lib/libc/net/htons.c +++ b/lib/libc/net/htons.c @@ -1,13 +1,11 @@ -/* $NetBSD: htons.c,v 1.5.6.1 1996/05/29 23:28:19 cgd Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: htons.c,v 1.5.6.1 1996/05/29 23:28:19 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: htons.c,v 1.4 1996/08/19 08:29:05 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <machine/endian.h> diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 49bac97e963..4b31ddc9493 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: inet.3,v 1.4 1995/02/27 09:45:26 chopps Exp $ +.\" $OpenBSD: inet.3,v 1.2 1996/08/19 08:29:06 tholo Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)inet.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt INET 3 .Os BSD 4.2 diff --git a/lib/libc/net/inet_addr.c b/lib/libc/net/inet_addr.c index e527c6b384b..99a6f66ad2c 100644 --- a/lib/libc/net/inet_addr.c +++ b/lib/libc/net/inet_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp $ */ - /* * Copyright (c) 1983, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: inet_addr.c,v 1.6 1996/02/02 15:22:23 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_addr.c,v 1.3 1996/08/19 08:29:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_lnaof.c b/lib/libc/net/inet_lnaof.c index ce1257bf682..5a9bc4a6fe8 100644 --- a/lib/libc/net/inet_lnaof.c +++ b/lib/libc/net/inet_lnaof.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_lnaof.c,v 1.4 1995/02/25 06:20:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_lnaof.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_lnaof.c,v 1.4 1995/02/25 06:20:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_lnaof.c,v 1.2 1996/08/19 08:29:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_makeaddr.c b/lib/libc/net/inet_makeaddr.c index 84d366e03ab..1b2d4edb5a1 100644 --- a/lib/libc/net/inet_makeaddr.c +++ b/lib/libc/net/inet_makeaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_makeaddr.c,v 1.4 1995/02/25 06:20:42 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_makeaddr.c,v 1.4 1995/02/25 06:20:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_makeaddr.c,v 1.2 1996/08/19 08:29:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_netof.c b/lib/libc/net/inet_netof.c index 02f52ca3188..8f78b7a8b4b 100644 --- a/lib/libc/net/inet_netof.c +++ b/lib/libc/net/inet_netof.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_netof.c,v 1.2 1996/08/19 08:29:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_network.c b/lib/libc/net/inet_network.c index 4e33cbcae8b..1ffee63309a 100644 --- a/lib/libc/net/inet_network.c +++ b/lib/libc/net/inet_network.c @@ -1,6 +1,3 @@ -/* $OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $ */ -/* $NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -35,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_network.c,v 1.4 1996/08/19 08:29:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/inet_ntoa.c b/lib/libc/net/inet_ntoa.c index 2da0ab00ff7..148732ba5a4 100644 --- a/lib/libc/net/inet_ntoa.c +++ b/lib/libc/net/inet_ntoa.c @@ -1,5 +1,3 @@ -/* $NetBSD: inet_ntoa.c,v 1.4 1995/02/25 06:20:46 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: inet_ntoa.c,v 1.4 1995/02/25 06:20:46 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/net/ipx.3 b/lib/libc/net/ipx.3 index f64dce163e9..91ddd49f71f 100644 --- a/lib/libc/net/ipx.3 +++ b/lib/libc/net/ipx.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ipx.3,v 1.1 1996/08/16 09:47:04 mickey Exp $ +.\" $OpenBSD: ipx.3,v 1.2 1996/08/19 08:29:17 tholo Exp $ +.\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" .Dd June 4, 1993 .Dt IPX 3 .Os OpenBSD 1.2 diff --git a/lib/libc/net/ipx_addr.c b/lib/libc/net/ipx_addr.c index c4ca5f12bdb..96ee9d0fdbd 100644 --- a/lib/libc/net/ipx_addr.c +++ b/lib/libc/net/ipx_addr.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ipx_addr.c,v 1.1 1996/08/16 09:47:05 mickey Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -38,6 +36,10 @@ * from @(#)ipx_addr.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.2 1996/08/19 08:29:18 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/param.h> #include <netipx/ipx.h> #include <stdio.h> diff --git a/lib/libc/net/ipx_ntoa.c b/lib/libc/net/ipx_ntoa.c index 4f59321e89f..1dcfe7181b8 100644 --- a/lib/libc/net/ipx_ntoa.c +++ b/lib/libc/net/ipx_ntoa.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ipx_ntoa.c,v 1.1 1996/08/16 09:47:06 mickey Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -31,10 +29,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from @(#)ipx_ntoa.c */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ipx_ntoa.c,v 1.2 1996/08/19 08:29:20 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/param.h> #include <netipx/ipx.h> #include <stdio.h> diff --git a/lib/libc/net/iso_addr.3 b/lib/libc/net/iso_addr.3 index 95c136e5fcf..d9bf9086be4 100644 --- a/lib/libc/net/iso_addr.3 +++ b/lib/libc/net/iso_addr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: iso_addr.3,v 1.2 1995/02/25 06:20:46 cgd Exp $ +.\" $OpenBSD: iso_addr.3,v 1.2 1996/08/19 08:29:22 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)iso_addr.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt ISO_ADDR 3 .Os diff --git a/lib/libc/net/iso_addr.c b/lib/libc/net/iso_addr.c index c26ec1a64ac..01561e395b0 100644 --- a/lib/libc/net/iso_addr.c +++ b/lib/libc/net/iso_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: iso_addr.c,v 1.4 1995/02/25 06:20:47 cgd Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)iso_addr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: iso_addr.c,v 1.4 1995/02/25 06:20:47 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: iso_addr.c,v 1.2 1996/08/19 08:29:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/link_addr.3 b/lib/libc/net/link_addr.3 index 1a2af9b30d8..eb6c952177e 100644 --- a/lib/libc/net/link_addr.3 +++ b/lib/libc/net/link_addr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: linkaddr.3,v 1.2 1995/02/25 06:20:48 cgd Exp $ +.\" $OpenBSD: link_addr.3,v 1.2 1996/08/19 08:29:25 tholo Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,8 +34,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)linkaddr.3 8.1 (Berkeley) 7/28/93 -.\" .Dd July 28, 1993 .Dt LINK_ADDR 3 .Os BSD 4.4 diff --git a/lib/libc/net/linkaddr.c b/lib/libc/net/linkaddr.c index 19a0de3abdb..fb522f32335 100644 --- a/lib/libc/net/linkaddr.c +++ b/lib/libc/net/linkaddr.c @@ -1,5 +1,3 @@ -/* $NetBSD: linkaddr.c,v 1.5 1995/02/25 06:20:49 cgd Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)linkaddr.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: linkaddr.c,v 1.5 1995/02/25 06:20:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: linkaddr.c,v 1.2 1996/08/19 08:29:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3 index f89b4fe042c..6e096d9f4b8 100644 --- a/lib/libc/net/ns.3 +++ b/lib/libc/net/ns.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ns.3,v 1.3 1995/02/25 06:20:50 cgd Exp $ +.\" $OpenBSD: ns.3,v 1.2 1996/08/19 08:29:29 tholo Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ns.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt NS 3 .Os BSD 4.3 diff --git a/lib/libc/net/ns_addr.c b/lib/libc/net/ns_addr.c index f75ddb23b73..96e01e2106b 100644 --- a/lib/libc/net/ns_addr.c +++ b/lib/libc/net/ns_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: ns_addr.c,v 1.5 1995/02/25 06:20:51 cgd Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -37,11 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ns_addr.c 8.1 (Berkeley) 6/7/93"; -#else -static char rcsid[] = "$NetBSD: ns_addr.c,v 1.5 1995/02/25 06:20:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.2 1996/08/19 08:29:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/ns_ntoa.c b/lib/libc/net/ns_ntoa.c index 777028cff28..f7932ed3b60 100644 --- a/lib/libc/net/ns_ntoa.c +++ b/lib/libc/net/ns_ntoa.c @@ -1,5 +1,3 @@ -/* $NetBSD: ns_ntoa.c,v 1.4 1995/02/25 06:20:51 cgd Exp $ */ - /* * Copyright (c) 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ns_ntoa.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ns_ntoa.c,v 1.4 1995/02/25 06:20:51 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ns_ntoa.c,v 1.3 1996/08/19 08:29:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/nsap_addr.c b/lib/libc/net/nsap_addr.c index e4583a3db80..ce0a60a7d81 100644 --- a/lib/libc/net/nsap_addr.c +++ b/lib/libc/net/nsap_addr.c @@ -1,5 +1,3 @@ -/* $NetBSD: nsap_addr.c,v 1.1 1996/02/02 15:22:24 mrg Exp $ */ - /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char rcsid[] = "$Id: lib-libc-net,v 8.1 1995/12/22 21:59:52 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: nsap_addr.c,v 1.1 1996/02/02 15:22:24 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: nsap_addr.c,v 1.2 1996/08/19 08:29:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/ntohl.c b/lib/libc/net/ntohl.c index 5df37075ac6..0947a071aeb 100644 --- a/lib/libc/net/ntohl.c +++ b/lib/libc/net/ntohl.c @@ -1,13 +1,11 @@ -/* $NetBSD: ntohl.c,v 1.5.6.1 1996/05/29 23:28:26 cgd Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ntohl.c,v 1.5.6.1 1996/05/29 23:28:26 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: ntohl.c,v 1.3 1996/08/19 08:29:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <machine/endian.h> diff --git a/lib/libc/net/ntohs.c b/lib/libc/net/ntohs.c index a665db9f399..f7170398031 100644 --- a/lib/libc/net/ntohs.c +++ b/lib/libc/net/ntohs.c @@ -1,13 +1,11 @@ -/* $NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:28:33 cgd Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:28:33 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: ntohs.c,v 1.4 1996/08/19 08:29:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <machine/endian.h> diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index add4faa3141..50e30f74168 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rcmd.3,v 1.8.6.1 1996/05/28 02:29:22 mrg Exp $ +.\" $OpenBSD: rcmd.3,v 1.4 1996/08/19 08:29:37 tholo Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rcmd.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt RCMD 3 .Os BSD 4.2 diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 727a26e1732..ef98e882a2f 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -1,5 +1,3 @@ -/* $NetBSD: rcmd.c,v 1.12 1995/06/03 22:33:34 mycroft Exp $ */ - /* * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; -#else -static char *rcsid = "$NetBSD: rcmd.c,v 1.12 1995/06/03 22:33:34 mycroft Exp $"; -#endif +static char *rcsid = "$OpenBSD: rcmd.c,v 1.11 1996/08/19 08:29:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/recv.c b/lib/libc/net/recv.c index 44296378cba..d209a072132 100644 --- a/lib/libc/net/recv.c +++ b/lib/libc/net/recv.c @@ -1,5 +1,3 @@ -/* $NetBSD: recv.c,v 1.6 1995/02/25 06:20:54 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)recv.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: recv.c,v 1.6 1995/02/25 06:20:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: recv.c,v 1.2 1996/08/19 08:29:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c index 2d81327aafd..f64a81d7ce5 100644 --- a/lib/libc/net/res_comp.c +++ b/lib/libc/net/res_comp.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_comp.c,v 1.7 1996/02/02 15:22:26 mrg Exp $ */ - /*- * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_comp.c,v 8.3 1995/12/06 20:34:50 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_comp.c,v 1.7 1996/02/02 15:22:26 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_comp.c,v 1.3 1996/08/19 08:29:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 14e5ddf790d..e8fc192c512 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_debug.c,v 1.8 1996/02/02 15:22:27 mrg Exp $ */ - /*- * Copyright (c) 1985, 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_debug.c,v 8.7 1995/12/22 10:20:39 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_debug.c,v 1.8 1996/02/02 15:22:27 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_debug.c,v 1.3 1996/08/19 08:29:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index 2a1f4542507..9992acb6329 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $ */ - /*- * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static char rcsid[] = "$Id: res_init.c,v 8.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 1996/08/19 08:29:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/res_mkquery.c b/lib/libc/net/res_mkquery.c index 1f04c962720..90ffb9966a8 100644 --- a/lib/libc/net/res_mkquery.c +++ b/lib/libc/net/res_mkquery.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_mkquery.c,v 1.6 1996/02/02 15:22:32 mrg Exp $ */ - /*- * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_mkquery.c,v 8.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_mkquery.c,v 1.6 1996/02/02 15:22:32 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_mkquery.c,v 1.3 1996/08/19 08:29:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c index 61b6cb35c9b..e8bc8e547ee 100644 --- a/lib/libc/net/res_query.c +++ b/lib/libc/net/res_query.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_query.c,v 1.10 1996/02/02 15:22:34 mrg Exp $ */ - /*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_query.c,v 8.6 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_query.c,v 1.10 1996/02/02 15:22:34 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_query.c,v 1.4 1996/08/19 08:29:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index f0e9b098b6e..1efd17df2b8 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -1,5 +1,3 @@ -/* $NetBSD: res_send.c,v 1.5 1996/02/02 15:22:36 mrg Exp $ */ - /*- * Copyright (c) 1985, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -54,12 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: res_send.c,v 8.7 1995/12/03 08:31:17 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: res_send.c,v 1.5 1996/02/02 15:22:36 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: res_send.c,v 1.3 1996/08/19 08:29:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* change this to "0" diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 07bc10c393a..dc79e6dab67 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: resolver.3,v 1.6 1996/02/02 15:22:37 mrg Exp $ +.\" $OpenBSD: resolver.3,v 1.3 1996/08/19 08:29:50 tholo Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)resolver.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt RESOLVER 3 .Os BSD 4.3 diff --git a/lib/libc/net/send.c b/lib/libc/net/send.c index 88f3550ec6c..8495931ca30 100644 --- a/lib/libc/net/send.c +++ b/lib/libc/net/send.c @@ -1,5 +1,3 @@ -/* $NetBSD: send.c,v 1.6 1995/02/25 06:21:02 cgd Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: send.c,v 1.6 1995/02/25 06:21:02 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: send.c,v 1.2 1996/08/19 08:29:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/sethostent.c b/lib/libc/net/sethostent.c index df58b1bc928..58b50ae0a18 100644 --- a/lib/libc/net/sethostent.c +++ b/lib/libc/net/sethostent.c @@ -1,5 +1,3 @@ -/* $NetBSD: sethostent.c,v 1.5 1996/02/02 15:22:39 mrg Exp $ */ - /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -34,12 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sethostent.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: sethostent.c,v 8.3 1995/06/29 09:26:28 vixie Exp "; -#else -static char rcsid[] = "$NetBSD: sethostent.c,v 1.5 1996/02/02 15:22:39 mrg Exp $"; -#endif +static char rcsid[] = "$OpenBSD: sethostent.c,v 1.3 1996/08/19 08:29:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index c1fef07abaf..e515e8c51d5 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.8 1996/05/13 23:29:32 jtc Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:29:58 tholo Exp $ .PATH: ${.CURDIR}/nls diff --git a/lib/libc/nls/_catclose.c b/lib/libc/nls/_catclose.c index 74c214d97a4..d5c8aa258c8 100644 --- a/lib/libc/nls/_catclose.c +++ b/lib/libc/nls/_catclose.c @@ -1,10 +1,12 @@ -/* $NetBSD: _catclose.c,v 1.1 1996/05/13 23:29:34 jtc Exp $ */ - /* * Written by J.T. Conklin, 10/05/94 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _catclose.c,v 1.2 1996/08/19 08:30:01 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/nls/_catgets.c b/lib/libc/nls/_catgets.c index 2648bfb0222..13e8d56d00b 100644 --- a/lib/libc/nls/_catgets.c +++ b/lib/libc/nls/_catgets.c @@ -1,10 +1,12 @@ -/* $NetBSD: _catgets.c,v 1.2 1996/05/16 21:51:22 cgd Exp $ */ - /* * Written by J.T. Conklin, 10/05/94 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _catgets.c,v 1.2 1996/08/19 08:30:02 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/nls/_catopen.c b/lib/libc/nls/_catopen.c index 30cd40c7375..0c3afe41c49 100644 --- a/lib/libc/nls/_catopen.c +++ b/lib/libc/nls/_catopen.c @@ -1,10 +1,12 @@ -/* $NetBSD: _catopen.c,v 1.1 1996/05/13 23:29:36 jtc Exp $ */ - /* * Written by J.T. Conklin, 10/05/94 * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _catopen.c,v 1.2 1996/08/19 08:30:03 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include <sys/cdefs.h> #ifdef __indr_reference diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 636660b0b93..407e73ced36 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: catclose.3,v 1.4 1995/05/11 23:04:18 jtc Exp $ +.\" $OpenBSD: catclose.3,v 1.2 1996/08/19 08:30:04 tholo Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 7054ada5f2a..12c68b64104 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -1,5 +1,3 @@ -/* $NetBSD: catclose.c,v 1.7 1996/05/13 23:29:37 jtc Exp $ */ - /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,6 +34,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: catclose.c,v 1.3 1996/08/19 08:30:05 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #define _NLS_PRIVATE #include <sys/types.h> diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index 8650b5fad86..38435f3e6c9 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: catgets.3,v 1.5 1995/05/11 23:04:26 jtc Exp $ +.\" $OpenBSD: catgets.3,v 1.2 1996/08/19 08:30:06 tholo Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. diff --git a/lib/libc/nls/catgets.c b/lib/libc/nls/catgets.c index 1dbf56d9e47..1d1f269c1f5 100644 --- a/lib/libc/nls/catgets.c +++ b/lib/libc/nls/catgets.c @@ -1,5 +1,3 @@ -/* $NetBSD: catgets.c,v 1.8.4.1 1996/05/28 20:06:20 jtc Exp $ */ - /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,6 +34,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: catgets.c,v 1.4 1996/08/19 08:30:06 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #define _NLS_PRIVATE #include <errno.h> diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 71125c7650e..a9fbee3f349 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: catopen.3,v 1.5 1995/05/11 23:04:35 jtc Exp $ +.\" $OpenBSD: catopen.3,v 1.2 1996/08/19 08:30:07 tholo Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. diff --git a/lib/libc/nls/catopen.c b/lib/libc/nls/catopen.c index 069f9752e93..38b9abd36b9 100644 --- a/lib/libc/nls/catopen.c +++ b/lib/libc/nls/catopen.c @@ -1,5 +1,3 @@ -/* $NetBSD: catopen.c,v 1.6.4.3 1996/06/21 06:30:31 jtc Exp $ */ - /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. @@ -36,6 +34,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: catopen.c,v 1.5 1996/08/19 08:30:09 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #define _NLS_PRIVATE #include <limits.h> diff --git a/lib/libc/quad/Makefile.inc b/lib/libc/quad/Makefile.inc index 0ef2b0fff7b..b2373026187 100644 --- a/lib/libc/quad/Makefile.inc +++ b/lib/libc/quad/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/02/27 17:29:31 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:30:12 tholo Exp $ # Quad support SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c fixdfdi.c \ diff --git a/lib/libc/quad/TESTS/Makefile b/lib/libc/quad/TESTS/Makefile index decf428a2ae..4c5f5819ca0 100644 --- a/lib/libc/quad/TESTS/Makefile +++ b/lib/libc/quad/TESTS/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1995/02/27 17:31:26 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile,v 1.2 1996/08/19 08:30:55 tholo Exp $ all: mul divrem diff --git a/lib/libc/quad/TESTS/divrem.c b/lib/libc/quad/TESTS/divrem.c index 7691bb1cbc1..a99ed25afad 100644 --- a/lib/libc/quad/TESTS/divrem.c +++ b/lib/libc/quad/TESTS/divrem.c @@ -1,5 +1,3 @@ -/* $NetBSD: divrem.c,v 1.2 1995/02/27 17:31:30 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -44,11 +42,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)divrem.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: divrem.c,v 1.2 1995/02/27 17:31:30 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: divrem.c,v 1.2 1996/08/19 08:30:57 tholo Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/lib/libc/quad/TESTS/mul.c b/lib/libc/quad/TESTS/mul.c index 9daa23d6994..7dd35a6e8fd 100644 --- a/lib/libc/quad/TESTS/mul.c +++ b/lib/libc/quad/TESTS/mul.c @@ -1,5 +1,3 @@ -/* $NetBSD: mul.c,v 1.2 1995/02/27 17:31:34 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -44,11 +42,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)mul.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: mul.c,v 1.2 1995/02/27 17:31:34 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: mul.c,v 1.2 1996/08/19 08:30:58 tholo Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/lib/libc/quad/adddi3.c b/lib/libc/quad/adddi3.c index 2632865523f..84609bb8c3f 100644 --- a/lib/libc/quad/adddi3.c +++ b/lib/libc/quad/adddi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: adddi3.c,v 1.2 1995/02/27 17:29:36 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)adddi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: adddi3.c,v 1.2 1995/02/27 17:29:36 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: adddi3.c,v 1.2 1996/08/19 08:30:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/anddi3.c b/lib/libc/quad/anddi3.c index 4c92200e809..f44f282f854 100644 --- a/lib/libc/quad/anddi3.c +++ b/lib/libc/quad/anddi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: anddi3.c,v 1.2 1995/02/27 17:29:39 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)anddi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: anddi3.c,v 1.2 1995/02/27 17:29:39 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: anddi3.c,v 1.2 1996/08/19 08:30:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/ashldi3.c b/lib/libc/quad/ashldi3.c index 07ab9e5e93f..2220cfd9500 100644 --- a/lib/libc/quad/ashldi3.c +++ b/lib/libc/quad/ashldi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: ashldi3.c,v 1.2 1995/02/27 17:29:42 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ashldi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ashldi3.c,v 1.2 1995/02/27 17:29:42 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ashldi3.c,v 1.2 1996/08/19 08:30:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/ashrdi3.c b/lib/libc/quad/ashrdi3.c index 73777237f80..a32f6bac3cf 100644 --- a/lib/libc/quad/ashrdi3.c +++ b/lib/libc/quad/ashrdi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: ashrdi3.c,v 1.2 1995/02/27 17:29:45 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ashrdi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ashrdi3.c,v 1.2 1995/02/27 17:29:45 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ashrdi3.c,v 1.2 1996/08/19 08:30:18 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/cmpdi2.c b/lib/libc/quad/cmpdi2.c index 650a21ff6b3..2dda1218bcb 100644 --- a/lib/libc/quad/cmpdi2.c +++ b/lib/libc/quad/cmpdi2.c @@ -1,5 +1,3 @@ -/* $NetBSD: cmpdi2.c,v 1.2 1995/02/27 17:29:49 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)cmpdi2.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: cmpdi2.c,v 1.2 1995/02/27 17:29:49 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cmpdi2.c,v 1.2 1996/08/19 08:30:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/divdi3.c b/lib/libc/quad/divdi3.c index 7ccd545cca5..2023fea102d 100644 --- a/lib/libc/quad/divdi3.c +++ b/lib/libc/quad/divdi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: divdi3.c,v 1.2 1995/02/27 17:29:52 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)divdi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: divdi3.c,v 1.2 1995/02/27 17:29:52 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: divdi3.c,v 1.2 1996/08/19 08:30:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/fixdfdi.c b/lib/libc/quad/fixdfdi.c index 21649f626c9..93afe23b33a 100644 --- a/lib/libc/quad/fixdfdi.c +++ b/lib/libc/quad/fixdfdi.c @@ -1,5 +1,3 @@ -/* $NetBSD: fixdfdi.c,v 1.2 1995/02/27 17:29:54 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fixdfdi.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: fixdfdi.c,v 1.2 1995/02/27 17:29:54 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fixdfdi.c,v 1.2 1996/08/19 08:30:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/fixsfdi.c b/lib/libc/quad/fixsfdi.c index 11532181ddd..0fee0509a0b 100644 --- a/lib/libc/quad/fixsfdi.c +++ b/lib/libc/quad/fixsfdi.c @@ -1,5 +1,3 @@ -/* $NetBSD: fixsfdi.c,v 1.2 1995/02/27 17:29:56 cgd Exp $ */ - /*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fixsfdi.c 5.1 (Berkeley) 7/7/92"; -#else -static char rcsid[] = "$NetBSD: fixsfdi.c,v 1.2 1995/02/27 17:29:56 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fixsfdi.c,v 1.3 1996/08/19 08:30:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/fixunsdfdi.c b/lib/libc/quad/fixunsdfdi.c index 701708b5825..055ea424211 100644 --- a/lib/libc/quad/fixunsdfdi.c +++ b/lib/libc/quad/fixunsdfdi.c @@ -1,5 +1,3 @@ -/* $NetBSD: fixunsdfdi.c,v 1.3 1995/02/27 17:29:58 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fixunsdfdi.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: fixunsdfdi.c,v 1.3 1995/02/27 17:29:58 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fixunsdfdi.c,v 1.2 1996/08/19 08:30:25 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/fixunssfdi.c b/lib/libc/quad/fixunssfdi.c index 3ba43825aeb..4efaabfde6a 100644 --- a/lib/libc/quad/fixunssfdi.c +++ b/lib/libc/quad/fixunssfdi.c @@ -1,5 +1,3 @@ -/* $NetBSD: fixunssfdi.c,v 1.3 1995/02/27 17:30:02 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fixunssfdi.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: fixunssfdi.c,v 1.3 1995/02/27 17:30:02 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fixunssfdi.c,v 1.2 1996/08/19 08:30:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/floatdidf.c b/lib/libc/quad/floatdidf.c index cd09fd4d81a..75a0e7f4d9f 100644 --- a/lib/libc/quad/floatdidf.c +++ b/lib/libc/quad/floatdidf.c @@ -1,5 +1,3 @@ -/* $NetBSD: floatdidf.c,v 1.3 1995/02/27 17:30:07 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)floatdidf.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: floatdidf.c,v 1.3 1995/02/27 17:30:07 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: floatdidf.c,v 1.2 1996/08/19 08:30:28 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/floatdisf.c b/lib/libc/quad/floatdisf.c index babca5b117a..ad4f0273f01 100644 --- a/lib/libc/quad/floatdisf.c +++ b/lib/libc/quad/floatdisf.c @@ -1,5 +1,3 @@ -/* $NetBSD: floatdisf.c,v 1.3 1995/02/27 17:30:10 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)floatdisf.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: floatdisf.c,v 1.3 1995/02/27 17:30:10 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: floatdisf.c,v 1.2 1996/08/19 08:30:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/floatunsdidf.c b/lib/libc/quad/floatunsdidf.c index 640f2ac80f0..a7c59838b28 100644 --- a/lib/libc/quad/floatunsdidf.c +++ b/lib/libc/quad/floatunsdidf.c @@ -1,5 +1,3 @@ -/* $NetBSD: floatunsdidf.c,v 1.3 1995/02/27 17:30:14 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)floatunsdidf.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: floatunsdidf.c,v 1.3 1995/02/27 17:30:14 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: floatunsdidf.c,v 1.2 1996/08/19 08:30:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/iordi3.c b/lib/libc/quad/iordi3.c index 1fdd3050a15..623cf6d2931 100644 --- a/lib/libc/quad/iordi3.c +++ b/lib/libc/quad/iordi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: iordi3.c,v 1.2 1995/02/27 17:30:17 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)iordi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: iordi3.c,v 1.2 1995/02/27 17:30:17 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: iordi3.c,v 1.2 1996/08/19 08:30:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/lshldi3.c b/lib/libc/quad/lshldi3.c index 463630772c2..ab3070d3ee2 100644 --- a/lib/libc/quad/lshldi3.c +++ b/lib/libc/quad/lshldi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: lshldi3.c,v 1.2 1995/02/27 17:30:23 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)lshldi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: lshldi3.c,v 1.2 1995/02/27 17:30:23 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: lshldi3.c,v 1.2 1996/08/19 08:30:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/lshrdi3.c b/lib/libc/quad/lshrdi3.c index 3b00172fec3..339f45d9cda 100644 --- a/lib/libc/quad/lshrdi3.c +++ b/lib/libc/quad/lshrdi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: lshrdi3.c,v 1.2 1995/02/27 17:30:28 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)lshrdi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: lshrdi3.c,v 1.2 1995/02/27 17:30:28 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: lshrdi3.c,v 1.2 1996/08/19 08:30:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/moddi3.c b/lib/libc/quad/moddi3.c index f300a683f94..316c8ff0761 100644 --- a/lib/libc/quad/moddi3.c +++ b/lib/libc/quad/moddi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: moddi3.c,v 1.2 1995/02/27 17:30:35 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)moddi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: moddi3.c,v 1.2 1995/02/27 17:30:35 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: moddi3.c,v 1.2 1996/08/19 08:30:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/muldi3.c b/lib/libc/quad/muldi3.c index 48b199c15dd..d66cdb681b2 100644 --- a/lib/libc/quad/muldi3.c +++ b/lib/libc/quad/muldi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: muldi3.c,v 1.2 1995/02/27 17:30:39 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: muldi3.c,v 1.2 1995/02/27 17:30:39 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: muldi3.c,v 1.2 1996/08/19 08:30:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/negdi2.c b/lib/libc/quad/negdi2.c index c98412e3737..a3d4bdbd280 100644 --- a/lib/libc/quad/negdi2.c +++ b/lib/libc/quad/negdi2.c @@ -1,5 +1,3 @@ -/* $NetBSD: negdi2.c,v 1.2 1995/02/27 17:30:43 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)negdi2.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: negdi2.c,v 1.2 1995/02/27 17:30:43 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: negdi2.c,v 1.2 1996/08/19 08:30:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/notdi2.c b/lib/libc/quad/notdi2.c index ffef09c115e..f004b475bbf 100644 --- a/lib/libc/quad/notdi2.c +++ b/lib/libc/quad/notdi2.c @@ -1,5 +1,3 @@ -/* $NetBSD: notdi2.c,v 1.2 1995/02/27 17:30:47 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)notdi2.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: notdi2.c,v 1.2 1995/02/27 17:30:47 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: notdi2.c,v 1.2 1996/08/19 08:30:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/qdivrem.c b/lib/libc/quad/qdivrem.c index 130f369a339..033a08d260e 100644 --- a/lib/libc/quad/qdivrem.c +++ b/lib/libc/quad/qdivrem.c @@ -1,5 +1,3 @@ -/* $NetBSD: qdivrem.c,v 1.4 1995/02/27 17:30:53 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,10 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#ifdef notdef -static char sccsid[] = "@(#)qdivrem.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: qdivrem.c,v 1.4 1995/02/27 17:30:53 cgd Exp $"; +static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.2 1996/08/19 08:30:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h index 7c50401fb99..cb42001bd9b 100644 --- a/lib/libc/quad/quad.h +++ b/lib/libc/quad/quad.h @@ -1,5 +1,3 @@ -/* $NetBSD: quad.h,v 1.3.2.1 1995/10/12 15:09:18 jtc Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -36,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)quad.h 8.1 (Berkeley) 6/4/93 + * $OpenBSD: quad.h,v 1.2 1996/08/19 08:30:44 tholo Exp $ */ /* diff --git a/lib/libc/quad/subdi3.c b/lib/libc/quad/subdi3.c index b19d961ada9..adbbb152963 100644 --- a/lib/libc/quad/subdi3.c +++ b/lib/libc/quad/subdi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: subdi3.c,v 1.2 1995/02/27 17:31:03 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)subdi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: subdi3.c,v 1.2 1995/02/27 17:31:03 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: subdi3.c,v 1.2 1996/08/19 08:30:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/ucmpdi2.c b/lib/libc/quad/ucmpdi2.c index bda5a8fb132..25a8f049c2e 100644 --- a/lib/libc/quad/ucmpdi2.c +++ b/lib/libc/quad/ucmpdi2.c @@ -1,5 +1,3 @@ -/* $NetBSD: ucmpdi2.c,v 1.2 1995/02/27 17:31:06 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ucmpdi2.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: ucmpdi2.c,v 1.2 1995/02/27 17:31:06 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ucmpdi2.c,v 1.2 1996/08/19 08:30:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/udivdi3.c b/lib/libc/quad/udivdi3.c index 02c38071e7c..d75ac118790 100644 --- a/lib/libc/quad/udivdi3.c +++ b/lib/libc/quad/udivdi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: udivdi3.c,v 1.2 1995/02/27 17:31:09 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)udivdi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: udivdi3.c,v 1.2 1995/02/27 17:31:09 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: udivdi3.c,v 1.2 1996/08/19 08:30:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/umoddi3.c b/lib/libc/quad/umoddi3.c index 6d5ad079dcd..ee75f4ab532 100644 --- a/lib/libc/quad/umoddi3.c +++ b/lib/libc/quad/umoddi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: umoddi3.c,v 1.2 1995/02/27 17:31:13 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)umoddi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: umoddi3.c,v 1.2 1995/02/27 17:31:13 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: umoddi3.c,v 1.2 1996/08/19 08:30:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/quad/xordi3.c b/lib/libc/quad/xordi3.c index 6bb5123ccbc..0af568521bc 100644 --- a/lib/libc/quad/xordi3.c +++ b/lib/libc/quad/xordi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: xordi3.c,v 1.2 1995/02/27 17:31:16 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)xordi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: xordi3.c,v 1.2 1995/02/27 17:31:16 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: xordi3.c,v 1.2 1996/08/19 08:30:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" diff --git a/lib/libc/regex/COPYRIGHT b/lib/libc/regex/COPYRIGHT index dcb48066322..f8984264704 100644 --- a/lib/libc/regex/COPYRIGHT +++ b/lib/libc/regex/COPYRIGHT @@ -1,4 +1,4 @@ -$NetBSD: COPYRIGHT,v 1.4 1995/02/27 13:28:12 cgd Exp $ +$OpenBSD: COPYRIGHT,v 1.2 1996/08/19 08:31:00 tholo Exp $ Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. This software is not subject to any license of the American Telephone diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index 4167db7f042..74adaf8264a 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:28:19 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:31:01 tholo Exp $ # regex sources .PATH: ${.CURDIR}/regex diff --git a/lib/libc/regex/WHATSNEW b/lib/libc/regex/WHATSNEW index 93eb936060b..a6641e9799c 100644 --- a/lib/libc/regex/WHATSNEW +++ b/lib/libc/regex/WHATSNEW @@ -1,5 +1,4 @@ -# $NetBSD: WHATSNEW,v 1.6 1995/02/27 13:28:25 cgd Exp $ -# @(#)WHATSNEW 8.3 (Berkeley) 3/18/94 +# $OpenBSD: WHATSNEW,v 1.2 1996/08/19 08:31:03 tholo Exp $ New in alpha3.4: The complex bug alluded to below has been fixed (in a slightly kludgey temporary way that may hurt efficiency a bit; this is diff --git a/lib/libc/regex/cclass.h b/lib/libc/regex/cclass.h index 52cd47b8f0d..d10974c4169 100644 --- a/lib/libc/regex/cclass.h +++ b/lib/libc/regex/cclass.h @@ -1,4 +1,4 @@ -/* $NetBSD: cclass.h,v 1.3 1995/02/27 13:28:29 cgd Exp $ */ +/* $OpenBSD: cclass.h,v 1.2 1996/08/19 08:31:04 tholo Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)cclass.h 8.3 (Berkeley) 3/20/94 */ /* character-class table */ diff --git a/lib/libc/regex/cname.h b/lib/libc/regex/cname.h index 50479db089e..fb357f1e46d 100644 --- a/lib/libc/regex/cname.h +++ b/lib/libc/regex/cname.h @@ -1,4 +1,4 @@ -/* $NetBSD: cname.h,v 1.3 1995/02/27 13:28:33 cgd Exp $ */ +/* $OpenBSD: cname.h,v 1.2 1996/08/19 08:31:05 tholo Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)cname.h 8.3 (Berkeley) 3/20/94 */ /* character-name table */ diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index 93f6842ac1a..b9791be3687 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -1,5 +1,3 @@ -/* $NetBSD: engine.c,v 1.5 1995/02/27 13:28:39 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -35,10 +33,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)engine.c 8.5 (Berkeley) 3/20/94 */ +#if defined(SNAMES) && defined(LIBC_SCCS) && !defined(lint) +static char enginercsid[] = "$OpenBSD: engine.c,v 1.2 1996/08/19 08:31:06 tholo Exp $"; +#endif /* SNAMES and LIBC_SCCS and not lint */ + /* * The matching engine and friends. This file is #included by regexec.c * after suitable #defines of a variety of macros used herein, so that diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index a2ae26ccf54..065a426b28a 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: re_format.7,v 1.5 1995/02/27 13:28:52 cgd Exp $ +.\" $OpenBSD: re_format.7,v 1.2 1996/08/19 08:31:08 tholo Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 Henry Spencer. .\" Copyright (c) 1992, 1993, 1994 @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)re_format.7 8.3 (Berkeley) 3/20/94 -.\" .TH RE_FORMAT 7 "March 20, 1994" .SH NAME re_format \- POSIX 1003.2 regular expressions diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 9b64aa4b232..ec5713b71f7 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -1,5 +1,3 @@ -/* $NetBSD: regcomp.c,v 1.6 1995/02/27 13:29:01 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -35,16 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)regcomp.c 8.5 (Berkeley) 3/20/94 */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$NetBSD: regcomp.c,v 1.6 1995/02/27 13:29:01 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: regcomp.c,v 1.2 1996/08/19 08:31:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 54c1333d980..f34622c1823 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -1,5 +1,3 @@ -/* $NetBSD: regerror.c,v 1.4 1995/02/27 13:29:20 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -35,16 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)regerror.c 8.4 (Berkeley) 3/20/94 */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$NetBSD: regerror.c,v 1.4 1995/02/27 13:29:20 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: regerror.c,v 1.2 1996/08/19 08:31:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index f2c738bdc76..883c07c5e15 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: regex.3,v 1.4 1995/02/27 13:29:31 cgd Exp $ +.\" $OpenBSD: regex.3,v 1.2 1996/08/19 08:31:13 tholo Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 Henry Spencer. .\" Copyright (c) 1992, 1993, 1994 @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)regex.3 8.4 (Berkeley) 3/20/94 -.\" .TH REGEX 3 "March 20, 1994" .de ZR .\" one other place knows this name: the SEE ALSO section diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index 901a6393bfd..986c98aff65 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -1,4 +1,4 @@ -/* $NetBSD: regex2.h,v 1.5 1995/02/27 13:29:40 cgd Exp $ */ +/* $OpenBSD: regex2.h,v 1.2 1996/08/19 08:31:14 tholo Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)regex2.h 8.4 (Berkeley) 3/20/94 */ /* diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index 493340854ee..ea90a618170 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -1,5 +1,3 @@ -/* $NetBSD: regexec.c,v 1.6 1995/02/27 13:29:48 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -35,16 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)regexec.c 8.3 (Berkeley) 3/20/94 */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$NetBSD: regexec.c,v 1.6 1995/02/27 13:29:48 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: regexec.c,v 1.3 1996/08/19 08:31:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index e01e306272b..57471d675c5 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -1,5 +1,3 @@ -/* $NetBSD: regfree.c,v 1.4 1995/02/27 13:29:56 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. * Copyright (c) 1992, 1993, 1994 @@ -35,16 +33,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)regfree.c 8.3 (Berkeley) 3/20/94 */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94"; -#else -static char rcsid[] = "$NetBSD: regfree.c,v 1.4 1995/02/27 13:29:56 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: regfree.c,v 1.2 1996/08/19 08:31:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/regex/utils.h b/lib/libc/regex/utils.h index 2f372ce291b..165b166b441 100644 --- a/lib/libc/regex/utils.h +++ b/lib/libc/regex/utils.h @@ -1,4 +1,4 @@ -/* $NetBSD: utils.h,v 1.5 1995/02/27 13:29:59 cgd Exp $ */ +/* $OpenBSD: utils.h,v 1.2 1996/08/19 08:31:17 tholo Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ /* utility definitions */ diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 0d586601dda..62e842fdea5 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/07/20 06:12:15 deraadt Exp $ -# $NetBSD: Makefile.inc,v 1.8 1995/02/25 03:01:33 cgd Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:31:19 tholo Exp $ # librpc sources .PATH: ${.CURDIR}/arch/${MACHINE}/rpc ${.CURDIR}/rpc diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index d0dfa4022d9..354b30eb151 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -1,6 +1,3 @@ -/* $OpenBSD: auth_none.c,v 1.2 1996/07/20 06:12:16 deraadt Exp $ */ -/* $NetBSD: auth_none.c,v 1.3 1995/02/25 03:01:34 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: auth_none.c,v 1.2 1996/07/20 06:12:16 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: auth_none.c,v 1.3 1996/08/19 08:31:20 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * auth_none.c diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 996c21d6a49..a9f92373853 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,6 +1,3 @@ -/* $OpenBSD: auth_unix.c,v 1.3 1996/07/20 06:12:17 deraadt Exp $ */ -/* $NetBSD: auth_unix.c,v 1.2 1995/02/25 03:01:35 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: auth_unix.c,v 1.3 1996/07/20 06:12:17 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: auth_unix.c,v 1.4 1996/08/19 08:31:21 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * auth_unix.c, Implements UNIX style authentication parameters. diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 8788eb18cf8..676d4506712 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -1,6 +1,3 @@ -/* $OpenBSD: authunix_prot.c,v 1.2 1996/07/20 06:12:18 deraadt Exp $ */ -/* $NetBSD: authunix_prot.c,v 1.2 1995/02/25 03:01:36 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)authunix_prot.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.2 1996/07/20 06:12:18 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.3 1996/08/19 08:31:22 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * authunix_prot.c diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3 index 1487d3ec4de..45817399279 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -1,6 +1,4 @@ -.\" @(#)bindresvport.3n 2.2 88/08/02 4.0 RPCSRC; from 1.7 88/03/14 SMI -.\" $OpenBSD: bindresvport.3,v 1.2 1996/07/20 06:12:19 deraadt Exp $ -.\" $NetBSD: bindresvport.3,v 1.2 1995/02/25 03:01:37 cgd Exp $ +.\" $OpenBSD: bindresvport.3,v 1.3 1996/08/19 08:31:23 tholo Exp $ .\" .Dd November 22, 1987 .Dt BINDRESVPORT 3 diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 12f8820c4ee..ae3b7883209 100644 --- a/lib/libc/rpc/bindresvport.c +++ b/lib/libc/rpc/bindresvport.c @@ -1,6 +1,3 @@ -/* $OpenBSD: bindresvport.c,v 1.7 1996/07/30 16:25:47 downsj Exp $ */ -/* $NetBSD: bindresvport.c,v 1.5 1995/06/03 22:37:19 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bindresvport.c 1.8 88/02/08 SMI";*/ -/*static char *sccsid = "from: @(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: bindresvport.c,v 1.7 1996/07/30 16:25:47 downsj Exp $"; -#endif +static char *rcsid = "$OpenBSD: bindresvport.c,v 1.8 1996/08/19 08:31:24 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * Copyright (c) 1987 by Sun Microsystems, Inc. diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index a01cd484cd2..149f58c8e06 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_generic.c,v 1.2 1996/07/20 06:12:21 deraadt Exp $ */ -/* $NetBSD: clnt_generic.c,v 1.6 1995/06/03 22:37:21 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_generic.c 1.4 87/08/11 (C) 1987 SMI";*/ -/*static char *sccsid = "from: @(#)clnt_generic.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_generic.c,v 1.2 1996/07/20 06:12:21 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_generic.c,v 1.3 1996/08/19 08:31:25 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index 760fc08452a..59628a6fa09 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_perror.c,v 1.2 1996/07/20 06:12:22 deraadt Exp $ */ -/* $NetBSD: clnt_perror.c,v 1.7 1995/04/24 16:34:39 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)clnt_perror.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_perror.c,v 1.2 1996/07/20 06:12:22 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_perror.c,v 1.3 1996/08/19 08:31:26 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * clnt_perror.c diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index 4d9ce4c0fb9..a9215c86f74 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_raw.c,v 1.2 1996/07/20 06:12:23 deraadt Exp $ */ -/* $NetBSD: clnt_raw.c,v 1.3 1995/02/25 03:01:40 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.2 1996/07/20 06:12:23 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.3 1996/08/19 08:31:27 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * clnt_raw.c diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 1405406e7d7..291711b1cd1 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_simple.c,v 1.2 1996/07/20 06:12:23 deraadt Exp $ */ -/* $NetBSD: clnt_simple.c,v 1.5 1995/06/03 22:37:23 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_simple.c 1.35 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)clnt_simple.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_simple.c,v 1.2 1996/07/20 06:12:23 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_simple.c,v 1.3 1996/08/19 08:31:28 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * clnt_simple.c diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index daa893f3ed2..f76cf0203ab 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_tcp.c,v 1.5 1996/08/15 07:27:47 deraadt Exp $ */ -/* $NetBSD: clnt_tcp.c,v 1.4 1995/02/25 03:01:41 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_tcp.c,v 1.5 1996/08/15 07:27:47 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_tcp.c,v 1.6 1996/08/19 08:31:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * clnt_tcp.c, Implements a TCP/IP based, client side RPC. diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c index fadb7707d54..fec0c0e0ee1 100644 --- a/lib/libc/rpc/clnt_udp.c +++ b/lib/libc/rpc/clnt_udp.c @@ -1,6 +1,3 @@ -/* $OpenBSD: clnt_udp.c,v 1.5 1996/08/15 07:27:48 deraadt Exp $ */ -/* $NetBSD: clnt_udp.c,v 1.4 1995/02/25 03:01:42 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)clnt_udp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: clnt_udp.c,v 1.5 1996/08/15 07:27:48 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: clnt_udp.c,v 1.6 1996/08/19 08:31:30 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * clnt_udp.c, Implements a UDP/IP based, client side RPC. diff --git a/lib/libc/rpc/get_myaddress.c b/lib/libc/rpc/get_myaddress.c index e9f05d48052..aaa6741c483 100644 --- a/lib/libc/rpc/get_myaddress.c +++ b/lib/libc/rpc/get_myaddress.c @@ -1,6 +1,3 @@ -/* $OpenBSD: get_myaddress.c,v 1.4 1996/07/20 06:12:26 deraadt Exp $ */ -/* $NetBSD: get_myaddress.c,v 1.3 1996/01/04 20:05:04 pk Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)get_myaddress.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: get_myaddress.c,v 1.4 1996/07/20 06:12:26 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: get_myaddress.c,v 1.5 1996/08/19 08:31:31 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * get_myaddress.c diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index b77ed9c68b8..3baf10b3062 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -1,6 +1,4 @@ -.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI -.\" $OpenBSD: getrpcent.3,v 1.2 1996/07/20 06:12:27 deraadt Exp $ -.\" $NetBSD: getrpcent.3,v 1.2 1995/02/25 03:01:44 cgd Exp $ +.\" $OpenBSD: getrpcent.3,v 1.3 1996/08/19 08:31:32 tholo Exp $ .\" .Dd December 14, 1987 .Dt GETRPCENT 3 diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index d3781602705..f0b0b91ae63 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -1,6 +1,3 @@ -/* $OpenBSD: getrpcent.c,v 1.2 1996/07/20 06:12:28 deraadt Exp $ */ -/* $NetBSD: getrpcent.c,v 1.4 1995/02/25 03:01:45 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -32,9 +29,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)getrpcent.c 1.14 91/03/11 Copyr 1984 Sun Micro";*/ -static char *rcsid = "$OpenBSD: getrpcent.c,v 1.2 1996/07/20 06:12:28 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: getrpcent.c,v 1.3 1996/08/19 08:31:34 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * Copyright (c) 1984 by Sun Microsystems, Inc. diff --git a/lib/libc/rpc/getrpcport.3 b/lib/libc/rpc/getrpcport.3 index 68fab43af77..59c1cab134d 100644 --- a/lib/libc/rpc/getrpcport.3 +++ b/lib/libc/rpc/getrpcport.3 @@ -1,6 +1,4 @@ -.\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI -.\" $OpenBSD: getrpcport.3,v 1.2 1996/07/20 06:12:29 deraadt Exp $ -.\" $NetBSD: getrpcport.3,v 1.2 1995/02/25 03:01:46 cgd Exp $ +.\" $OpenBSD: getrpcport.3,v 1.3 1996/08/19 08:31:35 tholo Exp $ .\" .Dd October 6, 1987 .Dt GETRPCPORT 3 diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index 6e78e5fc0fa..17bf500aef3 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -1,6 +1,3 @@ -/* $OpenBSD: getrpcport.c,v 1.3 1996/07/20 06:12:30 deraadt Exp $ */ -/* $NetBSD: getrpcport.c,v 1.5 1995/06/03 22:37:24 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)getrpcport.c 1.3 87/08/11 SMI";*/ -/*static char *sccsid = "from: @(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: getrpcport.c,v 1.3 1996/07/20 06:12:30 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: getrpcport.c,v 1.4 1996/08/19 08:31:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * Copyright (c) 1985 by Sun Microsystems, Inc. diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index e36c64c51a6..15625b1fd56 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_clnt.c,v 1.4 1996/07/20 06:12:30 deraadt Exp $ */ -/* $NetBSD: pmap_clnt.c,v 1.3 1996/01/04 20:06:22 pk Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_clnt.c 1.37 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_clnt.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.4 1996/07/20 06:12:30 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.5 1996/08/19 08:31:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_clnt.c diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 29ec685469f..be6cd8fc466 100644 --- a/lib/libc/rpc/pmap_getmaps.c +++ b/lib/libc/rpc/pmap_getmaps.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_getmaps.c,v 1.2 1996/07/20 06:12:31 deraadt Exp $ */ -/* $NetBSD: pmap_getmaps.c,v 1.3 1995/02/25 03:01:48 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_getmaps.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_getmaps.c,v 1.2 1996/07/20 06:12:31 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_getmaps.c,v 1.3 1996/08/19 08:31:37 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_getmap.c diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index ca88f9caf32..89e867e8f57 100644 --- a/lib/libc/rpc/pmap_getport.c +++ b/lib/libc/rpc/pmap_getport.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_getport.c,v 1.2 1996/07/20 06:12:32 deraadt Exp $ */ -/* $NetBSD: pmap_getport.c,v 1.2 1995/02/25 03:01:49 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_getport.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_getport.c,v 1.2 1996/07/20 06:12:32 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_getport.c,v 1.3 1996/08/19 08:31:38 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_getport.c diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index e49f5027ea5..ef8c45a70bd 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_prot.c,v 1.2 1996/07/20 06:12:33 deraadt Exp $ */ -/* $NetBSD: pmap_prot.c,v 1.2 1995/02/25 03:01:49 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_prot.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.2 1996/07/20 06:12:33 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.3 1996/08/19 08:31:39 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_prot.c diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index 043fb20dd7e..d14c7f1992f 100644 --- a/lib/libc/rpc/pmap_prot2.c +++ b/lib/libc/rpc/pmap_prot2.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_prot2.c,v 1.2 1996/07/20 06:12:34 deraadt Exp $ */ -/* $NetBSD: pmap_prot2.c,v 1.2 1995/02/25 03:01:50 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_prot2.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_prot2.c,v 1.2 1996/07/20 06:12:34 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_prot2.c,v 1.3 1996/08/19 08:31:41 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_prot2.c diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index a4e9b0b57aa..ab5624132a6 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -1,6 +1,3 @@ -/* $OpenBSD: pmap_rmt.c,v 1.6 1996/08/15 07:27:49 deraadt Exp $ */ -/* $NetBSD: pmap_rmt.c,v 1.6 1995/06/03 22:37:25 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: pmap_rmt.c,v 1.6 1996/08/15 07:27:49 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: pmap_rmt.c,v 1.7 1996/08/19 08:31:42 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * pmap_rmt.c diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index b4479726d12..9ad594dbffb 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,6 +1,4 @@ -.\" @(#)rpc.3n 2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI -.\" $OpenBSD: rpc.3,v 1.4 1996/08/13 06:36:59 deraadt Exp $ -.\" $NetBSD: rpc.3,v 1.3 1996/01/04 20:09:53 pk Exp $ +.\" $OpenBSD: rpc.3,v 1.5 1996/08/19 08:31:44 tholo Exp $ .\" .TH RPC 3N "16 February 1988" .SH NAME diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index d798f9fb7b5..555d4de17ac 100644 --- a/lib/libc/rpc/rpc_callmsg.c +++ b/lib/libc/rpc/rpc_callmsg.c @@ -1,6 +1,3 @@ -/* $OpenBSD: rpc_callmsg.c,v 1.2 1996/07/20 06:12:37 deraadt Exp $ */ -/* $NetBSD: rpc_callmsg.c,v 1.4 1995/04/29 05:26:31 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)rpc_callmsg.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: rpc_callmsg.c,v 1.2 1996/07/20 06:12:37 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: rpc_callmsg.c,v 1.3 1996/08/19 08:31:45 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * rpc_callmsg.c diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index cf9829570fc..46f2ccff110 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -1,6 +1,3 @@ -/* $OpenBSD: rpc_commondata.c,v 1.2 1996/07/20 06:12:37 deraadt Exp $ */ -/* $NetBSD: rpc_commondata.c,v 1.4 1995/02/25 03:01:54 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,9 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rpc_commondata.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: rpc_commondata.c,v 1.2 1996/07/20 06:12:37 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: rpc_commondata.c,v 1.3 1996/08/19 08:31:47 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <rpc/rpc.h> /* diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index ee411715f20..d4ecdf880a2 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -1,6 +1,3 @@ -/* $OpenBSD: rpc_dtablesize.c,v 1.3 1996/08/13 06:37:42 deraadt Exp $ */ -/* $NetBSD: rpc_dtablesize.c,v 1.3 1995/02/25 03:01:55 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro";*/ -/*static char *sccsid = "from: @(#)rpc_dtablesize.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: rpc_dtablesize.c,v 1.3 1996/08/13 06:37:42 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: rpc_dtablesize.c,v 1.4 1996/08/19 08:31:48 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index 0ea24e963ac..453d23bbde1 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -1,6 +1,3 @@ -/* $OpenBSD: rpc_prot.c,v 1.2 1996/07/20 06:12:39 deraadt Exp $ */ -/* $NetBSD: rpc_prot.c,v 1.3 1995/04/29 05:26:35 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rpc_prot.c 1.36 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: rpc_prot.c,v 1.2 1996/07/20 06:12:39 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: rpc_prot.c,v 1.3 1996/08/19 08:31:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * rpc_prot.c diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index a9c1775476d..403183fc2e2 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc.c,v 1.5 1996/08/15 07:27:49 deraadt Exp $ */ -/* $NetBSD: svc.c,v 1.9 1996/05/17 00:32:22 jtc Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc.c 2.4 88/08/11 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc.c,v 1.5 1996/08/15 07:27:49 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc.c,v 1.6 1996/08/19 08:31:51 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc.c, Server-side remote procedure call interface. diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 3522cf90793..95729a81e51 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_auth.c,v 1.2 1996/07/20 06:12:41 deraadt Exp $ */ -/* $NetBSD: svc_auth.c,v 1.2 1995/02/25 03:01:57 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_auth.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_auth.c 2.1 88/08/07 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_auth.c,v 1.2 1996/07/20 06:12:41 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_auth.c,v 1.3 1996/08/19 08:31:52 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_auth_nodes.c, Server-side rpc authenticator interface, diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index 67e62014873..a1eb7b8ce52 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_auth_unix.c,v 1.2 1996/07/20 06:12:42 deraadt Exp $ */ -/* $NetBSD: svc_auth_unix.c,v 1.3 1995/02/25 03:01:58 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_auth_unix.c 1.28 88/02/08 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_auth_unix.c 2.3 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.2 1996/07/20 06:12:42 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.3 1996/08/19 08:31:53 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_auth_unix.c diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index e651667da18..cc00ef7da82 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_raw.c,v 1.2 1996/07/20 06:12:43 deraadt Exp $ */ -/* $NetBSD: svc_raw.c,v 1.3 1995/02/25 03:01:59 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_raw.c 1.15 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_raw.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_raw.c,v 1.2 1996/07/20 06:12:43 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_raw.c,v 1.3 1996/08/19 08:31:54 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_raw.c, This a toy for simple testing and timing. diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 27b4c0e02fd..0098304a279 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_run.c,v 1.4 1996/08/15 07:27:50 deraadt Exp $ */ -/* $NetBSD: svc_run.c,v 1.6 1995/02/25 03:02:00 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_run.c,v 1.4 1996/08/15 07:27:50 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_run.c,v 1.5 1996/08/19 08:31:55 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * This is the rpc server side idle loop diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index f1d5d6d574b..57a336c3e68 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_simple.c,v 1.2 1996/07/20 06:12:44 deraadt Exp $ */ -/* $NetBSD: svc_simple.c,v 1.4 1995/04/14 19:48:28 jtc Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_simple.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_simple.c,v 1.2 1996/07/20 06:12:44 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_simple.c,v 1.3 1996/08/19 08:31:56 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_simple.c diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index cb35f3330d5..4482f06d459 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_tcp.c,v 1.5 1996/08/15 07:27:50 deraadt Exp $ */ -/* $NetBSD: svc_tcp.c,v 1.6 1995/06/03 22:37:27 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_tcp.c,v 1.5 1996/08/15 07:27:50 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_tcp.c,v 1.6 1996/08/19 08:31:57 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_tcp.c, Server side for TCP/IP based RPC. diff --git a/lib/libc/rpc/svc_udp.c b/lib/libc/rpc/svc_udp.c index 9fe5f83703f..c5fdfe0793b 100644 --- a/lib/libc/rpc/svc_udp.c +++ b/lib/libc/rpc/svc_udp.c @@ -1,6 +1,3 @@ -/* $OpenBSD: svc_udp.c,v 1.2 1996/07/20 06:12:46 deraadt Exp $ */ -/* $NetBSD: svc_udp.c,v 1.6 1995/06/03 22:37:28 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)svc_udp.c 2.2 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: svc_udp.c,v 1.2 1996/07/20 06:12:46 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: svc_udp.c,v 1.3 1996/08/19 08:31:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * svc_udp.c, diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 778e11c52a3..806e11e415a 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,6 +1,4 @@ -.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI -.\" $OpenBSD: xdr.3,v 1.2 1996/07/20 06:12:48 deraadt Exp $ -.\" $NetBSD: xdr.3,v 1.2 1995/02/25 03:02:03 cgd Exp $ +.\" $OpenBSD: xdr.3,v 1.3 1996/08/19 08:32:00 tholo Exp $ .\" .TH XDR 3N "16 February 1988" .SH NAME diff --git a/lib/libc/rpc/xdr.c b/lib/libc/rpc/xdr.c index 6d66afb95eb..6272a1dbb92 100644 --- a/lib/libc/rpc/xdr.c +++ b/lib/libc/rpc/xdr.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr.c,v 1.2 1996/07/20 06:12:49 deraadt Exp $ */ -/* $NetBSD: xdr.c,v 1.8 1995/04/29 05:26:38 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr.c 1.35 87/08/12";*/ -/*static char *sccsid = "from: @(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr.c,v 1.2 1996/07/20 06:12:49 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr.c,v 1.3 1996/08/19 08:32:01 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr.c, Generic XDR routines implementation. diff --git a/lib/libc/rpc/xdr_array.c b/lib/libc/rpc/xdr_array.c index 020036f8eb9..281a5431ae2 100644 --- a/lib/libc/rpc/xdr_array.c +++ b/lib/libc/rpc/xdr_array.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_array.c,v 1.2 1996/07/20 06:12:50 deraadt Exp $ */ -/* $NetBSD: xdr_array.c,v 1.4 1995/04/14 20:30:16 jtc Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr_array.c,v 1.2 1996/07/20 06:12:50 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_array.c,v 1.3 1996/08/19 08:32:02 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_array.c, Generic XDR routines impelmentation. diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c index ad67d97af75..3b200ddb1b3 100644 --- a/lib/libc/rpc/xdr_float.c +++ b/lib/libc/rpc/xdr_float.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_float.c,v 1.3 1996/03/19 23:30:28 niklas Exp $ */ -/* $NetBSD: xdr_float.c,v 1.10 1996/02/16 21:14:03 mark Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr_float.c,v 1.3 1996/03/19 23:30:28 niklas Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_float.c,v 1.4 1996/08/19 08:32:03 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_float.c, Generic XDR routines impelmentation. diff --git a/lib/libc/rpc/xdr_mem.c b/lib/libc/rpc/xdr_mem.c index ea6c5978a36..66e5d0432a2 100644 --- a/lib/libc/rpc/xdr_mem.c +++ b/lib/libc/rpc/xdr_mem.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_mem.c,v 1.3 1996/07/20 06:12:50 deraadt Exp $ */ -/* $NetBSD: xdr_mem.c,v 1.4 1996/02/08 08:06:05 mycroft Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: xdr_mem.c,v 1.4 1996/02/08 08:06:05 mycroft Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_mem.c,v 1.4 1996/08/19 08:32:04 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_mem.h, XDR implementation using memory buffers. diff --git a/lib/libc/rpc/xdr_rec.c b/lib/libc/rpc/xdr_rec.c index 4e0e106e174..320310b200f 100644 --- a/lib/libc/rpc/xdr_rec.c +++ b/lib/libc/rpc/xdr_rec.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_rec.c,v 1.3 1996/07/20 06:12:51 deraadt Exp $ */ -/* $NetBSD: xdr_rec.c,v 1.5 1995/02/25 03:02:08 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -30,10 +27,8 @@ * Mountain View, California 94043 */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr_rec.c,v 1.3 1996/07/20 06:12:51 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_rec.c,v 1.4 1996/08/19 08:32:06 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_rec.c, Implements TCP/IP based XDR streams with a "record marking" diff --git a/lib/libc/rpc/xdr_reference.c b/lib/libc/rpc/xdr_reference.c index 49afe5e65b5..5276e7c6c42 100644 --- a/lib/libc/rpc/xdr_reference.c +++ b/lib/libc/rpc/xdr_reference.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_reference.c,v 1.2 1996/07/20 06:12:52 deraadt Exp $ */ -/* $NetBSD: xdr_reference.c,v 1.5 1995/04/14 20:30:18 jtc Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_reference.c 1.11 87/08/11 SMI";*/ -/*static char *sccsid = "from: @(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr_reference.c,v 1.2 1996/07/20 06:12:52 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_reference.c,v 1.3 1996/08/19 08:32:06 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_reference.c, Generic XDR routines impelmentation. diff --git a/lib/libc/rpc/xdr_stdio.c b/lib/libc/rpc/xdr_stdio.c index f15fbe57424..e4aa8779921 100644 --- a/lib/libc/rpc/xdr_stdio.c +++ b/lib/libc/rpc/xdr_stdio.c @@ -1,6 +1,3 @@ -/* $OpenBSD: xdr_stdio.c,v 1.2 1996/07/20 06:12:53 deraadt Exp $ */ -/* $NetBSD: xdr_stdio.c,v 1.3 1995/02/25 03:02:09 cgd Exp $ */ - /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +28,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)xdr_stdio.c 1.16 87/08/11 Copyr 1984 Sun Micro";*/ -/*static char *sccsid = "from: @(#)xdr_stdio.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$OpenBSD: xdr_stdio.c,v 1.2 1996/07/20 06:12:53 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_stdio.c,v 1.3 1996/08/19 08:32:08 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* * xdr_stdio.c, XDR implementation on standard i/o file. diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 1b2810e9bd3..b66356ca618 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,5 +1,4 @@ -# from: @(#)Makefile.inc 5.7 (Berkeley) 6/27/91 -# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:42:11 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:32:16 tholo Exp $ # stdio sources .PATH: ${.CURDIR}/stdio diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index 66a30c50a08..90de2ddaaca 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -1,5 +1,3 @@ -/* $NetBSD: clrerr.c,v 1.4 1995/02/02 02:09:03 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)clrerr.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: clrerr.c,v 1.4 1995/02/02 02:09:03 jtc Exp $"; +static char rcsid[] = "$OpenBSD: clrerr.c,v 1.2 1996/08/19 08:32:17 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 30d88d8cdfd..1e1f0f5beee 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fclose.3,v 1.4 1995/02/02 01:15:33 jtc Exp $ +.\" $OpenBSD: fclose.3,v 1.2 1996/08/19 08:32:18 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fclose.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FCLOSE 3 .Os diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index b73fcc264a5..b2a0567ec10 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -1,5 +1,3 @@ -/* $NetBSD: fclose.c,v 1.5 1995/02/02 02:09:04 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fclose.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fclose.c,v 1.5 1995/02/02 02:09:04 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fclose.c,v 1.2 1996/08/19 08:32:19 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index e5fb125eead..15ca5ac50e5 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -1,5 +1,3 @@ -/* $NetBSD: fdopen.c,v 1.5 1995/02/02 02:09:05 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fdopen.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fdopen.c,v 1.5 1995/02/02 02:09:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fdopen.c,v 1.2 1996/08/19 08:32:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index 77e1588aa25..2186465fc7a 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -1,5 +1,3 @@ -/* $NetBSD: feof.c,v 1.5 1995/02/02 02:09:06 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: feof.c,v 1.5 1995/02/02 02:09:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: feof.c,v 1.2 1996/08/19 08:32:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index d6f4be801e6..bd3d09b3c86 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ferror.3,v 1.5 1995/02/02 01:15:35 jtc Exp $ +.\" $OpenBSD: ferror.3,v 1.2 1996/08/19 08:32:23 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ferror.3 8.2 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt FERROR 3 .Os diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index 1f2cd6b2b5d..eac31818e1f 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -1,5 +1,3 @@ -/* $NetBSD: ferror.c,v 1.5 1995/02/02 02:09:07 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: ferror.c,v 1.5 1995/02/02 02:09:07 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ferror.c,v 1.2 1996/08/19 08:32:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index c9f52ab79c4..a13e5f7478b 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fflush.3,v 1.4 1995/02/02 01:15:36 jtc Exp $ +.\" $OpenBSD: fflush.3,v 1.2 1996/08/19 08:32:25 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fflush.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FFLUSH 3 .Os diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index d154c28049d..3a01b446252 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -1,5 +1,3 @@ -/* $NetBSD: fflush.c,v 1.7 1995/02/02 02:09:08 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fflush.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fflush.c,v 1.7 1995/02/02 02:09:08 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fflush.c,v 1.2 1996/08/19 08:32:26 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index 49b9e5bb092..4f22603a4be 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -1,5 +1,3 @@ -/* $NetBSD: fgetc.c,v 1.5 1995/02/02 02:09:09 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fgetc.c,v 1.5 1995/02/02 02:09:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fgetc.c,v 1.2 1996/08/19 08:32:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index a22bb001f9e..226cc4b9ef9 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fgetln.3,v 1.3 1995/02/02 01:15:37 jtc Exp $ +.\" $OpenBSD: fgetln.3,v 1.2 1996/08/19 08:32:28 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt FGETLN 3 .Os diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index f1be73374fb..e3e616545fc 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -1,5 +1,3 @@ -/* $NetBSD: fgetln.c,v 1.2 1995/02/02 02:09:10 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* from: static char sccsid[] = "@(#)fgetline.c 8.1 (Berkeley) 6/4/93"; */ -static char *rcsid = "$Id: fgetln.c,v 1.1.1.1 1995/10/18 08:42:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: fgetln.c,v 1.2 1996/08/19 08:32:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index 3c720765a7c..83edbcbcf1e 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -1,5 +1,3 @@ -/* $NetBSD: fgetpos.c,v 1.6 1995/02/02 02:09:12 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fgetpos.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fgetpos.c,v 1.6 1995/02/02 02:09:12 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fgetpos.c,v 1.2 1996/08/19 08:32:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 424d879275b..1484857b0a7 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fgets.3,v 1.5 1995/02/02 01:15:38 jtc Exp $ +.\" $OpenBSD: fgets.3,v 1.3 1996/08/19 08:32:31 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fgets.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FGETS 3 .Os diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index d0b53480c70..29e91ad4593 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -1,5 +1,3 @@ -/* $NetBSD: fgets.c,v 1.5 1995/03/25 02:50:04 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93"; -#endif -static char rcsid[] = "$NetBSD: fgets.c,v 1.5 1995/03/25 02:50:04 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fgets.c,v 1.2 1996/08/19 08:32:33 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index 08b0a676a3b..cf9e39e33eb 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -1,5 +1,3 @@ -/* $NetBSD: fileno.c,v 1.5 1995/02/02 02:09:15 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fileno.c,v 1.5 1995/02/02 02:09:15 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fileno.c,v 1.2 1996/08/19 08:32:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 326defa4f40..0702efad985 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -1,5 +1,3 @@ -/* $NetBSD: findfp.c,v 1.6 1995/02/02 02:09:17 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)findfp.c 8.2 (Berkeley) 1/4/94"; -#endif -static char rcsid[] = "$NetBSD: findfp.c,v 1.6 1995/02/02 02:09:17 jtc Exp $"; +static char rcsid[] = "$OpenBSD: findfp.c,v 1.2 1996/08/19 08:32:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 71b401c1508..dfc90c50a8c 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -1,5 +1,3 @@ -/* $NetBSD: flags.c,v 1.5 1995/02/02 02:09:19 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)flags.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: flags.c,v 1.5 1995/02/02 02:09:19 jtc Exp $"; +static char rcsid[] = "$OpenBSD: flags.c,v 1.3 1996/08/19 08:32:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/floatio.h b/lib/libc/stdio/floatio.h index 50340eb6427..fef3033538f 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -1,4 +1,4 @@ -/* $NetBSD: floatio.h,v 1.3 1995/02/02 02:09:21 jtc Exp $ */ +/* $OpenBSD: floatio.h,v 1.2 1996/08/19 08:32:38 tholo Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,8 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)floatio.h 8.1 (Berkeley) 6/4/93 */ /* diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index c3668699457..f16b5aa6778 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fopen.3,v 1.4 1995/02/02 01:15:39 jtc Exp $ +.\" $OpenBSD: fopen.3,v 1.2 1996/08/19 08:32:39 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fopen.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FOPEN 3 .Os diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index c5f3571d433..d1c1a371f8d 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -1,5 +1,3 @@ -/* $NetBSD: fopen.c,v 1.4 1995/02/02 02:09:23 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fopen.c,v 1.4 1995/02/02 02:09:23 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fopen.c,v 1.2 1996/08/19 08:32:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index 7efbda7d529..838b71fba1e 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: fprintf.c,v 1.5 1995/02/02 02:09:26 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fprintf.c,v 1.5 1995/02/02 02:09:26 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fprintf.c,v 1.2 1996/08/19 08:32:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index b92834a5624..efb6a87f472 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -1,5 +1,3 @@ -/* $NetBSD: fpurge.c,v 1.4 1995/02/02 02:09:29 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fpurge.c,v 1.4 1995/02/02 02:09:29 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fpurge.c,v 1.2 1996/08/19 08:32:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index b0e812161cf..b7630b1a3a1 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -1,5 +1,3 @@ -/* $NetBSD: fputc.c,v 1.4 1995/02/02 02:09:30 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fputc.c,v 1.4 1995/02/02 02:09:30 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fputc.c,v 1.2 1996/08/19 08:32:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index bb71120d95d..486b52455db 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fputs.3,v 1.4 1995/02/02 01:15:40 jtc Exp $ +.\" $OpenBSD: fputs.3,v 1.2 1996/08/19 08:32:43 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fputs.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FPUTS 3 .Os diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index 642a98f125f..b6d61573013 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -1,5 +1,3 @@ -/* $NetBSD: fputs.c,v 1.4 1995/02/02 02:09:32 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fputs.c,v 1.4 1995/02/02 02:09:32 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fputs.c,v 1.2 1996/08/19 08:32:43 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 90cc2af8807..5d4a5600f23 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fread.3,v 1.5 1995/02/02 01:15:42 jtc Exp $ +.\" $OpenBSD: fread.3,v 1.2 1996/08/19 08:32:44 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fread.3 8.2 (Berkeley) 3/8/94 -.\" .Dd March 8, 1994 .Dt FREAD 3 .Os diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index 4ebdb065ddd..4773abfa458 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -1,5 +1,3 @@ -/* $NetBSD: fread.c,v 1.6 1995/02/02 02:09:34 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fread.c 8.2 (Berkeley) 12/11/93"; -#endif -static char rcsid[] = "$NetBSD: fread.c,v 1.6 1995/02/02 02:09:34 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fread.c,v 1.2 1996/08/19 08:32:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index e5e0b53e84b..ddf92115f1c 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -1,5 +1,3 @@ -/* $NetBSD: freopen.c,v 1.5 1996/05/04 19:25:19 mycroft Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: freopen.c,v 1.5 1996/05/04 19:25:19 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: freopen.c,v 1.3 1996/08/19 08:32:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index 92750097863..3ea6b6ad79e 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: fscanf.c,v 1.4 1995/02/02 02:09:37 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fscanf.c,v 1.4 1995/02/02 02:09:37 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fscanf.c,v 1.2 1996/08/19 08:32:45 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 1eb8c380304..f48737deacb 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fseek.3,v 1.6 1995/02/02 01:15:43 jtc Exp $ +.\" $OpenBSD: fseek.3,v 1.2 1996/08/19 08:32:46 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fseek.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt FSEEK 3 .Os diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 2b272256447..035ac7918c3 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -1,5 +1,3 @@ -/* $NetBSD: fseek.c,v 1.8 1995/03/05 06:56:09 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94"; -#endif -static char rcsid[] = "$NetBSD: fseek.c,v 1.8 1995/03/05 06:56:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fseek.c,v 1.2 1996/08/19 08:32:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index 8a16865e192..c6fae71d7b0 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -1,5 +1,3 @@ -/* $NetBSD: fsetpos.c,v 1.5 1995/02/02 02:09:41 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fsetpos.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fsetpos.c,v 1.5 1995/02/02 02:09:41 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fsetpos.c,v 1.2 1996/08/19 08:32:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index 14500c745e7..64d69266047 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -1,5 +1,3 @@ -/* $NetBSD: ftell.c,v 1.6 1995/03/22 18:19:51 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ftell.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: ftell.c,v 1.6 1995/03/22 18:19:51 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ftell.c,v 1.2 1996/08/19 08:32:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 2e6277825a3..856aba6864e 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: funopen.3,v 1.5 1996/01/17 01:42:55 jtc Exp $ +.\" $OpenBSD: funopen.3,v 1.3 1996/08/19 08:32:48 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,8 +33,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)funopen.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt FUNOPEN 3 .Os diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 7f05c36f585..354409b6c61 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -1,5 +1,3 @@ -/* $NetBSD: funopen.c,v 1.4 1995/02/02 02:09:44 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: funopen.c,v 1.4 1995/02/02 02:09:44 jtc Exp $"; +static char rcsid[] = "$OpenBSD: funopen.c,v 1.2 1996/08/19 08:32:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 7ae1a3a4c21..029e8b184ca 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -1,5 +1,3 @@ -/* $NetBSD: fvwrite.c,v 1.4 1995/02/02 02:09:45 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fvwrite.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fvwrite.c,v 1.4 1995/02/02 02:09:45 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fvwrite.c,v 1.2 1996/08/19 08:32:49 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index 8f4f680205d..db9b6fcc283 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -1,4 +1,4 @@ -/* $NetBSD: fvwrite.h,v 1.3 1995/02/02 02:09:47 jtc Exp $ */ +/* $OpenBSD: fvwrite.h,v 1.2 1996/08/19 08:32:49 tholo Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,8 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)fvwrite.h 8.1 (Berkeley) 6/4/93 */ /* diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index f4c1877f346..fd05d21d83e 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -1,5 +1,3 @@ -/* $NetBSD: fwalk.c,v 1.4 1995/02/02 02:09:49 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fwalk.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fwalk.c,v 1.4 1995/02/02 02:09:49 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fwalk.c,v 1.2 1996/08/19 08:32:50 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 47f5b55c93e..99f8209eb74 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -1,5 +1,3 @@ -/* $NetBSD: fwrite.c,v 1.5 1995/02/02 02:09:51 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fwrite.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: fwrite.c,v 1.5 1995/02/02 02:09:51 jtc Exp $"; +static char rcsid[] = "$OpenBSD: fwrite.c,v 1.2 1996/08/19 08:32:50 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 62de8f78a1b..9a284961a14 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getc.3,v 1.3 1995/02/02 01:15:45 jtc Exp $ +.\" $OpenBSD: getc.3,v 1.2 1996/08/19 08:32:51 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getc.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt GETC 3 .Os diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 633fbf681f6..ff4a5168a3f 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -1,5 +1,3 @@ -/* $NetBSD: getc.c,v 1.5 1995/02/02 02:09:52 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: getc.c,v 1.5 1995/02/02 02:09:52 jtc Exp $"; +static char rcsid[] = "$OpenBSD: getc.c,v 1.2 1996/08/19 08:32:51 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index e09580f3928..030d5bf1faf 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -1,5 +1,3 @@ -/* $NetBSD: getchar.c,v 1.4 1995/02/02 02:09:54 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: getchar.c,v 1.4 1995/02/02 02:09:54 jtc Exp $"; +static char rcsid[] = "$OpenBSD: getchar.c,v 1.2 1996/08/19 08:32:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 68e2ced61b5..1eba8600ac0 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -1,5 +1,3 @@ -/* $NetBSD: gets.c,v 1.7 1995/02/02 02:09:57 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: gets.c,v 1.7 1995/02/02 02:09:57 jtc Exp $"; +static char rcsid[] = "$OpenBSD: gets.c,v 1.2 1996/08/19 08:32:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index 420f0a0925e..6ade862a738 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -1,5 +1,3 @@ -/* $NetBSD: getw.c,v 1.5 1995/02/02 02:09:59 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)getw.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: getw.c,v 1.5 1995/02/02 02:09:59 jtc Exp $"; +static char rcsid[] = "$OpenBSD: getw.c,v 1.2 1996/08/19 08:32:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index df2d5aa6627..b68b2403bc9 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -1,4 +1,4 @@ -/* $NetBSD: glue.h,v 1.3 1995/02/02 02:10:02 jtc Exp $ */ +/* $OpenBSD: glue.h,v 1.2 1996/08/19 08:32:53 tholo Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,8 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)glue.h 8.1 (Berkeley) 6/4/93 */ /* diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index f210f24ae3a..53af82defae 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -1,4 +1,4 @@ -/* $NetBSD: local.h,v 1.5 1995/02/02 02:10:05 jtc Exp $ */ +/* $OpenBSD: local.h,v 1.2 1996/08/19 08:32:54 tholo Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,8 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)local.h 8.2 (Berkeley) 1/2/94 */ /* diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index 92021d2ba07..7b244324702 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -1,5 +1,3 @@ -/* $NetBSD: makebuf.c,v 1.5 1995/02/02 02:10:08 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)makebuf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: makebuf.c,v 1.5 1995/02/02 02:10:08 jtc Exp $"; +static char rcsid[] = "$OpenBSD: makebuf.c,v 1.2 1996/08/19 08:32:54 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 6e9ab7790f5..a7fb2809796 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: mktemp.3,v 1.5 1995/02/02 01:15:46 jtc Exp $ +.\" $OpenBSD: mktemp.3,v 1.2 1996/08/19 08:32:55 tholo Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mktemp.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt MKTEMP 3 .Os diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 7d5dc6ddaad..c7642ee30ae 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -1,5 +1,3 @@ -/* $NetBSD: mktemp.c,v 1.5 1995/02/02 02:10:09 jtc Exp $ */ - /* * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: mktemp.c,v 1.5 1995/02/02 02:10:09 jtc Exp $"; +static char rcsid[] = "$OpenBSD: mktemp.c,v 1.2 1996/08/19 08:32:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3 index 8b1d61d39b7..9c41399d7bf 100644 --- a/lib/libc/stdio/perror.3 +++ b/lib/libc/stdio/perror.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: perror.3,v 1.4 1995/07/03 22:49:10 jtc Exp $ +.\" $OpenBSD: perror.3,v 1.2 1996/08/19 08:32:56 tholo Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)strerror.3 6.9 (Berkeley) 6/29/91 -.\" .Dd June 29, 1991 .Dt PERROR 3 .Os BSD 4 diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index 3e2ff5ff2b6..217601e858c 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -1,5 +1,3 @@ -/* $NetBSD: perror.c,v 1.8 1995/02/02 02:10:11 jtc Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)perror.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: perror.c,v 1.8 1995/02/02 02:10:11 jtc Exp $"; +static char rcsid[] = "$OpenBSD: perror.c,v 1.2 1996/08/19 08:32:56 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index fb13c4f1008..d5d35c59254 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.5 1995/02/02 01:15:49 jtc Exp $ +.\" $OpenBSD: printf.3,v 1.2 1996/08/19 08:32:57 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)printf.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt PRINTF 3 .Os diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index 89c2b2d39a9..74a7d8e5a1d 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -1,5 +1,3 @@ -/* $NetBSD: printf.c,v 1.5 1995/02/02 02:10:13 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: printf.c,v 1.5 1995/02/02 02:10:13 jtc Exp $"; +static char rcsid[] = "$OpenBSD: printf.c,v 1.2 1996/08/19 08:32:57 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index f9ece2ea6e4..5383f723e83 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: putc.3,v 1.3 1995/02/02 01:15:50 jtc Exp $ +.\" $OpenBSD: putc.3,v 1.2 1996/08/19 08:32:58 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)putc.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt PUTC 3 .Os diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index 8e9cc05de57..db1edd14bd0 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -1,5 +1,3 @@ -/* $NetBSD: putc.c,v 1.4 1995/02/02 02:10:14 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: putc.c,v 1.4 1995/02/02 02:10:14 jtc Exp $"; +static char rcsid[] = "$OpenBSD: putc.c,v 1.2 1996/08/19 08:32:58 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index 2e0ceb27470..82fa4b100a8 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -1,5 +1,3 @@ -/* $NetBSD: putchar.c,v 1.4 1995/02/02 02:10:16 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: putchar.c,v 1.4 1995/02/02 02:10:16 jtc Exp $"; +static char rcsid[] = "$OpenBSD: putchar.c,v 1.2 1996/08/19 08:32:59 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 07ae7a9ab06..67c90ee6ce8 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -1,5 +1,3 @@ -/* $NetBSD: puts.c,v 1.4 1995/02/02 02:10:18 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)puts.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: puts.c,v 1.4 1995/02/02 02:10:18 jtc Exp $"; +static char rcsid[] = "$OpenBSD: puts.c,v 1.2 1996/08/19 08:32:59 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index 90744938d91..bc992da316d 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -1,5 +1,3 @@ -/* $NetBSD: putw.c,v 1.4 1995/02/02 02:10:19 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)putw.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: putw.c,v 1.4 1995/02/02 02:10:19 jtc Exp $"; +static char rcsid[] = "$OpenBSD: putw.c,v 1.2 1996/08/19 08:33:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index e096c43b2ed..855e5311c39 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -1,5 +1,3 @@ -/* $NetBSD: refill.c,v 1.4 1995/02/02 02:10:21 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)refill.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: refill.c,v 1.4 1995/02/02 02:10:21 jtc Exp $"; +static char rcsid[] = "$OpenBSD: refill.c,v 1.3 1996/08/19 08:33:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index 7b8a30a2b88..8ab975f9314 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: remove.3,v 1.3 1995/02/02 01:15:51 jtc Exp $ +.\" $OpenBSD: remove.3,v 1.2 1996/08/19 08:33:01 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)remove.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt REMOVE 3 .Os diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index 7f771ea92f5..189663d80e2 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -1,5 +1,3 @@ -/* $NetBSD: remove.c,v 1.4 1995/02/02 02:10:23 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: remove.c,v 1.4 1995/02/02 02:10:23 jtc Exp $"; +static char rcsid[] = "$OpenBSD: remove.c,v 1.2 1996/08/19 08:33:01 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index 29205f0dc6e..75d28d1bba5 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -1,5 +1,3 @@ -/* $NetBSD: rewind.c,v 1.4 1995/02/02 02:10:25 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: rewind.c,v 1.4 1995/02/02 02:10:25 jtc Exp $"; +static char rcsid[] = "$OpenBSD: rewind.c,v 1.2 1996/08/19 08:33:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index fe5217b2eea..78303af97b9 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -1,5 +1,3 @@ -/* $NetBSD: rget.c,v 1.4 1995/02/02 02:10:27 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)rget.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: rget.c,v 1.4 1995/02/02 02:10:27 jtc Exp $"; +static char rcsid[] = "$OpenBSD: rget.c,v 1.2 1996/08/19 08:33:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 3d048803a26..160a9890807 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: scanf.3,v 1.7 1995/02/02 01:15:52 jtc Exp $ +.\" $OpenBSD: scanf.3,v 1.2 1996/08/19 08:33:03 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 -.\" .Dd January 31, 1995 .Dt SCANF 3 .Os diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index cc64c536611..9fffc26073c 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: scanf.c,v 1.4 1995/02/02 02:10:29 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: scanf.c,v 1.4 1995/02/02 02:10:29 jtc Exp $"; +static char rcsid[] = "$OpenBSD: scanf.c,v 1.2 1996/08/19 08:33:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 9dff46284c9..2593443a930 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: setbuf.3,v 1.3 1995/02/02 01:15:54 jtc Exp $ +.\" $OpenBSD: setbuf.3,v 1.2 1996/08/19 08:33:04 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)setbuf.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt SETBUF 3 .Os BSD 4 diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index b80b7ecf97f..bf98af06e03 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -1,5 +1,3 @@ -/* $NetBSD: setbuf.c,v 1.4 1995/02/02 02:10:30 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)setbuf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: setbuf.c,v 1.4 1995/02/02 02:10:30 jtc Exp $"; +static char rcsid[] = "$OpenBSD: setbuf.c,v 1.2 1996/08/19 08:33:04 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index 44a82843999..dc69a072212 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -1,5 +1,3 @@ -/* $NetBSD: setbuffer.c,v 1.4 1995/02/02 02:10:32 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: setbuffer.c,v 1.4 1995/02/02 02:10:32 jtc Exp $"; +static char rcsid[] = "$OpenBSD: setbuffer.c,v 1.2 1996/08/19 08:33:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 4d763ccdd67..d82d08144da 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -1,5 +1,3 @@ -/* $NetBSD: setvbuf.c,v 1.7 1995/02/02 02:10:34 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93"; -#endif -static char rcsid[] = "$NetBSD: setvbuf.c,v 1.7 1995/02/02 02:10:34 jtc Exp $"; +static char rcsid[] = "$OpenBSD: setvbuf.c,v 1.2 1996/08/19 08:33:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index 0e54ba75574..86a740dda03 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: snprintf.c,v 1.4 1995/02/02 02:10:35 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: snprintf.c,v 1.4 1995/02/02 02:10:35 jtc Exp $"; +static char rcsid[] = "$OpenBSD: snprintf.c,v 1.2 1996/08/19 08:33:06 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index 5626ba5489e..4b831ac3028 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: sprintf.c,v 1.5 1995/02/02 02:10:37 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: sprintf.c,v 1.5 1995/02/02 02:10:37 jtc Exp $"; +static char rcsid[] = "$OpenBSD: sprintf.c,v 1.2 1996/08/19 08:33:06 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index d8fd9efe370..bf314a65a50 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: sscanf.c,v 1.6 1995/02/02 02:10:38 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)sscanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: sscanf.c,v 1.6 1995/02/02 02:10:38 jtc Exp $"; +static char rcsid[] = "$OpenBSD: sscanf.c,v 1.2 1996/08/19 08:33:07 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index b7bcc19109c..d0ebaacfea4 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: stdio.3,v 1.5 1996/05/05 19:21:20 pk Exp $ +.\" $OpenBSD: stdio.3,v 1.3 1996/08/19 08:33:07 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)stdio.3 8.7 (Berkeley) 4/19/94 -.\" .Dd April 19, 1994 .Dt STDIO 3 .Os BSD 4 diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 9ad026fcb05..8407cb144d4 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -1,5 +1,3 @@ -/* $NetBSD: stdio.c,v 1.4 1995/02/02 02:10:40 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: stdio.c,v 1.4 1995/02/02 02:10:40 jtc Exp $"; +static char rcsid[] = "$OpenBSD: stdio.c,v 1.2 1996/08/19 08:33:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <fcntl.h> diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index 0e20d7e85d9..cc3c2e27186 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -1,5 +1,3 @@ -/* $NetBSD: tempnam.c,v 1.6 1995/02/02 02:10:42 jtc Exp $ */ - /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: tempnam.c,v 1.6 1995/02/02 02:10:42 jtc Exp $"; +static char rcsid[] = "$OpenBSD: tempnam.c,v 1.2 1996/08/19 08:33:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index 09a3e4a6312..fdf116c538e 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $NetBSD: tmpfile.c,v 1.5 1995/02/02 02:10:43 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)tmpfile.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: tmpfile.c,v 1.5 1995/02/02 02:10:43 jtc Exp $"; +static char rcsid[] = "$OpenBSD: tmpfile.c,v 1.2 1996/08/19 08:33:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 00948001c7e..340da3ab78c 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tmpnam.3,v 1.3 1995/02/02 01:15:57 jtc Exp $ +.\" $OpenBSD: tmpnam.3,v 1.2 1996/08/19 08:33:09 tholo Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tmpnam.3 8.2 (Berkeley) 11/17/93 -.\" .Dd November 17, 1993 .Dt TMPFILE 3 .Os diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index 73b2c81738b..dba536067b3 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -1,5 +1,3 @@ -/* $NetBSD: tmpnam.c,v 1.6 1995/02/02 02:10:45 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94"; -#endif -static char rcsid[] = "$NetBSD: tmpnam.c,v 1.6 1995/02/02 02:10:45 jtc Exp $"; +static char rcsid[] = "$OpenBSD: tmpnam.c,v 1.2 1996/08/19 08:33:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index b96d69b5ada..039d472e508 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ungetc.3,v 1.3 1995/02/02 01:15:58 jtc Exp $ +.\" $OpenBSD: ungetc.3,v 1.2 1996/08/19 08:33:10 tholo Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,8 +35,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt UNGETC 3 .Os diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index 6d4609f9515..b373ea154b2 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -1,5 +1,3 @@ -/* $NetBSD: ungetc.c,v 1.4 1995/02/02 02:10:47 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93"; -#endif -static char rcsid[] = "$NetBSD: ungetc.c,v 1.4 1995/02/02 02:10:47 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ungetc.c,v 1.2 1996/08/19 08:33:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index c414cf3464f..8bca0c43c68 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)vfprintf.c 5.50 (Berkeley) 12/16/92";*/ -static char *rcsid = "$Id: vfprintf.c,v 1.1.1.1 1995/10/18 08:42:15 deraadt Exp $"; +static char *rcsid = "$OpenBSD: vfprintf.c,v 1.2 1996/08/19 08:33:11 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 5e4947916cf..de8ad51984b 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vfscanf.c,v 1.14 1995/03/22 00:57:02 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vfscanf.c,v 1.14 1995/03/22 00:57:02 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vfscanf.c,v 1.2 1996/08/19 08:33:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index 021fcac0690..f28fb601500 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vprintf.c,v 1.5 1995/02/02 02:10:51 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vprintf.c,v 1.5 1995/02/02 02:10:51 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vprintf.c,v 1.2 1996/08/19 08:33:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 7bc04aae4ae..390cc0040ea 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vscanf.c,v 1.5 1995/02/02 02:10:52 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vscanf.c,v 1.5 1995/02/02 02:10:52 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vscanf.c,v 1.2 1996/08/19 08:33:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index e95feb9c6c6..e01e32d4723 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vsnprintf.c,v 1.5 1995/02/02 02:10:54 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vsnprintf.c,v 1.5 1995/02/02 02:10:54 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vsnprintf.c,v 1.2 1996/08/19 08:33:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index c468d7bb327..09c34ba71c9 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vsprintf.c,v 1.5 1995/02/02 02:10:56 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vsprintf.c,v 1.5 1995/02/02 02:10:56 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vsprintf.c,v 1.2 1996/08/19 08:33:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index cd1a3e1e8bf..3b9e70d2dcd 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -1,5 +1,3 @@ -/* $NetBSD: vsscanf.c,v 1.5 1995/02/02 02:10:57 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: vsscanf.c,v 1.5 1995/02/02 02:10:57 jtc Exp $"; +static char rcsid[] = "$OpenBSD: vsscanf.c,v 1.2 1996/08/19 08:33:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index be2a36d0916..0cef3704a27 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -1,5 +1,3 @@ -/* $NetBSD: wbuf.c,v 1.4 1995/02/02 02:10:58 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)wbuf.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: wbuf.c,v 1.4 1995/02/02 02:10:58 jtc Exp $"; +static char rcsid[] = "$OpenBSD: wbuf.c,v 1.2 1996/08/19 08:33:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 28a245606c5..cc992bdf341 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -1,5 +1,3 @@ -/* $NetBSD: wsetup.c,v 1.4 1995/02/02 02:10:59 jtc Exp $ */ - /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -37,10 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)wsetup.c 8.1 (Berkeley) 6/4/93"; -#endif -static char rcsid[] = "$NetBSD: wsetup.c,v 1.4 1995/02/02 02:10:59 jtc Exp $"; +static char rcsid[] = "$OpenBSD: wsetup.c,v 1.2 1996/08/19 08:33:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdlib/_rand48.c b/lib/libc/stdlib/_rand48.c index 83ade4645aa..fed7372f68c 100644 --- a/lib/libc/stdlib/_rand48.c +++ b/lib/libc/stdlib/_rand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: _rand48.c,v 1.2 1996/08/19 08:33:19 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" unsigned short __rand48_seed[3] = { diff --git a/lib/libc/stdlib/a64l.c b/lib/libc/stdlib/a64l.c index 03fc77e034f..975e26ebb20 100644 --- a/lib/libc/stdlib/a64l.c +++ b/lib/libc/stdlib/a64l.c @@ -4,8 +4,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: a64l.c,v 1.3 1995/05/11 23:04:47 jtc Exp $"; -#endif +static char *rcsid = "$OpenBSD: a64l.c,v 1.2 1996/08/19 08:33:19 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ long a64l(s) diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index ab57327585b..0ea0749bd9c 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)abort.3 6.7 (Berkeley) 6/29/91 -.\" $Id: abort.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $OpenBSD: abort.3,v 1.2 1996/08/19 08:33:20 tholo Exp $ .\" .Dd June 29, 1991 .Dt ABORT 3 diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index c298e016b4d..e8495753969 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)abort.c 5.11 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: abort.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: abort.c,v 1.2 1996/08/19 08:33:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <signal.h> diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index 4748d89e777..77f82b9402a 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)abs.3 6.4 (Berkeley) 6/29/91 -.\" $Id: abs.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $OpenBSD: abs.3,v 1.2 1996/08/19 08:33:21 tholo Exp $ .\" .Dd June 29, 1991 .Dt ABS 3 diff --git a/lib/libc/stdlib/abs.c b/lib/libc/stdlib/abs.c index 64468e0224d..7c79e4073c3 100644 --- a/lib/libc/stdlib/abs.c +++ b/lib/libc/stdlib/abs.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)abs.c 5.2 (Berkeley) 5/17/90";*/ -static char *rcsid = "$Id: abs.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: abs.c,v 1.2 1996/08/19 08:33:21 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index 659c6ea0039..ef872207726 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)alloca.3 5.1 (Berkeley) 5/2/91 -.\" $Id: alloca.3,v 1.2 1996/07/12 10:24:57 deraadt Exp $ +.\" $OpenBSD: alloca.3,v 1.3 1996/08/19 08:33:22 tholo Exp $ .\" .Dd May 2, 1991 .Dt ALLOCA 3 diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index 07de054d3c6..0b10f010fa0 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)atexit.3 5.3 (Berkeley) 6/29/91 -.\" $Id: atexit.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $OpenBSD: atexit.3,v 1.2 1996/08/19 08:33:22 tholo Exp $ .\" .Dd June 29, 1991 .Dt ATEXIT 3 diff --git a/lib/libc/stdlib/atexit.c b/lib/libc/stdlib/atexit.c index 4da1eb0d9c6..c0fb624141b 100644 --- a/lib/libc/stdlib/atexit.c +++ b/lib/libc/stdlib/atexit.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)atexit.c 5.2 (Berkeley) 11/14/90";*/ -static char *rcsid = "$Id: atexit.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: atexit.c,v 1.2 1996/08/19 08:33:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/atexit.h b/lib/libc/stdlib/atexit.h index 8b756e8fe20..e41a7cb86c8 100644 --- a/lib/libc/stdlib/atexit.h +++ b/lib/libc/stdlib/atexit.h @@ -30,8 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)atexit.h 5.1 (Berkeley) 5/15/90 - * $Id: atexit.h,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ + * $OpenBSD: atexit.h,v 1.2 1996/08/19 08:33:23 tholo Exp $ */ /* must be at least 32 to guarantee ANSI conformance */ diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 53e04f71c5e..cc1b500b0f9 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)atof.3 6.4 (Berkeley) 6/29/91 -.\" $Id: atof.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $OpenBSD: atof.3,v 1.2 1996/08/19 08:33:23 tholo Exp $ .\" .Dd June 29, 1991 .Dt ATOF 3 diff --git a/lib/libc/stdlib/atof.c b/lib/libc/stdlib/atof.c index 9202de50bb3..30bac198993 100644 --- a/lib/libc/stdlib/atof.c +++ b/lib/libc/stdlib/atof.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)atof.c 5.3 (Berkeley) 1/8/93";*/ -static char *rcsid = "$Id: atof.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: atof.c,v 1.2 1996/08/19 08:33:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/atoi.c b/lib/libc/stdlib/atoi.c index df7845f90c0..a74d6e1351f 100644 --- a/lib/libc/stdlib/atoi.c +++ b/lib/libc/stdlib/atoi.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)atoi.c 5.7 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: atoi.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: atoi.c,v 1.2 1996/08/19 08:33:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index 86e3d324a3a..2b49bd1f2c3 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)atol.3 5.3 (Berkeley) 6/29/91 -.\" $Id: atol.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $OpenBSD: atol.3,v 1.2 1996/08/19 08:33:25 tholo Exp $ .\" .Dd June 29, 1991 .Dt ATOL 3 diff --git a/lib/libc/stdlib/atol.c b/lib/libc/stdlib/atol.c index 31ed06298b2..528a9322149 100644 --- a/lib/libc/stdlib/atol.c +++ b/lib/libc/stdlib/atol.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)atol.c 5.7 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: atol.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: atol.c,v 1.2 1996/08/19 08:33:26 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/bsearch.c b/lib/libc/stdlib/bsearch.c index fac03f694f7..eeef9bffc66 100644 --- a/lib/libc/stdlib/bsearch.c +++ b/lib/libc/stdlib/bsearch.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bsearch.c 5.4 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: bsearch.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bsearch.c,v 1.2 1996/08/19 08:33:26 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3 index d0754b46a04..4b32c2e9dcf 100644 --- a/lib/libc/stdlib/calloc.3 +++ b/lib/libc/stdlib/calloc.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)calloc.3 5.2 (Berkeley) 6/29/91 -.\" $Id: calloc.3,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $ +.\" $OpenBSD: calloc.3,v 1.2 1996/08/19 08:33:26 tholo Exp $ .\" .Dd June 29, 1991 .Dt CALLOC 3 diff --git a/lib/libc/stdlib/calloc.c b/lib/libc/stdlib/calloc.c index 3353fab052a..5b9619ced1f 100644 --- a/lib/libc/stdlib/calloc.c +++ b/lib/libc/stdlib/calloc.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)calloc.c 5.6 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: calloc.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: calloc.c,v 1.2 1996/08/19 08:33:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index a4730694a59..0d8c56d86b7 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)div.3 5.2 (Berkeley) 4/19/91 -.\" $Id: div.3,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $ +.\" $OpenBSD: div.3,v 1.2 1996/08/19 08:33:28 tholo Exp $ .\" .Dd April 19, 1991 .Dt DIV 3 diff --git a/lib/libc/stdlib/div.c b/lib/libc/stdlib/div.c index 122ac0deeca..c1fae29008e 100644 --- a/lib/libc/stdlib/div.c +++ b/lib/libc/stdlib/div.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)div.c 5.2 (Berkeley) 4/16/91";*/ -static char *rcsid = "$Id: div.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: div.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> /* div_t */ diff --git a/lib/libc/stdlib/drand48.c b/lib/libc/stdlib/drand48.c index ae1a8634dc6..02886d5b621 100644 --- a/lib/libc/stdlib/drand48.c +++ b/lib/libc/stdlib/drand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: drand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/erand48.c b/lib/libc/stdlib/erand48.c index cc9fbf770ce..b92dacffcc3 100644 --- a/lib/libc/stdlib/erand48.c +++ b/lib/libc/stdlib/erand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: erand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" double diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index adb81ffcb4d..6dd2affef90 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)exit.3 6.6 (Berkeley) 6/29/91 -.\" $Id: exit.3,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $ +.\" $OpenBSD: exit.3,v 1.2 1996/08/19 08:33:30 tholo Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 diff --git a/lib/libc/stdlib/exit.c b/lib/libc/stdlib/exit.c index b1412f42bb8..e358c94fd66 100644 --- a/lib/libc/stdlib/exit.c +++ b/lib/libc/stdlib/exit.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)exit.c 5.4 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: exit.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: exit.c,v 1.2 1996/08/19 08:33:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c index d1487a7afc7..e944c287bcf 100644 --- a/lib/libc/stdlib/getenv.c +++ b/lib/libc/stdlib/getenv.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: getenv.c,v 1.2 1996/03/25 22:16:38 tholo Exp $"; +static char *rcsid = "$OpenBSD: getenv.c,v 1.3 1996/08/19 08:33:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index f843881afd8..e0e47af7b82 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getopt.3 8.4 (Berkeley) 4/19/94 +.\" $OpenBSD: getopt.3,v 1.2 1996/08/19 08:33:31 tholo Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 diff --git a/lib/libc/stdlib/getopt.c b/lib/libc/stdlib/getopt.c index 63c5e6a479d..b7f61636623 100644 --- a/lib/libc/stdlib/getopt.c +++ b/lib/libc/stdlib/getopt.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* static char sccsid[] = "from: @(#)getopt.c 8.2 (Berkeley) 4/2/94"; */ -static char *rcsid = "$Id: getopt.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: getopt.c,v 1.2 1996/08/19 08:33:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c index bd998fa357b..e3e4392e055 100644 --- a/lib/libc/stdlib/heapsort.c +++ b/lib/libc/stdlib/heapsort.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)heapsort.c 8.1 (Berkeley) 6/4/93";*/ -static char *rcsid = "$Id: heapsort.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: heapsort.c,v 1.2 1996/08/19 08:33:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdlib/jrand48.c b/lib/libc/stdlib/jrand48.c index 205781e0ee0..99cddb71e5f 100644 --- a/lib/libc/stdlib/jrand48.c +++ b/lib/libc/stdlib/jrand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: jrand48.c,v 1.2 1996/08/19 08:33:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" long diff --git a/lib/libc/stdlib/l64a.c b/lib/libc/stdlib/l64a.c index 3069b31bf67..630f9e33652 100644 --- a/lib/libc/stdlib/l64a.c +++ b/lib/libc/stdlib/l64a.c @@ -4,8 +4,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: l64a.c,v 1.4 1995/05/11 23:04:52 jtc Exp $"; -#endif +static char *rcsid = "$OpenBSD: l64a.c,v 1.2 1996/08/19 08:33:33 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index 28e4d2053c7..05eae329df2 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)labs.3 5.3 (Berkeley) 6/29/91 -.\" $Id: labs.3,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $ +.\" $OpenBSD: labs.3,v 1.2 1996/08/19 08:33:34 tholo Exp $ .\" .Dd June 29, 1991 .Dt LABS 3 diff --git a/lib/libc/stdlib/labs.c b/lib/libc/stdlib/labs.c index ccf1415792f..f20e2c29bef 100644 --- a/lib/libc/stdlib/labs.c +++ b/lib/libc/stdlib/labs.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)labs.c 5.2 (Berkeley) 5/17/90";*/ -static char *rcsid = "$Id: labs.c,v 1.1.1.1 1995/10/18 08:42:17 deraadt Exp $"; +static char *rcsid = "$OpenBSD: labs.c,v 1.2 1996/08/19 08:33:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/lcong48.c b/lib/libc/stdlib/lcong48.c index 965d46b17aa..44bd74e48a7 100644 --- a/lib/libc/stdlib/lcong48.c +++ b/lib/libc/stdlib/lcong48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: lcong48.c,v 1.2 1996/08/19 08:33:35 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index a7b5ccf8781..8757f4ddd5b 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)ldiv.3 5.3 (Berkeley) 6/29/91 -.\" $Id: ldiv.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: ldiv.3,v 1.2 1996/08/19 08:33:35 tholo Exp $ .\" .Dd June 29, 1991 .Dt LDIV 3 diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c index f7074507e55..908c2bf0aa3 100644 --- a/lib/libc/stdlib/ldiv.c +++ b/lib/libc/stdlib/ldiv.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)ldiv.c 5.2 (Berkeley) 4/16/91";*/ -static char *rcsid = "$Id: ldiv.c,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $"; +static char *rcsid = "$OpenBSD: ldiv.c,v 1.2 1996/08/19 08:33:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> /* ldiv_t */ diff --git a/lib/libc/stdlib/lrand48.c b/lib/libc/stdlib/lrand48.c index 8e7f26237fe..6b7524a51bc 100644 --- a/lib/libc/stdlib/lrand48.c +++ b/lib/libc/stdlib/lrand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: lrand48.c,v 1.2 1996/08/19 08:33:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 38938f96cfe..66da09ff312 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -5,11 +5,12 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $Id: malloc.c,v 1.4 1996/08/02 18:08:09 tholo Exp $ - * */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: malloc.c,v 1.5 1996/08/19 08:33:37 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + /* * Defining EXTRA_SANITY will enable some checks which are related * to internal conditions and consistency in malloc.c diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 735252c837f..712c7c45d28 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memory.3 5.1 (Berkeley) 5/2/91 -.\" $Id: memory.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: memory.3,v 1.2 1996/08/19 08:33:37 tholo Exp $ .\" .Dd May 2, 1991 .Dt MEMORY 3 diff --git a/lib/libc/stdlib/merge.c b/lib/libc/stdlib/merge.c index 381fdc0830d..8c73cd238b4 100644 --- a/lib/libc/stdlib/merge.c +++ b/lib/libc/stdlib/merge.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)merge.c 8.2 (Berkeley) 2/14/94";*/ -static char *rcsid = "$Id: merge.c,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $"; +static char *rcsid = "$OpenBSD: merge.c,v 1.2 1996/08/19 08:33:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdlib/mrand48.c b/lib/libc/stdlib/mrand48.c index 43356e66b38..cd34260b5cc 100644 --- a/lib/libc/stdlib/mrand48.c +++ b/lib/libc/stdlib/mrand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: mrand48.c,v 1.2 1996/08/19 08:33:39 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/multibyte.c b/lib/libc/stdlib/multibyte.c index fe1cd5781bc..12e70c4a2c7 100644 --- a/lib/libc/stdlib/multibyte.c +++ b/lib/libc/stdlib/multibyte.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)multibyte.c 5.1 (Berkeley) 2/18/91";*/ -static char *rcsid = "$Id: multibyte.c,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $"; +static char *rcsid = "$OpenBSD: multibyte.c,v 1.2 1996/08/19 08:33:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/nrand48.c b/lib/libc/stdlib/nrand48.c index 63f839cb052..b1ec2cebb1a 100644 --- a/lib/libc/stdlib/nrand48.c +++ b/lib/libc/stdlib/nrand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: nrand48.c,v 1.2 1996/08/19 08:33:40 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" long diff --git a/lib/libc/stdlib/qabs.3 b/lib/libc/stdlib/qabs.3 index cb1e0521910..92a8bdc4b9a 100644 --- a/lib/libc/stdlib/qabs.3 +++ b/lib/libc/stdlib/qabs.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)labs.3 5.3 (Berkeley) 6/29/91 -.\" $Id: qabs.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: qabs.3,v 1.2 1996/08/19 08:33:40 tholo Exp $ .\" .Dd June 29, 1991 .Dt QABS 3 diff --git a/lib/libc/stdlib/qabs.c b/lib/libc/stdlib/qabs.c index 9c51a8baa9d..ccc42cbec67 100644 --- a/lib/libc/stdlib/qabs.c +++ b/lib/libc/stdlib/qabs.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)labs.c 5.2 (Berkeley) 5/17/90";*/ -static char *rcsid = "$Id: qabs.c,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $"; +static char *rcsid = "$OpenBSD: qabs.c,v 1.2 1996/08/19 08:33:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/qdiv.3 b/lib/libc/stdlib/qdiv.3 index 0efcfc96ef8..12aca0b1ea4 100644 --- a/lib/libc/stdlib/qdiv.3 +++ b/lib/libc/stdlib/qdiv.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)qdiv.3 5.3 (Berkeley) 6/29/91 -.\" $Id: qdiv.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: qdiv.3,v 1.2 1996/08/19 08:33:41 tholo Exp $ .\" .Dd June 29, 1991 .Dt QDIV 3 diff --git a/lib/libc/stdlib/qdiv.c b/lib/libc/stdlib/qdiv.c index 8f8e3f89c45..07e84cd6499 100644 --- a/lib/libc/stdlib/qdiv.c +++ b/lib/libc/stdlib/qdiv.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)ldiv.c 5.2 (Berkeley) 4/16/91";*/ -static char *rcsid = "$Id: qdiv.c,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $"; +static char *rcsid = "$OpenBSD: qdiv.c,v 1.2 1996/08/19 08:33:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> /* qdiv_t */ diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index eb122cde123..a65c5819d05 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)qsort.3 8.1 (Berkeley) 6/4/93 -.\" $Id: qsort.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: qsort.3,v 1.2 1996/08/19 08:33:42 tholo Exp $ .\" .Dd June 4, 1993 .Dt QSORT 3 diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 6606c877bbc..02d7a60bc77 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)qsort.c 8.1 (Berkeley) 6/4/93";*/ -static char *rcsid = "$Id: qsort.c,v 1.3 1996/03/25 22:34:43 tholo Exp $"; +static char *rcsid = "$OpenBSD: qsort.c,v 1.4 1996/08/19 08:33:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3 index a2af9f17a42..9dc803eb272 100644 --- a/lib/libc/stdlib/radixsort.3 +++ b/lib/libc/stdlib/radixsort.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)radixsort.3 8.2 (Berkeley) 1/27/94 -.\" $Id: radixsort.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ +.\" $OpenBSD: radixsort.3,v 1.2 1996/08/19 08:33:43 tholo Exp $ .\" .Dd January 27, 1994 .Dt RADIXSORT 3 diff --git a/lib/libc/stdlib/radixsort.c b/lib/libc/stdlib/radixsort.c index d571c8f3d2c..41ed9624663 100644 --- a/lib/libc/stdlib/radixsort.c +++ b/lib/libc/stdlib/radixsort.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)radixsort.c 8.1 (Berkeley) 6/4/93";*/ -static char *rcsid = "$Id: radixsort.c,v 1.2 1996/03/25 22:16:39 tholo Exp $"; +static char *rcsid = "$OpenBSD: radixsort.c,v 1.3 1996/08/19 08:33:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index a0e7740e661..a27720d6144 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)rand.3 6.7 (Berkeley) 6/29/91 -.\" $Id: rand.3,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $ +.\" $OpenBSD: rand.3,v 1.2 1996/08/19 08:33:44 tholo Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 361d473448f..f270ffd9868 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rand.c 5.6 (Berkeley) 6/24/91";*/ -static char *rcsid = "$Id: rand.c,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $"; +static char *rcsid = "$OpenBSD: rand.c,v 1.2 1996/08/19 08:33:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 5a772c9a8c0..72fa27e17ac 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,7 +9,7 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $Id: rand48.3,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $ +.\" $OpenBSD: rand48.3,v 1.2 1996/08/19 08:33:45 tholo Exp $ .\" .Dd October 8, 1993 .Dt RAND48 3 diff --git a/lib/libc/stdlib/rand48.h b/lib/libc/stdlib/rand48.h index 12496d1c8c2..e7cb3e03330 100644 --- a/lib/libc/stdlib/rand48.h +++ b/lib/libc/stdlib/rand48.h @@ -9,6 +9,8 @@ * This software is provided ``as is'', and comes with no warranties * of any kind. I shall in no event be liable for anything that happens * to anyone/anything when using this software. + * + * $OpenBSD: rand48.h,v 1.2 1996/08/19 08:33:45 tholo Exp $ */ #ifndef _RAND48_H_ diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index f52a26eb5bc..6188c2a4318 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)random.3 6.5 (Berkeley) 4/19/91 -.\" $Id: random.3,v 1.2 1996/05/04 11:57:28 deraadt Exp $ +.\" $OpenBSD: random.3,v 1.3 1996/08/19 08:33:46 tholo Exp $ .\" .Dd April 19, 1991 .Dt RANDOM 3 diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index 9b1fe3c7381..de7cc3cf440 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)random.c 5.9 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: random.c,v 1.2 1996/03/30 10:01:47 tholo Exp $"; +static char *rcsid = "$OpenBSD: random.c,v 1.3 1996/08/19 08:33:46 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 9d8b1ff2ce3..18be43a704f 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -32,8 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)realpath.3 8.2 (Berkeley) 2/16/94 -.\" $Id: realpath.3,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $ +.\" $OpenBSD: realpath.3,v 1.2 1996/08/19 08:33:47 tholo Exp $ .\" .Dd "February 16, 1994" .Dt REALPATH 3 diff --git a/lib/libc/stdlib/realpath.c b/lib/libc/stdlib/realpath.c index e349b7e0687..51e336efdd5 100644 --- a/lib/libc/stdlib/realpath.c +++ b/lib/libc/stdlib/realpath.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)realpath.c 8.1 (Berkeley) 2/16/94";*/ -static char *rcsid = "$Id: realpath.c,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $"; +static char *rcsid = "$OpenBSD: realpath.c,v 1.2 1996/08/19 08:33:47 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/stdlib/seed48.c b/lib/libc/stdlib/seed48.c index e3d31901dd2..c4dcd0ead80 100644 --- a/lib/libc/stdlib/seed48.c +++ b/lib/libc/stdlib/seed48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: seed48.c,v 1.2 1996/08/19 08:33:48 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/setenv.c b/lib/libc/stdlib/setenv.c index a36669888d0..8838eb87809 100644 --- a/lib/libc/stdlib/setenv.c +++ b/lib/libc/stdlib/setenv.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)setenv.c 5.6 (Berkeley) 6/4/91";*/ -static char *rcsid = "$Id: setenv.c,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $"; +static char *rcsid = "$OpenBSD: setenv.c,v 1.2 1996/08/19 08:33:48 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/srand48.c b/lib/libc/stdlib/srand48.c index daf733f93e5..fcff8a172ec 100644 --- a/lib/libc/stdlib/srand48.c +++ b/lib/libc/stdlib/srand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: srand48.c,v 1.2 1996/08/19 08:33:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" extern unsigned short __rand48_seed[3]; diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 0b7f973857b..3476fa41d6a 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strtod.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strtod.3,v 1.1.1.1 1995/10/18 08:42:19 deraadt Exp $ +.\" $OpenBSD: strtod.3,v 1.2 1996/08/19 08:33:49 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRTOD 3 diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 57db3d42b11..2fb5caed103 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -1,6 +1,3 @@ -/* $OpenBSD: strtod.c,v 1.3 1996/07/27 10:45:23 deraadt Exp $ */ -/* $NetBSD: strtod.c,v 1.21.4.1 1996/07/20 01:14:54 jtc Exp $ */ - /**************************************************************** * * The author of this software is David M. Gay. @@ -93,7 +90,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtod.c,v 1.3 1996/07/27 10:45:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strtod.c,v 1.4 1996/08/19 08:33:50 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 506a7ace172..b7d2cd12255 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strtol.3 5.4 (Berkeley) 6/25/92 -.\" $Id: strtol.3,v 1.2 1995/12/14 02:16:48 deraadt Exp $ +.\" $OpenBSD: strtol.3,v 1.3 1996/08/19 08:33:51 tholo Exp $ .\" .Dd June 25, 1992 .Dt STRTOL 3 diff --git a/lib/libc/stdlib/strtol.c b/lib/libc/stdlib/strtol.c index 6ca9e553b26..e4ad557fd54 100644 --- a/lib/libc/stdlib/strtol.c +++ b/lib/libc/stdlib/strtol.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strtol.c 5.4 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: strtol.c,v 1.3 1996/07/27 10:45:24 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strtol.c,v 1.4 1996/08/19 08:33:51 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <ctype.h> diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index 0532f9f228c..44aabd73f0a 100644 --- a/lib/libc/stdlib/strtoq.c +++ b/lib/libc/stdlib/strtoq.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strtoq.c 5.1 (Berkeley) 6/26/92"; +static char rcsid[] = "$OpenBSD: strtoq.c,v 1.4 1996/08/19 08:33:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index db551b01411..b8234122a2b 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strtoul.3 5.4 (Berkeley) 6/25/92 -.\" $Id: strtoul.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ +.\" $OpenBSD: strtoul.3,v 1.2 1996/08/19 08:33:52 tholo Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 diff --git a/lib/libc/stdlib/strtoul.c b/lib/libc/stdlib/strtoul.c index 9d45c5cb9e6..d3b363fa04a 100644 --- a/lib/libc/stdlib/strtoul.c +++ b/lib/libc/stdlib/strtoul.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strtoul.c 5.3 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: strtoul.c,v 1.3 1996/07/27 10:45:25 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strtoul.c,v 1.4 1996/08/19 08:33:52 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <ctype.h> diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index b872cf56f75..1f29a22f33d 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strtouq.c 5.1 (Berkeley) 6/26/92"; +static char rcsid[] = "$OpenBSD: strtouq.c,v 1.4 1996/08/19 08:33:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index b3e3cb8e472..2cfed31baae 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -1,6 +1,3 @@ -.\" $OpenBSD: system.3,v 1.3 1996/03/19 23:15:12 niklas Exp $ -.\" $NetBSD: system.3,v 1.7 1996/02/16 22:30:46 jtc Exp $ -.\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -36,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)system.3 6.5 (Berkeley) 6/29/91 +.\" $OpenBSD: system.3,v 1.4 1996/08/19 08:33:53 tholo Exp $ .\" .Dd June 29, 1991 .Dt SYSTEM 3 diff --git a/lib/libc/stdlib/system.c b/lib/libc/stdlib/system.c index c2f39325f64..91f98888af0 100644 --- a/lib/libc/stdlib/system.c +++ b/lib/libc/stdlib/system.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)system.c 5.10 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: system.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; +static char *rcsid = "$OpenBSD: system.c,v 1.2 1996/08/19 08:33:54 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 9b7e25cd951..347b23204c3 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,4 @@ -# from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91 -# $Id: Makefile.inc,v 1.2 1996/03/25 23:31:46 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:33:54 tholo Exp $ # string sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string diff --git a/lib/libc/string/__strerror.c b/lib/libc/string/__strerror.c index 2642e854608..c27cb8492b7 100644 --- a/lib/libc/string/__strerror.c +++ b/lib/libc/string/__strerror.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: __strerror.c,v 1.2 1996/01/29 02:04:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: __strerror.c,v 1.3 1996/08/19 08:33:55 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef NLS diff --git a/lib/libc/string/__strsignal.c b/lib/libc/string/__strsignal.c index 1937e2d6087..5d8700818ea 100644 --- a/lib/libc/string/__strsignal.c +++ b/lib/libc/string/__strsignal.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: __strsignal.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; +static char *rcsid = "$OpenBSD: __strsignal.c,v 1.2 1996/08/19 08:33:56 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef NLS diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index 118c55c579e..9234b5739d1 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)bcmp.3 5.4 (Berkeley) 4/19/91 -.\" $Id: bcmp.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ +.\" $OpenBSD: bcmp.3,v 1.2 1996/08/19 08:33:56 tholo Exp $ .\" .Dd April 19, 1991 .Dt BCMP 3 diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index 782aa1a30bb..4ed00975a49 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -1,5 +1,3 @@ -/* $OpenBSD: bcmp.c,v 1.3 1996/05/01 12:57:37 deraadt Exp $ */ - /* * Copyright (c) 1987 Regents of the University of California. * All rights reserved. @@ -34,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bcmp.c 5.6 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: bcmp.c,v 1.3 1996/05/01 12:57:37 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bcmp.c,v 1.4 1996/08/19 08:33:57 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 6db3812caff..4e841562e02 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -32,8 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)bcopy.3 5.3 (Berkeley) 4/19/91 -.\" $Id: bcopy.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ +.\" $OpenBSD: bcopy.3,v 1.2 1996/08/19 08:33:57 tholo Exp $ .\" .Dd April 19, 1991 .Dt BCOPY 3 diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index 92feed66ea2..023a3b2db2e 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/ -static char *rcsid = "$Id: bcopy.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bcopy.c,v 1.2 1996/08/19 08:33:58 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3 index 2264a6a1c41..c9429301633 100644 --- a/lib/libc/string/bm.3 +++ b/lib/libc/string/bm.3 @@ -32,8 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)bm.3 8.4 (Berkeley) 6/21/94 -.\" $Id: bm.3,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $ +.\" $OpenBSD: bm.3,v 1.2 1996/08/19 08:33:58 tholo Exp $ .\" .TH BM 3 .SH NAME diff --git a/lib/libc/string/bm.c b/lib/libc/string/bm.c index 4bc5f178014..b191d340f6c 100644 --- a/lib/libc/string/bm.c +++ b/lib/libc/string/bm.c @@ -1,5 +1,3 @@ -/* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */ - /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -37,9 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */ -static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $"; -#endif /* LIBC_SCCS && not lint */ +static char *rcsid = "$OpenBSD: bm.c,v 1.3 1996/08/19 08:33:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index 12fcfb0cc17..b553fd0beb2 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)bstring.3 6.8 (Berkeley) 4/19/91 -.\" $Id: bstring.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: bstring.3,v 1.2 1996/08/19 08:33:59 tholo Exp $ .\" .Dd April 19, 1991 .Dt BSTRING 3 diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 4f0141e0511..a8e55a63c12 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)bzero.3 5.3 (Berkeley) 4/19/91 -.\" $Id: bzero.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: bzero.3,v 1.2 1996/08/19 08:34:00 tholo Exp $ .\" .Dd April 19, 1991 .Dt BZERO 3 diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 7d89de23f34..3e660a307fe 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bzero.c 5.7 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: bzero.c,v 1.2 1996/05/01 12:57:40 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bzero.c,v 1.3 1996/08/19 08:34:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 6464bea2b17..9ef08aef8e8 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)ffs.3 5.3 (Berkeley) 4/19/91 -.\" $Id: ffs.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: ffs.3,v 1.2 1996/08/19 08:34:01 tholo Exp $ .\" .Dd April 19, 1991 .Dt FFS 3 diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index 6a8ff265934..a0767e50ad9 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)ffs.c 5.4 (Berkeley) 5/17/90";*/ -static char *rcsid = "$Id: ffs.c,v 1.2 1996/05/01 12:57:42 deraadt Exp $"; +static char *rcsid = "$OpenBSD: ffs.c,v 1.3 1996/08/19 08:34:01 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 847b03628b2..04db37eb10f 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)index.3 5.3 (Berkeley) 4/19/91 -.\" $Id: index.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: index.3,v 1.2 1996/08/19 08:34:02 tholo Exp $ .\" .Dd April 19, 1991 .Dt INDEX 3 diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c index 3d9c05f9618..86c4e75f122 100644 --- a/lib/libc/string/index.c +++ b/lib/libc/string/index.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)index.c 5.7 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: index.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: index.c,v 1.2 1996/08/19 08:34:02 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 61df7040282..a06e60cf5d4 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memccpy.3 5.4 (Berkeley) 4/19/91 -.\" $Id: memccpy.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memccpy.3,v 1.2 1996/08/19 08:34:03 tholo Exp $ .\" .Dd April 19, 1991 .Dt MEMCCPY 3 diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 3a1d7bcca13..4757f9c0f8f 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)memccpy.c 5.8 (Berkeley) 5/30/91";*/ -static char *rcsid = "$Id: memccpy.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: memccpy.c,v 1.2 1996/08/19 08:34:03 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 265711e3b53..56a2aee9ce7 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memchr.3 5.4 (Berkeley) 6/29/91 -.\" $Id: memchr.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memchr.3,v 1.2 1996/08/19 08:34:04 tholo Exp $ .\" .Dd June 29, 1991 .Dt MEMCHR 3 diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 61652c6bb14..2ebb5dab322 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)memchr.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: memchr.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: memchr.c,v 1.2 1996/08/19 08:34:04 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 13901c1009a..dfc63877b7d 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memcmp.3 5.5 (Berkeley) 6/29/91 -.\" $Id: memcmp.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ .\" .Dd June 29, 1991 .Dt MEMCMP 3 diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index 23d2ab23938..5ce33e29987 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)memcmp.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: memcmp.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: memcmp.c,v 1.2 1996/08/19 08:34:05 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 3f4bb643c95..75eb00b2d56 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memcpy.3 5.5 (Berkeley) 6/29/91 -.\" $Id: memcpy.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memcpy.3,v 1.2 1996/08/19 08:34:06 tholo Exp $ .\" .Dd June 29, 1991 .Dt MEMCPY 3 diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 24422e79712..95f6b7596c7 100644 --- a/lib/libc/string/memmove.3 +++ b/lib/libc/string/memmove.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memmove.3 5.5 (Berkeley) 6/29/91 -.\" $Id: memmove.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memmove.3,v 1.2 1996/08/19 08:34:07 tholo Exp $ .\" .Dd June 29, 1991 .Dt MEMMOVE 3 diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 1afc0521826..c572552db9b 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)memset.3 5.4 (Berkeley) 6/29/91 -.\" $Id: memset.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: memset.3,v 1.2 1996/08/19 08:34:07 tholo Exp $ .\" .Dd June 29, 1991 .Dt MEMSET 3 diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index 117de2e80bf..c3373a21a97 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)memset.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: memset.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: memset.c,v 1.2 1996/08/19 08:34:07 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3 index b13b3513e03..a1266b94ae6 100644 --- a/lib/libc/string/rindex.3 +++ b/lib/libc/string/rindex.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)rindex.3 5.2 (Berkeley) 4/19/91 -.\" $Id: rindex.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: rindex.3,v 1.2 1996/08/19 08:34:08 tholo Exp $ .\" .Dd April 19, 1991 .Dt RINDEX 3 diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index 1b84c92072d..f18553f6676 100644 --- a/lib/libc/string/rindex.c +++ b/lib/libc/string/rindex.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)rindex.c 5.9 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: rindex.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: rindex.c,v 1.2 1996/08/19 08:34:08 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 46e9010e4f2..1aa4c4a77b2 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcasecmp.3 5.4 (Berkeley) 4/19/91 -.\" $Id: strcasecmp.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ +.\" $OpenBSD: strcasecmp.3,v 1.2 1996/08/19 08:34:09 tholo Exp $ .\" .Dd April 19, 1991 .Dt STRCASECMP 3 diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index 79bd0081e34..fe8b8eb890f 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static const char sccsid[] = "from: @(#)strcasecmp.c 5.10 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcasecmp.c,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.2 1996/08/19 08:34:09 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 5357d657542..0a0656c5ff1 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcat.3 5.6 (Berkeley) 6/29/91 -.\" $Id: strcat.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strcat.3,v 1.2 1996/08/19 08:34:10 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCAT 3 diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 2958d5e78c1..374a2b74641 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -1,5 +1,3 @@ -/* $OpenBSD: strcat.c,v 1.3 1996/05/01 12:57:45 deraadt Exp $ */ - /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -34,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strcat.c 5.6 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strcat.c,v 1.3 1996/05/01 12:57:45 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcat.c,v 1.4 1996/08/19 08:34:10 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 18b50301f38..806fe734da9 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strchr.3 5.4 (Berkeley) 6/29/91 -.\" $Id: strchr.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCHR 3 diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index fecaa85410c..91e51d68fc7 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcmp.3 5.6 (Berkeley) 6/29/91 -.\" $Id: strcmp.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strcmp.3,v 1.2 1996/08/19 08:34:11 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCMP 3 diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 690da8f3fb9..9a5b208323a 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcmp.c,v 1.2 1996/05/01 12:57:47 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcmp.c,v 1.3 1996/08/19 08:34:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index 12f73f98f24..20af998885e 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcoll.3 5.6 (Berkeley) 6/29/91 -.\" $Id: strcoll.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strcoll.3,v 1.2 1996/08/19 08:34:12 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCOLL 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 86c742cba9a..dca0b10d25e 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strcoll.c 5.2 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcoll.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcoll.c,v 1.2 1996/08/19 08:34:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 1ca12c2707d..33da6e619e6 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcpy.3 5.4 (Berkeley) 6/29/91 -.\" $Id: strcpy.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strcpy.3,v 1.2 1996/08/19 08:34:13 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCPY 3 diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index 04bf0fa67fe..76b063fc109 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -1,5 +1,3 @@ -/* $OpenBSD: strcpy.c,v 1.3 1996/05/01 12:57:49 deraadt Exp $ */ - /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -34,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strcpy.c 5.7 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strcpy.c,v 1.3 1996/05/01 12:57:49 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcpy.c,v 1.4 1996/08/19 08:34:14 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index cc9e5c2fe3f..93c6d8f84cf 100644 --- a/lib/libc/string/strcspn.3 +++ b/lib/libc/string/strcspn.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strcspn.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strcspn.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strcspn.3,v 1.2 1996/08/19 08:34:14 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRCSPN 3 diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index acb4d2a3afb..f7261564a7b 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strcspn.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcspn.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcspn.c,v 1.2 1996/08/19 08:34:15 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 925cbf3d46e..394f6f27d17 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strdup.3 5.3 (Berkeley) 4/19/91 -.\" $Id: strdup.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strdup.3,v 1.2 1996/08/19 08:34:15 tholo Exp $ .\" .Dd April 19, 1991 .Dt STRDUP 3 diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 27ede441102..74c462d2411 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strdup.c 5.4 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strdup.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strdup.c,v 1.2 1996/08/19 08:34:16 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index c9d8504dbb0..487c2b0e9ff 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91 -.\" $Id: strerror.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strerror.3,v 1.2 1996/08/19 08:34:16 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRERROR 3 diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index c3f5ab5d987..0e2690c3dd4 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: strerror.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strerror.c,v 1.2 1996/08/19 08:34:17 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strftime.3 b/lib/libc/string/strftime.3 index a6eecd95e0d..db666bb3155 100644 --- a/lib/libc/string/strftime.3 +++ b/lib/libc/string/strftime.3 @@ -1,5 +1,3 @@ -.\" $OpenBSD: strftime.3,v 1.2 1996/03/19 23:15:14 niklas Exp $ -.\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -35,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 +.\" $OpenBSD: strftime.3,v 1.3 1996/08/19 08:34:17 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRFTIME 3 diff --git a/lib/libc/string/strftime.c b/lib/libc/string/strftime.c index b1fa97cae11..c1d1e95ffd8 100644 --- a/lib/libc/string/strftime.c +++ b/lib/libc/string/strftime.c @@ -1,5 +1,3 @@ -/* $OpenBSD: strftime.c,v 1.5 1996/06/10 06:19:33 deraadt Exp $ */ - /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -34,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strftime.c 5.11 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strftime.c,v 1.5 1996/06/10 06:19:33 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strftime.c,v 1.6 1996/08/19 08:34:18 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index aaf97e0321d..80da886e576 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)string.3 6.9 (Berkeley) 4/19/91 -.\" $Id: string.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index f4aff363eec..99e7dd19c34 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strlen.3 5.4 (Berkeley) 6/29/91 -.\" $Id: strlen.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strlen.3,v 1.2 1996/08/19 08:34:19 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRLEN 3 diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index f5d526d9c43..332d5766f93 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strlen.c,v 1.2 1996/05/01 12:57:52 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strlen.c,v 1.3 1996/08/19 08:34:19 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 1907e7ab036..ba2dfbf4a20 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strmode.3 5.4 (Berkeley) 7/31/91 -.\" $Id: strmode.3,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $ +.\" $OpenBSD: strmode.3,v 1.2 1996/08/19 08:34:20 tholo Exp $ .\" .Dd July 31, 1991 .Dt STRMODE 3 diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 441fc76e90e..cc66071acd0 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strmode.c 5.3 (Berkeley) 5/18/90";*/ -static char *rcsid = "$Id: strmode.c,v 1.1.1.1 1995/10/18 08:42:22 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strmode.c,v 1.2 1996/08/19 08:34:20 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index 3d96452af4c..27ae2ba324a 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strncat.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strncat.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncat.c,v 1.2 1996/08/19 08:34:21 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 43217391d00..0224957f8b2 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strncmp.c,v 1.2 1996/05/01 12:57:54 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncmp.c,v 1.3 1996/08/19 08:34:21 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 5215311b758..01bc8a872e5 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strncpy.c 5.6 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strncpy.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncpy.c,v 1.2 1996/08/19 08:34:22 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3 index 8578546c057..5876f560a95 100644 --- a/lib/libc/string/strpbrk.3 +++ b/lib/libc/string/strpbrk.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strpbrk.3 5.4 (Berkeley) 6/29/91 -.\" $Id: strpbrk.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strpbrk.3,v 1.2 1996/08/19 08:34:22 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRPBRK 3 diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index f1d542a5257..748a3a8c94d 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strpbrk.c 5.8 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strpbrk.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strpbrk.c,v 1.2 1996/08/19 08:34:23 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3 index 1d98cbff24d..6dd00d32fb4 100644 --- a/lib/libc/string/strrchr.3 +++ b/lib/libc/string/strrchr.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strrchr.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strrchr.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strrchr.3,v 1.2 1996/08/19 08:34:23 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRRCHR 3 diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 21aa7376f20..0cae3e0f1bb 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -31,8 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strsep.3 5.3 (Berkeley) 4/19/91 -.\" $Id: strsep.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strsep.3,v 1.2 1996/08/19 08:34:24 tholo Exp $ .\" .Dd April 19, 1991 .Dt STRSEP 3 diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 69be7fe0468..09f187b62d8 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static const char sccsid[] = "from: @(#)strsep.c 5.4 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strsep.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strsep.c,v 1.2 1996/08/19 08:34:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strsignal.3 b/lib/libc/string/strsignal.3 index 3287fef53e6..42e433c259f 100644 --- a/lib/libc/string/strsignal.3 +++ b/lib/libc/string/strsignal.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91 -.\" $Id: strsignal.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strsignal.3,v 1.2 1996/08/19 08:34:25 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRSIGNAL 3 diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index ec4a267edf4..cf03af5963e 100644 --- a/lib/libc/string/strsignal.c +++ b/lib/libc/string/strsignal.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: strsignal.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strsignal.c,v 1.2 1996/08/19 08:34:25 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 36e44a3a385..7d15470dee0 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strspn.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strspn.3,v 1.2 1996/01/07 07:37:38 deraadt Exp $ +.\" $OpenBSD: strspn.3,v 1.3 1996/08/19 08:34:25 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRSPN 3 diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 6224b25c2ae..41940f91903 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strspn.c 5.8 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strspn.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strspn.c,v 1.2 1996/08/19 08:34:26 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 24fdf540ed6..fa455b426ae 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strstr.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strstr.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strstr.3,v 1.2 1996/08/19 08:34:26 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRSTR 3 diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 1ed59e357b5..763c7e29d78 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strstr.c 5.2 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strstr.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strstr.c,v 1.2 1996/08/19 08:34:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 644bd10aedf..ce4a75c007a 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strtok.3 5.8 (Berkeley) 6/29/91 -.\" $Id: strtok.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strtok.3,v 1.2 1996/08/19 08:34:27 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 9f712579bfa..2fce04c3ad9 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strtok.c 5.8 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: strtok.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strtok.c,v 1.2 1996/08/19 08:34:28 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 84fd9454723..3ebdd42c290 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -33,8 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)strxfrm.3 5.4 (Berkeley) 6/29/91 -.\" $Id: strxfrm.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: strxfrm.3,v 1.2 1996/08/19 08:34:28 tholo Exp $ .\" .Dd June 29, 1991 .Dt STRXFRM 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index d9df77b957d..6b258edeccd 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)strxfrm.c 5.2 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strxfrm.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strxfrm.c,v 1.2 1996/08/19 08:34:29 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index 133c487bbd3..c64dbd6cb12 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)swab.3 6.6 (Berkeley) 5/1/91 -.\" $Id: swab.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $OpenBSD: swab.3,v 1.2 1996/08/19 08:34:29 tholo Exp $ .\" .Dd May 1, 1991 .Dt SWAB 3 diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index f33fc53bd65..bdedd06672b 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -35,8 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)swab.c 5.10 (Berkeley) 3/6/91";*/ -static char *rcsid = "$Id: swab.c,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $"; +static char *rcsid = "$OpenBSD: swab.c,v 1.2 1996/08/19 08:34:30 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/sys/ftruncate.c b/lib/libc/sys/ftruncate.c index 211824ef4c9..ce340991730 100644 --- a/lib/libc/sys/ftruncate.c +++ b/lib/libc/sys/ftruncate.c @@ -1,5 +1,3 @@ -/* $NetBSD: ftruncate.c,v 1.3 1995/02/27 11:23:01 cgd Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)ftruncate.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: ftruncate.c,v 1.3 1995/02/27 11:23:01 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: ftruncate.c,v 1.4 1996/08/19 08:34:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/sys/lseek.c b/lib/libc/sys/lseek.c index adc75f29b2f..7ab4675822f 100644 --- a/lib/libc/sys/lseek.c +++ b/lib/libc/sys/lseek.c @@ -1,5 +1,3 @@ -/* $NetBSD: lseek.c,v 1.3 1995/02/27 11:23:04 cgd Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)lseek.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: lseek.c,v 1.3 1995/02/27 11:23:04 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: lseek.c,v 1.4 1996/08/19 08:34:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/sys/mmap.c b/lib/libc/sys/mmap.c index 442f3b1699b..af82cfc638f 100644 --- a/lib/libc/sys/mmap.c +++ b/lib/libc/sys/mmap.c @@ -1,5 +1,3 @@ -/* $NetBSD: mmap.c,v 1.4 1995/02/27 11:23:07 cgd Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)mmap.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: mmap.c,v 1.4 1995/02/27 11:23:07 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: mmap.c,v 1.4 1996/08/19 08:34:31 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/sys/protolib.c b/lib/libc/sys/protolib.c index a4f7373f0e5..7f61c1e10a5 100644 --- a/lib/libc/sys/protolib.c +++ b/lib/libc/sys/protolib.c @@ -27,13 +27,11 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $OpenBSD: protolib.c,v 1.1 1996/03/25 23:31:48 tholo Exp $ */ -#ifndef lint -static char rcsid[] = "$OpenBSD: protolib.c,v 1.1 1996/03/25 23:31:48 tholo Exp $"; -#endif +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: protolib.c,v 1.2 1996/08/19 08:34:32 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/param.h> diff --git a/lib/libc/sys/semctl.c b/lib/libc/sys/semctl.c index 6e3bf3ec60f..79d56efadff 100644 --- a/lib/libc/sys/semctl.c +++ b/lib/libc/sys/semctl.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: semctl.c,v 1.3 1995/02/27 11:23:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: semctl.c,v 1.2 1996/08/19 08:34:33 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/sys/truncate.c b/lib/libc/sys/truncate.c index c54c6ed98ce..a7683f7fd1e 100644 --- a/lib/libc/sys/truncate.c +++ b/lib/libc/sys/truncate.c @@ -1,5 +1,3 @@ -/* $NetBSD: truncate.c,v 1.4 1995/04/19 23:31:15 jtc Exp $ */ - /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)truncate.c 8.1 (Berkeley) 6/17/93"; -#else -static char rcsid[] = "$NetBSD: truncate.c,v 1.4 1995/04/19 23:31:15 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: truncate.c,v 1.4 1996/08/19 08:34:33 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/termios/Makefile.inc b/lib/libc/termios/Makefile.inc index b0339a760db..7ca8c61e7a5 100644 --- a/lib/libc/termios/Makefile.inc +++ b/lib/libc/termios/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1995/04/25 21:22:17 christos Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:34:34 tholo Exp $ .PATH: ${.CURDIR}/termios diff --git a/lib/libc/termios/cfgetispeed.c b/lib/libc/termios/cfgetispeed.c index c8c8f85c5c2..ae6959c4d3d 100644 --- a/lib/libc/termios/cfgetispeed.c +++ b/lib/libc/termios/cfgetispeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfgetispeed.c,v 1.1 1995/04/25 00:04:25 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfgetispeed.c,v 1.1 1995/04/25 00:04:25 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfgetispeed.c,v 1.2 1996/08/19 08:34:34 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfgetospeed.c b/lib/libc/termios/cfgetospeed.c index 0b3cfae20a7..7b549f50822 100644 --- a/lib/libc/termios/cfgetospeed.c +++ b/lib/libc/termios/cfgetospeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfgetospeed.c,v 1.1 1995/04/25 00:04:27 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfgetospeed.c,v 1.1 1995/04/25 00:04:27 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfgetospeed.c,v 1.2 1996/08/19 08:34:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfmakeraw.c b/lib/libc/termios/cfmakeraw.c index f27f6d2ef5c..99f06186b15 100644 --- a/lib/libc/termios/cfmakeraw.c +++ b/lib/libc/termios/cfmakeraw.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfmakeraw.c,v 1.2 1995/06/26 23:04:45 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfmakeraw.c,v 1.2 1995/06/26 23:04:45 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfmakeraw.c,v 1.2 1996/08/19 08:34:35 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetispeed.c b/lib/libc/termios/cfsetispeed.c index 1b6f12ecb2e..2c3c66bc21b 100644 --- a/lib/libc/termios/cfsetispeed.c +++ b/lib/libc/termios/cfsetispeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetispeed.c,v 1.1 1995/04/25 00:04:31 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetispeed.c,v 1.1 1995/04/25 00:04:31 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetispeed.c,v 1.2 1996/08/19 08:34:36 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetospeed.c b/lib/libc/termios/cfsetospeed.c index 06f81decf37..075762288d1 100644 --- a/lib/libc/termios/cfsetospeed.c +++ b/lib/libc/termios/cfsetospeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetospeed.c,v 1.1 1995/04/25 00:04:33 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetospeed.c,v 1.1 1995/04/25 00:04:33 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetospeed.c,v 1.2 1996/08/19 08:34:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/cfsetspeed.c b/lib/libc/termios/cfsetspeed.c index dc54a9603f1..a3c60f722fa 100644 --- a/lib/libc/termios/cfsetspeed.c +++ b/lib/libc/termios/cfsetspeed.c @@ -1,5 +1,3 @@ -/* $NetBSD: cfsetspeed.c,v 1.1 1995/04/25 00:04:35 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: cfsetspeed.c,v 1.1 1995/04/25 00:04:35 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: cfsetspeed.c,v 1.2 1996/08/19 08:34:37 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <termios.h> diff --git a/lib/libc/termios/tcdrain.c b/lib/libc/termios/tcdrain.c index 71dd6ad398f..985e8def31f 100644 --- a/lib/libc/termios/tcdrain.c +++ b/lib/libc/termios/tcdrain.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcdrain.c,v 1.2 1995/06/26 23:05:10 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcdrain.c,v 1.2 1995/06/26 23:05:10 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcdrain.c,v 1.2 1996/08/19 08:34:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcflow.c b/lib/libc/termios/tcflow.c index 99628602ea0..e0ceca7f2f7 100644 --- a/lib/libc/termios/tcflow.c +++ b/lib/libc/termios/tcflow.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcflow.c,v 1.2 1995/06/26 23:05:40 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcflow.c,v 1.2 1995/06/26 23:05:40 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcflow.c,v 1.2 1996/08/19 08:34:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcflush.c b/lib/libc/termios/tcflush.c index 40cafd77245..77f872bac57 100644 --- a/lib/libc/termios/tcflush.c +++ b/lib/libc/termios/tcflush.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcflush.c,v 1.2 1995/06/26 23:05:50 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcflush.c,v 1.2 1995/06/26 23:05:50 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcflush.c,v 1.2 1996/08/19 08:34:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcgetattr.c b/lib/libc/termios/tcgetattr.c index 9447a219b6b..834a455f3ff 100644 --- a/lib/libc/termios/tcgetattr.c +++ b/lib/libc/termios/tcgetattr.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcgetattr.c,v 1.2 1995/06/26 23:05:55 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcgetattr.c,v 1.2 1995/06/26 23:05:55 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcgetattr.c,v 1.2 1996/08/19 08:34:39 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3 index e5dc62815e0..01114171f84 100644 --- a/lib/libc/termios/tcgetpgrp.3 +++ b/lib/libc/termios/tcgetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcgetpgrp.3,v 1.1 1995/04/25 00:04:42 jtc Exp $ +.\" $OpenBSD: tcgetpgrp.3,v 1.2 1996/08/19 08:34:40 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcgetpgrp.3 5.3 (Berkeley) 3/29/92 -.\" .Dd "March 29, 1992" .Dt TCGETPGRP 3 .Os diff --git a/lib/libc/termios/tcgetpgrp.c b/lib/libc/termios/tcgetpgrp.c index 6f54fce62d4..41c23292833 100644 --- a/lib/libc/termios/tcgetpgrp.c +++ b/lib/libc/termios/tcgetpgrp.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcgetpgrp.c,v 1.2 1995/06/26 23:06:00 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcgetpgrp.c,v 1.2 1995/06/26 23:06:00 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcgetpgrp.c,v 1.2 1996/08/19 08:34:40 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/termios/tcsendbreak.3 b/lib/libc/termios/tcsendbreak.3 index 6fc2d8dee49..617f80e3665 100644 --- a/lib/libc/termios/tcsendbreak.3 +++ b/lib/libc/termios/tcsendbreak.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsendbreak.3,v 1.1 1995/04/25 00:04:44 jtc Exp $ +.\" $OpenBSD: tcsendbreak.3,v 1.2 1996/08/19 08:34:41 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsendbreak.3 5.3 (Berkeley) 3/4/92 -.\" .Dd "March 4, 1992" .Dt TCSENDBREAK 3 .Os diff --git a/lib/libc/termios/tcsendbreak.c b/lib/libc/termios/tcsendbreak.c index 0ff01d350d9..99c58bf3c7f 100644 --- a/lib/libc/termios/tcsendbreak.c +++ b/lib/libc/termios/tcsendbreak.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsendbreak.c,v 1.1 1995/04/25 00:04:46 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsendbreak.c,v 1.1 1995/04/25 00:04:46 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsendbreak.c,v 1.2 1996/08/19 08:34:41 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 9c445f0176a..26afd7e14c0 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsetattr.3,v 1.1 1995/04/25 00:04:47 jtc Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.2 1996/08/19 08:34:42 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsetattr.3 5.2 (Berkeley) 3/4/92 -.\" .Dd "March 4, 1992" .Dt TCSETATTR 3 .Os diff --git a/lib/libc/termios/tcsetattr.c b/lib/libc/termios/tcsetattr.c index 8b163f046a4..a054d031c30 100644 --- a/lib/libc/termios/tcsetattr.c +++ b/lib/libc/termios/tcsetattr.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsetattr.c,v 1.2 1995/06/26 23:06:06 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsetattr.c,v 1.2 1995/06/26 23:06:06 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsetattr.c,v 1.2 1996/08/19 08:34:42 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/ioctl.h> diff --git a/lib/libc/termios/tcsetpgrp.3 b/lib/libc/termios/tcsetpgrp.3 index 0fb5f9b0e2d..e5b85e301cf 100644 --- a/lib/libc/termios/tcsetpgrp.3 +++ b/lib/libc/termios/tcsetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsetpgrp.3,v 1.1 1995/04/25 00:04:50 jtc Exp $ +.\" $OpenBSD: tcsetpgrp.3,v 1.2 1996/08/19 08:34:43 tholo Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcsetpgrp.3 5.3 (Berkeley) 3/29/92 -.\" .Dd "March 29, 1992" .Dt TCSETPGRP 3 .Os diff --git a/lib/libc/termios/tcsetpgrp.c b/lib/libc/termios/tcsetpgrp.c index a47cf8743f1..1b3dd9ed340 100644 --- a/lib/libc/termios/tcsetpgrp.c +++ b/lib/libc/termios/tcsetpgrp.c @@ -1,5 +1,3 @@ -/* $NetBSD: tcsetpgrp.c,v 1.2 1995/06/26 23:06:13 jtc Exp $ */ - /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; -#else -static char rcsid[] = "$NetBSD: tcsetpgrp.c,v 1.2 1995/06/26 23:06:13 jtc Exp $"; -#endif +static char rcsid[] = "$OpenBSD: tcsetpgrp.c,v 1.2 1996/08/19 08:34:44 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc index 96d87e56fa1..f089b6fe04e 100644 --- a/lib/libc/time/Makefile.inc +++ b/lib/libc/time/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 1995/03/10 06:05:38 jtc Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:34:45 tholo Exp $ .PATH: ${.CURDIR}/time diff --git a/lib/libc/time/Music b/lib/libc/time/Music index 9fb0cecacca..e8e9adae0bb 100644 --- a/lib/libc/time/Music +++ b/lib/libc/time/Music @@ -1,4 +1,4 @@ -@(#)Music 7.4 +$OpenBSD: Music,v 1.2 1996/08/19 08:34:45 tholo Exp $ Data on recordings of "Save That Time," Russ Long, Serrob Publishing, BMI: -------------------------------------------------------------------------- diff --git a/lib/libc/time/README b/lib/libc/time/README index 3ca53ca3f53..c54e0c7b3fa 100644 --- a/lib/libc/time/README +++ b/lib/libc/time/README @@ -1,4 +1,4 @@ -@(#)README 7.8 +$OpenBSD: README,v 1.2 1996/08/19 08:34:46 tholo Exp $ "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist diff --git a/lib/libc/time/Theory b/lib/libc/time/Theory index 2e346633e58..5dd6f068f13 100644 --- a/lib/libc/time/Theory +++ b/lib/libc/time/Theory @@ -1,4 +1,4 @@ -@(#)Theory 7.4 +$OpenBSD: Theory,v 1.3 1996/08/19 08:34:46 tholo Exp $ These time and date functions are much like the System V Release 2.0 (SVR2) time and date functions; there are a few additions and changes to extend diff --git a/lib/libc/time/WWW b/lib/libc/time/WWW index d2fd6844819..bb5214fc6c9 100644 --- a/lib/libc/time/WWW +++ b/lib/libc/time/WWW @@ -1,4 +1,4 @@ -# '@(#)WWW 7.3' +# '$OpenBSD: WWW,v 1.2 1996/08/19 08:34:47 tholo Exp $ # From Paul Eggert <eggert@twinsun.com> (1995-11-03) # diff --git a/lib/libc/time/asctime.c b/lib/libc/time/asctime.c index 162444ef961..0db9e34ab56 100644 --- a/lib/libc/time/asctime.c +++ b/lib/libc/time/asctime.c @@ -1,10 +1,6 @@ -/* $NetBSD: asctime.c,v 1.2 1995/03/09 23:41:11 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)asctime.c 7.6"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: asctime.c,v 1.2 1996/08/19 08:34:47 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index b0da26cbe29..88eb9e84da2 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ctime.3,v 1.9 1996/01/20 02:29:47 jtc Exp $ +.\" $OpenBSD: ctime.3,v 1.5 1996/08/19 08:34:48 tholo Exp $ .TH CTIME 3 .SH NAME asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII diff --git a/lib/libc/time/difftime.c b/lib/libc/time/difftime.c index cb8e48bd564..f61af9ada65 100644 --- a/lib/libc/time/difftime.c +++ b/lib/libc/time/difftime.c @@ -1,10 +1,6 @@ -/* $NetBSD: difftime.c,v 1.3 1996/01/20 02:30:46 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)difftime.c 7.6"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: difftime.c,v 1.3 1996/08/19 08:34:48 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ diff --git a/lib/libc/time/ialloc.c b/lib/libc/time/ialloc.c index 2bf8310ad0e..e912eadc37f 100644 --- a/lib/libc/time/ialloc.c +++ b/lib/libc/time/ialloc.c @@ -1,10 +1,6 @@ -/* $NetBSD: ialloc.c,v 1.2 1995/03/10 18:12:38 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)ialloc.c 8.28"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ialloc.c,v 1.2 1996/08/19 08:34:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ diff --git a/lib/libc/time/localtime.c b/lib/libc/time/localtime.c index 7717d207604..83c56a8468a 100644 --- a/lib/libc/time/localtime.c +++ b/lib/libc/time/localtime.c @@ -1,10 +1,6 @@ -/* $NetBSD: localtime.c,v 1.6 1996/01/20 02:31:04 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)localtime.c 7.53"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: localtime.c,v 1.4 1996/08/19 08:34:50 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* ** Leap second handling from Bradley White (bww@k.gp.cs.cmu.edu). diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h index bd04a666965..6dd4b8df904 100644 --- a/lib/libc/time/private.h +++ b/lib/libc/time/private.h @@ -1,4 +1,4 @@ -/* $NetBSD: private.h,v 1.5 1996/01/20 02:31:20 jtc Exp $ */ +/* $OpenBSD: private.h,v 1.4 1996/08/19 08:34:51 tholo Exp $ */ #ifndef PRIVATE_H #define PRIVATE_H @@ -18,16 +18,6 @@ */ /* -** ID -*/ - -#ifndef lint -#ifndef NOID -static char privatehid[] = "@(#)private.h 7.39"; -#endif /* !defined NOID */ -#endif /* !defined lint */ - -/* ** Defaults for preprocessor symbols. ** You can override these in your C compiler options, e.g. `-DHAVE_ADJTIME=0'. */ diff --git a/lib/libc/time/scheck.c b/lib/libc/time/scheck.c index 9d784b76e23..5fd5b09eea5 100644 --- a/lib/libc/time/scheck.c +++ b/lib/libc/time/scheck.c @@ -1,10 +1,6 @@ -/* $NetBSD: scheck.c,v 1.3 1996/01/08 22:50:58 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)scheck.c 8.13"; -#endif /* !defined lint */ -#endif /* !defined NOID */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: scheck.c,v 1.3 1996/08/19 08:34:51 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3 index 623574fb31d..9ad2b879938 100644 --- a/lib/libc/time/time2posix.3 +++ b/lib/libc/time/time2posix.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: time2posix.3,v 1.3.4.1 1995/10/26 05:24:49 jtc Exp $ +.\" $OpenBSD: time2posix.3,v 1.3 1996/08/19 08:34:52 tholo Exp $ .TH TIME2POSIX 3 .SH NAME time2posix, posix2time \- convert seconds since the Epoch diff --git a/lib/libc/time/tzfile.5 b/lib/libc/time/tzfile.5 index f02788bebd7..58705b231a3 100644 --- a/lib/libc/time/tzfile.5 +++ b/lib/libc/time/tzfile.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: tzfile.5,v 1.3.4.1 1995/10/26 05:24:50 jtc Exp $ +.\" $OpenBSD: tzfile.5,v 1.3 1996/08/19 08:34:52 tholo Exp $ .TH TZFILE 5 .SH NAME tzfile \- time zone information diff --git a/lib/libc/time/tzfile.h b/lib/libc/time/tzfile.h index c1fe12fc452..ce1c7cfb88a 100644 --- a/lib/libc/time/tzfile.h +++ b/lib/libc/time/tzfile.h @@ -1,4 +1,4 @@ -/* $NetBSD: tzfile.h,v 1.4 1996/01/20 02:31:34 jtc Exp $ */ +/* $OpenBSD: tzfile.h,v 1.3 1996/08/19 08:34:53 tholo Exp $ */ #ifndef TZFILE_H #define TZFILE_H @@ -12,16 +12,6 @@ */ /* -** ID -*/ - -#ifndef lint -#ifndef NOID -static char tzfilehid[] = "@(#)tzfile.h 7.7"; -#endif /* !defined NOID */ -#endif /* !defined lint */ - -/* ** Information about time zone files. */ diff --git a/lib/libc/time/tzset.3 b/lib/libc/time/tzset.3 index 31060140baa..aa27f05bda9 100644 --- a/lib/libc/time/tzset.3 +++ b/lib/libc/time/tzset.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tzset.3,v 1.7 1996/01/08 22:50:59 jtc Exp $ +.\" $OpenBSD: tzset.3,v 1.4 1996/08/19 08:34:53 tholo Exp $ .TH TZSET 3 .SH NAME tzset \- initialize time conversion information diff --git a/lib/libc/time/zdump.8 b/lib/libc/time/zdump.8 index c7487ea9ed1..59e03041e81 100644 --- a/lib/libc/time/zdump.8 +++ b/lib/libc/time/zdump.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: zdump.8,v 1.2 1995/03/10 18:10:00 jtc Exp $ +.\" $OpenBSD: zdump.8,v 1.2 1996/08/19 08:34:54 tholo Exp $ .TH ZDUMP 8 .SH NAME zdump \- time zone dumper diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index d8a791c007f..0f034b74d98 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -1,10 +1,6 @@ -/* $NetBSD: zdump.c,v 1.2 1995/03/10 18:12:43 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)zdump.c 7.20"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: zdump.c,v 1.2 1996/08/19 08:34:55 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* ** This code has been made independent of the rest of the time diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8 index f44f2cb42db..256dfbe1600 100644 --- a/lib/libc/time/zic.8 +++ b/lib/libc/time/zic.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: zic.8,v 1.4 1996/01/08 22:50:59 jtc Exp $ +.\" $OpenBSD: zic.8,v 1.3 1996/08/19 08:34:55 tholo Exp $ .TH ZIC 8 .SH NAME zic \- time zone compiler diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c index 898c8400feb..6205e8fd922 100644 --- a/lib/libc/time/zic.c +++ b/lib/libc/time/zic.c @@ -1,10 +1,6 @@ -/* $NetBSD: zic.c,v 1.4 1996/01/20 02:31:50 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)zic.c 7.59"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: zic.c,v 1.4 1996/08/19 08:34:56 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include "private.h" #include "tzfile.h" diff --git a/lib/libc/yp/_yp_check.c b/lib/libc/yp/_yp_check.c index 83a46472f0c..f4d6f2f664b 100644 --- a/lib/libc/yp/_yp_check.c +++ b/lib/libc/yp/_yp_check.c @@ -1,5 +1,3 @@ -/* $OpenBSD: _yp_check.c,v 1.2 1996/07/01 07:08:53 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: _yp_check.c,v 1.2 1996/07/01 07:08:53 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: _yp_check.c,v 1.3 1996/08/19 08:34:57 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_domainname.c b/lib/libc/yp/xdr_domainname.c index d15d592597c..b16197ec9d5 100644 --- a/lib/libc/yp/xdr_domainname.c +++ b/lib/libc/yp/xdr_domainname.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_domainname.c,v 1.2 1996/07/01 07:08:53 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_domainname.c,v 1.2 1996/07/01 07:08:53 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_domainname.c,v 1.3 1996/08/19 08:34:58 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_keydat.c b/lib/libc/yp/xdr_keydat.c index 9cd3ddcd9dd..b6ff3c48b8a 100644 --- a/lib/libc/yp/xdr_keydat.c +++ b/lib/libc/yp/xdr_keydat.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_keydat.c,v 1.3 1996/07/01 07:08:54 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_keydat.c,v 1.3 1996/07/01 07:08:54 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_keydat.c,v 1.4 1996/08/19 08:34:58 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_mapname.c b/lib/libc/yp/xdr_mapname.c index 38f4630ba08..7c84e0b832d 100644 --- a/lib/libc/yp/xdr_mapname.c +++ b/lib/libc/yp/xdr_mapname.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_mapname.c,v 1.2 1996/07/01 07:08:54 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_mapname.c,v 1.2 1996/07/01 07:08:54 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_mapname.c,v 1.3 1996/08/19 08:34:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_peername.c b/lib/libc/yp/xdr_peername.c index 077ffbc44d0..6a312cf0a81 100644 --- a/lib/libc/yp/xdr_peername.c +++ b/lib/libc/yp/xdr_peername.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_peername.c,v 1.2 1996/07/01 07:08:55 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_peername.c,v 1.2 1996/07/01 07:08:55 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_peername.c,v 1.3 1996/08/19 08:34:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_valdat.c b/lib/libc/yp/xdr_valdat.c index 770a35e8845..03314b6180e 100644 --- a/lib/libc/yp/xdr_valdat.c +++ b/lib/libc/yp/xdr_valdat.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_valdat.c,v 1.3 1996/07/01 07:08:56 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_valdat.c,v 1.3 1996/07/01 07:08:56 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_valdat.c,v 1.4 1996/08/19 08:35:00 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypbind_binding.c b/lib/libc/yp/xdr_ypbind_binding.c index e5312cc04ac..a648df47655 100644 --- a/lib/libc/yp/xdr_ypbind_binding.c +++ b/lib/libc/yp/xdr_ypbind_binding.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypbind_binding.c,v 1.2 1996/07/01 07:08:57 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypbind_binding.c,v 1.2 1996/07/01 07:08:57 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypbind_binding.c,v 1.3 1996/08/19 08:35:00 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypbind_resp.c b/lib/libc/yp/xdr_ypbind_resp.c index 57eebd5a314..317b69491f7 100644 --- a/lib/libc/yp/xdr_ypbind_resp.c +++ b/lib/libc/yp/xdr_ypbind_resp.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypbind_resp.c,v 1.2 1996/07/01 07:08:57 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypbind_resp.c,v 1.2 1996/07/01 07:08:57 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypbind_resp.c,v 1.3 1996/08/19 08:35:01 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypbind_resptype.c b/lib/libc/yp/xdr_ypbind_resptype.c index 047f9ea4509..a558d1615c4 100644 --- a/lib/libc/yp/xdr_ypbind_resptype.c +++ b/lib/libc/yp/xdr_ypbind_resptype.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypbind_resptype.c,v 1.2 1996/07/01 07:08:58 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypbind_resptype.c,v 1.2 1996/07/01 07:08:58 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypbind_resptype.c,v 1.3 1996/08/19 08:35:01 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypbind_setdom.c b/lib/libc/yp/xdr_ypbind_setdom.c index de39b27360b..3aa6f19613d 100644 --- a/lib/libc/yp/xdr_ypbind_setdom.c +++ b/lib/libc/yp/xdr_ypbind_setdom.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypbind_setdom.c,v 1.2 1996/07/01 07:08:59 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypbind_setdom.c,v 1.2 1996/07/01 07:08:59 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypbind_setdom.c,v 1.3 1996/08/19 08:35:02 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypmaplist.c b/lib/libc/yp/xdr_ypmaplist.c index 2b5fbebd7b1..6b554b00edd 100644 --- a/lib/libc/yp/xdr_ypmaplist.c +++ b/lib/libc/yp/xdr_ypmaplist.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypmaplist.c,v 1.2 1996/07/01 07:09:00 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypmaplist.c,v 1.2 1996/07/01 07:09:00 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypmaplist.c,v 1.3 1996/08/19 08:35:02 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypreq_key.c b/lib/libc/yp/xdr_ypreq_key.c index 9ddb96ba9a0..c14985998c7 100644 --- a/lib/libc/yp/xdr_ypreq_key.c +++ b/lib/libc/yp/xdr_ypreq_key.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypreq_key.c,v 1.2 1996/07/01 07:09:01 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypreq_key.c,v 1.2 1996/07/01 07:09:01 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypreq_key.c,v 1.3 1996/08/19 08:35:03 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypreq_nokey.c b/lib/libc/yp/xdr_ypreq_nokey.c index 8a70c0504c4..2c57f7ce446 100644 --- a/lib/libc/yp/xdr_ypreq_nokey.c +++ b/lib/libc/yp/xdr_ypreq_nokey.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypreq_nokey.c,v 1.2 1996/07/01 07:09:02 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypreq_nokey.c,v 1.2 1996/07/01 07:09:02 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypreq_nokey.c,v 1.3 1996/08/19 08:35:03 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_all.c b/lib/libc/yp/xdr_ypresp_all.c index 0819ac33d23..04d11084b01 100644 --- a/lib/libc/yp/xdr_ypresp_all.c +++ b/lib/libc/yp/xdr_ypresp_all.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_all.c,v 1.2 1996/07/01 07:09:03 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_all.c,v 1.2 1996/07/01 07:09:03 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_all.c,v 1.3 1996/08/19 08:35:04 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_key_val.c b/lib/libc/yp/xdr_ypresp_key_val.c index c3714fb032a..c72ef14ca6c 100644 --- a/lib/libc/yp/xdr_ypresp_key_val.c +++ b/lib/libc/yp/xdr_ypresp_key_val.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_key_val.c,v 1.2 1996/07/01 07:09:04 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_key_val.c,v 1.2 1996/07/01 07:09:04 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_key_val.c,v 1.3 1996/08/19 08:35:04 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_maplist.c b/lib/libc/yp/xdr_ypresp_maplist.c index dda52ddfb88..ba6ef1a3bb2 100644 --- a/lib/libc/yp/xdr_ypresp_maplist.c +++ b/lib/libc/yp/xdr_ypresp_maplist.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_maplist.c,v 1.2 1996/07/01 07:09:05 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_maplist.c,v 1.2 1996/07/01 07:09:05 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_maplist.c,v 1.3 1996/08/19 08:35:05 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_master.c b/lib/libc/yp/xdr_ypresp_master.c index 12e6218bd98..c75510c3bc7 100644 --- a/lib/libc/yp/xdr_ypresp_master.c +++ b/lib/libc/yp/xdr_ypresp_master.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_master.c,v 1.2 1996/07/01 07:09:05 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_master.c,v 1.2 1996/07/01 07:09:05 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_master.c,v 1.3 1996/08/19 08:35:05 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_order.c b/lib/libc/yp/xdr_ypresp_order.c index 5fe7eb9ba38..b35e7ba8a4e 100644 --- a/lib/libc/yp/xdr_ypresp_order.c +++ b/lib/libc/yp/xdr_ypresp_order.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_order.c,v 1.2 1996/07/01 07:09:06 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_order.c,v 1.2 1996/07/01 07:09:06 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_order.c,v 1.3 1996/08/19 08:35:06 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypresp_val.c b/lib/libc/yp/xdr_ypresp_val.c index aa892f9533d..5ff69a97783 100644 --- a/lib/libc/yp/xdr_ypresp_val.c +++ b/lib/libc/yp/xdr_ypresp_val.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypresp_val.c,v 1.2 1996/07/01 07:09:07 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_val.c,v 1.2 1996/07/01 07:09:07 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypresp_val.c,v 1.3 1996/08/19 08:35:06 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/xdr_ypstat.c b/lib/libc/yp/xdr_ypstat.c index 04b699c7bfd..a596e579dbb 100644 --- a/lib/libc/yp/xdr_ypstat.c +++ b/lib/libc/yp/xdr_ypstat.c @@ -1,5 +1,3 @@ -/* $OpenBSD: xdr_ypstat.c,v 1.2 1996/07/01 07:09:08 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypstat.c,v 1.2 1996/07/01 07:09:08 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: xdr_ypstat.c,v 1.3 1996/08/19 08:35:07 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_all.c b/lib/libc/yp/yp_all.c index ac39d6066c8..923a5f50719 100644 --- a/lib/libc/yp/yp_all.c +++ b/lib/libc/yp/yp_all.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_all.c,v 1.3 1996/07/01 07:09:09 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_all.c,v 1.3 1996/07/01 07:09:09 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_all.c,v 1.4 1996/08/19 08:35:07 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_bind.c b/lib/libc/yp/yp_bind.c index a481c07d378..6c4c51e6eae 100644 --- a/lib/libc/yp/yp_bind.c +++ b/lib/libc/yp/yp_bind.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_bind.c,v 1.5 1996/08/05 13:38:54 deraadt Exp $ */ - /* * Copyright (c) 1996 Theo de Raadt <deraadt@theos.com> * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> @@ -33,8 +31,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_bind.c,v 1.5 1996/08/05 13:38:54 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_bind.c,v 1.6 1996/08/19 08:35:08 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_first.c b/lib/libc/yp/yp_first.c index a5e7cf246b0..7f9ab2790d6 100644 --- a/lib/libc/yp/yp_first.c +++ b/lib/libc/yp/yp_first.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_first.c,v 1.3 1996/07/01 07:09:11 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_first.c,v 1.3 1996/07/01 07:09:11 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_first.c,v 1.4 1996/08/19 08:35:09 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_get_default_domain.c b/lib/libc/yp/yp_get_default_domain.c index 379b4e0b600..07944d88c1d 100644 --- a/lib/libc/yp/yp_get_default_domain.c +++ b/lib/libc/yp/yp_get_default_domain.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_get_default_domain.c,v 1.2 1996/07/01 07:09:11 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_get_default_domain.c,v 1.2 1996/07/01 07:09:11 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_get_default_domain.c,v 1.3 1996/08/19 08:35:09 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_maplist.c b/lib/libc/yp/yp_maplist.c index be5b60f970a..afd93c10276 100644 --- a/lib/libc/yp/yp_maplist.c +++ b/lib/libc/yp/yp_maplist.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_maplist.c,v 1.3 1996/07/01 07:09:12 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_maplist.c,v 1.3 1996/07/01 07:09:12 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_maplist.c,v 1.4 1996/08/19 08:35:10 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_master.c b/lib/libc/yp/yp_master.c index 41779e0ac82..7b5ce26e1f0 100644 --- a/lib/libc/yp/yp_master.c +++ b/lib/libc/yp/yp_master.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_master.c,v 1.3 1996/07/01 07:09:13 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_master.c,v 1.3 1996/07/01 07:09:13 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_master.c,v 1.4 1996/08/19 08:35:10 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/yp_order.c b/lib/libc/yp/yp_order.c index 3995edb9e05..458a40849fc 100644 --- a/lib/libc/yp/yp_order.c +++ b/lib/libc/yp/yp_order.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yp_order.c,v 1.4 1996/07/01 07:09:14 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_order.c,v 1.4 1996/07/01 07:09:14 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yp_order.c,v 1.5 1996/08/19 08:35:11 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index 9f2cf8020db..b168c04bce5 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,5 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.3 1996/07/01 07:09:15 deraadt Exp $ -.\" $NetBSD: ypclnt.3,v 1.5 1996/02/28 00:57:22 thorpej Exp $ +.\" $OpenBSD: ypclnt.3,v 1.4 1996/08/19 08:35:11 tholo Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/lib/libc/yp/yperr_string.c b/lib/libc/yp/yperr_string.c index 36045a93bd8..27810ce35f1 100644 --- a/lib/libc/yp/yperr_string.c +++ b/lib/libc/yp/yperr_string.c @@ -1,5 +1,3 @@ -/* $OpenBSD: yperr_string.c,v 1.2 1996/07/01 07:09:16 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yperr_string.c,v 1.2 1996/07/01 07:09:16 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: yperr_string.c,v 1.3 1996/08/19 08:35:12 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/ypmatch_cache.c b/lib/libc/yp/ypmatch_cache.c index 9486e1fa61e..c7abac885fb 100644 --- a/lib/libc/yp/ypmatch_cache.c +++ b/lib/libc/yp/ypmatch_cache.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ypmatch_cache.c,v 1.3 1996/07/01 07:09:17 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ypmatch_cache.c,v 1.3 1996/07/01 07:09:17 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: ypmatch_cache.c,v 1.4 1996/08/19 08:35:12 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> diff --git a/lib/libc/yp/ypprot_err.c b/lib/libc/yp/ypprot_err.c index 4e119b9e33a..89682a471f3 100644 --- a/lib/libc/yp/ypprot_err.c +++ b/lib/libc/yp/ypprot_err.c @@ -1,5 +1,3 @@ -/* $OpenBSD: ypprot_err.c,v 1.2 1996/07/01 07:09:18 deraadt Exp $ */ - /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -32,8 +30,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ypprot_err.c,v 1.2 1996/07/01 07:09:18 deraadt Exp $"; -#endif +static char *rcsid = "$OpenBSD: ypprot_err.c,v 1.3 1996/08/19 08:35:13 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/types.h> |