diff options
93 files changed, 384 insertions, 335 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index bac0496a0acaa..bc2ca62f31871 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libpam/modules/pam_login_access/login_access.c b/lib/libpam/modules/pam_login_access/login_access.c index c058bbefc5a53..b8cdf051e4348 100644 --- a/lib/libpam/modules/pam_login_access/login_access.c +++ b/lib/libpam/modules/pam_login_access/login_access.c @@ -7,14 +7,15 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifdef LOGIN_ACCESS +#if 0 #ifndef lint -static const char sccsid[] = "%Z% %M% %I% %E% %U%"; +static char sccsid[] = "%Z% %M% %I% %E% %U%"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 48871b959aa6c..362442a7d81ec 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= apply diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 6926388d420b1..e2f808aeb2d12 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; +static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/ar/append.c b/usr.bin/ar/append.c index 151ae0abf19e2..b891b9ef7f080 100644 --- a/usr.bin/ar/append.c +++ b/usr.bin/ar/append.c @@ -34,14 +34,15 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)append.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)append.c 8.3 (Berkeley) 4/2/94"; +#endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index f4bc76a5e739a..b951d67266b63 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -34,19 +34,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)ar.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)ar.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> diff --git a/usr.bin/ar/archive.c b/usr.bin/ar/archive.c index e85695a390857..b347fb7794134 100644 --- a/usr.bin/ar/archive.c +++ b/usr.bin/ar/archive.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ar/contents.c b/usr.bin/ar/contents.c index 6243984d276e7..c53c3235703e5 100644 --- a/usr.bin/ar/contents.c +++ b/usr.bin/ar/contents.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ar/delete.c b/usr.bin/ar/delete.c index 7174845b630eb..53e7f926d39a6 100644 --- a/usr.bin/ar/delete.c +++ b/usr.bin/ar/delete.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)delete.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)delete.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ar/extract.c b/usr.bin/ar/extract.c index 36c31e3de6afa..9d53f9705233c 100644 --- a/usr.bin/ar/extract.c +++ b/usr.bin/ar/extract.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c index 5e76b192a16e7..d3c3ba21280a9 100644 --- a/usr.bin/ar/misc.c +++ b/usr.bin/ar/misc.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> diff --git a/usr.bin/ar/move.c b/usr.bin/ar/move.c index d416b8a535dbf..8240b5c391589 100644 --- a/usr.bin/ar/move.c +++ b/usr.bin/ar/move.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ar/print.c b/usr.bin/ar/print.c index 6854cee2df68a..19ef47e68e553 100644 --- a/usr.bin/ar/print.c +++ b/usr.bin/ar/print.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> diff --git a/usr.bin/ar/replace.c b/usr.bin/ar/replace.c index e14be9466bd52..3dffd04105c9e 100644 --- a/usr.bin/ar/replace.c +++ b/usr.bin/ar/replace.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)replace.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)replace.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index a909dff75e39e..a9749ce00ae72 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -27,7 +27,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #define _USE_BSD 1 diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 61584426ca91e..8921e11e8c14f 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -24,7 +24,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); /* System Headers */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 4d738d0c640d4..4590ad1204484 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -34,7 +34,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index b22b3abbb3b08..91176b471249d 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -24,7 +24,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); /* System Headers */ diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index c39c087b4e396..81388d8c08418 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; +static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * banner - prints large signs diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index c7e4b47e5e2c7..cc407c953f0bf 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1991, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 9b198b1e3e19f..a32b57dae7b2c 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 451dcd3c530b2..90d4416d74554 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -28,7 +28,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index d47f2ad41fefc..82d64275ed846 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -28,7 +28,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <err.h> diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 8a900f9512e44..dc5b6d9821470 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; +static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <errno.h> diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 44f8bb400368a..2216b56d84c85 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -32,7 +32,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 51b539c75ed5a..c590886ea564d 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; +static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index bf7f366a81a5e..f000f7d5311bb 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -25,7 +25,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <stdio.h> diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index c5b31ba5008f8..3999d31c92bb6 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.c @@ -25,7 +25,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <stdio.h> diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index 31813b37e5a27..8b111b1663a1b 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)cap_mkdb.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)cap_mkdb.c 8.1 (Berkeley) 6/6/93"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index bac0496a0acaa..bc2ca62f31871 100644 --- a/usr.bin/chflags/chflags.c +++ b/usr.bin/chflags/chflags.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/chkey/chkey.c b/usr.bin/chkey/chkey.c index 68d3ae840eac9..06875ceafbb06 100644 --- a/usr.bin/chkey/chkey.c +++ b/usr.bin/chkey/chkey.c @@ -28,13 +28,14 @@ * Mountain View, California 94043 */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro"; +static char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index 90a4c8e17c20c..c6f9ebebe2e49 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= cmp SRCS= cmp.c misc.c regular.c special.c diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 7a3d514a7fd81..ca732c6325e5c 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 1d5db6cf44912..1211f3b6f3b45 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index f8345cab25195..014657e459879 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 5fe0ed18b09f4..f08cae58fcb8c 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 402bcf530e5ef..85a6eac6579a6 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -34,19 +34,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index ccfb1793d923c..b6705702c2ddc 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 16035cc029447..226c2fe6fd589 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1991, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 21bff28d31ca1..39b9c2a94f656 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 941233ee9068a..bdf30e36afe53 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -34,19 +34,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; +static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index ebb6c79856edb..9b814ebe0915d 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; +static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index b8beb7ecfbb09..1251d1bbe286d 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -35,14 +35,13 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /*- * fcompress.c - File compression ala IEEE Computer, June 1984. * diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index fcc037a05bdba..f7394c5fd0248 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 3f7433214c900..199ffb64e1ea1 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993, 1994, 1995\n\ The Regents of the University of California. All rights reserved.\n"; #endif +#if 0 #ifndef lint -static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; +static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 16845e5c592b4..2195606242c4f 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 293149ad71a3b..b00a2a8caee94 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index b27ca541e02c9..36c790bd85b6e 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 2be32a42826c2..ac99639cf3716 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 4a0020b29007d..f6f2c3f6ebfb7 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 3240dcf5d5202..138021a53b26b 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -44,19 +44,20 @@ * login time is < 6 days. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Finger prints out information about users. It is not portable since diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 26f55c3616468..d8f649f93853f 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; +static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <ctype.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 4bcb31ba163aa..67a7087761c0d 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; +static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index aaa74da4ae373..67fdcbb2ab176 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; +static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <db.h> #include <err.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 8f81f50913ff1..3a001a2869ead 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -34,13 +34,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; +static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 4f24d371eb227..59707b51a408e 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint -static const char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * login [ name ] diff --git a/usr.bin/login/login_access.c b/usr.bin/login/login_access.c index c058bbefc5a53..b8cdf051e4348 100644 --- a/usr.bin/login/login_access.c +++ b/usr.bin/login/login_access.c @@ -7,14 +7,15 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifdef LOGIN_ACCESS +#if 0 #ifndef lint -static const char sccsid[] = "%Z% %M% %I% %E% %U%"; +static char sccsid[] = "%Z% %M% %I% %E% %U%"; #endif +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 599e3a631e569..a62c6eff570ed 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -59,7 +59,6 @@ */ #include <sys/cdefs.h> - __FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 717bf8c8cc2b2..1ef3cf0aed0fe 100644 --- a/usr.bin/logname/Makefile +++ b/usr.bin/logname/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= logname WARNS?= 2 diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index 75ce758bb20be..b9e5ad45103ac 100644 --- a/usr.bin/mkstr/Makefile +++ b/usr.bin/mkstr/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= mkstr WARNS?= 2 diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 0b47e40780aaf..f1bd3d8c5f05b 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/12/93 +# $FreeBSD$ PROG= netstat SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c ipx.c route.c \ diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index cfe0e1efb4329..ce4c7c6136fbe 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= nfsstat CFLAGS+=-DNFS diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index a6f87174baf91..dc72a89d73f82 100644 --- a/usr.bin/nice/Makefile +++ b/usr.bin/nice/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= nice WARNS?= 2 diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 85fffbf552b4e..ea1ec440789f1 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; +static char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index 74c86a07d90e3..d9aa8563a4d38 100644 --- a/usr.bin/nohup/Makefile +++ b/usr.bin/nohup/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= nohup WARNS?= 2 diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index b8fbd6a1cf19d..402dc58b57efb 100644 --- a/usr.bin/printenv/Makefile +++ b/usr.bin/printenv/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= printenv MLINKS= printenv.1 env.1 diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 72722a3633624..cf825c274602e 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 1e57f837a75e0..53fd56c6e081c 100644 --- a/usr.bin/printf/Makefile +++ b/usr.bin/printf/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= printf WARNS?= 2 diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index ef9723fa3d010..adfc4e160d96b 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= rev WARNS?= 2 diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index c023d8e55e40b..50921e7b4665d 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -31,19 +31,20 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> diff --git a/usr.bin/sasc/Makefile b/usr.bin/sasc/Makefile index 2f359d36af908..c44998a32dd64 100644 --- a/usr.bin/sasc/Makefile +++ b/usr.bin/sasc/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= sasc WARNS?= 2 diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 61f94350afae4..ac3a59c83c78d 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= script WARNS?= 2 diff --git a/usr.bin/soelim/Makefile b/usr.bin/soelim/Makefile index cde738997eeb3..9d28c126bca17 100644 --- a/usr.bin/soelim/Makefile +++ b/usr.bin/soelim/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= soelim WARNS?= 2 diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 49cb861cd7f6d..52baa4cb01089 100644 --- a/usr.bin/tee/Makefile +++ b/usr.bin/tee/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= tee WARNS?= 2 diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile index 644dc908c892d..3cea5179a3ed0 100644 --- a/usr.bin/tsort/Makefile +++ b/usr.bin/tsort/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= tsort WARNS?= 2 diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 14ed68fa5ebf2..1c4f6d3a92a55 100644 --- a/usr.bin/tty/Makefile +++ b/usr.bin/tty/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= tty WARNS?= 2 diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index a28e590234b30..5a85744d15b9c 100644 --- a/usr.bin/ul/Makefile +++ b/usr.bin/ul/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= ul WARNS?= 2 diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index fa73ea4cfe16e..2bc6ad4450daa 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= uniq WARNS?= 2 diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index d50d3441446b3..755d9c4b1f137 100644 --- a/usr.bin/unvis/Makefile +++ b/usr.bin/unvis/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= unvis WARNS?= 2 diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile index 5b440308cdee5..be3a99abfe8b4 100644 --- a/usr.bin/uudecode/Makefile +++ b/usr.bin/uudecode/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= uudecode WARNS?= 2 diff --git a/usr.bin/yacc/closure.c b/usr.bin/yacc/closure.c index 5921c781441ca..f7e7b55cb3bc8 100644 --- a/usr.bin/yacc/closure.c +++ b/usr.bin/yacc/closure.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93"; -#endif - #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 7158000f4779f..e563693e2e5cb 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; -#endif - /* routines for printing error messages */ #include "defs.h" diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 73be8feca180e..861644a89b91d 100644 --- a/usr.bin/yacc/lalr.c +++ b/usr.bin/yacc/lalr.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90"; -#endif - #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index 94698a07176c2..6f642fde44ab3 100644 --- a/usr.bin/yacc/lr0.c +++ b/usr.bin/yacc/lr0.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91"; -#endif - #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 4c427c363accd..cd1d5b84461ed 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; -#endif - #include <signal.h> #include <stdlib.h> #include <string.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 34aa81d9ed96b..7d61246e87cee 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; -#endif - #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index d6134c9cee9c6..e7687c354163a 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93"; -#endif - #include <stdlib.h> #include <string.h> #include "defs.h" diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 23a060fc30b49..8d54e925c8b56 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; -#endif - #include <stdlib.h> #include <string.h> #include "defs.h" diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 5e7ce14566976..11a1855894da6 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95"; -#endif - #include "defs.h" /* The definition of yysccsid in the banner should be replaced with */ diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index 8b8298c19ae24..c808d6ad70287 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90"; -#endif - #include <stdlib.h> #include <string.h> #include "defs.h" diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 2b37eef0c7047..e6206506256d4 100644 --- a/usr.bin/yacc/verbose.c +++ b/usr.bin/yacc/verbose.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91"; -#endif - #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 8f1cd1cb38f44..3c7bf1c7ab5a5 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -34,16 +34,17 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93"; +#endif +#endif +#include <sys/cdefs.h> #ifdef __FBSDID __FBSDID("$FreeBSD$"); #endif -#ifndef lint -static char const sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93"; -#endif - #include "defs.h" static void transitive_closure __P((unsigned *, int)); diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile index 8e91b4459c2c6..247bfae4e7d12 100644 --- a/usr.bin/yes/Makefile +++ b/usr.bin/yes/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= yes WARNS?= 2 |