diff options
Diffstat (limited to 'lib/libc/arch')
38 files changed, 86 insertions, 40 deletions
diff --git a/lib/libc/arch/m88k/DEFS.h b/lib/libc/arch/m88k/DEFS.h index 2a458300a5e..e9c0af2c3dc 100644 --- a/lib/libc/arch/m88k/DEFS.h +++ b/lib/libc/arch/m88k/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1 1998/12/15 07:10:28 smurph Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 2000/03/01 17:31:20 todd Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/m88k/Makefile.inc b/lib/libc/arch/m88k/Makefile.inc index 43f3c9253fe..62e9dc68e4d 100644 --- a/lib/libc/arch/m88k/Makefile.inc +++ b/lib/libc/arch/m88k/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1998/12/15 07:10:29 smurph Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2000/03/01 17:31:20 todd Exp $ KMINCLUDES= arch/m88k/DEFS.h arch/m88k/SYS.h #KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \ diff --git a/lib/libc/arch/m88k/SYS.h b/lib/libc/arch/m88k/SYS.h index 042a1ce1211..1d98598dae4 100644 --- a/lib/libc/arch/m88k/SYS.h +++ b/lib/libc/arch/m88k/SYS.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: SYS.h,v 1.2 2000/03/01 17:31:20 todd Exp $*/ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.1 1998/12/15 07:10:29 smurph Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/arch/m88k/gen/frexp.c b/lib/libc/arch/m88k/gen/frexp.c index 68a208d01d8..e68405b442b 100644 --- a/lib/libc/arch/m88k/gen/frexp.c +++ b/lib/libc/arch/m88k/gen/frexp.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: frexp.c,v 1.2 2000/03/01 17:31:20 todd Exp $*/ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: Header: frexp.c,v 1.1 91/07/07 04:45:01 torek Exp - * $Id: frexp.c,v 1.1 1998/12/15 07:10:30 smurph Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/arch/m88k/gen/infinity.c b/lib/libc/arch/m88k/gen/infinity.c index 5d63ff87b44..cbf940e6551 100644 --- a/lib/libc/arch/m88k/gen/infinity.c +++ b/lib/libc/arch/m88k/gen/infinity.c @@ -1,5 +1,7 @@ +/* $OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:20 todd Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1 1998/12/15 07:10:30 smurph Exp $"; +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:20 todd Exp $"; #endif /* not lint */ /* infinity.c */ diff --git a/lib/libc/arch/m88k/gen/isinf.c b/lib/libc/arch/m88k/gen/isinf.c index 7d4be7e6bc3..d935c1f4c68 100644 --- a/lib/libc/arch/m88k/gen/isinf.c +++ b/lib/libc/arch/m88k/gen/isinf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: isinf.c,v 1.2 2000/03/01 17:31:20 todd Exp $ */ + /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "from: @(#)isinf.c 5.1 (Berkeley) 3/18/91";*/ -static char rcsid[] = "$Id: isinf.c,v 1.1 1998/12/15 07:10:30 smurph Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.2 2000/03/01 17:31:20 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/m88k/gen/isnan.c b/lib/libc/arch/m88k/gen/isnan.c index 2ad50f1bddd..5360c779456 100644 --- a/lib/libc/arch/m88k/gen/isnan.c +++ b/lib/libc/arch/m88k/gen/isnan.c @@ -1,3 +1,4 @@ +/* $OpenBSD: isnan.c,v 1.2 2000/03/01 17:31:20 todd Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: Header: isnan.c,v 1.1 91/07/08 19:03:34 torek Exp - * $Id: isnan.c,v 1.1 1998/12/15 07:10:31 smurph Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/arch/m88k/gen/ldexp.c b/lib/libc/arch/m88k/gen/ldexp.c index 0da4f5f365c..81ebe2b070a 100644 --- a/lib/libc/arch/m88k/gen/ldexp.c +++ b/lib/libc/arch/m88k/gen/ldexp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.c,v 1.2 2000/03/01 17:31:20 todd Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp - * $Id: ldexp.c,v 1.1 1998/12/15 07:10:31 smurph Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/arch/m88k/gen/modf.c b/lib/libc/arch/m88k/gen/modf.c index aa3853bad7e..08eaff90473 100644 --- a/lib/libc/arch/m88k/gen/modf.c +++ b/lib/libc/arch/m88k/gen/modf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.c,v 1.2 2000/03/01 17:31:20 todd Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,7 +12,7 @@ */ #if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $"; +static char rcsid[] = "$OpenBSD: modf.c,v 1.2 2000/03/01 17:31:20 todd Exp $"; #endif /* @@ -39,7 +40,6 @@ static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $"; /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: modf.c,v 1.1 1998/12/15 07:10:31 smurph Exp $ */ #ifndef _MATH_PRIVATE_H_ diff --git a/lib/libc/arch/m88k/net/htonl.S b/lib/libc/arch/m88k/net/htonl.S index fad085a24fc..17407e849c1 100644 --- a/lib/libc/arch/m88k/net/htonl.S +++ b/lib/libc/arch/m88k/net/htonl.S @@ -1,3 +1,5 @@ +/* $OpenBSD: htonl.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)htonl.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: htonl.S,v 1.1 1998/12/15 07:10:31 smurph Exp $" + .asciz "$OpenBSD: htonl.S,v 1.2 2000/03/01 17:31:21 todd Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/lib/libc/arch/m88k/net/htons.S b/lib/libc/arch/m88k/net/htons.S index 5a917d05cea..5b7fec99f4f 100644 --- a/lib/libc/arch/m88k/net/htons.S +++ b/lib/libc/arch/m88k/net/htons.S @@ -1,3 +1,5 @@ +/* $OpenBSD: htons.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)htons.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: htons.S,v 1.1 1998/12/15 07:10:32 smurph Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 2000/03/01 17:31:21 todd Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = htons(netorder) */ diff --git a/lib/libc/arch/m88k/net/ntohl.S b/lib/libc/arch/m88k/net/ntohl.S index 7408fd068cb..7a538893ea6 100644 --- a/lib/libc/arch/m88k/net/ntohl.S +++ b/lib/libc/arch/m88k/net/ntohl.S @@ -1,3 +1,5 @@ +/* $OpenBSD: ntohl.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ntohl.S,v 1.1 1998/12/15 07:10:32 smurph Exp $" + .asciz "$OpenBSD: ntohl.S,v 1.2 2000/03/01 17:31:21 todd Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/arch/m88k/net/ntohs.S b/lib/libc/arch/m88k/net/ntohs.S index e9a298c2261..43f1547f88d 100644 --- a/lib/libc/arch/m88k/net/ntohs.S +++ b/lib/libc/arch/m88k/net/ntohs.S @@ -1,3 +1,5 @@ +/* $OpenBSD: ntohs.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)ntohs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ntohs.S,v 1.1 1998/12/15 07:10:32 smurph Exp $" + .asciz "$OpenBSD: ntohs.S,v 1.2 2000/03/01 17:31:21 todd Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/arch/m88k/string/strchr.co b/lib/libc/arch/m88k/string/strchr.co index 8624920e6ae..341b2bff166 100644 --- a/lib/libc/arch/m88k/string/strchr.co +++ b/lib/libc/arch/m88k/string/strchr.co @@ -1,6 +1,8 @@ +/* $OpenBSD: strchr.co,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strchr.co,v 1.1 1998/12/15 07:10:32 smurph Exp $"; +static char *rcsid = "$OpenBSD: strchr.co,v 1.2 2000/03/01 17:31:21 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/arch/m88k/string/strrchr.co b/lib/libc/arch/m88k/string/strrchr.co index a1439f3c28e..9a4fdbd33d7 100644 --- a/lib/libc/arch/m88k/string/strrchr.co +++ b/lib/libc/arch/m88k/string/strrchr.co @@ -1,6 +1,8 @@ +/* $OpenBSD: strrchr.co,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strrchr.co,v 1.1 1998/12/15 07:10:32 smurph Exp $"; +static char *rcsid = "$OpenBSD: strrchr.co,v 1.2 2000/03/01 17:31:21 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/arch/m88k/sys/Ovfork.S b/lib/libc/arch/m88k/sys/Ovfork.S index 2fab02ee275..e546710dcd8 100644 --- a/lib/libc/arch/m88k/sys/Ovfork.S +++ b/lib/libc/arch/m88k/sys/Ovfork.S @@ -1,3 +1,5 @@ +/* $OpenBSD: Ovfork.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)fork.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: Ovfork.S,v 1.1 1998/12/15 07:10:32 smurph Exp $" + .asciz "$OpenBSD: Ovfork.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/brk.S b/lib/libc/arch/m88k/sys/brk.S index a9f5fd67065..acbf471c368 100644 --- a/lib/libc/arch/m88k/sys/brk.S +++ b/lib/libc/arch/m88k/sys/brk.S @@ -1,3 +1,5 @@ +/* $OpenBSD: brk.S,v 1.3 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)brk.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: brk.S,v 1.2 1999/02/09 05:23:37 smurph Exp $" + .asciz "$OpenBSD: brk.S,v 1.3 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/cerror.S b/lib/libc/arch/m88k/sys/cerror.S index 91c70125b41..3c73c2c296d 100644 --- a/lib/libc/arch/m88k/sys/cerror.S +++ b/lib/libc/arch/m88k/sys/cerror.S @@ -1,3 +1,5 @@ +/* $OpenBSD: cerror.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)cerror.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: cerror.S,v 1.1 1998/12/15 07:10:32 smurph Exp $" + .asciz "$OpenBSD: cerror.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/exect.S b/lib/libc/arch/m88k/sys/exect.S index 55d4573b6b0..4b0241a8d6b 100644 --- a/lib/libc/arch/m88k/sys/exect.S +++ b/lib/libc/arch/m88k/sys/exect.S @@ -1,3 +1,5 @@ +/* $OpenBSD: exect.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)exect.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: exect.S,v 1.1 1998/12/15 07:10:33 smurph Exp $" + .asciz "$OpenBSD: exect.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/fork.S b/lib/libc/arch/m88k/sys/fork.S index 37c3f1069fd..f4051e5bae9 100644 --- a/lib/libc/arch/m88k/sys/fork.S +++ b/lib/libc/arch/m88k/sys/fork.S @@ -1,3 +1,5 @@ +/* $OpenBSD: fork.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)fork.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: fork.S,v 1.1 1998/12/15 07:10:33 smurph Exp $" + .asciz "$OpenBSD: fork.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/reboot.S b/lib/libc/arch/m88k/sys/reboot.S index 8af1a53eb23..0dbdd28f98f 100644 --- a/lib/libc/arch/m88k/sys/reboot.S +++ b/lib/libc/arch/m88k/sys/reboot.S @@ -1,3 +1,5 @@ +/* $OpenBSD: reboot.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)reboot.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: reboot.S,v 1.1 1998/12/15 07:10:33 smurph Exp $" + .asciz "$OpenBSD: reboot.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/sbrk.S b/lib/libc/arch/m88k/sys/sbrk.S index 3782ec14a5c..65e1e3f0ffc 100644 --- a/lib/libc/arch/m88k/sys/sbrk.S +++ b/lib/libc/arch/m88k/sys/sbrk.S @@ -1,3 +1,5 @@ +/* $OpenBSD: sbrk.S,v 1.3 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)sbrk.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: sbrk.S,v 1.2 1999/02/09 05:23:37 smurph Exp $" + .asciz "$OpenBSD: sbrk.S,v 1.3 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/setlogin.S b/lib/libc/arch/m88k/sys/setlogin.S index fb58b25ecf8..4aef4b47cb1 100644 --- a/lib/libc/arch/m88k/sys/setlogin.S +++ b/lib/libc/arch/m88k/sys/setlogin.S @@ -1,3 +1,5 @@ +/* $OpenBSD: setlogin.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -34,7 +36,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)setlogin.s 5.1 (Berkeley) 5/6/91"*/ - .asciz "$Id: setlogin.S,v 1.1 1998/12/15 07:10:33 smurph Exp $" + .asciz "$OpenBSD: setlogin.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/sigpending.S b/lib/libc/arch/m88k/sys/sigpending.S index 64be49369f7..e6a51c3a396 100644 --- a/lib/libc/arch/m88k/sys/sigpending.S +++ b/lib/libc/arch/m88k/sys/sigpending.S @@ -1,3 +1,5 @@ +/* $OpenBSD: sigpending.S,v 1.2 2000/03/01 17:31:21 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)sigpending.s 5.2 (Berkeley) 8/6/90"*/ - .asciz "$Id: sigpending.S,v 1.1 1998/12/15 07:10:33 smurph Exp $" + .asciz "$OpenBSD: sigpending.S,v 1.2 2000/03/01 17:31:21 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/sigprocmask.S b/lib/libc/arch/m88k/sys/sigprocmask.S index 47e0a6107dd..67c5bb727f8 100644 --- a/lib/libc/arch/m88k/sys/sigprocmask.S +++ b/lib/libc/arch/m88k/sys/sigprocmask.S @@ -1,3 +1,5 @@ +/* $OpenBSD: sigprocmask.S,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)sigprocmask.s 5.2 (Berkeley) 6/6/90"*/ - .asciz "$Id: sigprocmask.S,v 1.1 1998/12/15 07:10:34 smurph Exp $" + .asciz "$OpenBSD: sigprocmask.S,v 1.2 2000/03/01 17:31:22 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/sigreturn.S b/lib/libc/arch/m88k/sys/sigreturn.S index 57fcce0b450..7898aaf7c2e 100644 --- a/lib/libc/arch/m88k/sys/sigreturn.S +++ b/lib/libc/arch/m88k/sys/sigreturn.S @@ -1,3 +1,5 @@ +/* $OpenBSD: sigreturn.S,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: sigreturn.S,v 1.1 1998/12/15 07:10:34 smurph Exp $" + .asciz "$OpenBSD: sigreturn.S,v 1.2 2000/03/01 17:31:22 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/sigsuspend.S b/lib/libc/arch/m88k/sys/sigsuspend.S index 7aaa524545d..8de6cd8b838 100644 --- a/lib/libc/arch/m88k/sys/sigsuspend.S +++ b/lib/libc/arch/m88k/sys/sigsuspend.S @@ -1,3 +1,5 @@ +/* $OpenBSD: sigsuspend.S,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)sigsuspend.s 5.2 (Berkeley) 6/6/90"*/ - .asciz "$Id: sigsuspend.S,v 1.1 1998/12/15 07:10:34 smurph Exp $" + .asciz "$OpenBSD: sigsuspend.S,v 1.2 2000/03/01 17:31:22 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/m88k/sys/syscall.S b/lib/libc/arch/m88k/sys/syscall.S index 60d5386c02f..a596e6f0a94 100644 --- a/lib/libc/arch/m88k/sys/syscall.S +++ b/lib/libc/arch/m88k/sys/syscall.S @@ -1,3 +1,5 @@ +/* $OpenBSD: syscall.S,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .data /*.asciz "from: @(#)syscall.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: syscall.S,v 1.1 1998/12/15 07:10:34 smurph Exp $" + .asciz "$OpenBSD: syscall.S,v 1.2 2000/03/01 17:31:22 todd Exp $" .text #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libc/arch/mvme88k/DEFS.h b/lib/libc/arch/mvme88k/DEFS.h index c12a532745c..ab78a8a84ca 100644 --- a/lib/libc/arch/mvme88k/DEFS.h +++ b/lib/libc/arch/mvme88k/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1 1997/03/25 17:06:47 rahnds Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 2000/03/01 17:31:22 todd Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/arch/mvme88k/Makefile.inc b/lib/libc/arch/mvme88k/Makefile.inc index 5775c172960..b381572edb9 100644 --- a/lib/libc/arch/mvme88k/Makefile.inc +++ b/lib/libc/arch/mvme88k/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1997/03/25 17:06:49 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2000/03/01 17:31:22 todd Exp $ KMINCLUDES= arch/m88k/DEFS.h arch/m88k/SYS.h #KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \ diff --git a/lib/libc/arch/mvme88k/SYS.h b/lib/libc/arch/mvme88k/SYS.h index d3307a4627a..6c69a17d911 100644 --- a/lib/libc/arch/mvme88k/SYS.h +++ b/lib/libc/arch/mvme88k/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 2000/03/01 17:31:22 todd Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.1 1997/03/25 17:06:50 rahnds Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/arch/powerpc/Makefile.inc b/lib/libc/arch/powerpc/Makefile.inc index 298e59fb88c..996d06ac0d0 100644 --- a/lib/libc/arch/powerpc/Makefile.inc +++ b/lib/libc/arch/powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1998/07/19 00:28:08 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2000/03/01 17:31:22 todd Exp $ KMINCLUDES= arch/powerpc/SYS.h KMSRCS= diff --git a/lib/libc/arch/powerpc/SYS.h b/lib/libc/arch/powerpc/SYS.h index 4c34535ffc9..e8996c62042 100644 --- a/lib/libc/arch/powerpc/SYS.h +++ b/lib/libc/arch/powerpc/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.7 2000/03/01 17:31:22 todd Exp $ */ /*- * Copyright (c) 1994 * Andrew Cagney. All rights reserved. @@ -34,7 +35,6 @@ * SUCH DAMAGE. * * from: @(#)SYS.h 8.1 (Berkeley) 6/4/93 - * $Id: SYS.h,v 1.6 1999/06/15 02:12:13 rahnds Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/arch/powerpc/gen/infinity.c b/lib/libc/arch/powerpc/gen/infinity.c index b9b6e460423..b38cc2812fc 100644 --- a/lib/libc/arch/powerpc/gen/infinity.c +++ b/lib/libc/arch/powerpc/gen/infinity.c @@ -1,5 +1,7 @@ +/* $OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: infinity.c,v 1.1 1996/12/21 20:42:22 rahnds Exp $"; +static char rcsid[] = "$OpenBSD: infinity.c,v 1.2 2000/03/01 17:31:22 todd Exp $"; #endif /* not lint */ /* infinity.c */ diff --git a/lib/libc/arch/powerpc/gen/isinf.c b/lib/libc/arch/powerpc/gen/isinf.c index 348ef576d46..abe138c83cd 100644 --- a/lib/libc/arch/powerpc/gen/isinf.c +++ b/lib/libc/arch/powerpc/gen/isinf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: isinf.c,v 1.2 2000/03/01 17:31:22 todd Exp $ */ + /*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "from: @(#)isinf.c 5.1 (Berkeley) 3/18/91";*/ -static char rcsid[] = "$Id: isinf.c,v 1.1 1996/12/21 20:42:22 rahnds Exp $"; +static char rcsid[] = "$OpenBSD: isinf.c,v 1.2 2000/03/01 17:31:22 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/arch/powerpc/gen/ldexp.c b/lib/libc/arch/powerpc/gen/ldexp.c index 5a8f7985d42..dbe901a401d 100644 --- a/lib/libc/arch/powerpc/gen/ldexp.c +++ b/lib/libc/arch/powerpc/gen/ldexp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ldexp.c,v 1.2 2000/03/01 17:31:23 todd Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: Header: ldexp.c,v 1.1 91/07/07 04:28:19 torek Exp - * $Id: ldexp.c,v 1.1 1996/12/21 20:42:22 rahnds Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/arch/powerpc/gen/modf.c b/lib/libc/arch/powerpc/gen/modf.c index 0366bf9f565..9e9765e7253 100644 --- a/lib/libc/arch/powerpc/gen/modf.c +++ b/lib/libc/arch/powerpc/gen/modf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: modf.c,v 1.4 2000/03/01 17:31:23 todd Exp $ */ /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -11,7 +12,7 @@ */ #if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $"; +static char rcsid[] = "$OpenBSD: modf.c,v 1.4 2000/03/01 17:31:23 todd Exp $"; #endif /* @@ -39,7 +40,6 @@ static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $"; /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: modf.c,v 1.3 1997/07/23 20:55:28 kstailey Exp $ */ #ifndef _MATH_PRIVATE_H_ diff --git a/lib/libc/arch/sparc/gen/divrem.m4 b/lib/libc/arch/sparc/gen/divrem.m4 index d727215277b..9d50b98b98a 100644 --- a/lib/libc/arch/sparc/gen/divrem.m4 +++ b/lib/libc/arch/sparc/gen/divrem.m4 @@ -1,3 +1,4 @@ +/* $OpenBSD: divrem.m4,v 1.2 2000/03/01 17:31:23 todd Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +36,6 @@ * SUCH DAMAGE. * * from: Header: divrem.m4,v 1.4 92/06/25 13:23:57 torek Exp - * $Id: divrem.m4,v 1.1 1995/10/18 08:41:40 deraadt Exp $ */ /* |