diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 16:40:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-07 16:40:17 +0000 |
commit | 2b33f97aa2c37672247f55ad0d2a4fd82dcfd119 (patch) | |
tree | 24241ca04dd52d958f944416b96f34093effa9a6 /lib | |
parent | 5bb3f4a03bbd394e6b0d3d5c336dc9b3023b5811 (diff) |
zap rcsid.
okay deraadt@ (tested them all)
Diffstat (limited to 'lib')
302 files changed, 303 insertions, 1570 deletions
diff --git a/lib/libc/arch/alpha/gen/_setjmp.S b/lib/libc/arch/alpha/gen/_setjmp.S index 5ad0bf9cce6..02ce349ae0b 100644 --- a/lib/libc/arch/alpha/gen/_setjmp.S +++ b/lib/libc/arch/alpha/gen/_setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: _setjmp.S,v 1.4 2002/01/04 13:51:20 art Exp $ */ +/* $OpenBSD: _setjmp.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: _setjmp.S,v 1.2 1996/10/17 03:08:03 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: _setjmp.S,v 1.4 2002/01/04 13:51:20 art Exp $" -#endif - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/arch/alpha/gen/fabs.S b/lib/libc/arch/alpha/gen/fabs.S index 8fb0362e6b2..8246cd92149 100644 --- a/lib/libc/arch/alpha/gen/fabs.S +++ b/lib/libc/arch/alpha/gen/fabs.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fabs.S,v 1.3 1996/11/13 21:20:10 niklas Exp $ */ +/* $OpenBSD: fabs.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fabs.S,v 1.2 1996/10/17 03:08:05 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fabs.S,v 1.3 1996/11/13 21:20:10 niklas 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 124e6413937..bcc5a5dc749 100644 --- a/lib/libc/arch/alpha/gen/flt_rounds.c +++ b/lib/libc/arch/alpha/gen/flt_rounds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flt_rounds.c,v 1.4 1997/08/01 21:36:25 deraadt Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: flt_rounds.c,v 1.1 1995/04/29 05:09:53 cgd Exp $ */ /* @@ -32,10 +32,6 @@ * 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.4 1997/08/01 21:36:25 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/float.h> diff --git a/lib/libc/arch/alpha/gen/fpgetmask.c b/lib/libc/arch/alpha/gen/fpgetmask.c index 1cb07fca0c2..df66a703a4c 100644 --- a/lib/libc/arch/alpha/gen/fpgetmask.c +++ b/lib/libc/arch/alpha/gen/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.4 2003/03/01 00:19:08 miod Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpgetmask.c,v 1.4 2002/01/13 21:45:39 thorpej Exp $ */ /* @@ -32,10 +32,6 @@ * 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.4 2003/03/01 00:19:08 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <ieeefp.h> #include <machine/sysarch.h> diff --git a/lib/libc/arch/alpha/gen/fpgetround.c b/lib/libc/arch/alpha/gen/fpgetround.c index 1aaf034dedb..a15a82ec3f6 100644 --- a/lib/libc/arch/alpha/gen/fpgetround.c +++ b/lib/libc/arch/alpha/gen/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.3 1996/11/13 21:20:13 niklas Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpgetround.c,v 1.1 1995/04/29 05:09:55 cgd Exp $ */ /* @@ -32,10 +32,6 @@ * 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.3 1996/11/13 21:20:13 niklas 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 eaf0f8ff9ea..d3b7e981de6 100644 --- a/lib/libc/arch/alpha/gen/fpgetsticky.c +++ b/lib/libc/arch/alpha/gen/fpgetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetsticky.c,v 1.4 2003/03/01 00:19:08 miod Exp $ */ +/* $OpenBSD: fpgetsticky.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpgetsticky.c,v 1.6 2002/01/13 21:45:39 thorpej Exp $ */ /*- @@ -34,10 +34,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: fpgetsticky.c,v 1.4 2003/03/01 00:19:08 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <ieeefp.h> #include <machine/sysarch.h> diff --git a/lib/libc/arch/alpha/gen/fpsetmask.c b/lib/libc/arch/alpha/gen/fpsetmask.c index e0548955192..48233b2032e 100644 --- a/lib/libc/arch/alpha/gen/fpsetmask.c +++ b/lib/libc/arch/alpha/gen/fpsetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetmask.c,v 1.4 2003/03/01 00:19:08 miod Exp $ */ +/* $OpenBSD: fpsetmask.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpsetmask.c,v 1.3 2002/01/13 21:45:40 thorpej Exp $ */ /* @@ -32,10 +32,6 @@ * 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.4 2003/03/01 00:19:08 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <ieeefp.h> #include <machine/sysarch.h> diff --git a/lib/libc/arch/alpha/gen/fpsetround.c b/lib/libc/arch/alpha/gen/fpsetround.c index 908652e551b..bb8c5f3180d 100644 --- a/lib/libc/arch/alpha/gen/fpsetround.c +++ b/lib/libc/arch/alpha/gen/fpsetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetround.c,v 1.3 1996/11/13 21:20:15 niklas Exp $ */ +/* $OpenBSD: fpsetround.c,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpsetround.c,v 1.1 1995/04/29 05:09:57 cgd Exp $ */ /* @@ -32,10 +32,6 @@ * 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.3 1996/11/13 21:20:15 niklas 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 24d7fc6d422..002334c1ed6 100644 --- a/lib/libc/arch/alpha/gen/fpsetsticky.c +++ b/lib/libc/arch/alpha/gen/fpsetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetsticky.c,v 1.4 2003/03/01 00:19:08 miod Exp $ */ +/* $OpenBSD: fpsetsticky.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fpsetsticky.c,v 1.3 2002/01/13 21:45:40 thorpej Exp $ */ /* @@ -32,10 +32,6 @@ * 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.4 2003/03/01 00:19:08 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <ieeefp.h> #include <machine/sysarch.h> diff --git a/lib/libc/arch/alpha/gen/infinity.c b/lib/libc/arch/alpha/gen/infinity.c index a179457fa4f..764d8672f9c 100644 --- a/lib/libc/arch/alpha/gen/infinity.c +++ b/lib/libc/arch/alpha/gen/infinity.c @@ -1,4 +1,4 @@ -/* $OpenBSD: infinity.c,v 1.4 2001/01/24 07:46:50 art Exp $ */ +/* $OpenBSD: infinity.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: infinity.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ /* @@ -28,10 +28,6 @@ * rights to redistribute these changes. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: infinity.c,v 1.4 2001/01/24 07:46:50 art 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 a9baf7ba4d2..2c3170f0483 100644 --- a/lib/libc/arch/alpha/gen/isinf.c +++ b/lib/libc/arch/alpha/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:13 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:30 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/alpha/gen/isnan.c b/lib/libc/arch/alpha/gen/isnan.c index 932bdb20149..016b1f3ebd3 100644 --- a/lib/libc/arch/alpha/gen/isnan.c +++ b/lib/libc/arch/alpha/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.3 2005/08/07 16:40:13 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:30 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/alpha/gen/ldexp.c b/lib/libc/arch/alpha/gen/ldexp.c index a3638ff40df..e3ea95e0f6c 100644 --- a/lib/libc/arch/alpha/gen/ldexp.c +++ b/lib/libc/arch/alpha/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.3 1996/11/13 21:20:20 niklas Exp $ */ +/* $OpenBSD: ldexp.c,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: ldexp.c,v 1.1 1995/02/10 17:50:24 cgd Exp $ */ /* @@ -28,10 +28,6 @@ * rights to redistribute these changes. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: ldexp.c,v 1.3 1996/11/13 21:20:20 niklas 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 553e348c529..2315ef19034 100644 --- a/lib/libc/arch/alpha/gen/modf.c +++ b/lib/libc/arch/alpha/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.4 2003/03/10 04:02:49 david Exp $ */ +/* $OpenBSD: modf.c,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ /* @@ -28,10 +28,6 @@ * rights to redistribute these changes. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: modf.c,v 1.4 2003/03/10 04:02:49 david 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 4bc994b90af..ab3807f4858 100644 --- a/lib/libc/arch/alpha/gen/setjmp.S +++ b/lib/libc/arch/alpha/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.6 2004/01/29 18:56:14 tedu Exp $ */ +/* $OpenBSD: setjmp.S,v 1.7 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: setjmp.S,v 1.2 1996/10/17 03:08:06 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: setjmp.S,v 1.6 2004/01/29 18:56:14 tedu 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 97aa89b68f6..37ccde4c448 100644 --- a/lib/libc/arch/alpha/gen/sigsetjmp.S +++ b/lib/libc/arch/alpha/gen/sigsetjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsetjmp.S,v 1.3 1996/11/13 21:20:23 niklas Exp $ */ +/* $OpenBSD: sigsetjmp.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sigsetjmp.S,v 1.2 1996/10/17 03:08:07 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.3 1996/11/13 21:20:23 niklas Exp $" -#endif - /* * C library -- sigsetjmp, siglongjmp * diff --git a/lib/libc/arch/alpha/string/bcopy.S b/lib/libc/arch/alpha/string/bcopy.S index 8d1fd3054c8..35d871baac1 100644 --- a/lib/libc/arch/alpha/string/bcopy.S +++ b/lib/libc/arch/alpha/string/bcopy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bcopy.S,v 1.4 1996/11/13 23:24:27 etheisen Exp $ */ +/* $OpenBSD: bcopy.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: bcopy.S,v 1.3 1996/10/17 03:08:11 cgd Exp $ */ /* @@ -29,11 +29,6 @@ * rights to redistribute these changes. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcopy.S,v 1.4 1996/11/13 23:24:27 etheisen Exp $" -#endif - #include <machine/asm.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 d9596dd5f6f..5967dcb0f1a 100644 --- a/lib/libc/arch/alpha/string/bzero.S +++ b/lib/libc/arch/alpha/string/bzero.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bzero.S,v 1.3 1996/11/13 22:05:07 niklas Exp $ */ +/* $OpenBSD: bzero.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: bzero.S,v 1.2 1996/10/17 03:08:12 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.3 1996/11/13 22:05:07 niklas 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 bf296d1c176..c92c09a30c4 100644 --- a/lib/libc/arch/alpha/string/memcpy.S +++ b/lib/libc/arch/alpha/string/memcpy.S @@ -1,10 +1,5 @@ -/* $OpenBSD: memcpy.S,v 1.3 1996/11/13 22:05:08 niklas Exp $ */ +/* $OpenBSD: memcpy.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $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.3 1996/11/13 22:05:08 niklas 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 4a42723de25..b56c39b303b 100644 --- a/lib/libc/arch/alpha/string/memmove.S +++ b/lib/libc/arch/alpha/string/memmove.S @@ -1,10 +1,5 @@ -/* $OpenBSD: memmove.S,v 1.3 1996/11/13 22:05:09 niklas Exp $ */ +/* $OpenBSD: memmove.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $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.3 1996/11/13 22:05:09 niklas 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 3b7cb1a923c..1bbf1305628 100644 --- a/lib/libc/arch/alpha/sys/Ovfork.S +++ b/lib/libc/arch/alpha/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: Ovfork.S,v 1.1 1995/02/10 17:50:29 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: Ovfork.S,v 1.4 1999/01/06 06:10:13 d 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 4f328d5ca4c..233cd4225e6 100644 --- a/lib/libc/arch/alpha/sys/brk.S +++ b/lib/libc/arch/alpha/sys/brk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: brk.S,v 1.5 2002/10/06 23:31:21 art Exp $ */ +/* $OpenBSD: brk.S,v 1.6 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: brk.S,v 1.4 1996/10/17 03:08:15 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: brk.S,v 1.5 2002/10/06 23:31:21 art 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 c9a2308b07b..a2ddd220efd 100644 --- a/lib/libc/arch/alpha/sys/cerror.S +++ b/lib/libc/arch/alpha/sys/cerror.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cerror.S,v 1.4 2002/10/06 23:23:18 art Exp $ */ +/* $OpenBSD: cerror.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: cerror.S,v 1.3 1996/10/17 03:08:17 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: cerror.S,v 1.4 2002/10/06 23:23:18 art 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 8df6fa61661..d3652bbdffc 100644 --- a/lib/libc/arch/alpha/sys/exect.S +++ b/lib/libc/arch/alpha/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: exect.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: exect.S,v 1.2 1996/10/17 03:08:18 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.4 1999/01/06 06:10:13 d Exp $" -#endif /* SYSLIBC_SCCS */ - SYSLEAF(exect, 3) CALLSYS_ERROR(execve) RET diff --git a/lib/libc/arch/alpha/sys/fork.S b/lib/libc/arch/alpha/sys/fork.S index 126c24d4cc5..8b36ebe3ef4 100644 --- a/lib/libc/arch/alpha/sys/fork.S +++ b/lib/libc/arch/alpha/sys/fork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fork.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: fork.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: fork.S,v 1.1 1995/02/10 17:50:34 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: fork.S,v 1.4 1999/01/06 06:10:13 d Exp $" -#endif /* SYSLIBC_SCCS */ - SYSCALL(fork) cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */ RET diff --git a/lib/libc/arch/alpha/sys/rfork.S b/lib/libc/arch/alpha/sys/rfork.S index b9fd4e2a29f..aa302321e99 100644 --- a/lib/libc/arch/alpha/sys/rfork.S +++ b/lib/libc/arch/alpha/sys/rfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: rfork.S,v 1.1 2002/02/17 23:40:57 deraadt Exp $ */ +/* $OpenBSD: rfork.S,v 1.2 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: rfork.S,v 1.1 1995/02/10 17:50:34 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: rfork.S,v 1.1 2002/02/17 23:40:57 deraadt Exp $" -#endif /* SYSLIBC_SCCS */ - SYSCALL(rfork) cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */ RET diff --git a/lib/libc/arch/alpha/sys/sbrk.S b/lib/libc/arch/alpha/sys/sbrk.S index 527a5231218..76fd6d703a9 100644 --- a/lib/libc/arch/alpha/sys/sbrk.S +++ b/lib/libc/arch/alpha/sys/sbrk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sbrk.S,v 1.5 2002/10/06 23:31:21 art Exp $ */ +/* $OpenBSD: sbrk.S,v 1.6 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sbrk.S,v 1.4 1996/10/17 03:08:20 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.5 2002/10/06 23:31:21 art 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 449142a779e..f3083205963 100644 --- a/lib/libc/arch/alpha/sys/setlogin.S +++ b/lib/libc/arch/alpha/sys/setlogin.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setlogin.S,v 1.3 1996/11/13 22:05:14 niklas Exp $ */ +/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: setlogin.S,v 1.1 1995/02/10 17:50:39 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: setlogin.S,v 1.3 1996/11/13 22:05:14 niklas 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 34d44fec5fb..1accad82973 100644 --- a/lib/libc/arch/alpha/sys/sigpending.S +++ b/lib/libc/arch/alpha/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: sigpending.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sigpending.S,v 1.1 1995/02/10 17:50:40 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.4 1999/01/06 06:10:13 d 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 d21042c9059..2f7d7bda2c7 100644 --- a/lib/libc/arch/alpha/sys/sigprocmask.S +++ b/lib/libc/arch/alpha/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigprocmask.S,v 1.4 1999/01/06 06:10:13 d Exp $ */ +/* $OpenBSD: sigprocmask.S,v 1.5 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sigprocmask.S,v 1.2 1996/10/17 03:08:21 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.4 1999/01/06 06:10:13 d Exp $" -#endif /* SYSLIBC_SCCS */ - SYSLEAF(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 ec08be54196..f62a438f04c 100644 --- a/lib/libc/arch/alpha/sys/sigreturn.S +++ b/lib/libc/arch/alpha/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigreturn.S,v 1.3 1996/11/13 22:05:15 niklas Exp $ */ +/* $OpenBSD: sigreturn.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sigreturn.S,v 1.1 1995/02/10 17:50:42 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigreturn.S,v 1.3 1996/11/13 22:05:15 niklas 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 005e3fb7f94..61a81f51e39 100644 --- a/lib/libc/arch/alpha/sys/sigsuspend.S +++ b/lib/libc/arch/alpha/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.5 2001/06/13 11:55:00 art Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.6 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: sigsuspend.S,v 1.2 1996/10/17 03:08:22 cgd Exp $ */ /* @@ -30,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.5 2001/06/13 11:55:00 art Exp $" -#endif /* SYSLIBC_SCCS */ - SYSLEAF(sigsuspend, 1) ldl a0, 0(a0) /* pass *mask instead of mask */ CALLSYS_ERROR(sigsuspend) diff --git a/lib/libc/arch/alpha/sys/syscall.S b/lib/libc/arch/alpha/sys/syscall.S index 1faa379c3f7..d341f37b468 100644 --- a/lib/libc/arch/alpha/sys/syscall.S +++ b/lib/libc/arch/alpha/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.3 1996/11/13 22:05:16 niklas Exp $ */ +/* $OpenBSD: syscall.S,v 1.4 2005/08/07 16:40:13 espie Exp $ */ /* $NetBSD: syscall.S,v 1.1 1995/02/10 17:50:44 cgd Exp $ */ /* @@ -30,9 +30,4 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.3 1996/11/13 22:05:16 niklas Exp $" -#endif /* SYSLIBC_SCCS */ - RSYSCALL(syscall) diff --git a/lib/libc/arch/amd64/gen/infinity.c b/lib/libc/arch/amd64/gen/infinity.c index d1c2aa9a2f4..5308d91333c 100644 --- a/lib/libc/arch/amd64/gen/infinity.c +++ b/lib/libc/arch/amd64/gen/infinity.c @@ -1,7 +1,4 @@ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 2004/02/08 17:31:44 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - +/* $OpenBSD: infinity.c,v 1.3 2005/08/07 16:40:13 espie Exp $ */ /* infinity.c */ #include <math.h> diff --git a/lib/libc/arch/amd64/gen/isinf.c b/lib/libc/arch/amd64/gen/isinf.c index 6d29660d7f2..962640ec7ec 100644 --- a/lib/libc/arch/amd64/gen/isinf.c +++ b/lib/libc/arch/amd64/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.1 2004/01/28 01:44:45 mickey Exp $ */ +/* $OpenBSD: isinf.c,v 1.2 2005/08/07 16:40:13 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.1 2004/01/28 01:44:45 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/amd64/gen/isnan.c b/lib/libc/arch/amd64/gen/isnan.c index 5df82ecce25..ea55abf7ca1 100644 --- a/lib/libc/arch/amd64/gen/isnan.c +++ b/lib/libc/arch/amd64/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.1 2004/01/28 01:44:45 mickey Exp $ */ +/* $OpenBSD: isnan.c,v 1.2 2005/08/07 16:40:13 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.1 2004/01/28 01:44:45 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/amd64/gen/ldexp.c b/lib/libc/arch/amd64/gen/ldexp.c index b3e95956652..47983c1adfd 100644 --- a/lib/libc/arch/amd64/gen/ldexp.c +++ b/lib/libc/arch/amd64/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.1 2004/01/28 01:44:45 mickey Exp $ */ +/* $OpenBSD: ldexp.c,v 1.2 2005/08/07 16:40:13 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ldexp.c,v 1.1 2004/01/28 01:44:45 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * ldexp(value, exp): return value * (2 ** exp). */ diff --git a/lib/libc/arch/arm/Makefile.inc b/lib/libc/arch/arm/Makefile.inc index 4d2d94385b8..a4dcc117aa1 100644 --- a/lib/libc/arch/arm/Makefile.inc +++ b/lib/libc/arch/arm/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/01 05:40:52 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2005/08/07 16:40:13 espie Exp $ # $NetBSD: Makefile.inc,v 1.5 2002/07/10 04:29:06 thorpej Exp $ .include <bsd.own.mk> @@ -12,4 +12,4 @@ KMSRCS=arch/arm/gen/divsi3.S arch/arm/string/memmove.S \ CPPFLAGS += -DSOFTFLOAT SOFTFLOAT_BITS=32 -.include <arch/arm/softfloat/Makefile.inc> +.include "${LIBCSRCDIR}/arch/arm/softfloat/Makefile.inc" diff --git a/lib/libc/arch/arm/gen/isinf.c b/lib/libc/arch/arm/gen/isinf.c index 83716f76a2a..8b2c475d83e 100644 --- a/lib/libc/arch/arm/gen/isinf.c +++ b/lib/libc/arch/arm/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.1 2004/02/01 05:30:40 drahn Exp $ */ +/* $OpenBSD: isinf.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.1 2004/02/01 05:30:40 drahn Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <math.h> diff --git a/lib/libc/arch/arm/gen/isnan.c b/lib/libc/arch/arm/gen/isnan.c index 2b83689b77d..61b2318ff58 100644 --- a/lib/libc/arch/arm/gen/isnan.c +++ b/lib/libc/arch/arm/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.1 2004/02/01 05:30:40 drahn Exp $ */ +/* $OpenBSD: isnan.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.1 2004/02/01 05:30:40 drahn Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <math.h> diff --git a/lib/libc/arch/arm/gen/modf.c b/lib/libc/arch/arm/gen/modf.c index 3666d927841..e675c8a1921 100644 --- a/lib/libc/arch/arm/gen/modf.c +++ b/lib/libc/arch/arm/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.1 2004/02/03 16:45:35 drahn Exp $ */ +/* $OpenBSD: modf.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ /* @@ -28,10 +28,6 @@ * rights to redistribute these changes. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: modf.c,v 1.1 2004/02/03 16:45:35 drahn Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/arm/string/strcmp.S b/lib/libc/arch/arm/string/strcmp.S index e9c1781887f..ea6078e7f9c 100644 --- a/lib/libc/arch/arm/string/strcmp.S +++ b/lib/libc/arch/arm/string/strcmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: strcmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */ +/* $OpenBSD: strcmp.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* $NetBSD: strcmp.S,v 1.3 2003/04/05 23:08:52 bjh21 Exp $ */ /* @@ -31,8 +31,6 @@ #include <machine/asm.h> -RCSID("$NetBSD: strcmp.S,v 1.3 2003/04/05 23:08:52 bjh21 Exp $") - ENTRY(strcmp) 1: ldrb r2, [r0], #1 diff --git a/lib/libc/arch/arm/string/strncmp.S b/lib/libc/arch/arm/string/strncmp.S index 3aca427e38e..1473442ff14 100644 --- a/lib/libc/arch/arm/string/strncmp.S +++ b/lib/libc/arch/arm/string/strncmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: strncmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */ +/* $OpenBSD: strncmp.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* $NetBSD: strncmp.S,v 1.2 2003/04/05 23:08:52 bjh21 Exp $ */ /* @@ -31,8 +31,6 @@ #include <machine/asm.h> -RCSID("$NetBSD: strncmp.S,v 1.2 2003/04/05 23:08:52 bjh21 Exp $") - ENTRY(strncmp) /* if ((len - 1) < 0) return 0 */ subs r2, r2, #1 diff --git a/lib/libc/arch/hppa/gen/infinity.c b/lib/libc/arch/hppa/gen/infinity.c index e0d028d6d9f..ec93facb490 100644 --- a/lib/libc/arch/hppa/gen/infinity.c +++ b/lib/libc/arch/hppa/gen/infinity.c @@ -1,11 +1,7 @@ -/* $OpenBSD: infinity.c,v 1.2 2001/01/24 08:19:02 mickey Exp $ */ +/* $OpenBSD: infinity.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* infinity.c */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 2001/01/24 08:19:02 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <math.h> /* bytes for +Infinity on a hppa */ diff --git a/lib/libc/arch/hppa/gen/isinf.c b/lib/libc/arch/hppa/gen/isinf.c index 124834d8fce..b5f4dbe7166 100644 --- a/lib/libc/arch/hppa/gen/isinf.c +++ b/lib/libc/arch/hppa/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.3 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 2003/06/02 20:18:30 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/hppa/gen/isnan.c b/lib/libc/arch/hppa/gen/isnan.c index 94fe19f76e7..545e2592cfd 100644 --- a/lib/libc/arch/hppa/gen/isnan.c +++ b/lib/libc/arch/hppa/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.3 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.3 2003/06/02 20:18:30 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/hppa/gen/ldexp.c b/lib/libc/arch/hppa/gen/ldexp.c index e7bd51ef82a..2b0be1ed842 100644 --- a/lib/libc/arch/hppa/gen/ldexp.c +++ b/lib/libc/arch/hppa/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.2 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: ldexp.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +34,6 @@ * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/hppa/gen/modf.c b/lib/libc/arch/hppa/gen/modf.c index 425d980021f..424bf36ddf5 100644 --- a/lib/libc/arch/hppa/gen/modf.c +++ b/lib/libc/arch/hppa/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.1 2002/03/11 02:59:01 miod Exp $ */ +/* $OpenBSD: modf.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,10 +11,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: modf.c,v 1.1 2002/03/11 02:59:01 miod Exp $"; -#endif - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libc/arch/hppa/gen/setjmp.S b/lib/libc/arch/hppa/gen/setjmp.S index 82751446fa4..a4610b51f0f 100644 --- a/lib/libc/arch/hppa/gen/setjmp.S +++ b/lib/libc/arch/hppa/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.6 2003/06/02 20:18:30 millert Exp $ */ +/* $OpenBSD: setjmp.S,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,12 +38,6 @@ #include <machine/frame.h> #undef _LOCORE -#if defined(LIBC_SCCS) && !defined(lint) - .text - .asciz "$OpenBSD: setjmp.S,v 1.6 2003/06/02 20:18:30 millert Exp $" - .align 4 -#endif /* LIBC_SCCS and not lint */ - /* * C library -- setjmp, longjmp * diff --git a/lib/libc/arch/hppa/sys/Ovfork.S b/lib/libc/arch/hppa/sys/Ovfork.S index 13515e9de17..e07ff9f1e2d 100644 --- a/lib/libc/arch/hppa/sys/Ovfork.S +++ b/lib/libc/arch/hppa/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.11 2004/05/25 20:44:50 mickey Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.12 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999,2002 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: Ovfork.S,v 1.11 2004/05/25 20:44:50 mickey Exp $" - .align 4 -#endif - SYSENTRY(vfork,0) .import errno, data copy rp, t4 diff --git a/lib/libc/arch/hppa/sys/brk.S b/lib/libc/arch/hppa/sys/brk.S index 7781d3edccb..02ed65d643d 100644 --- a/lib/libc/arch/hppa/sys/brk.S +++ b/lib/libc/arch/hppa/sys/brk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: brk.S,v 1.12 2004/05/25 20:44:50 mickey Exp $ */ +/* $OpenBSD: brk.S,v 1.13 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: brk.S,v 1.12 2004/05/25 20:44:50 mickey Exp $" - .align 4 -#endif - .import __curbrk, data .import end, data diff --git a/lib/libc/arch/hppa/sys/exect.S b/lib/libc/arch/hppa/sys/exect.S index cc4b5437acb..19c2cb01076 100644 --- a/lib/libc/arch/hppa/sys/exect.S +++ b/lib/libc/arch/hppa/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.6 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: exect.S,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: exect.S,v 1.6 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - /* we do no tracing yet */ PSEUDO(exect,execve) diff --git a/lib/libc/arch/hppa/sys/fork.S b/lib/libc/arch/hppa/sys/fork.S index 8fe173314a5..1015ac34ec1 100644 --- a/lib/libc/arch/hppa/sys/fork.S +++ b/lib/libc/arch/hppa/sys/fork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fork.S,v 1.9 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: fork.S,v 1.10 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: fork.S,v 1.9 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - SYSENTRY(fork,0) SYSCALL(fork) addi -1, ret1, ret1 diff --git a/lib/libc/arch/hppa/sys/rfork.S b/lib/libc/arch/hppa/sys/rfork.S index c26d528eae0..30f679e346e 100644 --- a/lib/libc/arch/hppa/sys/rfork.S +++ b/lib/libc/arch/hppa/sys/rfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: rfork.S,v 1.3 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: rfork.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: rfork.S,v 1.3 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - SYSENTRY(rfork,0) SYSCALL(rfork) addi -1, ret1, ret1 diff --git a/lib/libc/arch/hppa/sys/sbrk.S b/lib/libc/arch/hppa/sys/sbrk.S index 790239a6a5f..587614a3f49 100644 --- a/lib/libc/arch/hppa/sys/sbrk.S +++ b/lib/libc/arch/hppa/sys/sbrk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sbrk.S,v 1.11 2004/05/25 20:44:50 mickey Exp $ */ +/* $OpenBSD: sbrk.S,v 1.12 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sbrk.S,v 1.11 2004/05/25 20:44:50 mickey Exp $" - .align 4 -#endif - .import end, data .data diff --git a/lib/libc/arch/hppa/sys/sigpending.S b/lib/libc/arch/hppa/sys/sigpending.S index 0f12d45d6c8..8a76aa69206 100644 --- a/lib/libc/arch/hppa/sys/sigpending.S +++ b/lib/libc/arch/hppa/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.8 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: sigpending.S,v 1.9 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigpending.S,v 1.8 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigpending,0) SYSCALL(sigpending) ldw HPPA_FRAME_ARG(0)(sp), t1 diff --git a/lib/libc/arch/hppa/sys/sigprocmask.S b/lib/libc/arch/hppa/sys/sigprocmask.S index f2081e0a1fc..c36d63a2a8a 100644 --- a/lib/libc/arch/hppa/sys/sigprocmask.S +++ b/lib/libc/arch/hppa/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigprocmask.S,v 1.11 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: sigprocmask.S,v 1.12 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.11 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigprocmask,0) /* just in case compiler forgot about this */ stw arg2, HPPA_FRAME_ARG(2)(sp) diff --git a/lib/libc/arch/hppa/sys/sigreturn.S b/lib/libc/arch/hppa/sys/sigreturn.S index 6ee03905edf..e42578ced09 100644 --- a/lib/libc/arch/hppa/sys/sigreturn.S +++ b/lib/libc/arch/hppa/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: sigreturn.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - RSYSCALL(sigreturn) .end diff --git a/lib/libc/arch/hppa/sys/sigsuspend.S b/lib/libc/arch/hppa/sys/sigsuspend.S index d48b47dc783..c7fade54620 100644 --- a/lib/libc/arch/hppa/sys/sigsuspend.S +++ b/lib/libc/arch/hppa/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.8 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.9 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.8 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigsuspend,0) ldw 0(arg0), arg0 stw arg0, HPPA_FRAME_ARG(0)(sp) diff --git a/lib/libc/arch/hppa/sys/syscall.S b/lib/libc/arch/hppa/sys/syscall.S index f1a3d7b84c5..05e1aec857f 100644 --- a/lib/libc/arch/hppa/sys/syscall.S +++ b/lib/libc/arch/hppa/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.5 2003/06/02 20:28:04 mickey Exp $ */ +/* $OpenBSD: syscall.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: syscall.S,v 1.5 2003/06/02 20:28:04 mickey Exp $" - .align 4 -#endif - RSYSCALL(syscall) .end diff --git a/lib/libc/arch/hppa64/gen/frexp.c b/lib/libc/arch/hppa64/gen/frexp.c index 0ab4079fb93..d2bdcaf59d5 100644 --- a/lib/libc/arch/hppa64/gen/frexp.c +++ b/lib/libc/arch/hppa64/gen/frexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frexp.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: frexp.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: frexp.c,v 1.1 2005/04/01 10:54:27 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/hppa64/gen/infinity.c b/lib/libc/arch/hppa64/gen/infinity.c index 6f98b44b42b..ce4d58745ac 100644 --- a/lib/libc/arch/hppa64/gen/infinity.c +++ b/lib/libc/arch/hppa64/gen/infinity.c @@ -1,11 +1,7 @@ -/* $OpenBSD: infinity.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: infinity.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* infinity.c */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.1 2005/04/01 10:54:27 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <math.h> /* bytes for +Infinity on a hppa */ diff --git a/lib/libc/arch/hppa64/gen/isinf.c b/lib/libc/arch/hppa64/gen/isinf.c index 60d0079b0ec..a26c4beb16b 100644 --- a/lib/libc/arch/hppa64/gen/isinf.c +++ b/lib/libc/arch/hppa64/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: isinf.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.1 2005/04/01 10:54:27 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/hppa64/gen/isnan.c b/lib/libc/arch/hppa64/gen/isnan.c index 1b563027b00..88f9b582b3d 100644 --- a/lib/libc/arch/hppa64/gen/isnan.c +++ b/lib/libc/arch/hppa64/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: isnan.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.1 2005/04/01 10:54:27 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/hppa64/gen/ldexp.c b/lib/libc/arch/hppa64/gen/ldexp.c index 039b805165e..35c425edd50 100644 --- a/lib/libc/arch/hppa64/gen/ldexp.c +++ b/lib/libc/arch/hppa64/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: ldexp.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +34,6 @@ * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/hppa64/gen/modf.c b/lib/libc/arch/hppa64/gen/modf.c index 582c67aa993..424bf36ddf5 100644 --- a/lib/libc/arch/hppa64/gen/modf.c +++ b/lib/libc/arch/hppa64/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: modf.c,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,10 +11,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: modf.c,v 1.1 2005/04/01 10:54:27 mickey Exp $"; -#endif - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libc/arch/hppa64/gen/setjmp.S b/lib/libc/arch/hppa64/gen/setjmp.S index cc512846e0b..a936e62e915 100644 --- a/lib/libc/arch/hppa64/gen/setjmp.S +++ b/lib/libc/arch/hppa64/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: setjmp.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,12 +38,6 @@ #include <machine/frame.h> #undef _LOCORE -#if defined(LIBC_SCCS) && !defined(lint) - .text - .asciz "$OpenBSD: setjmp.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif /* LIBC_SCCS and not lint */ - /* * C library -- setjmp, longjmp * diff --git a/lib/libc/arch/hppa64/sys/Ovfork.S b/lib/libc/arch/hppa64/sys/Ovfork.S index cec62dc10d5..2651d794001 100644 --- a/lib/libc/arch/hppa64/sys/Ovfork.S +++ b/lib/libc/arch/hppa64/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999,2002 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: Ovfork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(vfork,0) .import errno, data copy rp, t4 diff --git a/lib/libc/arch/hppa64/sys/brk.S b/lib/libc/arch/hppa64/sys/brk.S index 390fe92b650..8df7e5908c0 100644 --- a/lib/libc/arch/hppa64/sys/brk.S +++ b/lib/libc/arch/hppa64/sys/brk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: brk.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: brk.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: brk.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - .import __curbrk, data .import end, data diff --git a/lib/libc/arch/hppa64/sys/exect.S b/lib/libc/arch/hppa64/sys/exect.S index da080260601..749a2de8e81 100644 --- a/lib/libc/arch/hppa64/sys/exect.S +++ b/lib/libc/arch/hppa64/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: exect.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: exect.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - /* we do no tracing yet */ PSEUDO(exect,execve) diff --git a/lib/libc/arch/hppa64/sys/fork.S b/lib/libc/arch/hppa64/sys/fork.S index 95fff6510d1..1ed060dba68 100644 --- a/lib/libc/arch/hppa64/sys/fork.S +++ b/lib/libc/arch/hppa64/sys/fork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: fork.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: fork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(fork,0) SYSCALL(fork) addi -1, ret1, ret1 diff --git a/lib/libc/arch/hppa64/sys/rfork.S b/lib/libc/arch/hppa64/sys/rfork.S index 92e7a06f396..d2a55757f77 100644 --- a/lib/libc/arch/hppa64/sys/rfork.S +++ b/lib/libc/arch/hppa64/sys/rfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: rfork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: rfork.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: rfork.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(rfork,0) SYSCALL(rfork) addi -1, ret1, ret1 diff --git a/lib/libc/arch/hppa64/sys/sbrk.S b/lib/libc/arch/hppa64/sys/sbrk.S index 74c0523dbae..b41ddbd46c1 100644 --- a/lib/libc/arch/hppa64/sys/sbrk.S +++ b/lib/libc/arch/hppa64/sys/sbrk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sbrk.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: sbrk.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sbrk.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - .import end, data .data diff --git a/lib/libc/arch/hppa64/sys/sigpending.S b/lib/libc/arch/hppa64/sys/sigpending.S index 7ac9a9233fe..58bf9a58fcf 100644 --- a/lib/libc/arch/hppa64/sys/sigpending.S +++ b/lib/libc/arch/hppa64/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: sigpending.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigpending.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigpending,0) SYSCALL(sigpending) ldd HPPA_FRAME_ARG(0)(sp), t1 diff --git a/lib/libc/arch/hppa64/sys/sigprocmask.S b/lib/libc/arch/hppa64/sys/sigprocmask.S index 8c5b5588430..cb2eac357bd 100644 --- a/lib/libc/arch/hppa64/sys/sigprocmask.S +++ b/lib/libc/arch/hppa64/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigprocmask.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: sigprocmask.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigprocmask,0) /* just in case compiler forgot about this */ std arg2, HPPA_FRAME_ARG(2)(sp) diff --git a/lib/libc/arch/hppa64/sys/sigreturn.S b/lib/libc/arch/hppa64/sys/sigreturn.S index b47eabaf455..1289ecab525 100644 --- a/lib/libc/arch/hppa64/sys/sigreturn.S +++ b/lib/libc/arch/hppa64/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigreturn.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: sigreturn.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigreturn.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - RSYSCALL(sigreturn) .end diff --git a/lib/libc/arch/hppa64/sys/sigsuspend.S b/lib/libc/arch/hppa64/sys/sigsuspend.S index 01043267588..e1298bc5325 100644 --- a/lib/libc/arch/hppa64/sys/sigsuspend.S +++ b/lib/libc/arch/hppa64/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - SYSENTRY(sigsuspend,0) ldd 0(arg0), arg0 std arg0, HPPA_FRAME_ARG(0)(sp) diff --git a/lib/libc/arch/hppa64/sys/syscall.S b/lib/libc/arch/hppa64/sys/syscall.S index b5795ce6d17..62831c36a39 100644 --- a/lib/libc/arch/hppa64/sys/syscall.S +++ b/lib/libc/arch/hppa64/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.1 2005/04/01 10:54:27 mickey Exp $ */ +/* $OpenBSD: syscall.S,v 1.2 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -28,12 +28,6 @@ #include "SYS.h" -#ifdef SYSLIBC_SCCS - .text - .asciz "$OpenBSD: syscall.S,v 1.1 2005/04/01 10:54:27 mickey Exp $" - .align 4 -#endif - RSYSCALL(syscall) .end diff --git a/lib/libc/arch/m68k/gen/_setjmp.S b/lib/libc/arch/m68k/gen/_setjmp.S index 82db73b52a2..344f6a9d0b9 100644 --- a/lib/libc/arch/m68k/gen/_setjmp.S +++ b/lib/libc/arch/m68k/gen/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: _setjmp.S,v 1.3 2003/06/02 20:18:30 millert 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 7d916ed8e7c..0a2d9f7ecfc 100644 --- a/lib/libc/arch/m68k/gen/adddf3.S +++ b/lib/libc/arch/m68k/gen/adddf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: adddf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: adddf3.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* double + double */ diff --git a/lib/libc/arch/m68k/gen/addsf3.S b/lib/libc/arch/m68k/gen/addsf3.S index 47c0e08c9c4..a6008c67c41 100644 --- a/lib/libc/arch/m68k/gen/addsf3.S +++ b/lib/libc/arch/m68k/gen/addsf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: addsf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: addsf3.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* single + single */ diff --git a/lib/libc/arch/m68k/gen/alloca.S b/lib/libc/arch/m68k/gen/alloca.S index b71bdca5b96..d8fe399c940 100644 --- a/lib/libc/arch/m68k/gen/alloca.S +++ b/lib/libc/arch/m68k/gen/alloca.S @@ -1,3 +1,4 @@ +/* $OpenBSD: alloca.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: alloca.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - /* like alloc, but automatic free in return */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/ashlsi3.S b/lib/libc/arch/m68k/gen/ashlsi3.S index 5abde7eb95b..69ad59b059e 100644 --- a/lib/libc/arch/m68k/gen/ashlsi3.S +++ b/lib/libc/arch/m68k/gen/ashlsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ashlsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ashlsi3.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* int << int */ diff --git a/lib/libc/arch/m68k/gen/ashrsi3.S b/lib/libc/arch/m68k/gen/ashrsi3.S index c5606144a4f..54509f55b3c 100644 --- a/lib/libc/arch/m68k/gen/ashrsi3.S +++ b/lib/libc/arch/m68k/gen/ashrsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ashrsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ashrsi3.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* int >> int */ diff --git a/lib/libc/arch/m68k/gen/cmpdf2.S b/lib/libc/arch/m68k/gen/cmpdf2.S index 4ea65f5fbc7..76beefa7352 100644 --- a/lib/libc/arch/m68k/gen/cmpdf2.S +++ b/lib/libc/arch/m68k/gen/cmpdf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cmpdf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: cmpdf2.S,v 1.3 2003/06/02 20:18:30 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* double > double: 1 */ diff --git a/lib/libc/arch/m68k/gen/cmpsf2.S b/lib/libc/arch/m68k/gen/cmpsf2.S index caa705cd8ca..a7b49bc02b2 100644 --- a/lib/libc/arch/m68k/gen/cmpsf2.S +++ b/lib/libc/arch/m68k/gen/cmpsf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cmpsf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: cmpsf2.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* single > single: 1 */ diff --git a/lib/libc/arch/m68k/gen/divdf3.S b/lib/libc/arch/m68k/gen/divdf3.S index ff554d16a61..90427ac8c25 100644 --- a/lib/libc/arch/m68k/gen/divdf3.S +++ b/lib/libc/arch/m68k/gen/divdf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: divdf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: divdf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* double / double */ diff --git a/lib/libc/arch/m68k/gen/divsf3.S b/lib/libc/arch/m68k/gen/divsf3.S index 65aaa6c6c2a..23f6a6d6b2b 100644 --- a/lib/libc/arch/m68k/gen/divsf3.S +++ b/lib/libc/arch/m68k/gen/divsf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: divsf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: divsf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* single / single */ diff --git a/lib/libc/arch/m68k/gen/divsi3.S b/lib/libc/arch/m68k/gen/divsi3.S index 2610ba9685a..533233f8480 100644 --- a/lib/libc/arch/m68k/gen/divsi3.S +++ b/lib/libc/arch/m68k/gen/divsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: divsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: divsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* int / int */ diff --git a/lib/libc/arch/m68k/gen/extendsfdf2.S b/lib/libc/arch/m68k/gen/extendsfdf2.S index b0a2bb6460b..267bdf89caa 100644 --- a/lib/libc/arch/m68k/gen/extendsfdf2.S +++ b/lib/libc/arch/m68k/gen/extendsfdf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: extendsfdf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: extendsfdf2.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* (double) float */ diff --git a/lib/libc/arch/m68k/gen/fabs.S b/lib/libc/arch/m68k/gen/fabs.S index f31d9416c39..95ecf4131e8 100644 --- a/lib/libc/arch/m68k/gen/fabs.S +++ b/lib/libc/arch/m68k/gen/fabs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fabs.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fabs.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* fabs - floating absolute value */ #include "DEFS.h" diff --git a/lib/libc/arch/m68k/gen/fixdfsi.S b/lib/libc/arch/m68k/gen/fixdfsi.S index 50ac3b5a900..39df06ef321 100644 --- a/lib/libc/arch/m68k/gen/fixdfsi.S +++ b/lib/libc/arch/m68k/gen/fixdfsi.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fixdfsi.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fixdfsi.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* (int) double */ diff --git a/lib/libc/arch/m68k/gen/fixunsdfsi.S b/lib/libc/arch/m68k/gen/fixunsdfsi.S index 26ee8d80256..5d8e20caadd 100644 --- a/lib/libc/arch/m68k/gen/fixunsdfsi.S +++ b/lib/libc/arch/m68k/gen/fixunsdfsi.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fixunsdfsi.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fixunsdfsi.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* (unsigned) double */ diff --git a/lib/libc/arch/m68k/gen/floatsidf.S b/lib/libc/arch/m68k/gen/floatsidf.S index 26b89630345..6a62a4de77a 100644 --- a/lib/libc/arch/m68k/gen/floatsidf.S +++ b/lib/libc/arch/m68k/gen/floatsidf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: floatsidf.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: floatsidf.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* (double) int */ diff --git a/lib/libc/arch/m68k/gen/flt_rounds.S b/lib/libc/arch/m68k/gen/flt_rounds.S index 31813121bb4..a234cf59c3b 100644 --- a/lib/libc/arch/m68k/gen/flt_rounds.S +++ b/lib/libc/arch/m68k/gen/flt_rounds.S @@ -1,13 +1,9 @@ +/* $OpenBSD: flt_rounds.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 6, 1995 * 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 fe34f930d05..c851d737b27 100644 --- a/lib/libc/arch/m68k/gen/fpgetmask.S +++ b/lib/libc/arch/m68k/gen/fpgetmask.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpgetmask.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by Charles M. Hannum, Apr 9, 1995 * 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 11ed028af34..8c046e32172 100644 --- a/lib/libc/arch/m68k/gen/fpgetround.S +++ b/lib/libc/arch/m68k/gen/fpgetround.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpgetround.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 6, 1995 * 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 0f3b8161a08..96bb994d57b 100644 --- a/lib/libc/arch/m68k/gen/fpgetsticky.S +++ b/lib/libc/arch/m68k/gen/fpgetsticky.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpgetsticky.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by Charles M. Hannum, Apr 9, 1995 * 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 c35d3ca747b..ccd7a5d72b0 100644 --- a/lib/libc/arch/m68k/gen/fpsetmask.S +++ b/lib/libc/arch/m68k/gen/fpsetmask.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpsetmask.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by Charles M. Hannum, Apr 9, 1995 * 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 2353a35271d..d7ae52b0afc 100644 --- a/lib/libc/arch/m68k/gen/fpsetround.S +++ b/lib/libc/arch/m68k/gen/fpsetround.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpsetround.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 6, 1995 * 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 44a601d8f8e..f25ba277b3f 100644 --- a/lib/libc/arch/m68k/gen/fpsetsticky.S +++ b/lib/libc/arch/m68k/gen/fpsetsticky.S @@ -1,13 +1,9 @@ +/* $OpenBSD: fpsetsticky.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by Charles M. Hannum, Apr 9, 1995 * 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/infinity.c b/lib/libc/arch/m68k/gen/infinity.c index 207b2b80905..0690ecdf0d0 100644 --- a/lib/libc/arch/m68k/gen/infinity.c +++ b/lib/libc/arch/m68k/gen/infinity.c @@ -1,7 +1,4 @@ -#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 */ - +/* $OpenBSD: infinity.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* infinity.c */ #include <math.h> diff --git a/lib/libc/arch/m68k/gen/isinf.c b/lib/libc/arch/m68k/gen/isinf.c index 67c5eb0e9b0..d9341ee86d4 100644 --- a/lib/libc/arch/m68k/gen/isinf.c +++ b/lib/libc/arch/m68k/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/m68k/gen/isnan.c b/lib/libc/arch/m68k/gen/isnan.c index 3a2e3a1ef8c..a54b25b8db0 100644 --- a/lib/libc/arch/m68k/gen/isnan.c +++ b/lib/libc/arch/m68k/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/m68k/gen/ldexp.S b/lib/libc/arch/m68k/gen/ldexp.S index e65f52c1bc6..a2827ee4145 100644 --- a/lib/libc/arch/m68k/gen/ldexp.S +++ b/lib/libc/arch/m68k/gen/ldexp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ldexp.S,v 1.3 2003/06/02 20:18:31 millert 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 e172484be04..82d9e45075d 100644 --- a/lib/libc/arch/m68k/gen/lshlsi3.S +++ b/lib/libc/arch/m68k/gen/lshlsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: lshlsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: lshlsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* unsigned << unsigned */ diff --git a/lib/libc/arch/m68k/gen/lshrsi3.S b/lib/libc/arch/m68k/gen/lshrsi3.S index 760ca83f02f..06241ae715e 100644 --- a/lib/libc/arch/m68k/gen/lshrsi3.S +++ b/lib/libc/arch/m68k/gen/lshrsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: lshrsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: lshrsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* unsigned >> unsigned */ diff --git a/lib/libc/arch/m68k/gen/modf.S b/lib/libc/arch/m68k/gen/modf.S index e43c041c370..e77199711bc 100644 --- a/lib/libc/arch/m68k/gen/modf.S +++ b/lib/libc/arch/m68k/gen/modf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: modf.S,v 1.3 2003/06/02 20:18:31 millert 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 ca9e8a4229f..ef290581947 100644 --- a/lib/libc/arch/m68k/gen/modsi3.S +++ b/lib/libc/arch/m68k/gen/modsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: modsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: modsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* int % int */ diff --git a/lib/libc/arch/m68k/gen/muldf3.S b/lib/libc/arch/m68k/gen/muldf3.S index 615bd6743f7..f3a1a15ac3d 100644 --- a/lib/libc/arch/m68k/gen/muldf3.S +++ b/lib/libc/arch/m68k/gen/muldf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: muldf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: muldf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* double * double */ diff --git a/lib/libc/arch/m68k/gen/mulsf3.S b/lib/libc/arch/m68k/gen/mulsf3.S index ec802816d69..3a76d70f6e6 100644 --- a/lib/libc/arch/m68k/gen/mulsf3.S +++ b/lib/libc/arch/m68k/gen/mulsf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: mulsf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: mulsf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* single * single */ diff --git a/lib/libc/arch/m68k/gen/mulsi3.S b/lib/libc/arch/m68k/gen/mulsi3.S index ca304e6cc17..d26f1f8ac4e 100644 --- a/lib/libc/arch/m68k/gen/mulsi3.S +++ b/lib/libc/arch/m68k/gen/mulsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: mulsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: mulsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* int * int */ diff --git a/lib/libc/arch/m68k/gen/negdf2.S b/lib/libc/arch/m68k/gen/negdf2.S index 731c92db1b6..0dd7e7946de 100644 --- a/lib/libc/arch/m68k/gen/negdf2.S +++ b/lib/libc/arch/m68k/gen/negdf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: negdf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: negdf2.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* -double */ diff --git a/lib/libc/arch/m68k/gen/negsf2.S b/lib/libc/arch/m68k/gen/negsf2.S index 9e350d6b96f..1777070a135 100644 --- a/lib/libc/arch/m68k/gen/negsf2.S +++ b/lib/libc/arch/m68k/gen/negsf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: negsf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: negsf2.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* -single */ diff --git a/lib/libc/arch/m68k/gen/saveregs.c b/lib/libc/arch/m68k/gen/saveregs.c index d6956ab7c0a..6316cfbfc5f 100644 --- a/lib/libc/arch/m68k/gen/saveregs.c +++ b/lib/libc/arch/m68k/gen/saveregs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: saveregs.c,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: saveregs.c,v 1.3 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - __builtin_saveregs() { abort(); diff --git a/lib/libc/arch/m68k/gen/setjmp.S b/lib/libc/arch/m68k/gen/setjmp.S index b678c1a31c3..dac41aa5398 100644 --- a/lib/libc/arch/m68k/gen/setjmp.S +++ b/lib/libc/arch/m68k/gen/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: setjmp.S,v 1.3 2003/06/02 20:18:31 millert 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 0b50b330638..d87d956232b 100644 --- a/lib/libc/arch/m68k/gen/sigsetjmp.S +++ b/lib/libc/arch/m68k/gen/sigsetjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.4 2003/06/02 20:18:31 millert 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 640a8accc38..0c86a4c832b 100644 --- a/lib/libc/arch/m68k/gen/subdf3.S +++ b/lib/libc/arch/m68k/gen/subdf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: subdf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: subdf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* double - double */ diff --git a/lib/libc/arch/m68k/gen/subsf3.S b/lib/libc/arch/m68k/gen/subsf3.S index 6bdc5f16779..ffaa8c5074b 100644 --- a/lib/libc/arch/m68k/gen/subsf3.S +++ b/lib/libc/arch/m68k/gen/subsf3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: subsf3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: subsf3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* single - single */ diff --git a/lib/libc/arch/m68k/gen/truncdfsf2.S b/lib/libc/arch/m68k/gen/truncdfsf2.S index 4c41f5b8826..7f611ee6a14 100644 --- a/lib/libc/arch/m68k/gen/truncdfsf2.S +++ b/lib/libc/arch/m68k/gen/truncdfsf2.S @@ -1,3 +1,4 @@ +/* $OpenBSD: truncdfsf2.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: truncdfsf2.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* (float) double */ diff --git a/lib/libc/arch/m68k/gen/udivsi3.S b/lib/libc/arch/m68k/gen/udivsi3.S index 24cc276df88..43c9284ca79 100644 --- a/lib/libc/arch/m68k/gen/udivsi3.S +++ b/lib/libc/arch/m68k/gen/udivsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: udivsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: udivsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* unsigned / unsigned */ diff --git a/lib/libc/arch/m68k/gen/umodsi3.S b/lib/libc/arch/m68k/gen/umodsi3.S index 91162ac6ada..bafb8f15b67 100644 --- a/lib/libc/arch/m68k/gen/umodsi3.S +++ b/lib/libc/arch/m68k/gen/umodsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: umodsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: umodsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* unsigned % unsigned */ diff --git a/lib/libc/arch/m68k/gen/umulsi3.S b/lib/libc/arch/m68k/gen/umulsi3.S index 2a5bd30139a..3b53edef05d 100644 --- a/lib/libc/arch/m68k/gen/umulsi3.S +++ b/lib/libc/arch/m68k/gen/umulsi3.S @@ -1,3 +1,4 @@ +/* $OpenBSD: umulsi3.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: umulsi3.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* unsigned * unsigned */ diff --git a/lib/libc/arch/m68k/string/bcmp.S b/lib/libc/arch/m68k/string/bcmp.S index 6249f398fae..6aa048e5a8f 100644 --- a/lib/libc/arch/m68k/string/bcmp.S +++ b/lib/libc/arch/m68k/string/bcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcmp.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcmp.S,v 1.4 2003/06/02 20:18:31 millert 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 e12b5ea2d0f..457bd8c9821 100644 --- a/lib/libc/arch/m68k/string/bcopy.S +++ b/lib/libc/arch/m68k/string/bcopy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcopy.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcopy.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * This is probably not the best we can do, but it is still 2-10 times * faster than the C version in the portable gen directory. diff --git a/lib/libc/arch/m68k/string/bzero.S b/lib/libc/arch/m68k/string/bzero.S index b6d3ab1e0d0..4d244f3b075 100644 --- a/lib/libc/arch/m68k/string/bzero.S +++ b/lib/libc/arch/m68k/string/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * This is probably not the best we can do, but it is still much * faster than the C version in the portable gen directory. diff --git a/lib/libc/arch/m68k/string/ffs.S b/lib/libc/arch/m68k/string/ffs.S index 100fffadf4b..da7eb9e2d93 100644 --- a/lib/libc/arch/m68k/string/ffs.S +++ b/lib/libc/arch/m68k/string/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ffs.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* bit = ffs(value) */ ENTRY(ffs) diff --git a/lib/libc/arch/m68k/string/index.S b/lib/libc/arch/m68k/string/index.S index d97f17c65d3..c1785302cf1 100644 --- a/lib/libc/arch/m68k/string/index.S +++ b/lib/libc/arch/m68k/string/index.S @@ -1,3 +1,4 @@ +/* $OpenBSD: index.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: index.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #ifdef STRCHR ENTRY(strchr) #else diff --git a/lib/libc/arch/m68k/string/memcmp.S b/lib/libc/arch/m68k/string/memcmp.S index 19c40c87bcc..7a923368a5c 100644 --- a/lib/libc/arch/m68k/string/memcmp.S +++ b/lib/libc/arch/m68k/string/memcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memcmp.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memcmp.S,v 1.4 2003/06/02 20:18:31 millert 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 c72518301f2..0df21e9eb08 100644 --- a/lib/libc/arch/m68k/string/memcpy.S +++ b/lib/libc/arch/m68k/string/memcpy.S @@ -1,7 +1,3 @@ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memcpy.S,v 1.2 1996/08/19 08:15:14 tholo Exp $" -#endif /* LIBC_SCCS */ - +/* $OpenBSD: memcpy.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/arch/m68k/string/memmove.S b/lib/libc/arch/m68k/string/memmove.S index 61f8a667132..489eeeee24e 100644 --- a/lib/libc/arch/m68k/string/memmove.S +++ b/lib/libc/arch/m68k/string/memmove.S @@ -1,7 +1,3 @@ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memmove.S,v 1.2 1996/08/19 08:15:15 tholo Exp $" -#endif /* LIBC_SCCS */ - +/* $OpenBSD: memmove.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ #define MEMMOVE #include "bcopy.S" diff --git a/lib/libc/arch/m68k/string/memset.S b/lib/libc/arch/m68k/string/memset.S index 57d5a4242af..ce5807e09a5 100644 --- a/lib/libc/arch/m68k/string/memset.S +++ b/lib/libc/arch/m68k/string/memset.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memset.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memset.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * This is probably not the best we can do, but it is still much * faster than the C version in the portable gen directory. diff --git a/lib/libc/arch/m68k/string/rindex.S b/lib/libc/arch/m68k/string/rindex.S index 689570e14ba..e6cd50d0a4b 100644 --- a/lib/libc/arch/m68k/string/rindex.S +++ b/lib/libc/arch/m68k/string/rindex.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rindex.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: rindex.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #ifdef STRRCHR ENTRY(strrchr) #else diff --git a/lib/libc/arch/m68k/string/strcat.S b/lib/libc/arch/m68k/string/strcat.S index 504ab936fec..aca9c9ee0bf 100644 --- a/lib/libc/arch/m68k/string/strcat.S +++ b/lib/libc/arch/m68k/string/strcat.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcat.S,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -40,11 +41,6 @@ #NO_APP #endif -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strcat.S,v 1.6 2003/07/24 01:15:42 deraadt Exp $" -#endif /* LIBC_SCCS */ - ENTRY(strcat) movl sp@(8),a0 | a0 = fromaddr movl sp@(4),d0 | return value is toaddr diff --git a/lib/libc/arch/m68k/string/strchr.S b/lib/libc/arch/m68k/string/strchr.S index 7f495aa08a4..3da26834e26 100644 --- a/lib/libc/arch/m68k/string/strchr.S +++ b/lib/libc/arch/m68k/string/strchr.S @@ -1,7 +1,3 @@ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strchr.S,v 1.2 1996/08/19 08:15:20 tholo Exp $" -#endif /* LIBC_SCCS */ - +/* $OpenBSD: strchr.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ #define STRCHR #include "index.S" diff --git a/lib/libc/arch/m68k/string/strcmp.S b/lib/libc/arch/m68k/string/strcmp.S index 67a73a8117e..5184eb9d2fa 100644 --- a/lib/libc/arch/m68k/string/strcmp.S +++ b/lib/libc/arch/m68k/string/strcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcmp.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strcmp.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * NOTE: this guy returns result compatible with the VAX assembly version. * The C version on the portable gen directory returns different results diff --git a/lib/libc/arch/m68k/string/strcpy.S b/lib/libc/arch/m68k/string/strcpy.S index db118cfb0c6..045cd87382e 100644 --- a/lib/libc/arch/m68k/string/strcpy.S +++ b/lib/libc/arch/m68k/string/strcpy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcpy.S,v 1.8 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -41,11 +42,6 @@ #NO_APP #endif -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strcpy.S,v 1.7 2003/07/24 01:15:42 deraadt Exp $" -#endif /* LIBC_SCCS */ - ENTRY(strcpy) movl sp@(8),a0 | a0 = fromaddr movl sp@(4),d0 | return value is toaddr diff --git a/lib/libc/arch/m68k/string/strlcpy.S b/lib/libc/arch/m68k/string/strlcpy.S index 1e44fc8dc20..20a2432a8e9 100644 --- a/lib/libc/arch/m68k/string/strlcpy.S +++ b/lib/libc/arch/m68k/string/strlcpy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlcpy.S,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> * @@ -16,11 +17,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strlcpy.S,v 1.6 2003/06/17 21:56:23 millert Exp $" -#endif /* LIBC_SCCS */ - /* * It is faster to implement strlcpy() as two distinct operations, * a strlen() and a memcpy(). Note that we *always* add a NUL, unless diff --git a/lib/libc/arch/m68k/string/strlen.S b/lib/libc/arch/m68k/string/strlen.S index c50fcb867be..60af12589b7 100644 --- a/lib/libc/arch/m68k/string/strlen.S +++ b/lib/libc/arch/m68k/string/strlen.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlen.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strlen.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - ENTRY(strlen) movl sp@(4),a0 | string movl a0,d0 diff --git a/lib/libc/arch/m68k/string/strncmp.S b/lib/libc/arch/m68k/string/strncmp.S index e4e7aa3cddd..ccfcd09d144 100644 --- a/lib/libc/arch/m68k/string/strncmp.S +++ b/lib/libc/arch/m68k/string/strncmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strncmp.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strncmp.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - /* * NOTE: this guy returns result compatible with the VAX assembly version. * The C version on the portable gen directory returns different results diff --git a/lib/libc/arch/m68k/string/strncpy.S b/lib/libc/arch/m68k/string/strncpy.S index 4e3b9378774..c83fc1d5744 100644 --- a/lib/libc/arch/m68k/string/strncpy.S +++ b/lib/libc/arch/m68k/string/strncpy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strncpy.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strncpy.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - ENTRY(strncpy) movl sp@(4),d0 | return value is toaddr movl sp@(12),d1 | count diff --git a/lib/libc/arch/m68k/string/strrchr.S b/lib/libc/arch/m68k/string/strrchr.S index 0c667494166..6ed607ac51b 100644 --- a/lib/libc/arch/m68k/string/strrchr.S +++ b/lib/libc/arch/m68k/string/strrchr.S @@ -1,7 +1,4 @@ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strrchr.S,v 1.2 1996/08/19 08:15:28 tholo Exp $" -#endif /* LIBC_SCCS */ +/* $OpenBSD: strrchr.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ #define STRRCHR #include "rindex.S" diff --git a/lib/libc/arch/m68k/string/swab.S b/lib/libc/arch/m68k/string/swab.S index 46ddf7cc3bd..be00b9d7dd8 100644 --- a/lib/libc/arch/m68k/string/swab.S +++ b/lib/libc/arch/m68k/string/swab.S @@ -1,4 +1,4 @@ -/* $OpenBSD: swab.S,v 1.4 2002/06/18 08:34:46 espie Exp $ */ +/* $OpenBSD: swab.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 2002 Marc Espie. * @@ -26,11 +26,6 @@ #include "DEFS.h" -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: swab.S,v 1.4 2002/06/18 08:34:46 espie Exp $" -#endif /* LIBC_SCCS */ - ENTRY(swab) movl sp@(12),d1 | #bytes lsrl #1,d1 | -> #words diff --git a/lib/libc/arch/m68k/sys/Ovfork.S b/lib/libc/arch/m68k/sys/Ovfork.S index c9fee7050c7..00309da692e 100644 --- a/lib/libc/arch/m68k/sys/Ovfork.S +++ b/lib/libc/arch/m68k/sys/Ovfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: Ovfork.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: Ovfork.S,v 1.4 2003/06/02 20:18:31 millert 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 f27abeae773..979513c2339 100644 --- a/lib/libc/arch/m68k/sys/brk.S +++ b/lib/libc/arch/m68k/sys/brk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: brk.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: brk.S,v 1.5 2003/12/25 18:49:04 miod Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl _end diff --git a/lib/libc/arch/m68k/sys/cerror.S b/lib/libc/arch/m68k/sys/cerror.S index acec213cad3..7128c0a8bbe 100644 --- a/lib/libc/arch/m68k/sys/cerror.S +++ b/lib/libc/arch/m68k/sys/cerror.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cerror.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: cerror.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .even diff --git a/lib/libc/arch/m68k/sys/exect.S b/lib/libc/arch/m68k/sys/exect.S index 1d4423d81f0..7aab4517532 100644 --- a/lib/libc/arch/m68k/sys/exect.S +++ b/lib/libc/arch/m68k/sys/exect.S @@ -1,3 +1,4 @@ +/* $OpenBSD: exect.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.4 2003/06/02 20:18:31 millert 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 2ee8271ce6a..9c56d109914 100644 --- a/lib/libc/arch/m68k/sys/fork.S +++ b/lib/libc/arch/m68k/sys/fork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fork.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: fork.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(fork) diff --git a/lib/libc/arch/m68k/sys/rfork.S b/lib/libc/arch/m68k/sys/rfork.S index 06cdc3dbc42..dc911be11c4 100644 --- a/lib/libc/arch/m68k/sys/rfork.S +++ b/lib/libc/arch/m68k/sys/rfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rfork.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: rfork.S,v 1.2 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(rfork) diff --git a/lib/libc/arch/m68k/sys/sbrk.S b/lib/libc/arch/m68k/sys/sbrk.S index ae2c9f82d0c..0ad61366d5b 100644 --- a/lib/libc/arch/m68k/sys/sbrk.S +++ b/lib/libc/arch/m68k/sys/sbrk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sbrk.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl _end diff --git a/lib/libc/arch/m68k/sys/setlogin.S b/lib/libc/arch/m68k/sys/setlogin.S index ef9a0d61fbd..4d4497c4285 100644 --- a/lib/libc/arch/m68k/sys/setlogin.S +++ b/lib/libc/arch/m68k/sys/setlogin.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: setlogin.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl ___logname_valid /* in getlogin() */ diff --git a/lib/libc/arch/m68k/sys/sigpending.S b/lib/libc/arch/m68k/sys/sigpending.S index b310caf174d..69b5ee80a7e 100644 --- a/lib/libc/arch/m68k/sys/sigpending.S +++ b/lib/libc/arch/m68k/sys/sigpending.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigpending.S,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(sigpending) diff --git a/lib/libc/arch/m68k/sys/sigprocmask.S b/lib/libc/arch/m68k/sys/sigprocmask.S index aa5697e6307..848dc003991 100644 --- a/lib/libc/arch/m68k/sys/sigprocmask.S +++ b/lib/libc/arch/m68k/sys/sigprocmask.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigprocmask.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigprocmask) diff --git a/lib/libc/arch/m68k/sys/sigreturn.S b/lib/libc/arch/m68k/sys/sigreturn.S index f013b3c2230..ed094b0d3bb 100644 --- a/lib/libc/arch/m68k/sys/sigreturn.S +++ b/lib/libc/arch/m68k/sys/sigreturn.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigreturn.S,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigreturn.S,v 1.6 2003/06/02 20:18:31 millert 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 f7a255fb6ab..b4fe69f7630 100644 --- a/lib/libc/arch/m68k/sys/sigsuspend.S +++ b/lib/libc/arch/m68k/sys/sigsuspend.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsuspend.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigsuspend) diff --git a/lib/libc/arch/m68k/sys/syscall.S b/lib/libc/arch/m68k/sys/syscall.S index 0a7bba6d3d3..8881a0678fe 100644 --- a/lib/libc/arch/m68k/sys/syscall.S +++ b/lib/libc/arch/m68k/sys/syscall.S @@ -1,3 +1,4 @@ +/* $OpenBSD: syscall.S,v 1.6 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(syscall) diff --git a/lib/libc/arch/m88k/gen/_setjmp.S b/lib/libc/arch/m88k/gen/_setjmp.S index ee4f39f28ad..616d0da9d9c 100644 --- a/lib/libc/arch/m88k/gen/_setjmp.S +++ b/lib/libc/arch/m88k/gen/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.8 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 2002 Steve Murphree, Jr. * All rights reserved. @@ -28,11 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: _setjmp.S,v 1.7 2004/07/28 08:49:03 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* diff --git a/lib/libc/arch/m88k/gen/fabs.S b/lib/libc/arch/m88k/gen/fabs.S index 271a17446fd..da20d00e8ed 100644 --- a/lib/libc/arch/m88k/gen/fabs.S +++ b/lib/libc/arch/m88k/gen/fabs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fabs.S,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 1996 Nivas Madhur * All rights reserved. @@ -28,11 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: fabs.S,v 1.4 2004/07/22 08:52:36 miod Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* diff --git a/lib/libc/arch/m88k/gen/flt_rounds.c b/lib/libc/arch/m88k/gen/flt_rounds.c index c821bea75c2..5dbe4c20b85 100644 --- a/lib/libc/arch/m88k/gen/flt_rounds.c +++ b/lib/libc/arch/m88k/gen/flt_rounds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flt_rounds.c,v 1.2 2003/01/07 21:59:49 miod Exp $ */ +/* $OpenBSD: flt_rounds.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <sys/types.h> #include <machine/float.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.2 2003/01/07 21:59:49 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Ported to 88k (Nivas Madhur) */ diff --git a/lib/libc/arch/m88k/gen/fpgetmask.c b/lib/libc/arch/m88k/gen/fpgetmask.c index a9b4ff8d774..5dc62b456e3 100644 --- a/lib/libc/arch/m88k/gen/fpgetmask.c +++ b/lib/libc/arch/m88k/gen/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpgetmask.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_except fpgetmask() { diff --git a/lib/libc/arch/m88k/gen/fpgetround.c b/lib/libc/arch/m88k/gen/fpgetround.c index d1eaf916b00..4a95df6b7d3 100644 --- a/lib/libc/arch/m88k/gen/fpgetround.c +++ b/lib/libc/arch/m88k/gen/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpgetround.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_rnd fpgetround() { diff --git a/lib/libc/arch/m88k/gen/fpgetsticky.c b/lib/libc/arch/m88k/gen/fpgetsticky.c index cd8d08aea9a..05258e4b8e0 100644 --- a/lib/libc/arch/m88k/gen/fpgetsticky.c +++ b/lib/libc/arch/m88k/gen/fpgetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetsticky.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpgetsticky.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpgetsticky.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_except fpgetsticky() { diff --git a/lib/libc/arch/m88k/gen/fpsetmask.c b/lib/libc/arch/m88k/gen/fpsetmask.c index 2d6617e296c..03b7164052e 100644 --- a/lib/libc/arch/m88k/gen/fpsetmask.c +++ b/lib/libc/arch/m88k/gen/fpsetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetmask.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpsetmask.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetmask.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_except fpsetmask(mask) fp_except mask; diff --git a/lib/libc/arch/m88k/gen/fpsetround.c b/lib/libc/arch/m88k/gen/fpsetround.c index 0353a26d726..7acbf0c57a8 100644 --- a/lib/libc/arch/m88k/gen/fpsetround.c +++ b/lib/libc/arch/m88k/gen/fpsetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetround.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpsetround.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetround.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_rnd fpsetround(rnd_dir) fp_rnd rnd_dir; diff --git a/lib/libc/arch/m88k/gen/fpsetsticky.c b/lib/libc/arch/m88k/gen/fpsetsticky.c index 188126c0fe8..c225d569905 100644 --- a/lib/libc/arch/m88k/gen/fpsetsticky.c +++ b/lib/libc/arch/m88k/gen/fpsetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetsticky.c,v 1.2 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: fpsetsticky.c,v 1.3 2005/08/07 16:40:14 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 @@ -8,10 +8,6 @@ #include <ieeefp.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetsticky.c,v 1.2 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - fp_except fpsetsticky(sticky) fp_except sticky; diff --git a/lib/libc/arch/m88k/gen/infinity.c b/lib/libc/arch/m88k/gen/infinity.c index 5043a54ede4..78a8224883b 100644 --- a/lib/libc/arch/m88k/gen/infinity.c +++ b/lib/libc/arch/m88k/gen/infinity.c @@ -1,8 +1,4 @@ -/* $OpenBSD: infinity.c,v 1.3 2003/01/07 22:00:50 miod Exp $ */ - -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.3 2003/01/07 22:00:50 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ +/* $OpenBSD: infinity.c,v 1.4 2005/08/07 16:40:14 espie Exp $ */ /* infinity.c */ diff --git a/lib/libc/arch/m88k/gen/isinf.c b/lib/libc/arch/m88k/gen/isinf.c index 9477c3b2a8c..9257021b5d5 100644 --- a/lib/libc/arch/m88k/gen/isinf.c +++ b/lib/libc/arch/m88k/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.4 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/m88k/gen/isnan.c b/lib/libc/arch/m88k/gen/isnan.c index a2e2d67ab37..78e721815b2 100644 --- a/lib/libc/arch/m88k/gen/isnan.c +++ b/lib/libc/arch/m88k/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.4 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/m88k/gen/ldexp.c b/lib/libc/arch/m88k/gen/ldexp.c index b2aea5f5e32..c216a416497 100644 --- a/lib/libc/arch/m88k/gen/ldexp.c +++ b/lib/libc/arch/m88k/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: ldexp.c,v 1.5 2005/08/07 16:40:14 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +34,6 @@ * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "$OpenBSD: ldexp.c,v 1.4 2003/06/02 20:18:31 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/m88k/gen/modf.c b/lib/libc/arch/m88k/gen/modf.c index 75c5d27b5a1..102451e870f 100644 --- a/lib/libc/arch/m88k/gen/modf.c +++ b/lib/libc/arch/m88k/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.6 2003/01/07 22:01:29 miod Exp $ */ +/* $OpenBSD: modf.c,v 1.7 2005/08/07 16:40:14 espie Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,10 +11,6 @@ * ==================================================== */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: modf.c,v 1.6 2003/01/07 22:01:29 miod Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libc/arch/m88k/gen/setjmp.S b/lib/libc/arch/m88k/gen/setjmp.S index fd448562417..76bd978ddba 100644 --- a/lib/libc/arch/m88k/gen/setjmp.S +++ b/lib/libc/arch/m88k/gen/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.9 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 2002 Steve Murphree, Jr. * All rights reserved. @@ -28,11 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: setjmp.S,v 1.8 2004/07/28 08:49:03 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* diff --git a/lib/libc/arch/m88k/gen/sigsetjmp.S b/lib/libc/arch/m88k/gen/sigsetjmp.S index 1219ad15a4e..93a3b9d8dbb 100644 --- a/lib/libc/arch/m88k/gen/sigsetjmp.S +++ b/lib/libc/arch/m88k/gen/sigsetjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.S,v 1.10 2005/08/07 16:40:14 espie Exp $ */ /*- * Copyright (c) 2002 Steve Murphree, Jr. * All rights reserved. @@ -28,11 +29,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sigsetjmp.S,v 1.9 2004/07/28 08:49:03 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* diff --git a/lib/libc/arch/m88k/sys/Ovfork.S b/lib/libc/arch/m88k/sys/Ovfork.S index 1b21efba3db..d6e907e33b9 100644 --- a/lib/libc/arch/m88k/sys/Ovfork.S +++ b/lib/libc/arch/m88k/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: Ovfork.S,v 1.6 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* r2 = pid. r3 = 0 in parent, 1 in child */ diff --git a/lib/libc/arch/m88k/sys/brk.S b/lib/libc/arch/m88k/sys/brk.S index 7bb6155cd4e..dc4d353f2c8 100644 --- a/lib/libc/arch/m88k/sys/brk.S +++ b/lib/libc/arch/m88k/sys/brk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: brk.S,v 1.7 2003/12/25 18:49:06 miod Exp $ */ +/* $OpenBSD: brk.S,v 1.8 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: brk.S,v 1.7 2003/12/25 18:49:06 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" .globl _end diff --git a/lib/libc/arch/m88k/sys/cerror.S b/lib/libc/arch/m88k/sys/cerror.S index 39df8e5d490..4e5d5459584 100644 --- a/lib/libc/arch/m88k/sys/cerror.S +++ b/lib/libc/arch/m88k/sys/cerror.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cerror.S,v 1.6 2003/10/16 17:47:48 miod Exp $ */ +/* $OpenBSD: cerror.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: cerror.S,v 1.6 2003/10/16 17:47:48 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" .globl _errno diff --git a/lib/libc/arch/m88k/sys/exect.S b/lib/libc/arch/m88k/sys/exect.S index 1650e50b88c..5824bb4bb15 100644 --- a/lib/libc/arch/m88k/sys/exect.S +++ b/lib/libc/arch/m88k/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: exect.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: exect.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" ENTRY(exect) diff --git a/lib/libc/arch/m88k/sys/fork.S b/lib/libc/arch/m88k/sys/fork.S index 57f762a8d74..201ac4f0bd8 100644 --- a/lib/libc/arch/m88k/sys/fork.S +++ b/lib/libc/arch/m88k/sys/fork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fork.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: fork.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: fork.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* r2 = pid. r3 = 0 in parent, 1 in child */ diff --git a/lib/libc/arch/m88k/sys/rfork.S b/lib/libc/arch/m88k/sys/rfork.S index 6c34ae8cf43..b75581b8d92 100644 --- a/lib/libc/arch/m88k/sys/rfork.S +++ b/lib/libc/arch/m88k/sys/rfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: rfork.S,v 1.3 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: rfork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: rfork.S,v 1.3 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* r2 = pid. r3 = 0 in parent, 1 in child */ diff --git a/lib/libc/arch/m88k/sys/sbrk.S b/lib/libc/arch/m88k/sys/sbrk.S index 7ddc76ba3a4..180123f0172 100644 --- a/lib/libc/arch/m88k/sys/sbrk.S +++ b/lib/libc/arch/m88k/sys/sbrk.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sbrk.S,v 1.7 2003/12/19 19:36:51 miod Exp $ */ +/* $OpenBSD: sbrk.S,v 1.8 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sbrk.S,v 1.7 2003/12/19 19:36:51 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" .globl _end diff --git a/lib/libc/arch/m88k/sys/setlogin.S b/lib/libc/arch/m88k/sys/setlogin.S index 67abb25c206..ba2afa720f5 100644 --- a/lib/libc/arch/m88k/sys/setlogin.S +++ b/lib/libc/arch/m88k/sys/setlogin.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setlogin.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: setlogin.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: setlogin.S,v 1.4 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" .globl ___logname_valid /* in getlogin() */ diff --git a/lib/libc/arch/m88k/sys/sigpending.S b/lib/libc/arch/m88k/sys/sigpending.S index 8d0a6e4b082..e3fb1f94397 100644 --- a/lib/libc/arch/m88k/sys/sigpending.S +++ b/lib/libc/arch/m88k/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: sigpending.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sigpending.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" ENTRY(sigpending) diff --git a/lib/libc/arch/m88k/sys/sigprocmask.S b/lib/libc/arch/m88k/sys/sigprocmask.S index a6a0b535eb3..a077ba9e6b9 100644 --- a/lib/libc/arch/m88k/sys/sigprocmask.S +++ b/lib/libc/arch/m88k/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: sigprocmask.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigprocmask) diff --git a/lib/libc/arch/m88k/sys/sigreturn.S b/lib/libc/arch/m88k/sys/sigreturn.S index f9a4d654650..b85e1d98c68 100644 --- a/lib/libc/arch/m88k/sys/sigreturn.S +++ b/lib/libc/arch/m88k/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: sigreturn.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* diff --git a/lib/libc/arch/m88k/sys/sigsuspend.S b/lib/libc/arch/m88k/sys/sigsuspend.S index 55d113b0a4b..0b0054fdb17 100644 --- a/lib/libc/arch/m88k/sys/sigsuspend.S +++ b/lib/libc/arch/m88k/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.7 2003/06/02 20:18:31 millert Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.8 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: sigsuspend.S,v 1.7 2003/06/02 20:18:31 millert Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" /* diff --git a/lib/libc/arch/m88k/sys/syscall.S b/lib/libc/arch/m88k/sys/syscall.S index 9ba4d2c0cd1..a6cc5ceec73 100644 --- a/lib/libc/arch/m88k/sys/syscall.S +++ b/lib/libc/arch/m88k/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.8 2004/07/28 08:48:17 miod Exp $ */ +/* $OpenBSD: syscall.S,v 1.9 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -33,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .data - .string "$OpenBSD: syscall.S,v 1.8 2004/07/28 08:48:17 miod Exp $" -#endif /* LIBC_SCCS */ - #include "SYS.h" SYSENTRY(syscall) diff --git a/lib/libc/arch/mips64/gen/_setjmp.S b/lib/libc/arch/mips64/gen/_setjmp.S index f375190cedc..63e6d478fc4 100644 --- a/lib/libc/arch/mips64/gen/_setjmp.S +++ b/lib/libc/arch/mips64/gen/_setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: _setjmp.S,v 1.3 2004/09/10 12:45:35 pefo Exp $ */ +/* $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 2002 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -33,11 +33,6 @@ #include <machine/regnum.h> #include <machine/signal.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: _setjmp.S,v 1.3 2004/09/10 12:45:35 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * _setjmp, _longjmp (not restoring signal state) * diff --git a/lib/libc/arch/mips64/gen/fabs.S b/lib/libc/arch/mips64/gen/fabs.S index acc5e1d99d5..42c1afe3506 100644 --- a/lib/libc/arch/mips64/gen/fabs.S +++ b/lib/libc/arch/mips64/gen/fabs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fabs.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fabs.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * fabs(x) * double x; diff --git a/lib/libc/arch/mips64/gen/flt_rounds.c b/lib/libc/arch/mips64/gen/flt_rounds.c index 2bb2f99b8e2..32c5273936e 100644 --- a/lib/libc/arch/mips64/gen/flt_rounds.c +++ b/lib/libc/arch/mips64/gen/flt_rounds.c @@ -1,3 +1,4 @@ +/* $OpenBSD: flt_rounds.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. @@ -6,10 +7,6 @@ #include <sys/types.h> #include <machine/float.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.1 2004/08/11 17:30:59 pefo 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/mips64/gen/fpgetmask.c b/lib/libc/arch/mips64/gen/fpgetmask.c index a7414d81793..75b39d58472 100644 --- a/lib/libc/arch/mips64/gen/fpgetmask.c +++ b/lib/libc/arch/mips64/gen/fpgetmask.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetmask.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpgetmask.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips64/gen/fpgetround.c b/lib/libc/arch/mips64/gen/fpgetround.c index 8dd14bb25f6..6d88954d72f 100644 --- a/lib/libc/arch/mips64/gen/fpgetround.c +++ b/lib/libc/arch/mips64/gen/fpgetround.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetround.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpgetround.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/mips64/gen/fpgetsticky.c b/lib/libc/arch/mips64/gen/fpgetsticky.c index c1e60434220..096bc00e13f 100644 --- a/lib/libc/arch/mips64/gen/fpgetsticky.c +++ b/lib/libc/arch/mips64/gen/fpgetsticky.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetsticky.c,v 1.2 2005/08/07 16:40:15 espie 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.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips64/gen/fpsetmask.c b/lib/libc/arch/mips64/gen/fpsetmask.c index 26337c805c4..40107abed10 100644 --- a/lib/libc/arch/mips64/gen/fpsetmask.c +++ b/lib/libc/arch/mips64/gen/fpsetmask.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetmask.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetmask.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips64/gen/fpsetround.c b/lib/libc/arch/mips64/gen/fpsetround.c index d72f4e435ad..1f0d469c468 100644 --- a/lib/libc/arch/mips64/gen/fpsetround.c +++ b/lib/libc/arch/mips64/gen/fpsetround.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetround.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetround.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_rnd diff --git a/lib/libc/arch/mips64/gen/fpsetsticky.c b/lib/libc/arch/mips64/gen/fpsetsticky.c index dcfc751a990..3645e08dcb0 100644 --- a/lib/libc/arch/mips64/gen/fpsetsticky.c +++ b/lib/libc/arch/mips64/gen/fpsetsticky.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetsticky.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 11, 1995 * Public domain. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fpsetsticky.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/mips64/gen/infinity.c b/lib/libc/arch/mips64/gen/infinity.c index 30249b65aed..239a16d14c0 100644 --- a/lib/libc/arch/mips64/gen/infinity.c +++ b/lib/libc/arch/mips64/gen/infinity.c @@ -1,9 +1,6 @@ +/* $OpenBSD: infinity.c,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /* infinity.c */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.1 2004/08/11 17:30:59 pefo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <math.h> #include <sys/types.h> diff --git a/lib/libc/arch/mips64/gen/isinf.S b/lib/libc/arch/mips64/gen/isinf.S index e06d911e96c..26a347b9c7a 100644 --- a/lib/libc/arch/mips64/gen/isinf.S +++ b/lib/libc/arch/mips64/gen/isinf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: isinf.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: isinf.S,v 1.3 2004/10/02 12:34:53 pefo Exp $" -#endif /* LIBC_SCCS */ - #define DEXP_INF 0x7ff /* diff --git a/lib/libc/arch/mips64/gen/ldexp.S b/lib/libc/arch/mips64/gen/ldexp.S index a6340df9240..640406422c7 100644 --- a/lib/libc/arch/mips64/gen/ldexp.S +++ b/lib/libc/arch/mips64/gen/ldexp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ldexp.S,v 1.5 2004/10/18 18:41:06 pefo Exp $" -#endif /* LIBC_SCCS */ - #define DEXP_INF 0x7ff #define DEXP_BIAS 1023 #define DEXP_MIN -1022 diff --git a/lib/libc/arch/mips64/gen/modf.S b/lib/libc/arch/mips64/gen/modf.S index d508e62a6c2..d30d1d6bf66 100644 --- a/lib/libc/arch/mips64/gen/modf.S +++ b/lib/libc/arch/mips64/gen/modf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993, 1995 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: modf.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * double modf(val, iptr) * double val, *iptr; diff --git a/lib/libc/arch/mips64/gen/setjmp.S b/lib/libc/arch/mips64/gen/setjmp.S index 214112d2dba..7c165cecb9c 100644 --- a/lib/libc/arch/mips64/gen/setjmp.S +++ b/lib/libc/arch/mips64/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.4 2004/09/10 12:45:35 pefo Exp $ */ +/* $OpenBSD: setjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -34,11 +34,6 @@ #include <machine/regnum.h> #include <machine/signal.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: setjmp.S,v 1.4 2004/09/10 12:45:35 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * setjmp, longjmp implementation for libc. this code depends * on the layout of the struct sigcontext in machine/signal.h. diff --git a/lib/libc/arch/mips64/gen/sigsetjmp.S b/lib/libc/arch/mips64/gen/sigsetjmp.S index 12d8a06b9e1..b05454c2843 100644 --- a/lib/libc/arch/mips64/gen/sigsetjmp.S +++ b/lib/libc/arch/mips64/gen/sigsetjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993, 1995, * The Regents of the University of California. All rights reserved. @@ -34,11 +35,6 @@ #include <machine/regnum.h> #include <machine/setjmp.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.4 2004/09/10 12:45:35 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * trampolines for sigsetjmp and siglongjmp save and restore mask. * diff --git a/lib/libc/arch/mips64/string/bcmp.S b/lib/libc/arch/mips64/string/bcmp.S index fcf8c633ba9..5b1c23b5797 100644 --- a/lib/libc/arch/mips64/string/bcmp.S +++ b/lib/libc/arch/mips64/string/bcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcmp.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcmp.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* bcmp(s1, s2, n) */ LEAF(bcmp, 0) diff --git a/lib/libc/arch/mips64/string/bcopy.S b/lib/libc/arch/mips64/string/bcopy.S index dc24b050532..00ef040f11a 100644 --- a/lib/libc/arch/mips64/string/bcopy.S +++ b/lib/libc/arch/mips64/string/bcopy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcopy.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcopy.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* bcopy(s1, s2, n) */ diff --git a/lib/libc/arch/mips64/string/bzero.S b/lib/libc/arch/mips64/string/bzero.S index 9a2b37a67b9..52d8ffb67b9 100644 --- a/lib/libc/arch/mips64/string/bzero.S +++ b/lib/libc/arch/mips64/string/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* bzero(s1, n) */ LEAF(bzero, 0) diff --git a/lib/libc/arch/mips64/string/ffs.S b/lib/libc/arch/mips64/string/ffs.S index 1c19e1150b1..0fa0803e316 100644 --- a/lib/libc/arch/mips64/string/ffs.S +++ b/lib/libc/arch/mips64/string/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ffs.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* bit = ffs(value) */ LEAF(ffs, 0) diff --git a/lib/libc/arch/mips64/string/index.S b/lib/libc/arch/mips64/string/index.S index 251bf5b611c..3ecc90b5243 100644 --- a/lib/libc/arch/mips64/string/index.S +++ b/lib/libc/arch/mips64/string/index.S @@ -1,3 +1,4 @@ +/* $OpenBSD: index.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: index.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - LEAF(index, 0) .set reorder lbu a2, 0(a0) # get a byte diff --git a/lib/libc/arch/mips64/string/rindex.S b/lib/libc/arch/mips64/string/rindex.S index 385e290a260..dea77f02e32 100644 --- a/lib/libc/arch/mips64/string/rindex.S +++ b/lib/libc/arch/mips64/string/rindex.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rindex.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: rindex.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - LEAF(rindex, 0) .set reorder move v0, zero # default if not found diff --git a/lib/libc/arch/mips64/string/strcmp.S b/lib/libc/arch/mips64/string/strcmp.S index 7a14638f663..ef093e4f8e0 100644 --- a/lib/libc/arch/mips64/string/strcmp.S +++ b/lib/libc/arch/mips64/string/strcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcmp.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strcmp.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - /* * NOTE: this version assumes unsigned chars in order to be "8 bit clean". */ diff --git a/lib/libc/arch/mips64/string/strlen.S b/lib/libc/arch/mips64/string/strlen.S index b19171d10d2..bac41601fe3 100644 --- a/lib/libc/arch/mips64/string/strlen.S +++ b/lib/libc/arch/mips64/string/strlen.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlen.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strlen.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* LIBC_SCCS */ - LEAF(strlen, 0) .set reorder addu v1, a0, 1 diff --git a/lib/libc/arch/mips64/sys/Ovfork.S b/lib/libc/arch/mips64/sys/Ovfork.S index 22ab7428f09..149960e6239 100644 --- a/lib/libc/arch/mips64/sys/Ovfork.S +++ b/lib/libc/arch/mips64/sys/Ovfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: Ovfork.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: Ovfork.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - /* * pid = vfork(); * diff --git a/lib/libc/arch/mips64/sys/brk.S b/lib/libc/arch/mips64/sys/brk.S index 03796d85851..be64b3971fc 100644 --- a/lib/libc/arch/mips64/sys/brk.S +++ b/lib/libc/arch/mips64/sys/brk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: brk.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: brk.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - .globl minbrk .globl curbrk diff --git a/lib/libc/arch/mips64/sys/cerror.S b/lib/libc/arch/mips64/sys/cerror.S index 730e2ec5012..4ae42f760a6 100644 --- a/lib/libc/arch/mips64/sys/cerror.S +++ b/lib/libc/arch/mips64/sys/cerror.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cerror.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: cerror.S,v 1.2 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/exect.S b/lib/libc/arch/mips64/sys/exect.S index d7618192950..12df6e832ef 100644 --- a/lib/libc/arch/mips64/sys/exect.S +++ b/lib/libc/arch/mips64/sys/exect.S @@ -1,3 +1,4 @@ +/* $OpenBSD: exect.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/fork.S b/lib/libc/arch/mips64/sys/fork.S index 540534c9397..b1306bfd543 100644 --- a/lib/libc/arch/mips64/sys/fork.S +++ b/lib/libc/arch/mips64/sys/fork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: fork.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/rfork.S b/lib/libc/arch/mips64/sys/rfork.S index fef95d0d6cb..c35b43a300c 100644 --- a/lib/libc/arch/mips64/sys/rfork.S +++ b/lib/libc/arch/mips64/sys/rfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rfork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: rfork.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/sbrk.S b/lib/libc/arch/mips64/sys/sbrk.S index 93660142398..b402c82d555 100644 --- a/lib/libc/arch/mips64/sys/sbrk.S +++ b/lib/libc/arch/mips64/sys/sbrk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sbrk.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - .globl curbrk .data diff --git a/lib/libc/arch/mips64/sys/setlogin.S b/lib/libc/arch/mips64/sys/setlogin.S index c133e7bdf7b..1c03cc7d908 100644 --- a/lib/libc/arch/mips64/sys/setlogin.S +++ b/lib/libc/arch/mips64/sys/setlogin.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -33,11 +34,6 @@ #include "SYS.h" #error not used!! -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: setlogin.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/sigpending.S b/lib/libc/arch/mips64/sys/sigpending.S index bb25c902f54..9c59760e8db 100644 --- a/lib/libc/arch/mips64/sys/sigpending.S +++ b/lib/libc/arch/mips64/sys/sigpending.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigpending.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/sigprocmask.S b/lib/libc/arch/mips64/sys/sigprocmask.S index 03882329469..b4f484e2790 100644 --- a/lib/libc/arch/mips64/sys/sigprocmask.S +++ b/lib/libc/arch/mips64/sys/sigprocmask.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigprocmask.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/sigreturn.S b/lib/libc/arch/mips64/sys/sigreturn.S index f94c727a4e5..6c64c4f59e9 100644 --- a/lib/libc/arch/mips64/sys/sigreturn.S +++ b/lib/libc/arch/mips64/sys/sigreturn.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigreturn.S,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigreturn.S,v 1.1 2004/08/11 17:31:00 pefo 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/mips64/sys/sigsuspend.S b/lib/libc/arch/mips64/sys/sigsuspend.S index c714d6086d0..f184687e400 100644 --- a/lib/libc/arch/mips64/sys/sigsuspend.S +++ b/lib/libc/arch/mips64/sys/sigsuspend.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsuspend.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - FRAMESZ= MKFSIZ(1,1) GPOFF= FRAMESZ-2*REGSZ diff --git a/lib/libc/arch/mips64/sys/syscall.S b/lib/libc/arch/mips64/sys/syscall.S index 267dac8753b..f905daef903 100644 --- a/lib/libc/arch/mips64/sys/syscall.S +++ b/lib/libc/arch/mips64/sys/syscall.S @@ -1,3 +1,4 @@ +/* $OpenBSD: syscall.S,v 1.2 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.1 2004/08/11 17:31:00 pefo Exp $" -#endif /* SYSLIBC_SCCS */ - #define SYS_syscall 0 diff --git a/lib/libc/arch/powerpc/gen/infinity.c b/lib/libc/arch/powerpc/gen/infinity.c index 413c27b9fd7..606e306a814 100644 --- a/lib/libc/arch/powerpc/gen/infinity.c +++ b/lib/libc/arch/powerpc/gen/infinity.c @@ -1,8 +1,4 @@ -/* $OpenBSD: infinity.c,v 1.4 2003/01/29 15:02:02 drahn Exp $ */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: infinity.c,v 1.4 2003/01/29 15:02:02 drahn Exp $"; -#endif /* not lint */ +/* $OpenBSD: infinity.c,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* infinity.c */ diff --git a/lib/libc/arch/powerpc/gen/isinf.c b/lib/libc/arch/powerpc/gen/isinf.c index e708b50b51c..5d909e25b64 100644 --- a/lib/libc/arch/powerpc/gen/isinf.c +++ b/lib/libc/arch/powerpc/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/powerpc/gen/isnan.c b/lib/libc/arch/powerpc/gen/isnan.c index 3975b5ebeab..ac8c066c4d3 100644 --- a/lib/libc/arch/powerpc/gen/isnan.c +++ b/lib/libc/arch/powerpc/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/powerpc/gen/ldexp.c b/lib/libc/arch/powerpc/gen/ldexp.c index 916e5e17ae3..065b24e52ce 100644 --- a/lib/libc/arch/powerpc/gen/ldexp.c +++ b/lib/libc/arch/powerpc/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.3 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: ldexp.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,10 +34,6 @@ * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/powerpc/gen/modf.c b/lib/libc/arch/powerpc/gen/modf.c index 75ba1cad289..e0e748864d3 100644 --- a/lib/libc/arch/powerpc/gen/modf.c +++ b/lib/libc/arch/powerpc/gen/modf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modf.c,v 1.7 2002/02/19 22:12:36 millert Exp $ */ +/* $OpenBSD: modf.c,v 1.8 2005/08/07 16:40:15 espie Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,10 +11,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: modf.c,v 1.7 2002/02/19 22:12:36 millert Exp $"; -#endif - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libc/arch/powerpc/gen/sigsetjmp.S b/lib/libc/arch/powerpc/gen/sigsetjmp.S index a04ef42f943..a235b9c8e70 100644 --- a/lib/libc/arch/powerpc/gen/sigsetjmp.S +++ b/lib/libc/arch/powerpc/gen/sigsetjmp.S @@ -1,5 +1,4 @@ -/* $OpenBSD: sigsetjmp.S,v 1.4 2003/06/02 20:18:32 millert Exp $ */ -/* $NetBSD$ */ +/* $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,11 +37,6 @@ #include "SYS.h" #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$NetBSD$" -#endif - ENTRY(sigsetjmp) mr 6,3 or. 7,4,4 diff --git a/lib/libc/arch/powerpc/sys/exect.S b/lib/libc/arch/powerpc/sys/exect.S index d058fabaecf..c468214c352 100644 --- a/lib/libc/arch/powerpc/sys/exect.S +++ b/lib/libc/arch/powerpc/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.6 2002/10/07 04:47:12 drahn Exp $ */ +/* $OpenBSD: exect.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1996 Dale Rahn @@ -25,11 +25,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.6 2002/10/07 04:47:12 drahn Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" PSEUDO(exect,execve) diff --git a/lib/libc/arch/powerpc/sys/sigpending.S b/lib/libc/arch/powerpc/sys/sigpending.S index 3f1e70de6dc..92e6d6205f2 100644 --- a/lib/libc/arch/powerpc/sys/sigpending.S +++ b/lib/libc/arch/powerpc/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.3 2002/10/07 04:47:12 drahn Exp $ */ +/* $OpenBSD: sigpending.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1996 Dale Rahn @@ -25,11 +25,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.3 2002/10/07 04:47:12 drahn Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" RSYSCALL(sigpending) diff --git a/lib/libc/arch/powerpc/sys/syscall.S b/lib/libc/arch/powerpc/sys/syscall.S index d35e6c7f3bf..3281f5aa763 100644 --- a/lib/libc/arch/powerpc/sys/syscall.S +++ b/lib/libc/arch/powerpc/sys/syscall.S @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.S,v 1.3 2002/10/07 04:47:12 drahn Exp $ */ +/* $OpenBSD: syscall.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1996 Dale Rahn @@ -25,11 +25,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.3 2002/10/07 04:47:12 drahn Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" RSYSCALL(syscall) diff --git a/lib/libc/arch/sparc/gen/_setjmp.S b/lib/libc/arch/sparc/gen/_setjmp.S index 3c6f3d05883..68d87e09da9 100644 --- a/lib/libc/arch/sparc/gen/_setjmp.S +++ b/lib/libc/arch/sparc/gen/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /* * * Copyright (c) 1992, 1993 @@ -32,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: _setjmp.S,v 1.6 2004/05/04 15:57:04 miod 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 5bfd7e3fc28..3f903cc8eeb 100644 --- a/lib/libc/arch/sparc/gen/fabs.S +++ b/lib/libc/arch/sparc/gen/fabs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fabs.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fabs.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* LIBC_SCCS */ - /* fabs - floating absolute value */ #include "DEFS.h" diff --git a/lib/libc/arch/sparc/gen/fixunsdfsi.S b/lib/libc/arch/sparc/gen/fixunsdfsi.S index 783e9d8e07c..ba5e33e4ff1 100644 --- a/lib/libc/arch/sparc/gen/fixunsdfsi.S +++ b/lib/libc/arch/sparc/gen/fixunsdfsi.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fixunsdfsi.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fixunsdfsi.S,v 1.5 2003/06/02 20:18:32 millert 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 ceef95ebe93..89658d0ed59 100644 --- a/lib/libc/arch/sparc/gen/flt_rounds.c +++ b/lib/libc/arch/sparc/gen/flt_rounds.c @@ -1,3 +1,4 @@ +/* $OpenBSD: flt_rounds.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 * Public domain. @@ -6,10 +7,6 @@ #include <sys/types.h> #include <machine/float.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: flt_rounds.c,v 1.3 1997/08/01 21:36:33 deraadt 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 b2be4b2741f..22a6c143643 100644 --- a/lib/libc/arch/sparc/gen/fpgetmask.c +++ b/lib/libc/arch/sparc/gen/fpgetmask.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetmask.c,v 1.3 2005/08/07 16:40:15 espie 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: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 6ffa66811e3..ed7accb4a1d 100644 --- a/lib/libc/arch/sparc/gen/fpgetround.c +++ b/lib/libc/arch/sparc/gen/fpgetround.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetround.c,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 * 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 49d3c510d65..f6ed85ea76a 100644 --- a/lib/libc/arch/sparc/gen/fpgetsticky.c +++ b/lib/libc/arch/sparc/gen/fpgetsticky.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpgetsticky.c,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 * 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 74599b7d592..f9518a134c0 100644 --- a/lib/libc/arch/sparc/gen/fpsetmask.c +++ b/lib/libc/arch/sparc/gen/fpsetmask.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetmask.c,v 1.3 2005/08/07 16:40:15 espie 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: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 bd7badff1a0..aee229a55b8 100644 --- a/lib/libc/arch/sparc/gen/fpsetround.c +++ b/lib/libc/arch/sparc/gen/fpsetround.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetround.c,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* * Written by J.T. Conklin, Apr 10, 1995 * 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 499c42e78c2..e8f3bcfe937 100644 --- a/lib/libc/arch/sparc/gen/fpsetsticky.c +++ b/lib/libc/arch/sparc/gen/fpsetsticky.c @@ -1,12 +1,9 @@ +/* $OpenBSD: fpsetsticky.c,v 1.3 2005/08/07 16:40:15 espie 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:17:35 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <ieeefp.h> fp_except diff --git a/lib/libc/arch/sparc/gen/infinity.c b/lib/libc/arch/sparc/gen/infinity.c index dd7d4f1668b..ad5204b9439 100644 --- a/lib/libc/arch/sparc/gen/infinity.c +++ b/lib/libc/arch/sparc/gen/infinity.c @@ -1,9 +1,6 @@ +/* $OpenBSD: infinity.c,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* 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 e708b50b51c..5d909e25b64 100644 --- a/lib/libc/arch/sparc/gen/isinf.c +++ b/lib/libc/arch/sparc/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/sparc/gen/isnan.c b/lib/libc/arch/sparc/gen/isnan.c index 8bd9c246e45..1ca3f1c5b69 100644 --- a/lib/libc/arch/sparc/gen/isnan.c +++ b/lib/libc/arch/sparc/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.5 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.5 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/sparc/gen/ldexp.c b/lib/libc/arch/sparc/gen/ldexp.c index 3fa11298fc8..b73b64dcd41 100644 --- a/lib/libc/arch/sparc/gen/ldexp.c +++ b/lib/libc/arch/sparc/gen/ldexp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ldexp.c,v 1.3 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> diff --git a/lib/libc/arch/sparc/gen/modf.S b/lib/libc/arch/sparc/gen/modf.S index 83eee5a1b1e..7a7fb745eac 100644 --- a/lib/libc/arch/sparc/gen/modf.S +++ b/lib/libc/arch/sparc/gen/modf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: modf.S,v 1.4 2003/06/02 20:18:32 millert 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 c85003131a0..3907c8e7ebe 100644 --- a/lib/libc/arch/sparc/gen/mul.S +++ b/lib/libc/arch/sparc/gen/mul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: mul.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: mul.S,v 1.5 2003/06/02 20:18:32 millert Exp $" -#endif /* LIBC_SCCS */ - /* * Signed multiply, from Appendix E of the Sparc Version 8 * Architecture Manual. diff --git a/lib/libc/arch/sparc/gen/saveregs.S b/lib/libc/arch/sparc/gen/saveregs.S index 68398433f74..7254e685ec2 100644 --- a/lib/libc/arch/sparc/gen/saveregs.S +++ b/lib/libc/arch/sparc/gen/saveregs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: saveregs.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: saveregs.S,v 1.4 2003/06/02 20:18:32 millert 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 db82aefb406..10cc2932ac7 100644 --- a/lib/libc/arch/sparc/gen/setjmp.S +++ b/lib/libc/arch/sparc/gen/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: setjmp.S,v 1.4 2003/06/02 20:18:32 millert 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 2334e77bc99..3891944eb58 100644 --- a/lib/libc/arch/sparc/gen/sigsetjmp.S +++ b/lib/libc/arch/sparc/gen/sigsetjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1995 Paul Kranenburg * All rights reserved. @@ -29,11 +30,6 @@ * */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.4 2003/04/22 19:57:57 jason 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 a2645f80326..3d3a6ba1781 100644 --- a/lib/libc/arch/sparc/gen/umul.S +++ b/lib/libc/arch/sparc/gen/umul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: umul.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: umul.S,v 1.5 2003/06/02 20:18:32 millert Exp $" -#endif /* LIBC_SCCS */ - /* * Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the * upper 32 bits of the 64-bit product). diff --git a/lib/libc/arch/sparc/string/bzero.S b/lib/libc/arch/sparc/string/bzero.S index 0192b7c02ce..cb0a6845062 100644 --- a/lib/libc/arch/sparc/string/bzero.S +++ b/lib/libc/arch/sparc/string/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.3 2003/06/02 20:18:32 millert 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 27075f93f67..eb1788a02cb 100644 --- a/lib/libc/arch/sparc/string/ffs.S +++ b/lib/libc/arch/sparc/string/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ffs.S,v 1.3 2003/06/02 20:18:32 millert 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 1a095eb1302..0144bd00a36 100644 --- a/lib/libc/arch/sparc/string/strlen.S +++ b/lib/libc/arch/sparc/string/strlen.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlen.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: strlen.S,v 1.3 2003/06/02 20:18:32 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" ENTRY(strlen) diff --git a/lib/libc/arch/sparc/sys/Ovfork.S b/lib/libc/arch/sparc/sys/Ovfork.S index b6681be7054..9c20e6f2371 100644 --- a/lib/libc/arch/sparc/sys/Ovfork.S +++ b/lib/libc/arch/sparc/sys/Ovfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: Ovfork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: Ovfork.S,v 1.3 2003/06/02 20:18:32 millert 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 d533f767283..ea4738c4188 100644 --- a/lib/libc/arch/sparc/sys/brk.S +++ b/lib/libc/arch/sparc/sys/brk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: brk.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: brk.S,v 1.5 2003/12/25 18:49:07 miod Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl __curbrk diff --git a/lib/libc/arch/sparc/sys/cerror.S b/lib/libc/arch/sparc/sys/cerror.S index 79c9d2c920c..fef245ce195 100644 --- a/lib/libc/arch/sparc/sys/cerror.S +++ b/lib/libc/arch/sparc/sys/cerror.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cerror.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: cerror.S,v 1.4 2003/06/02 20:18:32 millert 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 609c08a6982..4727de90ccc 100644 --- a/lib/libc/arch/sparc/sys/exect.S +++ b/lib/libc/arch/sparc/sys/exect.S @@ -1,3 +1,4 @@ +/* $OpenBSD: exect.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(exect) diff --git a/lib/libc/arch/sparc/sys/fork.S b/lib/libc/arch/sparc/sys/fork.S index 340b6958386..7e31698afde 100644 --- a/lib/libc/arch/sparc/sys/fork.S +++ b/lib/libc/arch/sparc/sys/fork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: fork.S,v 1.3 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(fork) diff --git a/lib/libc/arch/sparc/sys/rfork.S b/lib/libc/arch/sparc/sys/rfork.S index 57af9cb3ef9..14e681c6ae2 100644 --- a/lib/libc/arch/sparc/sys/rfork.S +++ b/lib/libc/arch/sparc/sys/rfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rfork.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: rfork.S,v 1.2 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(rfork) diff --git a/lib/libc/arch/sparc/sys/sbrk.S b/lib/libc/arch/sparc/sys/sbrk.S index cb5386d4e25..adddaf7d1b3 100644 --- a/lib/libc/arch/sparc/sys/sbrk.S +++ b/lib/libc/arch/sparc/sys/sbrk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sbrk.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl _end diff --git a/lib/libc/arch/sparc/sys/setlogin.S b/lib/libc/arch/sparc/sys/setlogin.S index 694d92c3329..a03af6904d4 100644 --- a/lib/libc/arch/sparc/sys/setlogin.S +++ b/lib/libc/arch/sparc/sys/setlogin.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: setlogin.S,v 1.3 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl ___logname_valid /* in getlogin() */ diff --git a/lib/libc/arch/sparc/sys/sigpending.S b/lib/libc/arch/sparc/sys/sigpending.S index 7bfa033a536..f5839366b06 100644 --- a/lib/libc/arch/sparc/sys/sigpending.S +++ b/lib/libc/arch/sparc/sys/sigpending.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigpending.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigpending) diff --git a/lib/libc/arch/sparc/sys/sigprocmask.S b/lib/libc/arch/sparc/sys/sigprocmask.S index 01ad6f5e1a9..59a93d2675c 100644 --- a/lib/libc/arch/sparc/sys/sigprocmask.S +++ b/lib/libc/arch/sparc/sys/sigprocmask.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigprocmask.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.4 2003/06/02 20:18:32 millert 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 7a338bb893f..6dcfb2d45b4 100644 --- a/lib/libc/arch/sparc/sys/sigreturn.S +++ b/lib/libc/arch/sparc/sys/sigreturn.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigreturn.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigreturn.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigreturn) diff --git a/lib/libc/arch/sparc/sys/sigsuspend.S b/lib/libc/arch/sparc/sys/sigsuspend.S index 87345e93cb0..dae2cb23716 100644 --- a/lib/libc/arch/sparc/sys/sigsuspend.S +++ b/lib/libc/arch/sparc/sys/sigsuspend.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsuspend.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.4 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(sigsuspend) diff --git a/lib/libc/arch/sparc/sys/syscall.S b/lib/libc/arch/sparc/sys/syscall.S index c0f0da8220b..b0c7d3a84c3 100644 --- a/lib/libc/arch/sparc/sys/syscall.S +++ b/lib/libc/arch/sparc/sys/syscall.S @@ -1,3 +1,4 @@ +/* $OpenBSD: syscall.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,11 +32,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.3 2003/06/02 20:18:32 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" ENTRY(syscall) diff --git a/lib/libc/arch/sparc64/gen/isinf.c b/lib/libc/arch/sparc64/gen/isinf.c index 1af7405bddc..f02d54ff8c0 100644 --- a/lib/libc/arch/sparc64/gen/isinf.c +++ b/lib/libc/arch/sparc64/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.3 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.3 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/sparc64/gen/isnan.c b/lib/libc/arch/sparc64/gen/isnan.c index deaaeea49e5..5817c710c52 100644 --- a/lib/libc/arch/sparc64/gen/isnan.c +++ b/lib/libc/arch/sparc64/gen/isnan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnan.c,v 1.3 2003/06/02 20:18:32 millert Exp $ */ +/* $OpenBSD: isnan.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1992, 1993 @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isnan.c,v 1.3 2003/06/02 20:18:32 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <machine/ieee.h> diff --git a/lib/libc/arch/vax/gen/_setjmp.S b/lib/libc/arch/vax/gen/_setjmp.S index 711de2102b3..fa252fc7a23 100644 --- a/lib/libc/arch/vax/gen/_setjmp.S +++ b/lib/libc/arch/vax/gen/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: _setjmp.S,v 1.3 2003/06/02 20:18:33 millert 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 ef9503be510..051ddb0db9b 100644 --- a/lib/libc/arch/vax/gen/alloca.S +++ b/lib/libc/arch/vax/gen/alloca.S @@ -1,3 +1,4 @@ +/* $OpenBSD: alloca.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: alloca.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" ENTRY(alloca, R2) diff --git a/lib/libc/arch/vax/gen/fabs.S b/lib/libc/arch/vax/gen/fabs.S index 1927ac290a5..b1ae5b974fc 100644 --- a/lib/libc/arch/vax/gen/fabs.S +++ b/lib/libc/arch/vax/gen/fabs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fabs.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: fabs.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* fabs - floating absolute value */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/gen/frexp.c b/lib/libc/arch/vax/gen/frexp.c index 6e3f43455a7..1f281ec87d0 100644 --- a/lib/libc/arch/vax/gen/frexp.c +++ b/lib/libc/arch/vax/gen/frexp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: frexp.c,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: frexp.c,v 1.4 2003/06/02 20:18:33 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <math.h> diff --git a/lib/libc/arch/vax/gen/infinity.c b/lib/libc/arch/vax/gen/infinity.c index 1fb9fc11c92..a6c30cff55a 100644 --- a/lib/libc/arch/vax/gen/infinity.c +++ b/lib/libc/arch/vax/gen/infinity.c @@ -1,7 +1,4 @@ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: infinity.c,v 1.3 2000/10/10 12:39:29 hugh Exp $"; -#endif /* LIBC_SCCS and not lint */ - +/* $OpenBSD: infinity.c,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * XXX - This is not correct, but what can we do about it? */ diff --git a/lib/libc/arch/vax/gen/isinf.c b/lib/libc/arch/vax/gen/isinf.c index b24e6b11e41..6f60b96b67f 100644 --- a/lib/libc/arch/vax/gen/isinf.c +++ b/lib/libc/arch/vax/gen/isinf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:33 millert Exp $ */ +/* $OpenBSD: isinf.c,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: isinf.c,v 1.5 2003/06/02 20:18:33 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* ARGSUSED */ int isnan(d) diff --git a/lib/libc/arch/vax/gen/ldexp.S b/lib/libc/arch/vax/gen/ldexp.S index ed9490d8dcd..d16ac9ccd1f 100644 --- a/lib/libc/arch/vax/gen/ldexp.S +++ b/lib/libc/arch/vax/gen/ldexp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ldexp.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * double ldexp (value, exp) * double value; diff --git a/lib/libc/arch/vax/gen/modf.S b/lib/libc/arch/vax/gen/modf.S index a1201fee441..a4e2bec594a 100644 --- a/lib/libc/arch/vax/gen/modf.S +++ b/lib/libc/arch/vax/gen/modf.S @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: modf.S,v 1.5 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * double modf (value, iptr) * double value, *iptr; diff --git a/lib/libc/arch/vax/gen/setjmp.S b/lib/libc/arch/vax/gen/setjmp.S index 0effe7c063f..ad931fd1691 100644 --- a/lib/libc/arch/vax/gen/setjmp.S +++ b/lib/libc/arch/vax/gen/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.7 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: setjmp.S,v 1.6 2003/06/02 20:18:33 millert 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 f8e8fa24157..7dfebf98832 100644 --- a/lib/libc/arch/vax/gen/sigsetjmp.S +++ b/lib/libc/arch/vax/gen/sigsetjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993, 1995 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.3 2003/06/02 20:18:33 millert 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 8596b9f50de..337a205ce1a 100644 --- a/lib/libc/arch/vax/gen/udiv.S +++ b/lib/libc/arch/vax/gen/udiv.S @@ -1,3 +1,4 @@ +/* $OpenBSD: udiv.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -30,11 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: udiv.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * Unsigned division, PCC flavor. * udiv() takes an ordinary dividend/divisor pair; diff --git a/lib/libc/arch/vax/gen/urem.S b/lib/libc/arch/vax/gen/urem.S index 45574d6c0c1..6b7f3834d2f 100644 --- a/lib/libc/arch/vax/gen/urem.S +++ b/lib/libc/arch/vax/gen/urem.S @@ -1,3 +1,4 @@ +/* $OpenBSD: urem.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -30,11 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: urem.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* diff --git a/lib/libc/arch/vax/string/bcmp.S b/lib/libc/arch/vax/string/bcmp.S index a710dc936b6..14711f417f5 100644 --- a/lib/libc/arch/vax/string/bcmp.S +++ b/lib/libc/arch/vax/string/bcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcmp.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - #include "DEFS.h" /* Since "cmpc3" is not portable across VAXen, do it the hard way */ diff --git a/lib/libc/arch/vax/string/bcopy.S b/lib/libc/arch/vax/string/bcopy.S index 006d0bac285..dfcae2a03e2 100644 --- a/lib/libc/arch/vax/string/bcopy.S +++ b/lib/libc/arch/vax/string/bcopy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bcopy.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bcopy.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* bcopy(from, to, size) */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/string/bzero.S b/lib/libc/arch/vax/string/bzero.S index 6f7da728a60..73cfd89537d 100644 --- a/lib/libc/arch/vax/string/bzero.S +++ b/lib/libc/arch/vax/string/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: bzero.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* bzero(base, length) */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/string/ffs.S b/lib/libc/arch/vax/string/ffs.S index d7ce9d0eaf0..50b4669a6ad 100644 --- a/lib/libc/arch/vax/string/ffs.S +++ b/lib/libc/arch/vax/string/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: ffs.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* bit = ffs(value) */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/string/index.S b/lib/libc/arch/vax/string/index.S index 274a48c2727..0d4a64724c5 100644 --- a/lib/libc/arch/vax/string/index.S +++ b/lib/libc/arch/vax/string/index.S @@ -1,3 +1,4 @@ +/* $OpenBSD: index.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: index.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * Find the first occurrence 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 64da76702a9..c863315884f 100644 --- a/lib/libc/arch/vax/string/memcmp.S +++ b/lib/libc/arch/vax/string/memcmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memcmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memcmp.S,v 1.3 2003/06/02 20:18:33 millert 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 2943dd1ef5a..80794a49349 100644 --- a/lib/libc/arch/vax/string/memcpy.S +++ b/lib/libc/arch/vax/string/memcpy.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memcpy.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memcpy.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * void *memcpy(dst, src, size) * returns dst diff --git a/lib/libc/arch/vax/string/memmove.S b/lib/libc/arch/vax/string/memmove.S index aa4593581aa..af138f3b6e5 100644 --- a/lib/libc/arch/vax/string/memmove.S +++ b/lib/libc/arch/vax/string/memmove.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memmove.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memmove.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* * void *memmove(dst, src, size) * returns dst diff --git a/lib/libc/arch/vax/string/memset.S b/lib/libc/arch/vax/string/memset.S index 47dff9c6f5d..a7e73377070 100644 --- a/lib/libc/arch/vax/string/memset.S +++ b/lib/libc/arch/vax/string/memset.S @@ -1,3 +1,4 @@ +/* $OpenBSD: memset.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: memset.S,v 1.4 2003/06/02 20:18:33 millert Exp $" -#endif /* LIBC_SCCS */ - /* void *memset(base, c, length) */ #include "DEFS.h" diff --git a/lib/libc/arch/vax/sys/Ovfork.S b/lib/libc/arch/vax/sys/Ovfork.S index c42aa279f29..87711f6ba1f 100644 --- a/lib/libc/arch/vax/sys/Ovfork.S +++ b/lib/libc/arch/vax/sys/Ovfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: Ovfork.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: Ovfork.S,v 1.5 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - /* * @(#)vfork.s 4.1 (Berkeley) 12/21/80 * C library -- vfork diff --git a/lib/libc/arch/vax/sys/brk.S b/lib/libc/arch/vax/sys/brk.S index d210617e095..a927451e074 100644 --- a/lib/libc/arch/vax/sys/brk.S +++ b/lib/libc/arch/vax/sys/brk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: brk.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: brk.S,v 1.6 2003/12/25 18:49:07 miod Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl __curbrk diff --git a/lib/libc/arch/vax/sys/cerror.S b/lib/libc/arch/vax/sys/cerror.S index 58a75d45282..2816bab5801 100644 --- a/lib/libc/arch/vax/sys/cerror.S +++ b/lib/libc/arch/vax/sys/cerror.S @@ -1,3 +1,4 @@ +/* $OpenBSD: cerror.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" .globl _errno diff --git a/lib/libc/arch/vax/sys/exect.S b/lib/libc/arch/vax/sys/exect.S index 2be27ba5f8c..1cb1af9b2d4 100644 --- a/lib/libc/arch/vax/sys/exect.S +++ b/lib/libc/arch/vax/sys/exect.S @@ -1,3 +1,4 @@ +/* $OpenBSD: exect.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: exect.S,v 1.6 2003/06/02 20:18:33 millert 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 a59c6c285ca..7f0a08e100a 100644 --- a/lib/libc/arch/vax/sys/fork.S +++ b/lib/libc/arch/vax/sys/fork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: fork.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: fork.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(fork) diff --git a/lib/libc/arch/vax/sys/rfork.S b/lib/libc/arch/vax/sys/rfork.S index 05127604076..ce492169d2a 100644 --- a/lib/libc/arch/vax/sys/rfork.S +++ b/lib/libc/arch/vax/sys/rfork.S @@ -1,3 +1,4 @@ +/* $OpenBSD: rfork.S,v 1.3 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: rfork.S,v 1.2 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(rfork) diff --git a/lib/libc/arch/vax/sys/sbrk.S b/lib/libc/arch/vax/sys/sbrk.S index 71d0a8f26ee..d2ddcedd221 100644 --- a/lib/libc/arch/vax/sys/sbrk.S +++ b/lib/libc/arch/vax/sys/sbrk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sbrk.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.6 2003/06/02 20:18:33 millert 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 bee5bbb1082..7e4c9ad2940 100644 --- a/lib/libc/arch/vax/sys/setlogin.S +++ b/lib/libc/arch/vax/sys/setlogin.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setlogin.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -29,11 +30,6 @@ #include "SYS.h" -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: setlogin.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - .globl ___logname_valid /* in getlogin() */ SYSCALL(setlogin) diff --git a/lib/libc/arch/vax/sys/sigpending.S b/lib/libc/arch/vax/sys/sigpending.S index 7e162726b1c..41f468d82e4 100644 --- a/lib/libc/arch/vax/sys/sigpending.S +++ b/lib/libc/arch/vax/sys/sigpending.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigpending.S,v 1.4 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigpending.S,v 1.3 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSCALL(sigpending) diff --git a/lib/libc/arch/vax/sys/sigprocmask.S b/lib/libc/arch/vax/sys/sigprocmask.S index c6a1992fb21..1ee870dbf9e 100644 --- a/lib/libc/arch/vax/sys/sigprocmask.S +++ b/lib/libc/arch/vax/sys/sigprocmask.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigprocmask.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" err: diff --git a/lib/libc/arch/vax/sys/sigreturn.S b/lib/libc/arch/vax/sys/sigreturn.S index f54f88962f8..112f0fa351d 100644 --- a/lib/libc/arch/vax/sys/sigreturn.S +++ b/lib/libc/arch/vax/sys/sigreturn.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigreturn.S,v 1.6 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:33 millert 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 4d45846c94e..1cbebfce64b 100644 --- a/lib/libc/arch/vax/sys/sigsuspend.S +++ b/lib/libc/arch/vax/sys/sigsuspend.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsuspend.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sigsuspend.S,v 1.6 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" err: diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S index 919f6944329..33c8008cdd7 100644 --- a/lib/libc/arch/vax/sys/syscall.S +++ b/lib/libc/arch/vax/sys/syscall.S @@ -1,3 +1,4 @@ +/* $OpenBSD: syscall.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,11 +33,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: syscall.S,v 1.6 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" SYSENTRY(syscall) |