diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 15:57:54 +0000 |
commit | c045fa729ea8bac9c37fc19b782b5a3859b5a674 (patch) | |
tree | 217d789c8c9676e5a6576aa6658269a29afdf711 /sys | |
parent | 14848198439b9bf6cae49c22cb363276839eb2f0 (diff) |
$OpenBSD$
Diffstat (limited to 'sys')
98 files changed, 184 insertions, 58 deletions
diff --git a/sys/lib/libkern/adddi3.c b/sys/lib/libkern/adddi3.c index 54e86eb3744..5486f8479bb 100644 --- a/sys/lib/libkern/adddi3.c +++ b/sys/lib/libkern/adddi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: adddi3.c,v 1.2 1997/11/07 15:56:33 niklas Exp $ */ /* $NetBSD: adddi3.c,v 1.5 1995/10/07 09:26:14 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)adddi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: adddi3.c,v 1.5 1995/10/07 09:26:14 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: adddi3.c,v 1.2 1997/11/07 15:56:33 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/anddi3.c b/sys/lib/libkern/anddi3.c index 26ccf39d80b..b49f9d8aec6 100644 --- a/sys/lib/libkern/anddi3.c +++ b/sys/lib/libkern/anddi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: anddi3.c,v 1.2 1997/11/07 15:56:35 niklas Exp $ */ /* $NetBSD: anddi3.c,v 1.5 1995/10/07 09:26:15 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)anddi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: anddi3.c,v 1.5 1995/10/07 09:26:15 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: anddi3.c,v 1.2 1997/11/07 15:56:35 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/arch/arm32/Makefile.inc b/sys/lib/libkern/arch/arm32/Makefile.inc index 7e5d52920f5..a70d9e658fa 100644 --- a/sys/lib/libkern/arch/arm32/Makefile.inc +++ b/sys/lib/libkern/arch/arm32/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1997/11/04 19:08:04 chuck Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/11/07 15:56:57 niklas Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ memchr.c \ diff --git a/sys/lib/libkern/arch/arm32/div.S b/sys/lib/libkern/arch/arm32/div.S index 603d0b858ad..92c1b6f73c0 100644 --- a/sys/lib/libkern/arch/arm32/div.S +++ b/sys/lib/libkern/arch/arm32/div.S @@ -1,3 +1,4 @@ +/* $OpenBSD: div.S,v 1.3 1997/11/07 15:56:58 niklas Exp $ */ /* $NetBSD: div.S,v 1.2 1996/04/26 20:05:28 mark Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/DEFS.h b/sys/lib/libkern/arch/m68k/DEFS.h index 0ccd3f048fa..5665586dff1 100644 --- a/sys/lib/libkern/arch/m68k/DEFS.h +++ b/sys/lib/libkern/arch/m68k/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:00 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:21 cgd Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/m68k/SYS.h b/sys/lib/libkern/arch/m68k/SYS.h index 6f5c3b7cf0d..d74877b8d95 100644 --- a/sys/lib/libkern/arch/m68k/SYS.h +++ b/sys/lib/libkern/arch/m68k/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:00 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:23 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/m68k/bcmp.S b/sys/lib/libkern/arch/m68k/bcmp.S index 6b5d6c88d40..14d9b282e8e 100644 --- a/sys/lib/libkern/arch/m68k/bcmp.S +++ b/sys/lib/libkern/arch/m68k/bcmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: bcmp.S,v 1.1 1995/10/18 08:52:52 deraadt Exp $" + .asciz "$OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* bcmp(s1, s2, n) */ diff --git a/sys/lib/libkern/arch/m68k/bzero.S b/sys/lib/libkern/arch/m68k/bzero.S index 119a4f5c0eb..ce8bdaa0163 100644 --- a/sys/lib/libkern/arch/m68k/bzero.S +++ b/sys/lib/libkern/arch/m68k/bzero.S @@ -1,3 +1,5 @@ +/* $OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)bzero.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: bzero.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/ffs.S b/sys/lib/libkern/arch/m68k/ffs.S index b20232fdf2d..7a2476472e2 100644 --- a/sys/lib/libkern/arch/m68k/ffs.S +++ b/sys/lib/libkern/arch/m68k/ffs.S @@ -1,3 +1,5 @@ +/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)ffs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ffs.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* bit = ffs(value) */ diff --git a/sys/lib/libkern/arch/m68k/htonl.S b/sys/lib/libkern/arch/m68k/htonl.S index 2da54607f6e..926a5f470c2 100644 --- a/sys/lib/libkern/arch/m68k/htonl.S +++ b/sys/lib/libkern/arch/m68k/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)htonl.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: htonl.S,v 1.2 1994/10/26 06:39:27 cgd Exp $" + .asciz "$OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/sys/lib/libkern/arch/m68k/htons.S b/sys/lib/libkern/arch/m68k/htons.S index 5c9ee9c54c7..da4e0c505a6 100644 --- a/sys/lib/libkern/arch/m68k/htons.S +++ b/sys/lib/libkern/arch/m68k/htons.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */ /* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)htons.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = htons(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/locc.S b/sys/lib/libkern/arch/m68k/locc.S index b5a838e7514..681404193e3 100644 --- a/sys/lib/libkern/arch/m68k/locc.S +++ b/sys/lib/libkern/arch/m68k/locc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: locc.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */ /* $NetBSD: locc.S,v 1.2 1994/10/26 06:39:28 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/ntohl.S b/sys/lib/libkern/arch/m68k/ntohl.S index ed996cb3587..20415157b1e 100644 --- a/sys/lib/libkern/arch/m68k/ntohl.S +++ b/sys/lib/libkern/arch/m68k/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:29 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)ntohl.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:29 cgd Exp $" + .asciz "$OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/ntohs.S b/sys/lib/libkern/arch/m68k/ntohs.S index d32a48775bb..b58a840eb24 100644 --- a/sys/lib/libkern/arch/m68k/ntohs.S +++ b/sys/lib/libkern/arch/m68k/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:30 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)ntohs.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:30 cgd Exp $" + .asciz "$OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/scanc.S b/sys/lib/libkern/arch/m68k/scanc.S index 358793e7c6b..d2b274a24b1 100644 --- a/sys/lib/libkern/arch/m68k/scanc.S +++ b/sys/lib/libkern/arch/m68k/scanc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: scanc.S,v 1.2 1997/11/07 15:57:07 niklas Exp $ */ /* $NetBSD: scanc.S,v 1.2 1994/10/26 06:39:31 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/skpc.S b/sys/lib/libkern/arch/m68k/skpc.S index 681779eba30..9677f8dace2 100644 --- a/sys/lib/libkern/arch/m68k/skpc.S +++ b/sys/lib/libkern/arch/m68k/skpc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: skpc.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */ /* $NetBSD: skpc.S,v 1.2 1994/10/26 06:39:32 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/strcat.S b/sys/lib/libkern/arch/m68k/strcat.S index 0a8b8f08788..ec1188fb2c2 100644 --- a/sys/lib/libkern/arch/m68k/strcat.S +++ b/sys/lib/libkern/arch/m68k/strcat.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */ /* $NetBSD: strcat.S,v 1.1 1996/04/18 01:53:06 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ #if 0 RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90") #else - RCSID("$NetBSD: strcat.S,v 1.1 1996/04/18 01:53:06 cgd Exp $") + RCSID("$OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $") #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/arch/m68k/strcmp.S b/sys/lib/libkern/arch/m68k/strcmp.S index 1ae045bc3a5..fc0f273e990 100644 --- a/sys/lib/libkern/arch/m68k/strcmp.S +++ b/sys/lib/libkern/arch/m68k/strcmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strcmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strcmp.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strcpy.S b/sys/lib/libkern/arch/m68k/strcpy.S index f273bf4e530..4caa3f71087 100644 --- a/sys/lib/libkern/arch/m68k/strcpy.S +++ b/sys/lib/libkern/arch/m68k/strcpy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strcpy.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strlen.S b/sys/lib/libkern/arch/m68k/strlen.S index da10a30fd76..917b836d43b 100644 --- a/sys/lib/libkern/arch/m68k/strlen.S +++ b/sys/lib/libkern/arch/m68k/strlen.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strlen.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strlen.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strncmp.S b/sys/lib/libkern/arch/m68k/strncmp.S index 5263e981bff..b193a9d93a3 100644 --- a/sys/lib/libkern/arch/m68k/strncmp.S +++ b/sys/lib/libkern/arch/m68k/strncmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strncmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strncmp.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strncpy.S b/sys/lib/libkern/arch/m68k/strncpy.S index af0f2e83c5e..b759a919e18 100644 --- a/sys/lib/libkern/arch/m68k/strncpy.S +++ b/sys/lib/libkern/arch/m68k/strncpy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strncpy.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/DEFS.h b/sys/lib/libkern/arch/mips/DEFS.h index e921ff5c3eb..8f9ff7b01c2 100644 --- a/sys/lib/libkern/arch/mips/DEFS.h +++ b/sys/lib/libkern/arch/mips/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1 1995/11/06 21:15:52 deraadt Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:14 niklas Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/mips/SYS.h b/sys/lib/libkern/arch/mips/SYS.h index 349bf5c8454..2c28f2fb9a9 100644 --- a/sys/lib/libkern/arch/mips/SYS.h +++ b/sys/lib/libkern/arch/mips/SYS.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:15 niklas Exp $*/ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -34,7 +35,6 @@ * SUCH DAMAGE. * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.1 1995/11/06 21:15:54 deraadt Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/mips/bcmp.S b/sys/lib/libkern/arch/mips/bcmp.S index 0a18dadd12b..950269e4e3e 100644 --- a/sys/lib/libkern/arch/mips/bcmp.S +++ b/sys/lib/libkern/arch/mips/bcmp.S @@ -1,3 +1,5 @@ +# $OpenBSD: bcmp.S,v 1.6 1997/11/07 15:57:16 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/bcopy.S b/sys/lib/libkern/arch/mips/bcopy.S index bf6e45daf69..4cb962158a0 100644 --- a/sys/lib/libkern/arch/mips/bcopy.S +++ b/sys/lib/libkern/arch/mips/bcopy.S @@ -1,3 +1,5 @@ +# $OpenBSD: bcopy.S,v 1.7 1997/11/07 15:57:17 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/bzero.S b/sys/lib/libkern/arch/mips/bzero.S index 4ff16b0a93b..2f5c29b8715 100644 --- a/sys/lib/libkern/arch/mips/bzero.S +++ b/sys/lib/libkern/arch/mips/bzero.S @@ -1,3 +1,5 @@ +# $OpenBSD: bzero.S,v 1.5 1997/11/07 15:57:18 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/ffs.S b/sys/lib/libkern/arch/mips/ffs.S index f84c947105d..93abd6db037 100644 --- a/sys/lib/libkern/arch/mips/ffs.S +++ b/sys/lib/libkern/arch/mips/ffs.S @@ -1,3 +1,5 @@ +# $OpenBSD: ffs.S,v 1.4 1997/11/07 15:57:18 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/htonl.S b/sys/lib/libkern/arch/mips/htonl.S index 85576cde536..a389399e8d3 100644 --- a/sys/lib/libkern/arch/mips/htonl.S +++ b/sys/lib/libkern/arch/mips/htonl.S @@ -1,3 +1,5 @@ +# $OpenBSD: htonl.S,v 1.4 1997/11/07 15:57:19 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/htons.S b/sys/lib/libkern/arch/mips/htons.S index f425144c094..7ab497cf7c3 100644 --- a/sys/lib/libkern/arch/mips/htons.S +++ b/sys/lib/libkern/arch/mips/htons.S @@ -1,3 +1,5 @@ +# $OpenBSD: htons.S,v 1.4 1997/11/07 15:57:20 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/strcmp.S b/sys/lib/libkern/arch/mips/strcmp.S index 6c6b7a503c5..76b626197a4 100644 --- a/sys/lib/libkern/arch/mips/strcmp.S +++ b/sys/lib/libkern/arch/mips/strcmp.S @@ -1,3 +1,5 @@ +# $OpenBSD: strcmp.S,v 1.4 1997/11/07 15:57:21 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/strlen.S b/sys/lib/libkern/arch/mips/strlen.S index 4f9288eb537..8aa4c153648 100644 --- a/sys/lib/libkern/arch/mips/strlen.S +++ b/sys/lib/libkern/arch/mips/strlen.S @@ -1,3 +1,5 @@ +# $OpenBSD: strlen.S,v 1.4 1997/11/07 15:57:22 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/ns32k/DEFS.h b/sys/lib/libkern/arch/ns32k/DEFS.h index ff297d572ab..3d861f16f15 100644 --- a/sys/lib/libkern/arch/ns32k/DEFS.h +++ b/sys/lib/libkern/arch/ns32k/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:23 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:41 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/ns32k/SYS.h b/sys/lib/libkern/arch/ns32k/SYS.h index 93ee274588c..ebad36b057f 100644 --- a/sys/lib/libkern/arch/ns32k/SYS.h +++ b/sys/lib/libkern/arch/ns32k/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:24 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:44 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/ns32k/htonl.S b/sys/lib/libkern/arch/ns32k/htonl.S index a2110a31e98..fc1a5bc83fc 100644 --- a/sys/lib/libkern/arch/ns32k/htonl.S +++ b/sys/lib/libkern/arch/ns32k/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:25 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:45 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/htons.S b/sys/lib/libkern/arch/ns32k/htons.S index bd907611691..9989b956fb2 100644 --- a/sys/lib/libkern/arch/ns32k/htons.S +++ b/sys/lib/libkern/arch/ns32k/htons.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:26 niklas Exp $ */ /* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:46 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/ntohl.S b/sys/lib/libkern/arch/ns32k/ntohl.S index 3a45abb068f..acef5f6f500 100644 --- a/sys/lib/libkern/arch/ns32k/ntohl.S +++ b/sys/lib/libkern/arch/ns32k/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:27 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:47 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/ntohs.S b/sys/lib/libkern/arch/ns32k/ntohs.S index 8e09a20adca..4e701df53ed 100644 --- a/sys/lib/libkern/arch/ns32k/ntohs.S +++ b/sys/lib/libkern/arch/ns32k/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:28 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:48 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/setjmp.S b/sys/lib/libkern/arch/ns32k/setjmp.S index dfca3d55691..e9e85ffdd43 100644 --- a/sys/lib/libkern/arch/ns32k/setjmp.S +++ b/sys/lib/libkern/arch/ns32k/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:28 niklas Exp $ */ /* $NetBSD: setjmp.S,v 1.3 1995/11/30 01:00:12 jtc Exp $ */ /* diff --git a/sys/lib/libkern/arch/sparc/DEFS.h b/sys/lib/libkern/arch/sparc/DEFS.h index 8dbdcb1f165..f0b72ae3a87 100644 --- a/sys/lib/libkern/arch/sparc/DEFS.h +++ b/sys/lib/libkern/arch/sparc/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:30 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:51 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/sparc/SYS.h b/sys/lib/libkern/arch/sparc/SYS.h index 74b3cac68d4..bd0344a6da6 100644 --- a/sys/lib/libkern/arch/sparc/SYS.h +++ b/sys/lib/libkern/arch/sparc/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:31 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:53 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/sparc/_setjmp.S b/sys/lib/libkern/arch/sparc/_setjmp.S index cb42c847997..c4b038019da 100644 --- a/sys/lib/libkern/arch/sparc/_setjmp.S +++ b/sys/lib/libkern/arch/sparc/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.2 1997/11/07 15:57:32 niklas Exp $ */ /* $NetBSD: _setjmp.S,v 1.2 1994/10/26 06:39:54 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: _setjmp.S,v 1.2 1994/10/26 06:39:54 cgd Exp $" + .asciz "$OpenBSD: _setjmp.S,v 1.2 1997/11/07 15:57:32 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/bzero.S b/sys/lib/libkern/arch/sparc/bzero.S index 7e7da1f91ba..0eb4cca1ac3 100644 --- a/sys/lib/libkern/arch/sparc/bzero.S +++ b/sys/lib/libkern/arch/sparc/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:33 niklas Exp $ */ /* $NetBSD: bzero.S,v 1.2 1994/10/26 06:39:54 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: bzero.S,v 1.2 1994/10/26 06:39:54 cgd Exp $" + .asciz "$OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:33 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/divrem.m4 b/sys/lib/libkern/arch/sparc/divrem.m4 index b5aee6e4274..4ee3a2d8243 100644 --- a/sys/lib/libkern/arch/sparc/divrem.m4 +++ b/sys/lib/libkern/arch/sparc/divrem.m4 @@ -1,3 +1,4 @@ +/* $OpenBSD: divrem.m4,v 1.2 1997/11/07 15:57:33 niklas Exp $ */ /* $NetBSD: divrem.m4,v 1.3 1995/04/22 09:37:39 pk Exp $ */ /* @@ -48,7 +49,7 @@ #ifdef notdef .asciz "@(#)divrem.m4 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: divrem.m4,v 1.3 1995/04/22 09:37:39 pk Exp $" + .asciz "$OpenBSD: divrem.m4,v 1.2 1997/11/07 15:57:33 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/ffs.S b/sys/lib/libkern/arch/sparc/ffs.S index 82599a412f1..78e8ada31b8 100644 --- a/sys/lib/libkern/arch/sparc/ffs.S +++ b/sys/lib/libkern/arch/sparc/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $ */ /* $NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $" + .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/htonl.S b/sys/lib/libkern/arch/sparc/htonl.S index 1853b45967f..64ee5fa09f9 100644 --- a/sys/lib/libkern/arch/sparc/htonl.S +++ b/sys/lib/libkern/arch/sparc/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:35 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:58 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: htonl.S,v 1.2 1994/10/26 06:39:58 cgd Exp $" + .asciz "$OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:35 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/sys/lib/libkern/arch/sparc/htons.S b/sys/lib/libkern/arch/sparc/htons.S index 52be2cc164a..c5569f998fc 100644 --- a/sys/lib/libkern/arch/sparc/htons.S +++ b/sys/lib/libkern/arch/sparc/htons.S @@ -1,3 +1,5 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:36 niklas Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,7 @@ #ifdef notdef .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: htons.S,v 1.2 1994/10/26 06:39:59 cgd Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:36 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htons(hostorder) */ diff --git a/sys/lib/libkern/arch/sparc/mul.S b/sys/lib/libkern/arch/sparc/mul.S index a5df0b17b7e..028237f2c47 100644 --- a/sys/lib/libkern/arch/sparc/mul.S +++ b/sys/lib/libkern/arch/sparc/mul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: mul.S,v 1.2 1997/11/07 15:57:37 niklas Exp $ */ /* $NetBSD: mul.S,v 1.2 1994/10/26 06:40:01 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)mul.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: mul.S,v 1.2 1994/10/26 06:40:01 cgd Exp $" + .asciz "$OpenBSD: mul.S,v 1.2 1997/11/07 15:57:37 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/ntohl.S b/sys/lib/libkern/arch/sparc/ntohl.S index 2bc11ed40c4..280cbcb427d 100644 --- a/sys/lib/libkern/arch/sparc/ntohl.S +++ b/sys/lib/libkern/arch/sparc/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:38 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:40:03 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ntohl.S,v 1.2 1994/10/26 06:40:03 cgd Exp $" + .asciz "$OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:38 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/sys/lib/libkern/arch/sparc/ntohs.S b/sys/lib/libkern/arch/sparc/ntohs.S index 291844d6996..3484e41ee1d 100644 --- a/sys/lib/libkern/arch/sparc/ntohs.S +++ b/sys/lib/libkern/arch/sparc/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:39 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:40:05 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ntohs.S,v 1.2 1994/10/26 06:40:05 cgd Exp $" + .asciz "$OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:39 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/sys/lib/libkern/arch/sparc/saveregs.S b/sys/lib/libkern/arch/sparc/saveregs.S index f8f9ced8c0b..b78827631ae 100644 --- a/sys/lib/libkern/arch/sparc/saveregs.S +++ b/sys/lib/libkern/arch/sparc/saveregs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: saveregs.S,v 1.2 1997/11/07 15:57:40 niklas Exp $ */ /* $NetBSD: saveregs.S,v 1.2 1994/10/26 06:40:07 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/sparc/setjmp.S b/sys/lib/libkern/arch/sparc/setjmp.S index b6986bc8775..1a98275578b 100644 --- a/sys/lib/libkern/arch/sparc/setjmp.S +++ b/sys/lib/libkern/arch/sparc/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:40 niklas Exp $ */ /* $NetBSD: setjmp.S,v 1.2 1994/10/26 06:40:08 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)setjmp.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: setjmp.S,v 1.2 1994/10/26 06:40:08 cgd Exp $" + .asciz "$OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:40 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/strlen.S b/sys/lib/libkern/arch/sparc/strlen.S index 1a1a1dbcf49..447350880f9 100644 --- a/sys/lib/libkern/arch/sparc/strlen.S +++ b/sys/lib/libkern/arch/sparc/strlen.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:41 niklas Exp $ */ /* $NetBSD: strlen.S,v 1.2 1994/10/26 06:40:09 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)strlen.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: strlen.S,v 1.2 1994/10/26 06:40:09 cgd Exp $" + .asciz "$OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:41 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/umul.S b/sys/lib/libkern/arch/sparc/umul.S index ca84490d38e..6a5b7005e22 100644 --- a/sys/lib/libkern/arch/sparc/umul.S +++ b/sys/lib/libkern/arch/sparc/umul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: umul.S,v 1.2 1997/11/07 15:57:42 niklas Exp $ */ /* $NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)umul.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $" + .asciz "$OpenBSD: umul.S,v 1.2 1997/11/07 15:57:42 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/ashldi3.c b/sys/lib/libkern/ashldi3.c index 433cf308435..5c5918198c1 100644 --- a/sys/lib/libkern/ashldi3.c +++ b/sys/lib/libkern/ashldi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ashldi3.c,v 1.2 1997/11/07 15:56:36 niklas Exp $ */ /* $NetBSD: ashldi3.c,v 1.5 1995/10/07 09:26:17 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ashldi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: ashldi3.c,v 1.5 1995/10/07 09:26:17 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: ashldi3.c,v 1.2 1997/11/07 15:56:36 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/ashrdi3.c b/sys/lib/libkern/ashrdi3.c index 5389a0d0389..e7ef0ac16f9 100644 --- a/sys/lib/libkern/ashrdi3.c +++ b/sys/lib/libkern/ashrdi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ashrdi3.c,v 1.2 1997/11/07 15:56:37 niklas Exp $ */ /* $NetBSD: ashrdi3.c,v 1.5 1995/10/07 09:26:18 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ashrdi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: ashrdi3.c,v 1.5 1995/10/07 09:26:18 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: ashrdi3.c,v 1.2 1997/11/07 15:56:37 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/bzero.c b/sys/lib/libkern/bzero.c index e2f924a2615..cf147153faf 100644 --- a/sys/lib/libkern/bzero.c +++ b/sys/lib/libkern/bzero.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bzero.c,v 1.3 1997/11/07 15:56:38 niklas Exp $ */ + /* * Copyright (c) 1987 Regents of the University of California. * All rights reserved. @@ -33,7 +35,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 15:18:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bzero.c,v 1.3 1997/11/07 15:56:38 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/sys/lib/libkern/cmpdi2.c b/sys/lib/libkern/cmpdi2.c index 8cf667d4e83..3cf96b6adef 100644 --- a/sys/lib/libkern/cmpdi2.c +++ b/sys/lib/libkern/cmpdi2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cmpdi2.c,v 1.2 1997/11/07 15:56:39 niklas Exp $ */ /* $NetBSD: cmpdi2.c,v 1.5 1995/10/07 09:26:22 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)cmpdi2.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: cmpdi2.c,v 1.5 1995/10/07 09:26:22 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: cmpdi2.c,v 1.2 1997/11/07 15:56:39 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/divdi3.c b/sys/lib/libkern/divdi3.c index 48f0bcbacc2..ea4e6e92365 100644 --- a/sys/lib/libkern/divdi3.c +++ b/sys/lib/libkern/divdi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: divdi3.c,v 1.2 1997/11/07 15:56:40 niklas Exp $ */ /* $NetBSD: divdi3.c,v 1.5 1995/10/07 09:26:24 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)divdi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: divdi3.c,v 1.5 1995/10/07 09:26:24 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: divdi3.c,v 1.2 1997/11/07 15:56:40 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/ffs.c b/sys/lib/libkern/ffs.c index 08dd6cf6a20..4fac9223a1a 100644 --- a/sys/lib/libkern/ffs.c +++ b/sys/lib/libkern/ffs.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ffs.c,v 1.3 1997/11/07 15:56:40 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,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 15:18:47 deraadt Exp $"; +static char *rcsid = "$OpenBSD: ffs.c,v 1.3 1997/11/07 15:56:40 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/sys/lib/libkern/iordi3.c b/sys/lib/libkern/iordi3.c index ebaa54c45b1..3ece5c363b3 100644 --- a/sys/lib/libkern/iordi3.c +++ b/sys/lib/libkern/iordi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: iordi3.c,v 1.2 1997/11/07 15:56:41 niklas Exp $ */ /* $NetBSD: iordi3.c,v 1.5 1995/10/07 09:26:28 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)iordi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: iordi3.c,v 1.5 1995/10/07 09:26:28 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: iordi3.c,v 1.2 1997/11/07 15:56:41 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/locc.c b/sys/lib/libkern/locc.c index 4ca388aed81..557e06390dd 100644 --- a/sys/lib/libkern/locc.c +++ b/sys/lib/libkern/locc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: locc.c,v 1.2 1997/11/07 15:56:42 niklas Exp $ */ /* $NetBSD: locc.c,v 1.2 1994/10/26 06:42:29 cgd Exp $ */ /* diff --git a/sys/lib/libkern/lshldi3.c b/sys/lib/libkern/lshldi3.c index d8a085257d6..894b29bf164 100644 --- a/sys/lib/libkern/lshldi3.c +++ b/sys/lib/libkern/lshldi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lshldi3.c,v 1.2 1997/11/07 15:56:43 niklas Exp $ */ /* $NetBSD: lshldi3.c,v 1.5 1995/10/07 09:26:29 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)lshldi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: lshldi3.c,v 1.5 1995/10/07 09:26:29 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: lshldi3.c,v 1.2 1997/11/07 15:56:43 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/lshrdi3.c b/sys/lib/libkern/lshrdi3.c index 5b30c6afe80..26462833df2 100644 --- a/sys/lib/libkern/lshrdi3.c +++ b/sys/lib/libkern/lshrdi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lshrdi3.c,v 1.2 1997/11/07 15:56:44 niklas Exp $ */ /* $NetBSD: lshrdi3.c,v 1.5 1995/10/07 09:26:30 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)lshrdi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: lshrdi3.c,v 1.5 1995/10/07 09:26:30 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: lshrdi3.c,v 1.2 1997/11/07 15:56:44 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/mcount.c b/sys/lib/libkern/mcount.c index bfc9f2a481a..999cb54db1b 100644 --- a/sys/lib/libkern/mcount.c +++ b/sys/lib/libkern/mcount.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mcount.c,v 1.4 1997/11/07 15:56:45 niklas Exp $ */ /* $NetBSD: mcount.c,v 1.3.6.1 1996/06/12 04:23:01 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: mcount.c,v 1.3.6.1 1996/06/12 04:23:01 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1997/11/07 15:56:45 niklas Exp $"; #endif #endif diff --git a/sys/lib/libkern/moddi3.c b/sys/lib/libkern/moddi3.c index 1d16c88d943..ce314e376a4 100644 --- a/sys/lib/libkern/moddi3.c +++ b/sys/lib/libkern/moddi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: moddi3.c,v 1.2 1997/11/07 15:56:45 niklas Exp $ */ /* $NetBSD: moddi3.c,v 1.5 1995/10/07 09:26:31 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)moddi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: moddi3.c,v 1.5 1995/10/07 09:26:31 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: moddi3.c,v 1.2 1997/11/07 15:56:45 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/muldi3.c b/sys/lib/libkern/muldi3.c index 1df8b0f7b9e..b4b90b6652d 100644 --- a/sys/lib/libkern/muldi3.c +++ b/sys/lib/libkern/muldi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: muldi3.c,v 1.2 1997/11/07 15:56:46 niklas Exp $ */ /* $NetBSD: muldi3.c,v 1.5 1995/10/07 09:26:33 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: muldi3.c,v 1.5 1995/10/07 09:26:33 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: muldi3.c,v 1.2 1997/11/07 15:56:46 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/negdi2.c b/sys/lib/libkern/negdi2.c index cd89f94fb63..e792c03283f 100644 --- a/sys/lib/libkern/negdi2.c +++ b/sys/lib/libkern/negdi2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: negdi2.c,v 1.2 1997/11/07 15:56:47 niklas Exp $ */ /* $NetBSD: negdi2.c,v 1.5 1995/10/07 09:26:34 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)negdi2.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: negdi2.c,v 1.5 1995/10/07 09:26:34 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: negdi2.c,v 1.2 1997/11/07 15:56:47 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/notdi2.c b/sys/lib/libkern/notdi2.c index 1b65b1fbdfb..533acf7b521 100644 --- a/sys/lib/libkern/notdi2.c +++ b/sys/lib/libkern/notdi2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: notdi2.c,v 1.2 1997/11/07 15:56:47 niklas Exp $ */ /* $NetBSD: notdi2.c,v 1.5 1995/10/07 09:26:36 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)notdi2.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: notdi2.c,v 1.5 1995/10/07 09:26:36 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: notdi2.c,v 1.2 1997/11/07 15:56:47 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/qdivrem.c b/sys/lib/libkern/qdivrem.c index f654a4b0617..140aee5cff8 100644 --- a/sys/lib/libkern/qdivrem.c +++ b/sys/lib/libkern/qdivrem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: qdivrem.c,v 1.2 1997/11/07 15:56:48 niklas Exp $ */ /* $NetBSD: qdivrem.c,v 1.5 1995/10/07 09:26:40 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #ifdef notdef static char sccsid[] = "@(#)qdivrem.c 8.1 (Berkeley) 6/4/93"; #endif -static char rcsid[] = "$NetBSD: qdivrem.c,v 1.5 1995/10/07 09:26:40 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.2 1997/11/07 15:56:48 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/random.c b/sys/lib/libkern/random.c index 4c3103975b2..970cb37739c 100644 --- a/sys/lib/libkern/random.c +++ b/sys/lib/libkern/random.c @@ -1,3 +1,4 @@ +/* $OpenBSD: random.c,v 1.5 1997/11/07 15:56:49 niklas Exp $ */ /* $NetBSD: random.c,v 1.2 1994/10/26 06:42:42 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/strcmp.c b/sys/lib/libkern/strcmp.c index 6e95f842821..a2578c25f69 100644 --- a/sys/lib/libkern/strcmp.c +++ b/sys/lib/libkern/strcmp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strcmp.c,v 1.5 1997/11/07 15:56:49 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,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.4 1996/12/12 08:18:31 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcmp.c,v 1.5 1997/11/07 15:56:49 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/sys/lib/libkern/strlen.c b/sys/lib/libkern/strlen.c index 10597e31354..ccb15976a2e 100644 --- a/sys/lib/libkern/strlen.c +++ b/sys/lib/libkern/strlen.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strlen.c,v 1.3 1997/11/07 15:56:49 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,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 15:18:51 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strlen.c,v 1.3 1997/11/07 15:56:49 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/sys/lib/libkern/strncmp.c b/sys/lib/libkern/strncmp.c index dee8b185e67..6160b8cd7fc 100644 --- a/sys/lib/libkern/strncmp.c +++ b/sys/lib/libkern/strncmp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strncmp.c,v 1.5 1997/11/07 15:56:50 niklas Exp $ */ + /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,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.4 1996/12/12 08:18:32 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncmp.c,v 1.5 1997/11/07 15:56:50 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/sys/lib/libkern/strncpy.c b/sys/lib/libkern/strncpy.c index 5279942a2be..45c8e04ae8a 100644 --- a/sys/lib/libkern/strncpy.c +++ b/sys/lib/libkern/strncpy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strncpy.c,v 1.3 1997/11/07 15:56:51 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,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.2 1996/05/01 15:18:53 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strncpy.c,v 1.3 1997/11/07 15:56:51 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL diff --git a/sys/lib/libkern/subdi3.c b/sys/lib/libkern/subdi3.c index 80350f9b8be..99ca7ae5317 100644 --- a/sys/lib/libkern/subdi3.c +++ b/sys/lib/libkern/subdi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: subdi3.c,v 1.2 1997/11/07 15:56:52 niklas Exp $ */ /* $NetBSD: subdi3.c,v 1.5 1995/10/07 09:26:52 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)subdi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: subdi3.c,v 1.5 1995/10/07 09:26:52 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: subdi3.c,v 1.2 1997/11/07 15:56:52 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/ucmpdi2.c b/sys/lib/libkern/ucmpdi2.c index 633b6ab95ab..a69c724880d 100644 --- a/sys/lib/libkern/ucmpdi2.c +++ b/sys/lib/libkern/ucmpdi2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ucmpdi2.c,v 1.2 1997/11/07 15:56:53 niklas Exp $ */ /* $NetBSD: ucmpdi2.c,v 1.5 1995/10/07 09:26:53 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)ucmpdi2.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: ucmpdi2.c,v 1.5 1995/10/07 09:26:53 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: ucmpdi2.c,v 1.2 1997/11/07 15:56:53 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/udivdi3.c b/sys/lib/libkern/udivdi3.c index 316e2a67d87..ba2a8898c53 100644 --- a/sys/lib/libkern/udivdi3.c +++ b/sys/lib/libkern/udivdi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: udivdi3.c,v 1.2 1997/11/07 15:56:54 niklas Exp $ */ /* $NetBSD: udivdi3.c,v 1.5 1995/10/07 09:26:54 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)udivdi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: udivdi3.c,v 1.5 1995/10/07 09:26:54 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: udivdi3.c,v 1.2 1997/11/07 15:56:54 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/umoddi3.c b/sys/lib/libkern/umoddi3.c index 6c9ff3dc880..ddf6cb44475 100644 --- a/sys/lib/libkern/umoddi3.c +++ b/sys/lib/libkern/umoddi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: umoddi3.c,v 1.2 1997/11/07 15:56:55 niklas Exp $ */ /* $NetBSD: umoddi3.c,v 1.5 1995/10/07 09:26:55 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)umoddi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: umoddi3.c,v 1.5 1995/10/07 09:26:55 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: umoddi3.c,v 1.2 1997/11/07 15:56:55 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/xordi3.c b/sys/lib/libkern/xordi3.c index e49c43ec456..91f66c3d90a 100644 --- a/sys/lib/libkern/xordi3.c +++ b/sys/lib/libkern/xordi3.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xordi3.c,v 1.2 1997/11/07 15:56:55 niklas Exp $ */ /* $NetBSD: xordi3.c,v 1.5 1995/10/07 09:26:56 mycroft Exp $ */ /*- @@ -41,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)xordi3.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: xordi3.c,v 1.5 1995/10/07 09:26:56 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: xordi3.c,v 1.2 1997/11/07 15:56:55 niklas Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libsa/nfsv2.h b/sys/lib/libsa/nfsv2.h index 1d7d9d4c8f9..0980daae1a6 100644 --- a/sys/lib/libsa/nfsv2.h +++ b/sys/lib/libsa/nfsv2.h @@ -1,3 +1,4 @@ +/* $OpenBSD: nfsv2.h,v 1.4 1997/11/07 15:57:44 niklas Exp $ */ /* $NetBSD: nfsv2.h,v 1.2 1996/02/26 23:05:23 gwr Exp $ */ /* diff --git a/sys/lib/libsa/rpcv2.h b/sys/lib/libsa/rpcv2.h index e4d2dbeb628..c82d28dad1b 100644 --- a/sys/lib/libsa/rpcv2.h +++ b/sys/lib/libsa/rpcv2.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rpcv2.h,v 1.4 1997/11/07 15:57:44 niklas Exp $ */ /* $NetBSD: rpcv2.h,v 1.1 1996/02/26 23:05:32 gwr Exp $ */ /* diff --git a/sys/lib/libz/adler32.c b/sys/lib/libz/adler32.c index 3a16a40534d..3ed38fd7b09 100644 --- a/sys/lib/libz/adler32.c +++ b/sys/lib/libz/adler32.c @@ -1,9 +1,9 @@ +/* $OpenBSD: adler32.c,v 1.2 1997/11/07 15:57:46 niklas Exp $ */ /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: adler32.c,v 1.1 1997/02/06 02:56:49 downsj Exp $ */ #include "zlib.h" diff --git a/sys/lib/libz/crc32.c b/sys/lib/libz/crc32.c index 002d4961020..88a8cc86dca 100644 --- a/sys/lib/libz/crc32.c +++ b/sys/lib/libz/crc32.c @@ -1,9 +1,9 @@ +/* $OpenBSD: crc32.c,v 1.3 1997/11/07 15:57:46 niklas Exp $ */ /* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: crc32.c,v 1.2 1997/04/02 05:38:47 mickey Exp $ */ #include "zlib.h" diff --git a/sys/lib/libz/infblock.c b/sys/lib/libz/infblock.c index a57122a7968..b6f1fab48a3 100644 --- a/sys/lib/libz/infblock.c +++ b/sys/lib/libz/infblock.c @@ -1,3 +1,5 @@ +/* $OpenBSD: infblock.c,v 1.3 1997/11/07 15:57:47 niklas Exp $ */ + /* infblock.c -- interpret and process block types to last block * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/infblock.h b/sys/lib/libz/infblock.h index 3ecd50cd3a6..0a2c9548044 100644 --- a/sys/lib/libz/infblock.h +++ b/sys/lib/libz/infblock.h @@ -1,3 +1,5 @@ +/* $OpenBSD: infblock.h,v 1.2 1997/11/07 15:57:47 niklas Exp $ */ + /* infblock.h -- header to use infblock.c * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/infcodes.c b/sys/lib/libz/infcodes.c index 3ae3818a194..f4e7a888e78 100644 --- a/sys/lib/libz/infcodes.c +++ b/sys/lib/libz/infcodes.c @@ -1,3 +1,5 @@ +/* $OpenBSD: infcodes.c,v 1.2 1997/11/07 15:57:48 niklas Exp $ */ + /* infcodes.c -- process literals and length/distance pairs * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/infcodes.h b/sys/lib/libz/infcodes.h index c2c38df2c06..542cac10d13 100644 --- a/sys/lib/libz/infcodes.h +++ b/sys/lib/libz/infcodes.h @@ -1,3 +1,5 @@ +/* $OpenBSD: infcodes.h,v 1.2 1997/11/07 15:57:48 niklas Exp $ */ + /* infcodes.h -- header to use infcodes.c * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/inffast.c b/sys/lib/libz/inffast.c index 86eee4a2992..d7d7c7225f7 100644 --- a/sys/lib/libz/inffast.c +++ b/sys/lib/libz/inffast.c @@ -1,3 +1,5 @@ +/* $OpenBSD: inffast.c,v 1.2 1997/11/07 15:57:49 niklas Exp $ */ + /* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/inffast.h b/sys/lib/libz/inffast.h index 8cc644efb1f..963f6ac4fae 100644 --- a/sys/lib/libz/inffast.h +++ b/sys/lib/libz/inffast.h @@ -1,3 +1,5 @@ +/* $OpenBSD: inffast.h,v 1.2 1997/11/07 15:57:49 niklas Exp $ */ + /* inffast.h -- header to use inffast.c * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/inflate.c b/sys/lib/libz/inflate.c index 74cc69c8684..3f9420fe682 100644 --- a/sys/lib/libz/inflate.c +++ b/sys/lib/libz/inflate.c @@ -1,3 +1,5 @@ +/* $OpenBSD: inflate.c,v 1.2 1997/11/07 15:57:49 niklas Exp $ */ + /* inflate.c -- zlib interface to inflate modules * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/inftrees.c b/sys/lib/libz/inftrees.c index 6f00d8cfc64..ab872d65fdc 100644 --- a/sys/lib/libz/inftrees.c +++ b/sys/lib/libz/inftrees.c @@ -1,3 +1,5 @@ +/* $OpenBSD: inftrees.c,v 1.5 1997/11/07 15:57:50 niklas Exp $ */ + /* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/inftrees.h b/sys/lib/libz/inftrees.h index 1991804a4ef..5d0138eaa19 100644 --- a/sys/lib/libz/inftrees.h +++ b/sys/lib/libz/inftrees.h @@ -1,3 +1,5 @@ +/* $OpenBSD: inftrees.h,v 1.3 1997/11/07 15:57:50 niklas Exp $ */ + /* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/infutil.c b/sys/lib/libz/infutil.c index eb21199c350..67ce0b0a1be 100644 --- a/sys/lib/libz/infutil.c +++ b/sys/lib/libz/infutil.c @@ -1,3 +1,5 @@ +/* $OpenBSD: infutil.c,v 1.2 1997/11/07 15:57:51 niklas Exp $ */ + /* inflate_util.c -- data and routines common to blocks and codes * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/infutil.h b/sys/lib/libz/infutil.h index 702cd290c37..1518e34188f 100644 --- a/sys/lib/libz/infutil.h +++ b/sys/lib/libz/infutil.h @@ -1,3 +1,5 @@ +/* $OpenBSD: infutil.h,v 1.2 1997/11/07 15:57:51 niklas Exp $ */ + /* infutil.h -- types and macros common to blocks and codes * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h diff --git a/sys/lib/libz/zconf.h b/sys/lib/libz/zconf.h index e574a7d4a1a..e8770223a18 100644 --- a/sys/lib/libz/zconf.h +++ b/sys/lib/libz/zconf.h @@ -1,9 +1,9 @@ +/* $OpenBSD: zconf.h,v 1.2 1997/11/07 15:57:52 niklas Exp $ */ /* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: zconf.h,v 1.1 1997/02/06 02:56:55 downsj Exp $ */ #ifndef _ZCONF_H #define _ZCONF_H diff --git a/sys/lib/libz/zlib.h b/sys/lib/libz/zlib.h index 337fe9fe8a3..a7b993e6584 100644 --- a/sys/lib/libz/zlib.h +++ b/sys/lib/libz/zlib.h @@ -1,3 +1,5 @@ +/* $OpenBSD: zlib.h,v 1.2 1997/11/07 15:57:52 niklas Exp $ */ + /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.0.4, Jul 24th, 1996. diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 479ce78e609..c6e379f2f85 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -1,3 +1,4 @@ +/* $OpenBSD: zutil.h,v 1.4 1997/11/07 15:57:53 niklas Exp $ */ /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -8,7 +9,6 @@ subject to change. Applications should only use zlib.h. */ -/* $Id: zutil.h,v 1.3 1997/07/18 01:08:02 mickey Exp $ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H |