diff options
Diffstat (limited to 'lib')
249 files changed, 135 insertions, 1270 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 40ae624e089..bac425b6750 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.18 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.19 2009/10/27 23:59:58 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ -CFLAGS+= -DLIBC_SCCS -DELFSIZE=64 +CFLAGS+= -DELFSIZE=64 OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index a9e585b866c..725510a2fd6 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.6 2009/10/27 23:59:58 deraadt Exp $ -CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer +CFLAGS+= -fno-omit-frame-pointer OBJS= crt0.o gcrt0.o OBJS+= crtbegin.o crtend.o OBJS+= crtbeginS.o crtendS.o diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile index 08530565d22..f716be253e5 100644 --- a/lib/csu/arm/Makefile +++ b/lib/csu/arm/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2009/06/21 00:38:22 martynas Exp $ +# $OpenBSD: Makefile,v 1.7 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/hppa/Makefile b/lib/csu/hppa/Makefile index b592dadd36a..9a1e3091db3 100644 --- a/lib/csu/hppa/Makefile +++ b/lib/csu/hppa/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/hppa64/Makefile b/lib/csu/hppa64/Makefile index b6404728937..fafa236eb3d 100644 --- a/lib/csu/hppa64/Makefile +++ b/lib/csu/hppa64/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2008/10/06 14:17:49 kurt Exp $ +# $OpenBSD: Makefile,v 1.3 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 3aa94ffbd55..a774241122f 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.13 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.14 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer +CFLAGS+= -fno-omit-frame-pointer OBJS= crt0.o gcrt0.o OBJS+= crtbegin.o crtend.o OBJS+= crtbeginS.o crtendS.o diff --git a/lib/csu/m68k/Makefile b/lib/csu/m68k/Makefile index 7f36634445f..e3da90d2cd9 100644 --- a/lib/csu/m68k/Makefile +++ b/lib/csu/m68k/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2001/03/24 18:40:20 tholo Exp $ +# $OpenBSD: Makefile,v 1.6 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/.. +CFLAGS+= -I${.CURDIR}/.. OBJS= crt0.o gcrt0.o scrt0.o SRCS= crt0.c diff --git a/lib/csu/m88k/Makefile b/lib/csu/m88k/Makefile index 6902d110477..04bb395097c 100644 --- a/lib/csu/m88k/Makefile +++ b/lib/csu/m88k/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/26 22:42:55 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/.. +CFLAGS+= -I${.CURDIR}/.. OBJS= crt0.o gcrt0.o scrt0.o SRCS= crt0.c diff --git a/lib/csu/mips64/Makefile b/lib/csu/mips64/Makefile index 7883801dfb1..88ad351fd70 100644 --- a/lib/csu/mips64/Makefile +++ b/lib/csu/mips64/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2004/08/06 22:21:16 pefo Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/27 23:59:58 deraadt Exp $ -#CFLAGS+= -DLIBC_SCCS -I${.CURDIR} -mips2 -CFLAGS+= -DLIBC_SCCS -I${.CURDIR} +#CFLAGS+= -I${.CURDIR} -mips2 +CFLAGS+= -I${.CURDIR} OBJS= crt0.o gcrt0.o scrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o .PATH: ${.CURDIR}/../common_elf diff --git a/lib/csu/powerpc/Makefile b/lib/csu/powerpc/Makefile index acdea1b84d6..f361e66360c 100644 --- a/lib/csu/powerpc/Makefile +++ b/lib/csu/powerpc/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.19 2009/01/14 19:45:20 kurt Exp $ +# $OpenBSD: Makefile,v 1.20 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o OBJS+= crtbegin.o crtend.o OBJS+= crtbeginS.o crtendS.o diff --git a/lib/csu/sh/Makefile b/lib/csu/sh/Makefile index 22651e0c489..58f1e5dacf2 100644 --- a/lib/csu/sh/Makefile +++ b/lib/csu/sh/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.4 2009/10/27 23:59:58 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile index 6ef1bf96538..68960c91d0d 100644 --- a/lib/csu/sparc/Makefile +++ b/lib/csu/sparc/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2008/10/06 14:17:49 kurt Exp $ +# $OpenBSD: Makefile,v 1.10 2009/10/27 23:59:59 deraadt Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 -CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o crtbegin.o crtend.o crtbeginS.o crtendS.o SRCS= crt0.c crtbegin.c crtbeginS.c crtend.c crtendS.c diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index af8202d6d14..4c6cef8d4ad 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2008/11/11 23:49:46 kurt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/10/27 23:59:59 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $ -CFLAGS+= -DLIBC_SCCS -DELFSIZE=64 +CFLAGS+= -DELFSIZE=64 OBJS= crt0.o gcrt0.o OBJS+= crtbegin.o crtend.o OBJS+= crtbeginS.o crtendS.o diff --git a/lib/csu/vax/Makefile b/lib/csu/vax/Makefile index c55a6b84f3e..0503b671fab 100644 --- a/lib/csu/vax/Makefile +++ b/lib/csu/vax/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2007/10/30 06:02:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2009/10/27 23:59:59 deraadt Exp $ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/.. +CFLAGS+= -I${.CURDIR}/.. OBJS= crt0.o gcrt0.o scrt0.o CLEANFILES+= core crt0.out gcrt0.out scrt0.out diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c058fc258ec..d12d2f2521a 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,10 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2006/03/14 09:19:37 deraadt Exp $ -# -# All library objects contain sccsid strings by default; they may be -# excluded as a space-saving measure. To produce a library that does -# not contain these strings, delete -DLIBC_SCCS and -DSYSLIBC_SCCS -# from CFLAGS below. To remove these strings from just the system call -# stubs, remove just -DSYSLIBC_SCCS from CFLAGS. +# $OpenBSD: Makefile,v 1.27 2009/10/27 23:59:59 deraadt Exp $ # # The NLS (message catalog) functions are always in libc. To choose that # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index cd3e853efd5..1ff69227a46 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2008/09/07 20:36:07 martynas Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2009/10/27 23:59:59 deraadt Exp $ # # This file contains make rules used to build libc # @@ -8,7 +8,7 @@ all: @echo "need to define LIBCSRCDIR" >&2; exit 1 .endif -CFLAGS+= -DLIBC_SCCS -DSYSLIBC_SCCS -I${LIBCSRCDIR}/include +CFLAGS+= -I${LIBCSRCDIR}/include # Include link-time warnings about unsafe API uses (ie. strcpy) CFLAGS+=-DAPIWARN diff --git a/lib/libc/stdlib/lsearch.c b/lib/libc/stdlib/lsearch.c index 08154301998..a01d80e0083 100644 --- a/lib/libc/stdlib/lsearch.c +++ b/lib/libc/stdlib/lsearch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsearch.c,v 1.3 2004/10/01 04:08:45 jsg Exp $ */ +/* $OpenBSD: lsearch.c,v 1.4 2009/10/27 23:59:59 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <string.h> #include <search.h> diff --git a/lib/libc/time/strftime.c b/lib/libc/time/strftime.c index f32626af6be..5ed91ad8e8d 100644 --- a/lib/libc/time/strftime.c +++ b/lib/libc/time/strftime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strftime.c,v 1.19 2008/10/31 14:12:17 millert Exp $ */ +/* $OpenBSD: strftime.c,v 1.20 2009/10/27 23:59:59 deraadt Exp $ */ #include "private.h" /* @@ -33,14 +33,6 @@ ** SUCH DAMAGE. */ -#if 0 -#ifndef LIBC_SCCS -#ifndef lint -static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; -#endif /* !defined lint */ -#endif /* !defined LIBC_SCCS */ -#endif - #include "tzfile.h" #include "fcntl.h" #include "locale.h" diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 3bd1e01ed5f..7e2d78faba3 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $ */ +/* $OpenBSD: ftime.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -55,10 +55,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/time.h> #include <sys/timeb.h> diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 465bd16f1bc..050bb2978a6 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $ */ +/* $OpenBSD: gtty.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -30,10 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $"; -#endif /* not lint */ - #include <sgtty.h> /* diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c index 53ae840c78f..f8aa1b52ad4 100644 --- a/lib/libcompat/4.1/stty.c +++ b/lib/libcompat/4.1/stty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */ +/* $OpenBSD: stty.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -30,10 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $"; -#endif /* not lint */ - #include <sgtty.h> /* diff --git a/lib/libcompat/4.3/regex.c b/lib/libcompat/4.3/regex.c index 4e248a71907..fae44db652f 100644 --- a/lib/libcompat/4.3/regex.c +++ b/lib/libcompat/4.3/regex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $ */ +/* $OpenBSD: regex.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ /*- * Copyright (c) 1992 The Regents of the University of California. @@ -39,11 +39,6 @@ * but most programs should be fine. */ -#if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)regex.c 5.1 (Berkeley) 3/29/92";*/ -static char rcsid[] = "$OpenBSD: regex.c,v 1.6 2003/06/26 23:19:32 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <stddef.h> #include <regexp.h> diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c index fa9cd2c0993..e4b7cd58a34 100644 --- a/lib/libcompat/4.3/rexec.c +++ b/lib/libcompat/4.3/rexec.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/socket.h> diff --git a/lib/libcompat/4.3/setrgid.c b/lib/libcompat/4.3/setrgid.c index 72290a2ee71..fc0a6f1fe63 100644 --- a/lib/libcompat/4.3/setrgid.c +++ b/lib/libcompat/4.3/setrgid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: setrgid.c,v 1.2 2003/06/02 20:18:40 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <unistd.h> diff --git a/lib/libcompat/4.3/setruid.c b/lib/libcompat/4.3/setruid.c index d7f190d2974..0089cfbece7 100644 --- a/lib/libcompat/4.3/setruid.c +++ b/lib/libcompat/4.3/setruid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: setruid.c,v 1.2 2003/06/02 20:18:40 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <unistd.h> diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c index 9afd2417e18..cbf5a3758e8 100644 --- a/lib/libcompat/4.4/cuserid.c +++ b/lib/libcompat/4.4/cuserid.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)cuserid.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <pwd.h> #include <stdio.h> #include <string.h> diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index 92bb8996643..86dd12fa6f5 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,8 +1,4 @@ -/* $OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $ */ -#ifndef lint -static char *rcsid = "$OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $"; -#endif /* not lint */ - +/* $OpenBSD: regerror.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ #include <err.h> #include <regexp.h> #include <stdio.h> diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index dee45ed3efd..23f5b29ef45 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $ */ +/* $OpenBSD: regexp.c,v 1.6 2009/10/27 23:59:28 deraadt Exp $ */ /* * regcomp and regexec -- regsub and regerror are elsewhere @@ -35,10 +35,6 @@ * regular-expression syntax might require a total rethink. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regexp.c,v 1.5 2006/04/09 04:58:37 deraadt Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <ctype.h> diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c index ab457a2c17b..1454a3ae503 100644 --- a/lib/libcompat/regexp/regsub.c +++ b/lib/libcompat/regexp/regsub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $ */ +/* $OpenBSD: regsub.c,v 1.4 2009/10/27 23:59:28 deraadt Exp $ */ /* * regsub @@ -21,10 +21,6 @@ * be misrepresented as being the original software. */ -#ifndef lint -static char *rcsid = "$OpenBSD: regsub.c,v 1.3 1996/12/14 07:01:29 tholo Exp $"; -#endif /* not lint */ - #include <regexp.h> #include <stdio.h> #include <string.h> diff --git a/lib/libcurses/tinfo/read_termcap.c b/lib/libcurses/tinfo/read_termcap.c index f48ffcead66..65dc97fd04a 100644 --- a/lib/libcurses/tinfo/read_termcap.c +++ b/lib/libcurses/tinfo/read_termcap.c @@ -117,8 +117,6 @@ static int _nc_nfcmp(const char *, char *); * SUCH DAMAGE. */ -/* static char sccsid[] = "@(#)getcap.c 8.3 (Berkeley) 3/25/94"; */ - #define BFRAG 1024 #define BSIZE 1024 #define ESC ('[' & 037) /* ASCII ESC */ @@ -678,8 +676,6 @@ _nc_nfcmp(const char *nf, char *rec) * SUCH DAMAGE. */ -/* static char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93" */ - #define PBUFSIZ 512 /* max length of filename path */ #define PVECSIZ 32 /* max number of names in path */ #define TBUFSIZ (2048*2) diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c index 03e3d237db3..a4f61e331e0 100644 --- a/lib/libedit/TEST/test.c +++ b/lib/libedit/TEST/test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test.c,v 1.7 2005/05/22 05:45:35 otto Exp $ */ +/* $OpenBSD: test.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: test.c,v 1.13 2003/08/07 16:44:35 agc Exp $ */ /*- @@ -34,18 +34,6 @@ */ #include "config.h" -#ifndef lint -//__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ -// The Regents of the University of California. All rights reserved.\n"); -#endif /* not lint */ - -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93"; -#else -static const char *rcsid = "$OpenBSD: test.c,v 1.7 2005/05/22 05:45:35 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * test.c: A little test program diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c index 5320542aea7..5a2ffa6b701 100644 --- a/lib/libedit/chared.c +++ b/lib/libedit/chared.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chared.c,v 1.8 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: chared.c,v 1.9 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: chared.c,v 1.21 2003/11/02 20:08:41 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: chared.c,v 1.8 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * chared.c: Character editor utilities diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 35176dd75ee..5bc5e36b895 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.6 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: common.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: common.c,v 1.16 2003/08/07 16:44:30 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: common.c,v 1.6 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * common.c: Common Editor functions diff --git a/lib/libedit/el.c b/lib/libedit/el.c index c7a6a327879..c3fd43b4b2d 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -1,4 +1,4 @@ -/* $OpenBSD: el.c,v 1.14 2004/08/23 18:31:25 otto Exp $ */ +/* $OpenBSD: el.c,v 1.15 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: el.c,v 1.36 2003/10/18 23:48:42 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; -#else -static const char rcsid[] = "$OpenBSD: el.c,v 1.14 2004/08/23 18:31:25 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * el.c: EditLine interface functions diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c index b0e13cbaa79..75f71f575ad 100644 --- a/lib/libedit/emacs.c +++ b/lib/libedit/emacs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emacs.c,v 1.7 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: emacs.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: emacs.c,v 1.16 2003/11/02 20:07:58 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: emacs.c,v 1.7 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * emacs.c: Emacs functions diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c index e56206ba745..25d4aeb38e3 100644 --- a/lib/libedit/hist.c +++ b/lib/libedit/hist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hist.c,v 1.7 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: hist.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: hist.c,v 1.15 2003/11/01 23:36:39 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: hist.c,v 1.7 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * hist.c: History access functions diff --git a/lib/libedit/history.c b/lib/libedit/history.c index dffbe21dbe0..c72f0eab0d6 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.13 2004/08/23 18:31:25 otto Exp $ */ +/* $OpenBSD: history.c,v 1.14 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: history.c,v 1.25 2003/10/18 23:48:42 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: history.c,v 1.13 2004/08/23 18:31:25 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * hist.c: History access functions diff --git a/lib/libedit/key.c b/lib/libedit/key.c index eba3dbbcf84..5a32bef030e 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key.c,v 1.9 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: key.c,v 1.10 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: key.c,v 1.15 2003/10/18 23:48:42 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: key.c,v 1.9 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * key.c: This module contains the procedures for maintaining diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 0e5d50f0639..54a165c9f86 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: map.c,v 1.9 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: map.c,v 1.10 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: map.c,v 1.19 2003/08/07 16:44:32 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: map.c,v 1.9 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * map.c: Editor function definitions diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index 9dbc09083ae..29670ac5df2 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.8 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: parse.c,v 1.9 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: parse.c,v 1.19 2003/11/02 20:06:57 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: parse.c,v 1.8 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * parse.c: parse an editline extended command diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index a7454a1d599..0ad61143164 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prompt.c,v 1.7 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: prompt.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: prompt.c,v 1.11 2003/08/07 16:44:32 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: prompt.c,v 1.7 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * prompt.c: Prompt printing functions diff --git a/lib/libedit/read.c b/lib/libedit/read.c index 28686ff81f3..6fa9cf097cb 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.11 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: read.c,v 1.12 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: read.c,v 1.30 2003/10/18 23:48:42 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: read.c,v 1.11 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * read.c: Clean this junk up! This is horrible code. diff --git a/lib/libedit/readline.c b/lib/libedit/readline.c index b1dedbe932e..267527fa7c8 100644 --- a/lib/libedit/readline.c +++ b/lib/libedit/readline.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readline.c,v 1.6 2009/06/21 00:38:22 martynas Exp $ */ +/* $OpenBSD: readline.c,v 1.7 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: readline.c,v 1.43 2003/11/03 03:22:55 christos Exp $ */ /*- @@ -31,9 +31,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -static const char rcsid[] = "$OpenBSD: readline.c,v 1.6 2009/06/21 00:38:22 martynas Exp $"; -#endif /* not lint && not SCCSID */ #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c index 2f644d32e05..f2b909ea8e2 100644 --- a/lib/libedit/refresh.c +++ b/lib/libedit/refresh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: refresh.c,v 1.9 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: refresh.c,v 1.10 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: refresh.c,v 1.26 2003/08/07 16:44:33 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: refresh.c,v 1.9 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * refresh.c: Lower level screen refreshing functions diff --git a/lib/libedit/search.c b/lib/libedit/search.c index 74fb5d91b53..e9112b24564 100644 --- a/lib/libedit/search.c +++ b/lib/libedit/search.c @@ -1,4 +1,4 @@ -/* $OpenBSD: search.c,v 1.10 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: search.c,v 1.11 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: search.c,v 1.19 2003/10/25 06:42:41 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)search.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: search.c,v 1.10 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * search.c: History and character search functions diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index 28ce610b0fe..58a62eabe4f 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig.c,v 1.10 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: sig.c,v 1.11 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: sig.c,v 1.11 2003/08/07 16:44:33 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: sig.c,v 1.10 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * sig.c: Signal handling stuff. diff --git a/lib/libedit/term.c b/lib/libedit/term.c index 7e92256364a..44af5ff29d7 100644 --- a/lib/libedit/term.c +++ b/lib/libedit/term.c @@ -1,4 +1,4 @@ -/* $OpenBSD: term.c,v 1.11 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: term.c,v 1.12 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: term.c,v 1.38 2003/09/14 21:48:55 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95"; -#else -static const char rcsid[] = "$OpenBSD: term.c,v 1.11 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * term.c: Editor/termcap-curses interface diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c index 07edc46b350..972e26923cf 100644 --- a/lib/libedit/tokenizer.c +++ b/lib/libedit/tokenizer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tokenizer.c,v 1.10 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: tokenizer.c,v 1.11 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: tokenizer.c,v 1.13 2003/10/18 23:48:42 christos Exp $ */ /*- @@ -34,14 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: tokenizer.c,v 1.10 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ - /* * tokenize.c: Bourne shell like tokenizer */ diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index 18fa5d032da..f02c44a9b0f 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.10 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: tty.c,v 1.11 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: tty.c,v 1.20 2003/10/18 22:37:24 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: tty.c,v 1.10 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * tty.c: tty interface stuff diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c index 888c1469381..7282fcbee10 100644 --- a/lib/libedit/vi.c +++ b/lib/libedit/vi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vi.c,v 1.7 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: vi.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: vi.c,v 1.19 2003/08/07 16:44:35 agc Exp $ */ /*- @@ -38,14 +38,6 @@ #include <unistd.h> #include <sys/wait.h> -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: vi.c,v 1.7 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ - /* * vi.c: Vi mode commands. */ diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c index ca04ff4d731..5e4ec0ab34f 100644 --- a/lib/libkvm/kvm.c +++ b/lib/libkvm/kvm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm.c,v 1.47 2009/06/07 03:09:34 millert Exp $ */ +/* $OpenBSD: kvm.c,v 1.48 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm.c,v 1.43 1996/05/05 04:31:59 gwr Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm.c 8.2 (Berkeley) 2/13/94"; -#else -static char *rcsid = "$OpenBSD: kvm.c,v 1.47 2009/06/07 03:09:34 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/user.h> #include <sys/proc.h> diff --git a/lib/libkvm/kvm_cd9660.c b/lib/libkvm/kvm_cd9660.c index 363ccfabdf8..27a8d823458 100644 --- a/lib/libkvm/kvm_cd9660.c +++ b/lib/libkvm/kvm_cd9660.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_cd9660.c,v 1.2 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_cd9660.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> @@ -16,10 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: kvm_cd9660.c,v 1.2 2009/06/20 20:20:43 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/ucred.h> #define _KERNEL diff --git a/lib/libkvm/kvm_file.c b/lib/libkvm/kvm_file.c index db97d4b368a..b0b520bcdc5 100644 --- a/lib/libkvm/kvm_file.c +++ b/lib/libkvm/kvm_file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_file.c,v 1.15 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_file.c,v 1.16 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_file.c,v 1.5 1996/03/18 22:33:18 thorpej Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_file.c,v 1.15 2009/06/20 20:20:43 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * File list interface for kvm. pstat, fstat and netstat are * users of this code, so we've factored it out into a separate module. diff --git a/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c index 20a6ceb7b34..6642b2136c6 100644 --- a/lib/libkvm/kvm_file2.c +++ b/lib/libkvm/kvm_file2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_file2.c,v 1.12 2009/07/21 14:37:00 millert Exp $ */ +/* $OpenBSD: kvm_file2.c,v 1.13 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> @@ -45,10 +45,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: kvm_file2.c,v 1.12 2009/07/21 14:37:00 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Extended file list interface for kvm. pstat, fstat and netstat are * users of this code, so we've factored it out into a separate module. diff --git a/lib/libkvm/kvm_getloadavg.c b/lib/libkvm/kvm_getloadavg.c index 66cd9af4fa0..a6461c7b1d3 100644 --- a/lib/libkvm/kvm_getloadavg.c +++ b/lib/libkvm/kvm_getloadavg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_getloadavg.c,v 1.8 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_getloadavg.c,v 1.9 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_getloadavg.c,v 1.2 1996/03/18 22:33:31 thorpej Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_getloadavg.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_getloadavg.c,v 1.8 2009/06/20 20:20:43 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> diff --git a/lib/libkvm/kvm_i386.c b/lib/libkvm/kvm_i386.c index 815417c6c2d..78faab55c3d 100644 --- a/lib/libkvm/kvm_i386.c +++ b/lib/libkvm/kvm_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_i386.c,v 1.20 2007/02/20 21:15:00 tom Exp $ */ +/* $OpenBSD: kvm_i386.c,v 1.21 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_i386.c,v 1.9 1996/03/18 22:33:38 thorpej Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_i386.c,v 1.20 2007/02/20 21:15:00 tom Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * i386 machine dependent routines for kvm. Hopefully, the forthcoming * vm code will one day obsolete this module. diff --git a/lib/libkvm/kvm_m68k.c b/lib/libkvm/kvm_m68k.c index f677789b092..c5fc38508b2 100644 --- a/lib/libkvm/kvm_m68k.c +++ b/lib/libkvm/kvm_m68k.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_m68k.c,v 1.18 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_m68k.c,v 1.19 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_m68k.c,v 1.9 1996/05/07 06:09:11 leo Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_m68k.c,v 1.18 2009/06/20 20:20:43 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * m68k machine dependent routines for kvm. Hopefully, the forthcoming * vm code will one day obsolete this module. diff --git a/lib/libkvm/kvm_mips64.c b/lib/libkvm/kvm_mips64.c index f39d0ded1c2..a2d4df5038d 100644 --- a/lib/libkvm/kvm_mips64.c +++ b/lib/libkvm/kvm_mips64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_mips64.c,v 1.8 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_mips64.c,v 1.9 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_mips.c,v 1.3 1996/03/18 22:33:44 thorpej Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_mips.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_mips64.c,v 1.8 2009/06/20 20:20:43 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * MIPS machine dependent routines for kvm. Hopefully, the forthcoming * vm code will one day obsolete this module. diff --git a/lib/libkvm/kvm_ntfs.c b/lib/libkvm/kvm_ntfs.c index fd36f33a8c6..53a7c19209d 100644 --- a/lib/libkvm/kvm_ntfs.c +++ b/lib/libkvm/kvm_ntfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_ntfs.c,v 1.1 2009/06/24 13:04:24 millert Exp $ */ +/* $OpenBSD: kvm_ntfs.c,v 1.2 2009/10/27 23:59:28 deraadt Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -29,10 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: kvm_ntfs.c,v 1.1 2009/06/24 13:04:24 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/ucred.h> #define _KERNEL diff --git a/lib/libkvm/kvm_proc.c b/lib/libkvm/kvm_proc.c index 0add3192d49..d12202be2d4 100644 --- a/lib/libkvm/kvm_proc.c +++ b/lib/libkvm/kvm_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_proc.c,v 1.38 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_proc.c,v 1.39 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_proc.c,v 1.30 1999/03/24 05:50:50 mrg Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -62,14 +62,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_proc.c 8.3 (Berkeley) 9/23/93"; -#else -static char *rcsid = "$OpenBSD: kvm_proc.c,v 1.38 2009/06/20 20:20:43 millert Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * Proc traversal interface for kvm. ps and w are (probably) the exclusive * users of this code, so we've factored it out into a separate module. diff --git a/lib/libkvm/kvm_sparc.c b/lib/libkvm/kvm_sparc.c index 207cacffe86..c2ae363f667 100644 --- a/lib/libkvm/kvm_sparc.c +++ b/lib/libkvm/kvm_sparc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_sparc.c,v 1.11 2006/03/20 15:11:48 mickey Exp $ */ +/* $OpenBSD: kvm_sparc.c,v 1.12 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: kvm_sparc.c,v 1.9 1996/04/01 19:23:03 cgd Exp $ */ /*- @@ -34,14 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)kvm_sparc.c 8.1 (Berkeley) 6/4/93"; -#else -static char *rcsid = "$OpenBSD: kvm_sparc.c,v 1.11 2006/03/20 15:11:48 mickey Exp $"; -#endif -#endif /* LIBC_SCCS and not lint */ - /* * Sparc machine dependent routines for kvm. Hopefully, the forthcoming * vm code will one day obsolete this module. diff --git a/lib/libkvm/kvm_udf.c b/lib/libkvm/kvm_udf.c index c891fb937ed..bbc33c0009b 100644 --- a/lib/libkvm/kvm_udf.c +++ b/lib/libkvm/kvm_udf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_udf.c,v 1.2 2009/06/20 20:20:43 millert Exp $ */ +/* $OpenBSD: kvm_udf.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -26,10 +26,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: kvm_udf.c,v 1.2 2009/06/20 20:20:43 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/ucred.h> #define _KERNEL diff --git a/lib/libm/arch/hppa/e_remainder.c b/lib/libm/arch/hppa/e_remainder.c index 0098c39c911..7dba95689da 100644 --- a/lib/libm/arch/hppa/e_remainder.c +++ b/lib/libm/arch/hppa/e_remainder.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: e_remainder.c,v 1.2 2008/09/07 20:36:08 martynas Exp $"; -#endif - #include "math.h" double diff --git a/lib/libm/arch/hppa/e_remainderf.c b/lib/libm/arch/hppa/e_remainderf.c index 87e0871ec27..6799b4dc58d 100644 --- a/lib/libm/arch/hppa/e_remainderf.c +++ b/lib/libm/arch/hppa/e_remainderf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: e_remainderf.c,v 1.3 2008/09/07 20:36:08 martynas Exp $"; -#endif - #include "math.h" float diff --git a/lib/libm/arch/hppa/e_sqrt.c b/lib/libm/arch/hppa/e_sqrt.c index f666325aab4..c18d2a8b425 100644 --- a/lib/libm/arch/hppa/e_sqrt.c +++ b/lib/libm/arch/hppa/e_sqrt.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: e_sqrt.c,v 1.4 2008/12/10 01:08:24 martynas Exp $"; -#endif - #include <sys/cdefs.h> #include <float.h> #include <math.h> diff --git a/lib/libm/arch/hppa/e_sqrtf.c b/lib/libm/arch/hppa/e_sqrtf.c index c5fff115f13..168ad7a1d0d 100644 --- a/lib/libm/arch/hppa/e_sqrtf.c +++ b/lib/libm/arch/hppa/e_sqrtf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: e_sqrtf.c,v 1.2 2008/09/07 20:36:08 martynas Exp $"; -#endif - #include "math.h" float diff --git a/lib/libm/arch/hppa/s_ceil.c b/lib/libm/arch/hppa/s_ceil.c index 3a5a83cdcad..692300f40f8 100644 --- a/lib/libm/arch/hppa/s_ceil.c +++ b/lib/libm/arch/hppa/s_ceil.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_ceil.c,v 1.3 2003/01/16 19:17:33 mickey Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_ceilf.c b/lib/libm/arch/hppa/s_ceilf.c index 1ca5decd9d7..dcb1e1e0b5d 100644 --- a/lib/libm/arch/hppa/s_ceilf.c +++ b/lib/libm/arch/hppa/s_ceilf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_ceilf.c,v 1.3 2003/01/16 19:17:33 mickey Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_floor.c b/lib/libm/arch/hppa/s_floor.c index ef9c29dbd51..cea213d8fcb 100644 --- a/lib/libm/arch/hppa/s_floor.c +++ b/lib/libm/arch/hppa/s_floor.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_floor.c,v 1.5 2009/06/30 20:20:20 kettenis Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_floorf.c b/lib/libm/arch/hppa/s_floorf.c index a719cd3a3fd..e503ea32210 100644 --- a/lib/libm/arch/hppa/s_floorf.c +++ b/lib/libm/arch/hppa/s_floorf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_floorf.c,v 1.5 2009/06/30 20:20:20 kettenis Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_rint.c b/lib/libm/arch/hppa/s_rint.c index ba3a0b28622..d2df79fc475 100644 --- a/lib/libm/arch/hppa/s_rint.c +++ b/lib/libm/arch/hppa/s_rint.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_rint.c,v 1.4 2008/12/10 01:08:24 martynas Exp $"; -#endif - #include <sys/cdefs.h> #include <float.h> #include <math.h> diff --git a/lib/libm/arch/hppa/s_rintf.c b/lib/libm/arch/hppa/s_rintf.c index 637845d6550..89f749819db 100644 --- a/lib/libm/arch/hppa/s_rintf.c +++ b/lib/libm/arch/hppa/s_rintf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_rintf.c,v 1.2 2002/09/11 15:16:52 mickey Exp $"; -#endif - #include "math.h" float diff --git a/lib/libm/arch/hppa/s_round.c b/lib/libm/arch/hppa/s_round.c index 2182450b841..80421933c17 100644 --- a/lib/libm/arch/hppa/s_round.c +++ b/lib/libm/arch/hppa/s_round.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_round.c,v 1.1 2009/07/15 20:08:43 martynas Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_roundf.c b/lib/libm/arch/hppa/s_roundf.c index a1e44d5bd23..91e993d7e44 100644 --- a/lib/libm/arch/hppa/s_roundf.c +++ b/lib/libm/arch/hppa/s_roundf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_roundf.c,v 1.1 2009/07/15 20:08:43 martynas Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_trunc.c b/lib/libm/arch/hppa/s_trunc.c index b253948d9dc..9d54ec23845 100644 --- a/lib/libm/arch/hppa/s_trunc.c +++ b/lib/libm/arch/hppa/s_trunc.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_trunc.c,v 1.1 2009/07/15 20:08:43 martynas Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/arch/hppa/s_truncf.c b/lib/libm/arch/hppa/s_truncf.c index c8459f1f660..5bc42b7255d 100644 --- a/lib/libm/arch/hppa/s_truncf.c +++ b/lib/libm/arch/hppa/s_truncf.c @@ -2,10 +2,6 @@ * Written by Michael Shalayeff. Public Domain */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: s_truncf.c,v 1.1 2009/07/15 20:08:43 martynas Exp $"; -#endif - #include <sys/types.h> #include <machine/ieeefp.h> #include "math.h" diff --git a/lib/libm/noieee_src/n_acosh.c b/lib/libm/noieee_src/n_acosh.c index 52b1d14a1f2..46b2914339f 100644 --- a/lib/libm/noieee_src/n_acosh.c +++ b/lib/libm/noieee_src/n_acosh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_acosh.c,v 1.8 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_acosh.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_acosh.c,v 1.1 1995/10/10 23:36:33 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)acosh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ACOSH(X) * RETURN THE INVERSE HYPERBOLIC COSINE OF X * DOUBLE PRECISION (VAX D FORMAT 56 BITS, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_asincos.c b/lib/libm/noieee_src/n_asincos.c index 749039097d1..30fa0473edd 100644 --- a/lib/libm/noieee_src/n_asincos.c +++ b/lib/libm/noieee_src/n_asincos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_asincos.c,v 1.9 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_asincos.c,v 1.10 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_asincos.c,v 1.1 1995/10/10 23:36:34 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)asincos.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ASIN(X) * RETURNS ARC SINE OF X * DOUBLE PRECISION (IEEE DOUBLE 53 bits, VAX D FORMAT 56 bits) diff --git a/lib/libm/noieee_src/n_asinh.c b/lib/libm/noieee_src/n_asinh.c index 96adfb9df0b..6307c9356b4 100644 --- a/lib/libm/noieee_src/n_asinh.c +++ b/lib/libm/noieee_src/n_asinh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_asinh.c,v 1.9 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_asinh.c,v 1.10 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_asinh.c,v 1.1 1995/10/10 23:36:35 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)asinh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ASINH(X) * RETURN THE INVERSE HYPERBOLIC SINE OF X * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_atan.c b/lib/libm/noieee_src/n_atan.c index e9851440d3b..98f1e67be54 100644 --- a/lib/libm/noieee_src/n_atan.c +++ b/lib/libm/noieee_src/n_atan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_atan.c,v 1.7 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_atan.c,v 1.8 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_atan.c,v 1.1 1995/10/10 23:36:36 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)atan.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ATAN(X) * RETURNS ARC TANGENT OF X * DOUBLE PRECISION (IEEE DOUBLE 53 bits, VAX D FORMAT 56 bits) diff --git a/lib/libm/noieee_src/n_atan2.c b/lib/libm/noieee_src/n_atan2.c index 201814f4b97..c7d31f9febb 100644 --- a/lib/libm/noieee_src/n_atan2.c +++ b/lib/libm/noieee_src/n_atan2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_atan2.c,v 1.12 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_atan2.c,v 1.13 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_atan2.c,v 1.1 1995/10/10 23:36:37 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)atan2.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ATAN2(Y,X) * RETURN ARG (X+iY) * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_atanh.c b/lib/libm/noieee_src/n_atanh.c index 1ab1ae77b45..513065aca5e 100644 --- a/lib/libm/noieee_src/n_atanh.c +++ b/lib/libm/noieee_src/n_atanh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_atanh.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_atanh.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_atanh.c,v 1.1 1995/10/10 23:36:38 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* ATANH(X) * RETURN THE HYPERBOLIC ARC TANGENT OF X * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_cbrt.c b/lib/libm/noieee_src/n_cbrt.c index 164edc8f009..94dba84c850 100644 --- a/lib/libm/noieee_src/n_cbrt.c +++ b/lib/libm/noieee_src/n_cbrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_cbrt.c,v 1.5 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_cbrt.c,v 1.6 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_cbrt.c,v 1.1 1995/10/10 23:36:40 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)cbrt.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include <sys/cdefs.h> /* kahan's cube root (53 bits IEEE double precision) diff --git a/lib/libm/noieee_src/n_cosh.c b/lib/libm/noieee_src/n_cosh.c index 795c9c6e4bc..72fe1853972 100644 --- a/lib/libm/noieee_src/n_cosh.c +++ b/lib/libm/noieee_src/n_cosh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_cosh.c,v 1.9 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_cosh.c,v 1.10 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_cosh.c,v 1.1 1995/10/10 23:36:42 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)cosh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* COSH(X) * RETURN THE HYPERBOLIC COSINE OF X * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_erf.c b/lib/libm/noieee_src/n_erf.c index 886e6d07262..09995049b61 100644 --- a/lib/libm/noieee_src/n_erf.c +++ b/lib/libm/noieee_src/n_erf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_erf.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_erf.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_erf.c,v 1.1 1995/10/10 23:36:43 ragge Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)erf.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include "math.h" #include "mathimpl.h" diff --git a/lib/libm/noieee_src/n_exp.c b/lib/libm/noieee_src/n_exp.c index 0f12ca47ade..b018ff18757 100644 --- a/lib/libm/noieee_src/n_exp.c +++ b/lib/libm/noieee_src/n_exp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_exp.c,v 1.9 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_exp.c,v 1.10 2009/10/27 23:59:29 deraadt Exp $ */ /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* EXP(X) * RETURN THE EXPONENTIAL OF X * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS) diff --git a/lib/libm/noieee_src/n_exp__E.c b/lib/libm/noieee_src/n_exp__E.c index bb064cc8b0a..ccdda138c45 100644 --- a/lib/libm/noieee_src/n_exp__E.c +++ b/lib/libm/noieee_src/n_exp__E.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_exp__E.c,v 1.11 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_exp__E.c,v 1.12 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_exp__E.c,v 1.1 1995/10/10 23:36:45 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)exp__E.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* exp__E(x,c) * ASSUMPTION: c << x SO THAT fl(x+c)=x. * (c is the correction term for x) diff --git a/lib/libm/noieee_src/n_expm1.c b/lib/libm/noieee_src/n_expm1.c index 2d555686417..435f4c63c6c 100644 --- a/lib/libm/noieee_src/n_expm1.c +++ b/lib/libm/noieee_src/n_expm1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_expm1.c,v 1.11 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_expm1.c,v 1.12 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_expm1.c,v 1.1 1995/10/10 23:36:46 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)expm1.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* EXPM1(X) * RETURN THE EXPONENTIAL OF X MINUS ONE * DOUBLE PRECISION (IEEE 53 BITS, VAX D FORMAT 56 BITS) diff --git a/lib/libm/noieee_src/n_floor.c b/lib/libm/noieee_src/n_floor.c index 050cfd4944b..c978b1164c2 100644 --- a/lib/libm/noieee_src/n_floor.c +++ b/lib/libm/noieee_src/n_floor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_floor.c,v 1.12 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_floor.c,v 1.13 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_floor.c,v 1.1 1995/10/10 23:36:48 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)floor.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include <sys/cdefs.h> #include <math.h> diff --git a/lib/libm/noieee_src/n_fmod.c b/lib/libm/noieee_src/n_fmod.c index 06bbc76cff3..e78ae985a62 100644 --- a/lib/libm/noieee_src/n_fmod.c +++ b/lib/libm/noieee_src/n_fmod.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_fmod.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_fmod.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_fmod.c,v 1.1 1995/10/10 23:36:49 ragge Exp $ */ /* * Copyright (c) 1989, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)fmod.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include "math.h" #include "mathimpl.h" diff --git a/lib/libm/noieee_src/n_hypot.c b/lib/libm/noieee_src/n_hypot.c index c985d943aa5..2273b1f0a64 100644 --- a/lib/libm/noieee_src/n_hypot.c +++ b/lib/libm/noieee_src/n_hypot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_hypot.c,v 1.2 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_hypot.c,v 1.3 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_cabs.c,v 1.1 1995/10/10 23:36:39 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)cabs.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* HYPOT(X,Y) * RETURN THE SQUARE ROOT OF X^2 + Y^2 WHERE Z=X+iY * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_j0.c b/lib/libm/noieee_src/n_j0.c index 8b46630b6ad..02c56dd9165 100644 --- a/lib/libm/noieee_src/n_j0.c +++ b/lib/libm/noieee_src/n_j0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_j0.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_j0.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_j0.c,v 1.1 1995/10/10 23:36:52 ragge Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)j0.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - /* * 16 December 1992 * Minor modifications by Peter McIlroy to adapt non-IEEE architecture. diff --git a/lib/libm/noieee_src/n_j1.c b/lib/libm/noieee_src/n_j1.c index dae88b56afe..dd8f28a9a0e 100644 --- a/lib/libm/noieee_src/n_j1.c +++ b/lib/libm/noieee_src/n_j1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_j1.c,v 1.6 2008/06/25 17:49:31 martynas Exp $ */ +/* $OpenBSD: n_j1.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_j1.c,v 1.1 1995/10/10 23:36:53 ragge Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)j1.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - /* * 16 December 1992 * Minor modifications by Peter McIlroy to adapt non-IEEE architecture. diff --git a/lib/libm/noieee_src/n_jn.c b/lib/libm/noieee_src/n_jn.c index 5383aa35b34..b5c9d51b9a7 100644 --- a/lib/libm/noieee_src/n_jn.c +++ b/lib/libm/noieee_src/n_jn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_jn.c,v 1.6 2008/06/25 17:49:31 martynas Exp $ */ +/* $OpenBSD: n_jn.c,v 1.7 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_jn.c,v 1.1 1995/10/10 23:36:54 ragge Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)jn.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - /* * 16 December 1992 * Minor modifications by Peter McIlroy to adapt non-IEEE architecture. diff --git a/lib/libm/noieee_src/n_lgamma.c b/lib/libm/noieee_src/n_lgamma.c index 1fe70c44cc2..6758234c623 100644 --- a/lib/libm/noieee_src/n_lgamma.c +++ b/lib/libm/noieee_src/n_lgamma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_lgamma.c,v 1.8 2008/07/18 13:08:58 martynas Exp $ */ +/* $OpenBSD: n_lgamma.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)lgamma.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - /* * Coded by Peter McIlroy, Nov 1992; * diff --git a/lib/libm/noieee_src/n_log.c b/lib/libm/noieee_src/n_log.c index 63d1cb943a1..e5c34f764de 100644 --- a/lib/libm/noieee_src/n_log.c +++ b/lib/libm/noieee_src/n_log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_log.c,v 1.7 2008/07/16 15:25:51 martynas Exp $ */ +/* $OpenBSD: n_log.c,v 1.8 2009/10/27 23:59:29 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - #include <math.h> #include <errno.h> diff --git a/lib/libm/noieee_src/n_log10.c b/lib/libm/noieee_src/n_log10.c index 85b16f9e8cb..5c0126a0691 100644 --- a/lib/libm/noieee_src/n_log10.c +++ b/lib/libm/noieee_src/n_log10.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_log10.c,v 1.7 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_log10.c,v 1.8 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_log10.c,v 1.1 1995/10/10 23:36:58 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* LOG10(X) * RETURN THE BASE 10 LOGARITHM OF x * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_log1p.c b/lib/libm/noieee_src/n_log1p.c index ba69e4084d6..22f6526b341 100644 --- a/lib/libm/noieee_src/n_log1p.c +++ b/lib/libm/noieee_src/n_log1p.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_log1p.c,v 1.10 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_log1p.c,v 1.11 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_log1p.c,v 1.1 1995/10/10 23:37:00 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log1p.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* LOG1P(x) * RETURN THE LOGARITHM OF 1+x * DOUBLE PRECISION (VAX D FORMAT 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_log__L.c b/lib/libm/noieee_src/n_log__L.c index 711f0cff0eb..84fa2be7c8c 100644 --- a/lib/libm/noieee_src/n_log__L.c +++ b/lib/libm/noieee_src/n_log__L.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_log__L.c,v 1.8 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_log__L.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_log__L.c,v 1.1 1995/10/10 23:37:01 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log__L.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* log__L(Z) * LOG(1+X) - 2S X * RETURN --------------- WHERE Z = S*S, S = ------- , 0 <= Z <= .0294... diff --git a/lib/libm/noieee_src/n_pow.c b/lib/libm/noieee_src/n_pow.c index 26b4cc23b3e..50d5cccc8b9 100644 --- a/lib/libm/noieee_src/n_pow.c +++ b/lib/libm/noieee_src/n_pow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_pow.c,v 1.11 2009/04/05 02:12:43 martynas Exp $ */ +/* $OpenBSD: n_pow.c,v 1.12 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_pow.c,v 1.1 1995/10/10 23:37:02 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)pow.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* POW(X,Y) * RETURN X**Y * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_sincos.c b/lib/libm/noieee_src/n_sincos.c index 06c21507287..ddea151ff2b 100644 --- a/lib/libm/noieee_src/n_sincos.c +++ b/lib/libm/noieee_src/n_sincos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_sincos.c,v 1.8 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_sincos.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_sincos.c,v 1.1 1995/10/10 23:37:04 ragge Exp $ */ /* * Copyright (c) 1987, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)sincos.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include <sys/cdefs.h> #include <math.h> diff --git a/lib/libm/noieee_src/n_sinh.c b/lib/libm/noieee_src/n_sinh.c index fd57c726f60..1fb55addabe 100644 --- a/lib/libm/noieee_src/n_sinh.c +++ b/lib/libm/noieee_src/n_sinh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_sinh.c,v 1.9 2009/04/11 20:03:21 martynas Exp $ */ +/* $OpenBSD: n_sinh.c,v 1.10 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_sinh.c,v 1.1 1995/10/10 23:37:05 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)sinh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* SINH(X) * RETURN THE HYPERBOLIC SINE OF X * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) diff --git a/lib/libm/noieee_src/n_support.c b/lib/libm/noieee_src/n_support.c index 5ad4721138d..9e69da73085 100644 --- a/lib/libm/noieee_src/n_support.c +++ b/lib/libm/noieee_src/n_support.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_support.c,v 1.17 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_support.c,v 1.18 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_support.c,v 1.1 1995/10/10 23:37:06 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * Some IEEE standard 754 recommended functions and remainder and sqrt for * supporting the C elementary functions. diff --git a/lib/libm/noieee_src/n_tan.c b/lib/libm/noieee_src/n_tan.c index bdaf38d17ae..395fa314324 100644 --- a/lib/libm/noieee_src/n_tan.c +++ b/lib/libm/noieee_src/n_tan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_tan.c,v 1.8 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_tan.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_tan.c,v 1.1 1995/10/10 23:37:07 ragge Exp $ */ /* * Copyright (c) 1987, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)tan.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include <sys/cdefs.h> #include <math.h> diff --git a/lib/libm/noieee_src/n_tanh.c b/lib/libm/noieee_src/n_tanh.c index 2933b8b23a3..cc13f3e304b 100644 --- a/lib/libm/noieee_src/n_tanh.c +++ b/lib/libm/noieee_src/n_tanh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_tanh.c,v 1.8 2008/07/17 15:36:28 martynas Exp $ */ +/* $OpenBSD: n_tanh.c,v 1.9 2009/10/27 23:59:29 deraadt Exp $ */ /* $NetBSD: n_tanh.c,v 1.1 1995/10/10 23:37:08 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)tanh.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - #include "math.h" /* TANH(X) diff --git a/lib/libm/noieee_src/n_tgamma.c b/lib/libm/noieee_src/n_tgamma.c index afaaaf512c6..c752f0ba317 100644 --- a/lib/libm/noieee_src/n_tgamma.c +++ b/lib/libm/noieee_src/n_tgamma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_tgamma.c,v 1.3 2008/06/21 08:26:19 martynas Exp $ */ +/* $OpenBSD: n_tgamma.c,v 1.4 2009/10/27 23:59:29 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * This code by P. McIlroy, Oct 1992; * diff --git a/lib/libm/src/b_exp__D.c b/lib/libm/src/b_exp__D.c index 7166108c113..6dd24342dea 100644 --- a/lib/libm/src/b_exp__D.c +++ b/lib/libm/src/b_exp__D.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_exp__D.c,v 1.4 2009/04/05 02:12:43 martynas Exp $ */ +/* $OpenBSD: b_exp__D.c,v 1.5 2009/10/27 23:59:29 deraadt Exp $ */ /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* EXP(X) * RETURN THE EXPONENTIAL OF X * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS) diff --git a/lib/libm/src/b_log__D.c b/lib/libm/src/b_log__D.c index e5bee43e2cd..13815ff2bcd 100644 --- a/lib/libm/src/b_log__D.c +++ b/lib/libm/src/b_log__D.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_log__D.c,v 1.3 2008/07/16 15:25:51 martynas Exp $ */ +/* $OpenBSD: b_log__D.c,v 1.4 2009/10/27 23:59:29 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/b_tgamma.c b/lib/libm/src/b_tgamma.c index cb46a0dbc16..b6bacffd311 100644 --- a/lib/libm/src/b_tgamma.c +++ b/lib/libm/src/b_tgamma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_tgamma.c,v 1.2 2008/06/12 22:15:36 martynas Exp $ */ +/* $OpenBSD: b_tgamma.c,v 1.3 2009/10/27 23:59:29 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -28,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * This code by P. McIlroy, Oct 1992; * diff --git a/lib/libm/src/e_acos.c b/lib/libm/src/e_acos.c index 0282b115f09..566dda2a9d1 100644 --- a/lib/libm/src/e_acos.c +++ b/lib/libm/src/e_acos.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_acos.c,v 1.9 1995/05/12 04:57:13 jtc Exp $"; -#endif - /* acos(x) * Method : * acos(x) = pi/2 - asin(x) diff --git a/lib/libm/src/e_acosf.c b/lib/libm/src/e_acosf.c index 57f42b18f8f..559c2c34bbd 100644 --- a/lib/libm/src/e_acosf.c +++ b/lib/libm/src/e_acosf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_acosf.c,v 1.5 1995/05/12 04:57:16 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_acosh.c b/lib/libm/src/e_acosh.c index 273b93d02a6..c9d8b366dda 100644 --- a/lib/libm/src/e_acosh.c +++ b/lib/libm/src/e_acosh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_acosh.c,v 1.9 1995/05/12 04:57:18 jtc Exp $"; -#endif - /* acosh(x) * Method : * Based on diff --git a/lib/libm/src/e_acoshf.c b/lib/libm/src/e_acoshf.c index 515d33daf0c..175f13e67d6 100644 --- a/lib/libm/src/e_acoshf.c +++ b/lib/libm/src/e_acoshf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_acoshf.c,v 1.5 1995/05/12 04:57:20 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_asin.c b/lib/libm/src/e_asin.c index 19fefa34552..7b1bd3c0663 100644 --- a/lib/libm/src/e_asin.c +++ b/lib/libm/src/e_asin.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_asin.c,v 1.9 1995/05/12 04:57:22 jtc Exp $"; -#endif - /* asin(x) * Method : * Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ... diff --git a/lib/libm/src/e_asinf.c b/lib/libm/src/e_asinf.c index 3f70199fbc9..5df02a8a672 100644 --- a/lib/libm/src/e_asinf.c +++ b/lib/libm/src/e_asinf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_asinf.c,v 1.5 1995/05/12 04:57:25 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_atan2.c b/lib/libm/src/e_atan2.c index 16487fcdc1c..1c508b31675 100644 --- a/lib/libm/src/e_atan2.c +++ b/lib/libm/src/e_atan2.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_atan2.c,v 1.8 1995/05/10 20:44:51 jtc Exp $"; -#endif - /* atan2(y,x) * Method : * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x). diff --git a/lib/libm/src/e_atan2f.c b/lib/libm/src/e_atan2f.c index 0855bd4ffb5..155a36cab99 100644 --- a/lib/libm/src/e_atan2f.c +++ b/lib/libm/src/e_atan2f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_atan2f.c,v 1.4 1995/05/10 20:44:53 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_atanh.c b/lib/libm/src/e_atanh.c index 1cd468b8e56..734aece6f79 100644 --- a/lib/libm/src/e_atanh.c +++ b/lib/libm/src/e_atanh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_atanh.c,v 1.8 1995/05/10 20:44:55 jtc Exp $"; -#endif - /* atanh(x) * Method : * 1.Reduced x to positive by atanh(-x) = -atanh(x) diff --git a/lib/libm/src/e_atanhf.c b/lib/libm/src/e_atanhf.c index 40322c2cf0c..dc7eb9aee6f 100644 --- a/lib/libm/src/e_atanhf.c +++ b/lib/libm/src/e_atanhf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_atanhf.c,v 1.4 1995/05/10 20:44:56 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_cosh.c b/lib/libm/src/e_cosh.c index afad33162af..795f15b392b 100644 --- a/lib/libm/src/e_cosh.c +++ b/lib/libm/src/e_cosh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_cosh.c,v 1.7 1995/05/10 20:44:58 jtc Exp $"; -#endif - /* cosh(x) * Method : * mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2 diff --git a/lib/libm/src/e_coshf.c b/lib/libm/src/e_coshf.c index 29eb56cfd4e..10bf05380a8 100644 --- a/lib/libm/src/e_coshf.c +++ b/lib/libm/src/e_coshf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_coshf.c,v 1.5 1995/05/10 20:45:01 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_exp.c b/lib/libm/src/e_exp.c index aef00ba006d..23c1d2888b5 100644 --- a/lib/libm/src/e_exp.c +++ b/lib/libm/src/e_exp.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_exp.c,v 1.8 1995/05/10 20:45:03 jtc Exp $"; -#endif - /* exp(x) * Returns the exponential of x. * diff --git a/lib/libm/src/e_expf.c b/lib/libm/src/e_expf.c index ac0fc40df09..0e0bc542ee4 100644 --- a/lib/libm/src/e_expf.c +++ b/lib/libm/src/e_expf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_expf.c,v 1.5 1995/05/10 20:45:05 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_fmod.c b/lib/libm/src/e_fmod.c index 1a85f8295c1..e2b2f0a0b53 100644 --- a/lib/libm/src/e_fmod.c +++ b/lib/libm/src/e_fmod.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_fmod.c,v 1.8 1995/05/10 20:45:07 jtc Exp $"; -#endif - /* * fmod(x,y) * Return x mod y in exact arithmetic diff --git a/lib/libm/src/e_fmodf.c b/lib/libm/src/e_fmodf.c index 0bb8d172925..cca2f6f63fd 100644 --- a/lib/libm/src/e_fmodf.c +++ b/lib/libm/src/e_fmodf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_fmodf.c,v 1.4 1995/05/10 20:45:10 jtc Exp $"; -#endif - /* * fmodf(x,y) * Return x mod y in exact arithmetic diff --git a/lib/libm/src/e_hypot.c b/lib/libm/src/e_hypot.c index 23cf67f766d..d5d86fb53a2 100644 --- a/lib/libm/src/e_hypot.c +++ b/lib/libm/src/e_hypot.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_hypot.c,v 1.9 1995/05/12 04:57:27 jtc Exp $"; -#endif - /* hypot(x,y) * * Method : diff --git a/lib/libm/src/e_hypotf.c b/lib/libm/src/e_hypotf.c index 863899f2ef6..9eb75067099 100644 --- a/lib/libm/src/e_hypotf.c +++ b/lib/libm/src/e_hypotf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_hypotf.c,v 1.5 1995/05/12 04:57:30 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_j0.c b/lib/libm/src/e_j0.c index ef34cb7887b..138d90c055b 100644 --- a/lib/libm/src/e_j0.c +++ b/lib/libm/src/e_j0.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_j0.c,v 1.8 1995/05/10 20:45:23 jtc Exp $"; -#endif - /* j0(x), y0(x) * Bessel function of the first and second kinds of order zero. * Method -- j0(x): diff --git a/lib/libm/src/e_j0f.c b/lib/libm/src/e_j0f.c index f5000adf5b6..e485e55f75b 100644 --- a/lib/libm/src/e_j0f.c +++ b/lib/libm/src/e_j0f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_j0f.c,v 1.4 1995/05/10 20:45:25 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_j1.c b/lib/libm/src/e_j1.c index 3a783c80f08..2c475a5f1a4 100644 --- a/lib/libm/src/e_j1.c +++ b/lib/libm/src/e_j1.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_j1.c,v 1.8 1995/05/10 20:45:27 jtc Exp $"; -#endif - /* j1(x), y1(x) * Bessel function of the first and second kinds of order zero. * Method -- j1(x): diff --git a/lib/libm/src/e_j1f.c b/lib/libm/src/e_j1f.c index 62b34072ea8..b65abc0e443 100644 --- a/lib/libm/src/e_j1f.c +++ b/lib/libm/src/e_j1f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_j1f.c,v 1.4 1995/05/10 20:45:31 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_jn.c b/lib/libm/src/e_jn.c index f22231a8e97..657c4ddeeb6 100644 --- a/lib/libm/src/e_jn.c +++ b/lib/libm/src/e_jn.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_jn.c,v 1.9 1995/05/10 20:45:34 jtc Exp $"; -#endif - /* * jn(n, x), yn(n, x) * floating point Bessel's function of the 1st and 2nd kind diff --git a/lib/libm/src/e_jnf.c b/lib/libm/src/e_jnf.c index c96d9670e27..daaf1aea749 100644 --- a/lib/libm/src/e_jnf.c +++ b/lib/libm/src/e_jnf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_jnf.c,v 1.5 1995/05/10 20:45:37 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_lgamma_r.c b/lib/libm/src/e_lgamma_r.c index dbca95d5ea0..28c07e29b88 100644 --- a/lib/libm/src/e_lgamma_r.c +++ b/lib/libm/src/e_lgamma_r.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_lgamma_r.c,v 1.7 1995/05/10 20:45:42 jtc Exp $"; -#endif - /* lgamma_r(x, signgamp) * Reentrant version of the logarithm of the Gamma function * with user provide pointer for the sign of Gamma(x). diff --git a/lib/libm/src/e_lgammaf_r.c b/lib/libm/src/e_lgammaf_r.c index 1dfef89f9f9..2e9bd198c87 100644 --- a/lib/libm/src/e_lgammaf_r.c +++ b/lib/libm/src/e_lgammaf_r.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_lgammaf_r.c,v 1.3 1995/05/10 20:45:47 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_log.c b/lib/libm/src/e_log.c index 052deba253c..3c3c63d8098 100644 --- a/lib/libm/src/e_log.c +++ b/lib/libm/src/e_log.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_log.c,v 1.8 1995/05/10 20:45:49 jtc Exp $"; -#endif - /* log(x) * Return the logrithm of x * diff --git a/lib/libm/src/e_log10.c b/lib/libm/src/e_log10.c index ac8b87cfa03..e6b826c229b 100644 --- a/lib/libm/src/e_log10.c +++ b/lib/libm/src/e_log10.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_log10.c,v 1.9 1995/05/10 20:45:51 jtc Exp $"; -#endif - /* log10(x) * Return the base 10 logarithm of x * diff --git a/lib/libm/src/e_log10f.c b/lib/libm/src/e_log10f.c index d4777bf8409..c9e7c0990c2 100644 --- a/lib/libm/src/e_log10f.c +++ b/lib/libm/src/e_log10f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_log10f.c,v 1.5 1995/05/10 20:45:53 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_logf.c b/lib/libm/src/e_logf.c index 9491341e6b2..717ae48f071 100644 --- a/lib/libm/src/e_logf.c +++ b/lib/libm/src/e_logf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_logf.c,v 1.4 1995/05/10 20:45:54 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_pow.c b/lib/libm/src/e_pow.c index 2aa035eee83..938b37cc798 100644 --- a/lib/libm/src/e_pow.c +++ b/lib/libm/src/e_pow.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_pow.c,v 1.9 1995/05/12 04:57:32 jtc Exp $"; -#endif - /* pow(x,y) return x**y * * n diff --git a/lib/libm/src/e_powf.c b/lib/libm/src/e_powf.c index 9e520f486b9..d6e52d8b99b 100644 --- a/lib/libm/src/e_powf.c +++ b/lib/libm/src/e_powf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_powf.c,v 1.6 1995/05/12 04:57:35 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_rem_pio2.c b/lib/libm/src/e_rem_pio2.c index c1eefcd96b5..ffc7f229887 100644 --- a/lib/libm/src/e_rem_pio2.c +++ b/lib/libm/src/e_rem_pio2.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_rem_pio2.c,v 1.8 1995/05/10 20:46:02 jtc Exp $"; -#endif - /* __ieee754_rem_pio2(x,y) * * return the remainder of x rem pi/2 in y[0]+y[1] diff --git a/lib/libm/src/e_rem_pio2f.c b/lib/libm/src/e_rem_pio2f.c index 398bdbd166f..f2af8c49509 100644 --- a/lib/libm/src/e_rem_pio2f.c +++ b/lib/libm/src/e_rem_pio2f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_rem_pio2f.c,v 1.5 1995/05/10 20:46:03 jtc Exp $"; -#endif - /* __ieee754_rem_pio2f(x,y) * * return the remainder of x rem pi/2 in y[0]+y[1] diff --git a/lib/libm/src/e_remainder.c b/lib/libm/src/e_remainder.c index 623a13b141e..3d7839700e7 100644 --- a/lib/libm/src/e_remainder.c +++ b/lib/libm/src/e_remainder.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_remainder.c,v 1.8 1995/05/10 20:46:05 jtc Exp $"; -#endif - /* remainder(x,p) * Return : * returns x REM p = x - [x/p]*p as if in infinite diff --git a/lib/libm/src/e_remainderf.c b/lib/libm/src/e_remainderf.c index 4405866914d..d94f09638dc 100644 --- a/lib/libm/src/e_remainderf.c +++ b/lib/libm/src/e_remainderf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_remainderf.c,v 1.4 1995/05/10 20:46:08 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_scalb.c b/lib/libm/src/e_scalb.c index d07808896f1..ee459448122 100644 --- a/lib/libm/src/e_scalb.c +++ b/lib/libm/src/e_scalb.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $"; -#endif - /* * scalb(x, fn) is provide for * passing various standard test suite. One diff --git a/lib/libm/src/e_scalbf.c b/lib/libm/src/e_scalbf.c index e50179a1835..12983efd9f0 100644 --- a/lib/libm/src/e_scalbf.c +++ b/lib/libm/src/e_scalbf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_sinh.c b/lib/libm/src/e_sinh.c index 68be7b5080f..a2dbe01acec 100644 --- a/lib/libm/src/e_sinh.c +++ b/lib/libm/src/e_sinh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_sinh.c,v 1.7 1995/05/10 20:46:13 jtc Exp $"; -#endif - /* sinh(x) * Method : * mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2 diff --git a/lib/libm/src/e_sinhf.c b/lib/libm/src/e_sinhf.c index a593c488b95..d898b474a15 100644 --- a/lib/libm/src/e_sinhf.c +++ b/lib/libm/src/e_sinhf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_sinhf.c,v 1.4 1995/05/10 20:46:15 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/e_sqrt.c b/lib/libm/src/e_sqrt.c index a857ac1e098..a08cebb7ee5 100644 --- a/lib/libm/src/e_sqrt.c +++ b/lib/libm/src/e_sqrt.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_sqrt.c,v 1.8 1995/05/10 20:46:17 jtc Exp $"; -#endif - /* sqrt(x) * Return correctly rounded sqrt. * ------------------------------------------ diff --git a/lib/libm/src/e_sqrtf.c b/lib/libm/src/e_sqrtf.c index 2dee4848572..80d35278cad 100644 --- a/lib/libm/src/e_sqrtf.c +++ b/lib/libm/src/e_sqrtf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: e_sqrtf.c,v 1.4 1995/05/10 20:46:19 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/k_cos.c b/lib/libm/src/k_cos.c index eb662b7569d..8f3882b6a00 100644 --- a/lib/libm/src/k_cos.c +++ b/lib/libm/src/k_cos.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_cos.c,v 1.8 1995/05/10 20:46:22 jtc Exp $"; -#endif - /* * __kernel_cos( x, y ) * kernel cos function on [-pi/4, pi/4], pi/4 ~ 0.785398164 diff --git a/lib/libm/src/k_cosf.c b/lib/libm/src/k_cosf.c index 89d16bb5cae..853c08286ba 100644 --- a/lib/libm/src/k_cosf.c +++ b/lib/libm/src/k_cosf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_cosf.c,v 1.4 1995/05/10 20:46:23 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/k_rem_pio2.c b/lib/libm/src/k_rem_pio2.c index 6949d6ce783..80279a74377 100644 --- a/lib/libm/src/k_rem_pio2.c +++ b/lib/libm/src/k_rem_pio2.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_rem_pio2.c,v 1.7 1995/05/10 20:46:25 jtc Exp $"; -#endif - /* * __kernel_rem_pio2(x,y,e0,nx,prec) * double x[],y[]; int e0,nx,prec; diff --git a/lib/libm/src/k_rem_pio2f.c b/lib/libm/src/k_rem_pio2f.c index 43b45e5540e..5931cbab9be 100644 --- a/lib/libm/src/k_rem_pio2f.c +++ b/lib/libm/src/k_rem_pio2f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_rem_pio2f.c,v 1.4 1995/05/10 20:46:28 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/k_sin.c b/lib/libm/src/k_sin.c index d30ae8d0724..8b3d6272372 100644 --- a/lib/libm/src/k_sin.c +++ b/lib/libm/src/k_sin.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_sin.c,v 1.8 1995/05/10 20:46:31 jtc Exp $"; -#endif - /* __kernel_sin( x, y, iy) * kernel sin function on [-pi/4, pi/4], pi/4 ~ 0.7854 * Input x is assumed to be bounded by ~pi/4 in magnitude. diff --git a/lib/libm/src/k_sinf.c b/lib/libm/src/k_sinf.c index 20af7fc9af7..ba17317490c 100644 --- a/lib/libm/src/k_sinf.c +++ b/lib/libm/src/k_sinf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_sinf.c,v 1.4 1995/05/10 20:46:33 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/k_tan.c b/lib/libm/src/k_tan.c index 33d63a1024d..03a6090758b 100644 --- a/lib/libm/src/k_tan.c +++ b/lib/libm/src/k_tan.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_tan.c,v 1.8 1995/05/10 20:46:37 jtc Exp $"; -#endif - /* __kernel_tan( x, y, k ) * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854 * Input x is assumed to be bounded by ~pi/4 in magnitude. diff --git a/lib/libm/src/k_tanf.c b/lib/libm/src/k_tanf.c index f7ddddf273e..8327713a9ba 100644 --- a/lib/libm/src/k_tanf.c +++ b/lib/libm/src/k_tanf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: k_tanf.c,v 1.4 1995/05/10 20:46:39 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_asinh.c b/lib/libm/src/s_asinh.c index 7398aa9d057..aa4085ae799 100644 --- a/lib/libm/src/s_asinh.c +++ b/lib/libm/src/s_asinh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_asinh.c,v 1.9 1995/05/12 04:57:37 jtc Exp $"; -#endif - /* asinh(x) * Method : * Based on diff --git a/lib/libm/src/s_asinhf.c b/lib/libm/src/s_asinhf.c index e6426142985..4ee14f6eac4 100644 --- a/lib/libm/src/s_asinhf.c +++ b/lib/libm/src/s_asinhf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_asinhf.c,v 1.5 1995/05/12 04:57:39 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_atan.c b/lib/libm/src/s_atan.c index f4de97d5e8f..01f40001ff4 100644 --- a/lib/libm/src/s_atan.c +++ b/lib/libm/src/s_atan.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_atan.c,v 1.8 1995/05/10 20:46:45 jtc Exp $"; -#endif - /* atan(x) * Method * 1. Reduce x to positive by atan(x) = -atan(-x). diff --git a/lib/libm/src/s_atanf.c b/lib/libm/src/s_atanf.c index 5cb5624690e..66a0c3e459f 100644 --- a/lib/libm/src/s_atanf.c +++ b/lib/libm/src/s_atanf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_atanf.c,v 1.4 1995/05/10 20:46:47 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_cbrt.c b/lib/libm/src/s_cbrt.c index 2ffd516d512..a6245b3c46f 100644 --- a/lib/libm/src/s_cbrt.c +++ b/lib/libm/src/s_cbrt.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_cbrt.c,v 1.8 1995/05/10 20:46:49 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_cbrtf.c b/lib/libm/src/s_cbrtf.c index 84fd8e030e1..da59ae83e49 100644 --- a/lib/libm/src/s_cbrtf.c +++ b/lib/libm/src/s_cbrtf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_cbrtf.c,v 1.4 1995/05/10 20:46:51 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_ceil.c b/lib/libm/src/s_ceil.c index fd89cebb596..c5daeff163a 100644 --- a/lib/libm/src/s_ceil.c +++ b/lib/libm/src/s_ceil.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_ceil.c,v 1.8 1995/05/10 20:46:53 jtc Exp $"; -#endif - /* * ceil(x) * Return x rounded toward -inf to integral value diff --git a/lib/libm/src/s_ceilf.c b/lib/libm/src/s_ceilf.c index cd955b8b23a..1f1335f73f4 100644 --- a/lib/libm/src/s_ceilf.c +++ b/lib/libm/src/s_ceilf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_ceilf.c,v 1.4 1995/05/10 20:46:55 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_copysign.c b/lib/libm/src/s_copysign.c index 935ecc7136b..8a6d645cd49 100644 --- a/lib/libm/src/s_copysign.c +++ b/lib/libm/src/s_copysign.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_copysign.c,v 1.8 1995/05/10 20:46:57 jtc Exp $"; -#endif - /* * copysign(double x, double y) * copysign(x,y) returns a value with the magnitude of x and diff --git a/lib/libm/src/s_copysignf.c b/lib/libm/src/s_copysignf.c index a26ded4fc10..267ed2da96a 100644 --- a/lib/libm/src/s_copysignf.c +++ b/lib/libm/src/s_copysignf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_copysignf.c,v 1.4 1995/05/10 20:46:59 jtc Exp $"; -#endif - /* * copysignf(float x, float y) * copysignf(x,y) returns a value with the magnitude of x and diff --git a/lib/libm/src/s_cos.c b/lib/libm/src/s_cos.c index 0dd4eba2e28..2d057dc9b96 100644 --- a/lib/libm/src/s_cos.c +++ b/lib/libm/src/s_cos.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_cos.c,v 1.7 1995/05/10 20:47:02 jtc Exp $"; -#endif - /* cos(x) * Return cosine function of x. * diff --git a/lib/libm/src/s_cosf.c b/lib/libm/src/s_cosf.c index d17db5716e6..aaa3d00bf53 100644 --- a/lib/libm/src/s_cosf.c +++ b/lib/libm/src/s_cosf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_cosf.c,v 1.4 1995/05/10 20:47:03 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_erf.c b/lib/libm/src/s_erf.c index 22944c1bc83..64d99f411c3 100644 --- a/lib/libm/src/s_erf.c +++ b/lib/libm/src/s_erf.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_erf.c,v 1.8 1995/05/10 20:47:05 jtc Exp $"; -#endif - /* double erf(double x) * double erfc(double x) * x diff --git a/lib/libm/src/s_erff.c b/lib/libm/src/s_erff.c index 7eadb30dfa3..f94e2d8e02b 100644 --- a/lib/libm/src/s_erff.c +++ b/lib/libm/src/s_erff.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_erff.c,v 1.4 1995/05/10 20:47:07 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_expm1.c b/lib/libm/src/s_expm1.c index 37a6db5cea6..3f28b70131b 100644 --- a/lib/libm/src/s_expm1.c +++ b/lib/libm/src/s_expm1.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_expm1.c,v 1.8 1995/05/10 20:47:09 jtc Exp $"; -#endif - /* expm1(x) * Returns exp(x)-1, the exponential of x minus 1. * diff --git a/lib/libm/src/s_expm1f.c b/lib/libm/src/s_expm1f.c index d4a8bb9c42d..287c365b2cd 100644 --- a/lib/libm/src/s_expm1f.c +++ b/lib/libm/src/s_expm1f.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_expm1f.c,v 1.5 1995/05/10 20:47:11 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_fabs.c b/lib/libm/src/s_fabs.c index b800b245d8c..cbabb25bb5c 100644 --- a/lib/libm/src/s_fabs.c +++ b/lib/libm/src/s_fabs.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_fabs.c,v 1.7 1995/05/10 20:47:13 jtc Exp $"; -#endif - /* * fabs(x) returns the absolute value of x. */ diff --git a/lib/libm/src/s_fabsf.c b/lib/libm/src/s_fabsf.c index 0c1f4397da7..71b9f755e6d 100644 --- a/lib/libm/src/s_fabsf.c +++ b/lib/libm/src/s_fabsf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_fabsf.c,v 1.4 1995/05/10 20:47:15 jtc Exp $"; -#endif - /* * fabsf(x) returns the absolute value of x. */ diff --git a/lib/libm/src/s_floor.c b/lib/libm/src/s_floor.c index da2c77fad68..cccd7860971 100644 --- a/lib/libm/src/s_floor.c +++ b/lib/libm/src/s_floor.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_floor.c,v 1.8 1995/05/10 20:47:20 jtc Exp $"; -#endif - /* * floor(x) * Return x rounded toward -inf to integral value diff --git a/lib/libm/src/s_floorf.c b/lib/libm/src/s_floorf.c index db7fd4d866c..8cc5e3058f3 100644 --- a/lib/libm/src/s_floorf.c +++ b/lib/libm/src/s_floorf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_floorf.c,v 1.4 1995/05/10 20:47:22 jtc Exp $"; -#endif - /* * floorf(x) * Return x rounded toward -inf to integral value diff --git a/lib/libm/src/s_frexp.c b/lib/libm/src/s_frexp.c index 339c650c37c..ae6552ff8d8 100644 --- a/lib/libm/src/s_frexp.c +++ b/lib/libm/src/s_frexp.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_frexp.c,v 1.9 1995/05/10 20:47:24 jtc Exp $"; -#endif - /* * for non-zero x * x = frexp(arg,&exp); diff --git a/lib/libm/src/s_frexpf.c b/lib/libm/src/s_frexpf.c index a30a6871e59..204b36682ea 100644 --- a/lib/libm/src/s_frexpf.c +++ b/lib/libm/src/s_frexpf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_frexpf.c,v 1.5 1995/05/10 20:47:26 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_ilogb.c b/lib/libm/src/s_ilogb.c index 76d9b89746f..e006abf6279 100644 --- a/lib/libm/src/s_ilogb.c +++ b/lib/libm/src/s_ilogb.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_ilogb.c,v 1.9 1995/05/10 20:47:28 jtc Exp $"; -#endif - /* ilogb(double x) * return the binary exponent of non-zero x * ilogb(0) = 0x80000001 diff --git a/lib/libm/src/s_ilogbf.c b/lib/libm/src/s_ilogbf.c index 46603830031..bac38c6b9a3 100644 --- a/lib/libm/src/s_ilogbf.c +++ b/lib/libm/src/s_ilogbf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_ilogbf.c,v 1.4 1995/05/10 20:47:31 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_log1p.c b/lib/libm/src/s_log1p.c index 0a8059846e4..076f3d91061 100644 --- a/lib/libm/src/s_log1p.c +++ b/lib/libm/src/s_log1p.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_log1p.c,v 1.8 1995/05/10 20:47:46 jtc Exp $"; -#endif - /* double log1p(double x) * * Method : diff --git a/lib/libm/src/s_log1pf.c b/lib/libm/src/s_log1pf.c index 39fa745ab9a..c5e10e1c0fa 100644 --- a/lib/libm/src/s_log1pf.c +++ b/lib/libm/src/s_log1pf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_log1pf.c,v 1.4 1995/05/10 20:47:48 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_logb.c b/lib/libm/src/s_logb.c index f7d4f00a118..96c1208bf93 100644 --- a/lib/libm/src/s_logb.c +++ b/lib/libm/src/s_logb.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_logb.c,v 1.8 1995/05/10 20:47:50 jtc Exp $"; -#endif - /* * double logb(x) * IEEE 754 logb. Included to pass IEEE test suite. Not recommend. diff --git a/lib/libm/src/s_logbf.c b/lib/libm/src/s_logbf.c index 4d54f1b16f4..bed408efab6 100644 --- a/lib/libm/src/s_logbf.c +++ b/lib/libm/src/s_logbf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_logbf.c,v 1.4 1995/05/10 20:47:51 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_modf.c b/lib/libm/src/s_modf.c index 1d5523a8558..9511e77169c 100644 --- a/lib/libm/src/s_modf.c +++ b/lib/libm/src/s_modf.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $"; -#endif - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libm/src/s_modff.c b/lib/libm/src/s_modff.c index 0ede078565d..829bfce7c68 100644 --- a/lib/libm/src/s_modff.c +++ b/lib/libm/src/s_modff.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_modff.c,v 1.4 1995/05/10 20:47:56 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_nextafter.c b/lib/libm/src/s_nextafter.c index f597858742c..530148aa37e 100644 --- a/lib/libm/src/s_nextafter.c +++ b/lib/libm/src/s_nextafter.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_nextafter.c,v 1.8 1995/05/10 20:47:58 jtc Exp $"; -#endif - /* IEEE functions * nextafter(x,y) * return the next machine floating-point number of x in the diff --git a/lib/libm/src/s_nextafterf.c b/lib/libm/src/s_nextafterf.c index 7a9135afb0e..93f7b02372a 100644 --- a/lib/libm/src/s_nextafterf.c +++ b/lib/libm/src/s_nextafterf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_nextafterf.c,v 1.4 1995/05/10 20:48:01 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_rint.c b/lib/libm/src/s_rint.c index 8d0abc74afd..282a868fb40 100644 --- a/lib/libm/src/s_rint.c +++ b/lib/libm/src/s_rint.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_rint.c,v 1.8 1995/05/10 20:48:04 jtc Exp $"; -#endif - /* * rint(x) * Return x rounded to integral value according to the prevailing diff --git a/lib/libm/src/s_rintf.c b/lib/libm/src/s_rintf.c index c4d1ebf9ae1..bef417a7d12 100644 --- a/lib/libm/src/s_rintf.c +++ b/lib/libm/src/s_rintf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_rintf.c,v 1.4 1995/05/10 20:48:06 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_scalbn.c b/lib/libm/src/s_scalbn.c index 065fbcb2dec..2f8a36eb668 100644 --- a/lib/libm/src/s_scalbn.c +++ b/lib/libm/src/s_scalbn.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_scalbn.c,v 1.8 1995/05/10 20:48:08 jtc Exp $"; -#endif - /* * scalbn (double x, int n) * scalbn(x,n) returns x* 2**n computed by exponent diff --git a/lib/libm/src/s_scalbnf.c b/lib/libm/src/s_scalbnf.c index 0f935db76cf..5ab9208b5d9 100644 --- a/lib/libm/src/s_scalbnf.c +++ b/lib/libm/src/s_scalbnf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_scalbnf.c,v 1.4 1995/05/10 20:48:10 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_significand.c b/lib/libm/src/s_significand.c index cf4faa24d04..055ff5df2e2 100644 --- a/lib/libm/src/s_significand.c +++ b/lib/libm/src/s_significand.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Exp $"; -#endif - /* * significand(x) computes just * scalb(x, (double) -ilogb(x)), diff --git a/lib/libm/src/s_significandf.c b/lib/libm/src/s_significandf.c index 085fabc93d2..e90be9e580f 100644 --- a/lib/libm/src/s_significandf.c +++ b/lib/libm/src/s_significandf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_sin.c b/lib/libm/src/s_sin.c index d788c8780e5..6c0ec362b70 100644 --- a/lib/libm/src/s_sin.c +++ b/lib/libm/src/s_sin.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_sin.c,v 1.7 1995/05/10 20:48:15 jtc Exp $"; -#endif - /* sin(x) * Return sine function of x. * diff --git a/lib/libm/src/s_sinf.c b/lib/libm/src/s_sinf.c index 8c956c15251..7bb90e67fcd 100644 --- a/lib/libm/src/s_sinf.c +++ b/lib/libm/src/s_sinf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_sinf.c,v 1.4 1995/05/10 20:48:16 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_tan.c b/lib/libm/src/s_tan.c index 49fac96045f..d2d3e69298c 100644 --- a/lib/libm/src/s_tan.c +++ b/lib/libm/src/s_tan.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_tan.c,v 1.7 1995/05/10 20:48:18 jtc Exp $"; -#endif - /* tan(x) * Return tangent function of x. * diff --git a/lib/libm/src/s_tanf.c b/lib/libm/src/s_tanf.c index e2b9667f2e5..a79f73fa7df 100644 --- a/lib/libm/src/s_tanf.c +++ b/lib/libm/src/s_tanf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_tanf.c,v 1.4 1995/05/10 20:48:20 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/s_tanh.c b/lib/libm/src/s_tanh.c index 60d2f03d1be..1564c47855d 100644 --- a/lib/libm/src/s_tanh.c +++ b/lib/libm/src/s_tanh.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_tanh.c,v 1.7 1995/05/10 20:48:22 jtc Exp $"; -#endif - /* Tanh(x) * Return the Hyperbolic Tangent of x * diff --git a/lib/libm/src/s_tanhf.c b/lib/libm/src/s_tanhf.c index fb6eb56c6c3..21271e3b6c7 100644 --- a/lib/libm/src/s_tanhf.c +++ b/lib/libm/src/s_tanhf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_tanhf.c,v 1.4 1995/05/10 20:48:24 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/w_gamma.c b/lib/libm/src/w_gamma.c index 92112add553..624198c7e11 100644 --- a/lib/libm/src/w_gamma.c +++ b/lib/libm/src/w_gamma.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; -#endif - /* double gamma(double x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/libm/src/w_gamma_r.c b/lib/libm/src/w_gamma_r.c index dcefb1f4832..cccb9cc2822 100644 --- a/lib/libm/src/w_gamma_r.c +++ b/lib/libm/src/w_gamma_r.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_gamma_r.c,v 1.7 1995/11/20 22:06:45 jtc Exp $"; -#endif - /* * wrapper double gamma_r(double x, int *signgamp) */ diff --git a/lib/libm/src/w_gammaf.c b/lib/libm/src/w_gammaf.c index 16062edf391..6b27e6c4a39 100644 --- a/lib/libm/src/w_gammaf.c +++ b/lib/libm/src/w_gammaf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libm/src/w_gammaf_r.c b/lib/libm/src/w_gammaf_r.c index f1c8bbccfa5..88e3af8b988 100644 --- a/lib/libm/src/w_gammaf_r.c +++ b/lib/libm/src/w_gammaf_r.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_gammaf_r.c,v 1.4 1995/11/20 22:06:50 jtc Exp $"; -#endif - /* * wrapper float gammaf_r(float x, int *signgamp) */ diff --git a/lib/libm/src/w_lgamma.c b/lib/libm/src/w_lgamma.c index f53a6be5dcd..8e5b9b7cb8c 100644 --- a/lib/libm/src/w_lgamma.c +++ b/lib/libm/src/w_lgamma.c @@ -10,10 +10,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $"; -#endif - /* double lgamma(double x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/libm/src/w_lgammaf.c b/lib/libm/src/w_lgammaf.c index 0153f2bb5af..662ced45799 100644 --- a/lib/libm/src/w_lgammaf.c +++ b/lib/libm/src/w_lgammaf.c @@ -13,10 +13,6 @@ * ==================================================== */ -#if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $"; -#endif - #include "math.h" #include "math_private.h" diff --git a/lib/libocurses/EXAMPLES/ex1.c b/lib/libocurses/EXAMPLES/ex1.c index 9d2c62d187c..5c54c899254 100644 --- a/lib/libocurses/EXAMPLES/ex1.c +++ b/lib/libocurses/EXAMPLES/ex1.c @@ -28,15 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)ex1.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ #include <sys/types.h> #include <curses.h> #include <stdio.h> diff --git a/lib/libocurses/TEST/tc1.c b/lib/libocurses/TEST/tc1.c index f901d213f8a..5263e0051ed 100644 --- a/lib/libocurses/TEST/tc1.c +++ b/lib/libocurses/TEST/tc1.c @@ -27,16 +27,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)tc1.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * tc1 [term] * dummy program to test termlib. diff --git a/lib/libocurses/TEST/tc2.c b/lib/libocurses/TEST/tc2.c index fc474cbad2e..b8723d7f554 100644 --- a/lib/libocurses/TEST/tc2.c +++ b/lib/libocurses/TEST/tc2.c @@ -27,16 +27,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)tc2.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * tc2 [term] * Dummy program to test out termlib. diff --git a/lib/libocurses/TEST/tc3.c b/lib/libocurses/TEST/tc3.c index 116bb002fad..1dc8043d91d 100644 --- a/lib/libocurses/TEST/tc3.c +++ b/lib/libocurses/TEST/tc3.c @@ -27,16 +27,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)tc3.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ - /* * tc3 [term] * Dummy program to test out termlib. Input two numbers (row and col) diff --git a/lib/libpcap/grammar.y b/lib/libpcap/grammar.y index 10cb4de36d2..d784d84f8a7 100644 --- a/lib/libpcap/grammar.y +++ b/lib/libpcap/grammar.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: grammar.y,v 1.18 2009/04/06 12:06:39 henning Exp $ */ +/* $OpenBSD: grammar.y,v 1.19 2009/10/27 23:59:30 deraadt Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -22,10 +22,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/grammar.y,v 1.18 2009/04/06 12:06:39 henning Exp $ (LBL)"; -#endif #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libpcap/scanner.l b/lib/libpcap/scanner.l index ffb1de12934..42c0f7d0e6c 100644 --- a/lib/libpcap/scanner.l +++ b/lib/libpcap/scanner.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: scanner.l,v 1.20 2008/06/11 15:02:21 dtucker Exp $ */ +/* $OpenBSD: scanner.l,v 1.21 2009/10/27 23:59:30 deraadt Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -22,11 +22,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/lib/libpcap/scanner.l,v 1.20 2008/06/11 15:02:21 dtucker Exp $ (LBL)"; -#endif - #include <sys/types.h> #include <sys/time.h> diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index 326ba1bd556..7070a099bad 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -1,4 +1,4 @@ -/* $OpenBSD: bootparam_prot.x,v 1.7 2005/12/21 01:40:23 millert Exp $ */ +/* $OpenBSD: bootparam_prot.x,v 1.8 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -45,12 +45,6 @@ %#include <sys/time.h> %#include <sys/ucred.h> %#include <errno.h> -#else -%#ifndef lint -%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: bootparam_prot.x,v 1.7 2005/12/21 01:40:23 millert Exp $"; -%#endif /* not lint */ #endif const MAX_MACHINE_NAME = 255; diff --git a/lib/librpcsvc/klm_prot.x b/lib/librpcsvc/klm_prot.x index 8a1425dcf1c..05281d157e1 100644 --- a/lib/librpcsvc/klm_prot.x +++ b/lib/librpcsvc/klm_prot.x @@ -1,4 +1,4 @@ -/* $OpenBSD: klm_prot.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: klm_prot.x,v 1.5 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -39,11 +39,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)klm_prot.x 1.7 87/07/08 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)klm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: klm_prot.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const LM_MAXSTRLEN = 1024; diff --git a/lib/librpcsvc/mount.x b/lib/librpcsvc/mount.x index 2e99117933a..9c6f674ee2b 100644 --- a/lib/librpcsvc/mount.x +++ b/lib/librpcsvc/mount.x @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: mount.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,11 +34,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)mount.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: mount.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */ diff --git a/lib/librpcsvc/nfs_prot.x b/lib/librpcsvc/nfs_prot.x index cd4faad538b..f4684874d41 100644 --- a/lib/librpcsvc/nfs_prot.x +++ b/lib/librpcsvc/nfs_prot.x @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_prot.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: nfs_prot.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -30,11 +30,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)nfs_prot.x 1.2 87/10/12 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)nfs_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: nfs_prot.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const NFS_PORT = 2049; diff --git a/lib/librpcsvc/rex.x b/lib/librpcsvc/rex.x index 71b2a292e79..ff2a83342fd 100644 --- a/lib/librpcsvc/rex.x +++ b/lib/librpcsvc/rex.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rex.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: rex.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,11 +34,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: rex.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const STRINGSIZE = 1024; diff --git a/lib/librpcsvc/rnusers.x b/lib/librpcsvc/rnusers.x index 3edc3db03d5..8b2e94d4183 100644 --- a/lib/librpcsvc/rnusers.x +++ b/lib/librpcsvc/rnusers.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rnusers.x,v 1.12 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: rnusers.x,v 1.13 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,11 +34,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: rnusers.x,v 1.12 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif diff --git a/lib/librpcsvc/rquota.x b/lib/librpcsvc/rquota.x index 83807f4368c..adf93923c1b 100644 --- a/lib/librpcsvc/rquota.x +++ b/lib/librpcsvc/rquota.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rquota.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: rquota.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Remote quota protocol @@ -6,11 +6,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)rquota.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: rquota.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const RQ_PATHLEN = 1024; diff --git a/lib/librpcsvc/rstat.x b/lib/librpcsvc/rstat.x index 80b06f8c194..bb2dc179383 100644 --- a/lib/librpcsvc/rstat.x +++ b/lib/librpcsvc/rstat.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rstat.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: rstat.x,v 1.5 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -46,12 +46,6 @@ #else -%#ifndef lint -%/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)rstat.x 2.2 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: rstat.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ - #endif /* def RPC_HDR */ const CPUSTATES = 4; diff --git a/lib/librpcsvc/rusers.x b/lib/librpcsvc/rusers.x index 85e1afbb987..30c7c01e48b 100644 --- a/lib/librpcsvc/rusers.x +++ b/lib/librpcsvc/rusers.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rusers.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: rusers.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,11 +34,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/ -/* @(#)rusers.x 1.1 91/12/01 Copyright 1991 Sun Microsystems, Inc. */ -%static char rcsid[] = "$OpenBSD: rusers.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif %/* diff --git a/lib/librpcsvc/rwall.x b/lib/librpcsvc/rwall.x index 10a74e7ff5c..e4c489eecdf 100644 --- a/lib/librpcsvc/rwall.x +++ b/lib/librpcsvc/rwall.x @@ -1,4 +1,4 @@ -/* $OpenBSD: rwall.x,v 1.2 1997/08/19 07:54:51 niklas Exp $ */ +/* $OpenBSD: rwall.x,v 1.3 2009/10/27 23:59:30 deraadt Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou @@ -36,9 +36,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%static char rcsid[] = "$OpenBSD: rwall.x,v 1.2 1997/08/19 07:54:51 niklas Exp $"; -%#endif /* not lint */ #endif program WALLPROG { diff --git a/lib/librpcsvc/sm_inter.x b/lib/librpcsvc/sm_inter.x index 8d232915da9..2b320fd8944 100644 --- a/lib/librpcsvc/sm_inter.x +++ b/lib/librpcsvc/sm_inter.x @@ -1,4 +1,4 @@ -/* $OpenBSD: sm_inter.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: sm_inter.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -36,11 +36,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: sm_inter.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif program SM_PROG { diff --git a/lib/librpcsvc/spray.x b/lib/librpcsvc/spray.x index 63d5558b691..11eed0060c4 100644 --- a/lib/librpcsvc/spray.x +++ b/lib/librpcsvc/spray.x @@ -1,4 +1,4 @@ -/* $OpenBSD: spray.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: spray.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -35,11 +35,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)spray.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)spray.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: spray.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif #ifdef RPC_HDR diff --git a/lib/librpcsvc/yp.x b/lib/librpcsvc/yp.x index 552f61634f7..d96d23b17da 100644 --- a/lib/librpcsvc/yp.x +++ b/lib/librpcsvc/yp.x @@ -1,4 +1,4 @@ -/* $OpenBSD: yp.x,v 1.5 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: yp.x,v 1.6 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,10 +34,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: yp.x,v 1.5 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const YPMAXRECORD = 1024; diff --git a/lib/librpcsvc/yppasswd.x b/lib/librpcsvc/yppasswd.x index c4980eccf7d..51605244d14 100644 --- a/lib/librpcsvc/yppasswd.x +++ b/lib/librpcsvc/yppasswd.x @@ -1,4 +1,4 @@ -/* $OpenBSD: yppasswd.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: yppasswd.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -35,11 +35,6 @@ */ #ifndef RPC_HDR -%#ifndef lint -%/*static char sccsid[] = "from: @(#)yppasswd.x 1.1 87/04/13 Copyr 1987 Sun Micro";*/ -%/*static char sccsid[] = "from: @(#)yppasswd.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: yppasswd.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif program YPPASSWDPROG { diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index 23a71a47c81..0c10f8cced0 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uucplock.c,v 1.15 2006/03/30 20:56:54 deraadt Exp $ */ +/* $OpenBSD: uucplock.c,v 1.16 2009/10/27 23:59:30 deraadt Exp $ */ /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -30,10 +30,6 @@ * */ -#ifndef lint -static const char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ - #include <sys/types.h> #include <dirent.h> #include <errno.h> diff --git a/lib/libwrap/clean_exit.c b/lib/libwrap/clean_exit.c index 8b23e53e3bb..ef20a166be5 100644 --- a/lib/libwrap/clean_exit.c +++ b/lib/libwrap/clean_exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clean_exit.c,v 1.2 2003/07/18 23:05:13 david Exp $ */ +/* $OpenBSD: clean_exit.c,v 1.3 2009/10/27 23:59:30 deraadt Exp $ */ /* * clean_exit() cleans up and terminates the program. It should be called @@ -10,14 +10,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) clean_exit.c 1.4 94/12/28 17:42:19"; -#else -static char rcsid[] = "$OpenBSD: clean_exit.c,v 1.2 2003/07/18 23:05:13 david Exp $"; -#endif -#endif - #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/lib/libwrap/diag.c b/lib/libwrap/diag.c index 2a7e3e45f4e..0b8ff2f7f55 100644 --- a/lib/libwrap/diag.c +++ b/lib/libwrap/diag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diag.c,v 1.4 2002/06/19 07:12:42 deraadt Exp $ */ +/* $OpenBSD: diag.c,v 1.5 2009/10/27 23:59:30 deraadt Exp $ */ /* * Routines to report various classes of problems. Each report is decorated @@ -11,14 +11,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) diag.c 1.1 94/12/28 17:42:20"; -#else -static char rcsid[] = "$OpenBSD: diag.c,v 1.4 2002/06/19 07:12:42 deraadt Exp $"; -#endif -#endif - /* System libraries */ #include <syslog.h> diff --git a/lib/libwrap/eval.c b/lib/libwrap/eval.c index 99481ea3367..3151d85df45 100644 --- a/lib/libwrap/eval.c +++ b/lib/libwrap/eval.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eval.c,v 1.3 2002/06/07 00:03:34 itojun Exp $ */ +/* $OpenBSD: eval.c,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Routines for controlled evaluation of host names, user names, and so on. @@ -20,14 +20,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) eval.c 1.3 95/01/30 19:51:45"; -#else -static char rcsid[] = "$OpenBSD: eval.c,v 1.3 2002/06/07 00:03:34 itojun Exp $"; -#endif -#endif - /* System libraries. */ #include <stdio.h> diff --git a/lib/libwrap/fix_options.c b/lib/libwrap/fix_options.c index b1aec1a6301..8845b84d626 100644 --- a/lib/libwrap/fix_options.c +++ b/lib/libwrap/fix_options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fix_options.c,v 1.7 2006/04/14 18:27:49 dhill Exp $ */ +/* $OpenBSD: fix_options.c,v 1.8 2009/10/27 23:59:30 deraadt Exp $ */ /* * Routine to disable IP-level socket options. This code was taken from 4.4BSD @@ -7,14 +7,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) fix_options.c 1.4 97/02/12 02:13:22"; -#else -static char rcsid[] = "$OpenBSD: fix_options.c,v 1.7 2006/04/14 18:27:49 dhill Exp $"; -#endif -#endif - #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/lib/libwrap/hosts_access.c b/lib/libwrap/hosts_access.c index 27617b4fbc6..fbde0025fb0 100644 --- a/lib/libwrap/hosts_access.c +++ b/lib/libwrap/hosts_access.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hosts_access.c,v 1.11 2003/04/19 18:31:48 avsm Exp $ */ +/* $OpenBSD: hosts_access.c,v 1.12 2009/10/27 23:59:30 deraadt Exp $ */ /* * This module implements a simple access control language that is based on @@ -19,14 +19,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) hosts_access.c 1.21 97/02/12 02:13:22"; -#else -static char rcsid[] = "$OpenBSD: hosts_access.c,v 1.11 2003/04/19 18:31:48 avsm Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/lib/libwrap/hosts_ctl.c b/lib/libwrap/hosts_ctl.c index ec53c3f2694..0161f9fda54 100644 --- a/lib/libwrap/hosts_ctl.c +++ b/lib/libwrap/hosts_ctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hosts_ctl.c,v 1.1 1997/02/26 03:06:53 downsj Exp $ */ +/* $OpenBSD: hosts_ctl.c,v 1.2 2009/10/27 23:59:30 deraadt Exp $ */ /* * hosts_ctl() combines common applications of the host access control @@ -13,14 +13,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) hosts_ctl.c 1.4 94/12/28 17:42:27"; -#else -static char rcsid[] = "$OpenBSD: hosts_ctl.c,v 1.1 1997/02/26 03:06:53 downsj Exp $"; -#endif -#endif - #include <stdio.h> #include "tcpd.h" diff --git a/lib/libwrap/misc.c b/lib/libwrap/misc.c index b0573286160..d1f3811a52f 100644 --- a/lib/libwrap/misc.c +++ b/lib/libwrap/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.6 2003/05/15 04:45:28 pjanzen Exp $ */ +/* $OpenBSD: misc.c,v 1.7 2009/10/27 23:59:30 deraadt Exp $ */ /* * Misc routines that are used by tcpd and by tcpdchk. @@ -6,14 +6,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsic[] = "@(#) misc.c 1.2 96/02/11 17:01:29"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.6 2003/05/15 04:45:28 pjanzen Exp $"; -#endif -#endif - #include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> diff --git a/lib/libwrap/options.c b/lib/libwrap/options.c index ee2cbfd778f..6cb3f24c082 100644 --- a/lib/libwrap/options.c +++ b/lib/libwrap/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.5 2003/04/05 00:43:20 tdeval Exp $ */ +/* $OpenBSD: options.c,v 1.6 2009/10/27 23:59:30 deraadt Exp $ */ /* * General skeleton for adding options to the access control language. The @@ -30,14 +30,6 @@ * course of action. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) options.c 1.17 96/02/11 17:01:31"; -#else -static char rcsid[] = "$OpenBSD: options.c,v 1.5 2003/04/05 00:43:20 tdeval Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/lib/libwrap/percent_m.c b/lib/libwrap/percent_m.c index 5c941d61744..c2aa835e216 100644 --- a/lib/libwrap/percent_m.c +++ b/lib/libwrap/percent_m.c @@ -1,4 +1,4 @@ -/* $OpenBSD: percent_m.c,v 1.3 2004/05/31 10:39:08 otto Exp $ */ +/* $OpenBSD: percent_m.c,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Replace %m by system error message. @@ -6,14 +6,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) percent_m.c 1.1 94/12/28 17:42:37"; -#else -static char rcsid[] = "$OpenBSD: percent_m.c,v 1.3 2004/05/31 10:39:08 otto Exp $"; -#endif -#endif - #include <stdio.h> #include <stdarg.h> #include <errno.h> diff --git a/lib/libwrap/percent_x.c b/lib/libwrap/percent_x.c index 60291685f93..15afce17677 100644 --- a/lib/libwrap/percent_x.c +++ b/lib/libwrap/percent_x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: percent_x.c,v 1.2 2003/07/18 23:05:13 david Exp $ */ +/* $OpenBSD: percent_x.c,v 1.3 2009/10/27 23:59:30 deraadt Exp $ */ /* * percent_x() takes a string and performs %<char> expansions. It aborts the @@ -12,14 +12,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) percent_x.c 1.4 94/12/28 17:42:37"; -#else -static char rcsid[] = "$OpenBSD: percent_x.c,v 1.2 2003/07/18 23:05:13 david Exp $"; -#endif -#endif - /* System libraries. */ #include <stdio.h> diff --git a/lib/libwrap/refuse.c b/lib/libwrap/refuse.c index 4860986db5b..4b89ca88cce 100644 --- a/lib/libwrap/refuse.c +++ b/lib/libwrap/refuse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: refuse.c,v 1.1 1997/02/26 03:06:55 downsj Exp $ */ +/* $OpenBSD: refuse.c,v 1.2 2009/10/27 23:59:30 deraadt Exp $ */ /* * refuse() reports a refused connection, and takes the consequences: in @@ -9,14 +9,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) refuse.c 1.5 94/12/28 17:42:39"; -#else -static char rcsid[] = "$OpenBSD: refuse.c,v 1.1 1997/02/26 03:06:55 downsj Exp $"; -#endif -#endif - /* System libraries. */ #include <stdio.h> diff --git a/lib/libwrap/rfc931.c b/lib/libwrap/rfc931.c index b72b1a872b9..0501dd880a1 100644 --- a/lib/libwrap/rfc931.c +++ b/lib/libwrap/rfc931.c @@ -1,14 +1,10 @@ -/* $OpenBSD: rfc931.c,v 1.11 2006/04/14 18:27:49 dhill Exp $ */ +/* $OpenBSD: rfc931.c,v 1.12 2009/10/27 23:59:30 deraadt Exp $ */ /* rfc1413 does an attempt at an ident query to a client. Originally written * by Wietse Venema, rewritten by Bob Beck <beck@openbsd.org> to avoid * potential longjmp problems and get rid of stdio usage on sockets. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: rfc931.c,v 1.11 2006/04/14 18:27:49 dhill Exp $"; -#endif - #include <stdio.h> #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libwrap/shell_cmd.c b/lib/libwrap/shell_cmd.c index e5e2dab0dd9..dbd8d7eade4 100644 --- a/lib/libwrap/shell_cmd.c +++ b/lib/libwrap/shell_cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: shell_cmd.c,v 1.2 2002/01/02 20:18:33 deraadt Exp $ */ +/* $OpenBSD: shell_cmd.c,v 1.3 2009/10/27 23:59:30 deraadt Exp $ */ /* * shell_cmd() takes a shell command after %<character> substitutions. The @@ -10,14 +10,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) shell_cmd.c 1.5 94/12/28 17:42:44"; -#else -static char rcsid[] = "$OpenBSD: shell_cmd.c,v 1.2 2002/01/02 20:18:33 deraadt Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/lib/libwrap/socket.c b/lib/libwrap/socket.c index 5816855e108..93bb7f13400 100644 --- a/lib/libwrap/socket.c +++ b/lib/libwrap/socket.c @@ -17,14 +17,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) socket.c 1.15 97/03/21 19:27:24"; -#else -static char rcsid[] = "$OpenBSD: socket.c,v 1.8 2006/04/14 18:27:49 dhill Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/lib/libwrap/update.c b/lib/libwrap/update.c index 2a5223cac89..7d3c2746d3a 100644 --- a/lib/libwrap/update.c +++ b/lib/libwrap/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $ */ +/* $OpenBSD: update.c,v 1.6 2009/10/27 23:59:30 deraadt Exp $ */ /* * Routines for controlled update/initialization of request structures. @@ -15,14 +15,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) update.c 1.1 94/12/28 17:42:56"; -#else -static char rcsid[] = "$OpenBSD: update.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $"; -#endif -#endif - /* System libraries */ #include <stdio.h> diff --git a/lib/liby/main.c b/lib/liby/main.c index 1fffd5cd3ab..f0a502fd5e2 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.4 2003/06/02 20:18:42 millert Exp $ */ +/* $OpenBSD: main.c,v 1.5 2009/10/27 23:59:30 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)main.c 5.3 (Berkeley) 1/13/91";*/ -static char rcsid[] = "$OpenBSD: main.c,v 1.4 2003/06/02 20:18:42 millert Exp $"; -#endif /* not lint */ - #include <stdlib.h> extern int yyparse(); diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index 705a1d50677..95bc08cc44c 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yyerror.c,v 1.5 2004/05/29 06:59:01 deraadt Exp $ */ +/* $OpenBSD: yyerror.c,v 1.6 2009/10/27 23:59:31 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -29,11 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)yyerror.c 5.2 (Berkeley) 5/15/90";*/ -static char rcsid[] = "$OpenBSD: yyerror.c,v 1.5 2004/05/29 06:59:01 deraadt Exp $"; -#endif /* not lint */ - #include <stdio.h> int diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c index 9907240f5ec..5cc3f7a31b8 100644 --- a/lib/libz/deflate.c +++ b/lib/libz/deflate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deflate.c,v 1.10 2005/07/20 15:56:41 millert Exp $ */ +/* $OpenBSD: deflate.c,v 1.11 2009/10/27 23:59:31 deraadt Exp $ */ /* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -51,8 +51,6 @@ #include "deflate.h" -const char deflate_copyright[] = - " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot diff --git a/lib/libz/inftrees.c b/lib/libz/inftrees.c index 2c516bb2952..0b879cd7d0f 100644 --- a/lib/libz/inftrees.c +++ b/lib/libz/inftrees.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inftrees.c,v 1.8 2005/07/20 15:56:41 millert Exp $ */ +/* $OpenBSD: inftrees.c,v 1.9 2009/10/27 23:59:31 deraadt Exp $ */ /* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -9,8 +9,6 @@ #define MAXBITS 15 -const char inflate_copyright[] = - " inflate 1.2.3 Copyright 1995-2005 Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot |