diff --git a/bin/kenv/kenv.c b/bin/kenv/kenv.c index 622458d5f132..edd022cc3f53 100644 --- a/bin/kenv/kenv.c +++ b/bin/kenv/kenv.c @@ -21,9 +21,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ + +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index 52e9bb865eb2..fede30824c3d 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -34,7 +34,6 @@ #ifndef lint static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 846057615f8d..ac105aaf0555 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -39,9 +39,10 @@ */ #ifndef lint -static const char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; +#if 0 +static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; +#endif #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 60218298fb23..3c7f17ad26b1 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -44,9 +44,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)cksum.c 8.2 (Berkeley) 4/28/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index ba436601c711..569304da1114 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -38,9 +38,9 @@ #if 0 static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index f290d69e6339..2c4666b43700 100644 --- a/usr.bin/cksum/crc32.c +++ b/usr.bin/cksum/crc32.c @@ -11,10 +11,8 @@ * Spencer Garrett */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index d3b8ce46cc14..ca04996dc3f7 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index aaba1e8cbccd..a9813306fa07 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index a14c4d323ba1..2514272116f5 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index cbee92572dee..67719cf81b91 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -42,6 +40,8 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 7bf007c636bd..d6cbb4f9b442 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -44,10 +44,9 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ - +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index ced9c0113a9f..1d80b965bcf5 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -50,10 +50,8 @@ | copyright. All rights are reserved. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); char *ee_copyright_message = "Copyright (c) 1986, 1990, 1991, 1992, 1993, 1994, 1995, 1996 Hugh Mahon "; diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index f3a124b87585..22e1a847f6e0 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -44,10 +44,8 @@ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -#ifndef lint -statis const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "new_curse.h" #include diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index e1c2f94c89db..655536cc50b7 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -10,10 +10,8 @@ * Upgraded to function properly on 64-bit machines. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index e5a63c53215a..70e1247bb444 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index da950f9c180d..27b2c258cfff 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -42,6 +40,8 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); int main(void) diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 38f97d875623..4338c45681e7 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -5,11 +5,11 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $FreeBSD$ - * */ +#include +__FBSDID("$FreeBSD$"); + #include int diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 6215cfae45b4..0ad2bbc68596 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -169,11 +169,11 @@ */ #ifndef lint -static const char rcsid[] = - "$FreeBSD$"; static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 1dd0449e96b3..5fc726fae434 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1b4f22f841dd..a11a9c4f370f 100644 --- a/usr.bin/fstat/cd9660.c +++ b/usr.bin/fstat/cd9660.c @@ -32,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -42,6 +40,9 @@ * conflicts with UFS. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 9d26aeae51a3..0a51c59a0279 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 019d208c95a2..c428e57119ab 100644 --- a/usr.bin/fstat/msdosfs.c +++ b/usr.bin/fstat/msdosfs.c @@ -32,10 +32,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 4e542b8ad59e..95bacfb7c057 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -25,9 +25,9 @@ */ #ifndef lint -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 00f296744c54..9d55536716d8 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -41,8 +41,6 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif -#endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 00f296744c54..9d55536716d8 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -41,8 +41,6 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif -#endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 331901c1841c..67310a33782f 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/gcore/md-sparc.c b/usr.bin/gcore/md-sparc.c index 1557fb52d460..ef1436108b59 100644 --- a/usr.bin/gcore/md-sparc.c +++ b/usr.bin/gcore/md-sparc.c @@ -38,6 +38,8 @@ #ifndef lint static char sccsid[] = "@(#)md-sparc.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 721eaa77d26a..fba5bf1ca339 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -25,10 +25,11 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index 7ce9c4f5ad02..269a5786cf77 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,4 +1,5 @@ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/gprof/alpha.c b/usr.bin/gprof/alpha.c index 6a474086a312..c35cd63a5f2e 100644 --- a/usr.bin/gprof/alpha.c +++ b/usr.bin/gprof/alpha.c @@ -1,3 +1,6 @@ +#include +__FBSDID("$FreeBSD$"); + #include "gprof.h" /* diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 390556352ef9..b3bdfbabf333 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include "gprof.h" diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 8bea2c24de3e..9d2a08ae265e 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -38,6 +38,8 @@ static char sccsid[] = "@(#)dfn.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include "gprof.h" diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 400d9744a326..745da7641adb 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/gprof/ia64.c b/usr.bin/gprof/ia64.c index 967feda3511b..c35cd63a5f2e 100644 --- a/usr.bin/gprof/ia64.c +++ b/usr.bin/gprof/ia64.c @@ -1,4 +1,6 @@ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include "gprof.h" /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index c8df0d0a5c31..fc140877909c 100644 --- a/usr.bin/gprof/kernel.c +++ b/usr.bin/gprof/kernel.c @@ -1,7 +1,5 @@ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 9badc6c6d893..3c5f2b02cd01 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -38,6 +38,8 @@ static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "gprof.h" diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index d9f0d58a73fd..2440c8c030b4 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include "gprof.h" diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index c77b19fa008b..74be0e49c08b 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include "gprof.h" diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 9f0e77ab720e..e8eed854637f 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -42,6 +42,8 @@ static const char copyright[] = static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c index 717b915c27e3..98c700d72ad0 100644 --- a/usr.bin/hesinfo/hesinfo.c +++ b/usr.bin/hesinfo/hesinfo.c @@ -19,10 +19,7 @@ #include -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index d2e32fce909e..4c7d86382377 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 7a7434b85df0..660a2d9e2584 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 74b64c615a07..fad2fa8edd76 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index c371f1ee1708..0a37d01ef336 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index d928a3ff8aef..25ef0329ded6 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index e8c9b71fbdbc..4e5ca0000da2 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index b7515fd98eb3..7998fc79fd6f 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -37,9 +37,9 @@ #if 0 static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Argument scanning and profile reading code. Default parameters are set diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 25c3635c6c79..82dad36f7a2c 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -45,9 +45,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index e1e846eb2f67..d1bfcf3e47d1 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -37,9 +37,9 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 7133a6f36ebf..68f76da6bb8b 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -36,10 +36,10 @@ #if 0 #ifndef lint static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); /* * Here we have the token scanner for indent. It scans off one token and puts diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index b8c9a390fb5d..d83176a46977 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -35,10 +35,10 @@ #if 0 #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); #include #include "indent_globs.h" diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index f62620505397..32365dd6dcd4 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -32,13 +32,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#if 0 + #ifndef lint +#if 0 static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #endif +#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include "indent_globs.h" diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index cde581fd2bb8..7f0f89b8a1fa 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -29,10 +29,8 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 950be2539c14..9611f23d7613 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -25,10 +25,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 59c37faf5f5d..8d936c70bca4 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -45,9 +45,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 14f69df5d9af..ebaa3b43f9a8 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -42,7 +42,6 @@ static const char copyright[] = static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif #endif - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 34d2bb67027c..c6c56026d5cb 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #define _KERNEL extern int errno; diff --git a/usr.bin/kenv/kenv.c b/usr.bin/kenv/kenv.c index 622458d5f132..edd022cc3f53 100644 --- a/usr.bin/kenv/kenv.c +++ b/usr.bin/kenv/kenv.c @@ -21,9 +21,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ + +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c index 6bad09a76174..8e10d957b3ef 100644 --- a/usr.bin/keylogin/keylogin.c +++ b/usr.bin/keylogin/keylogin.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,6 +30,8 @@ #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)keylogin.c 1.4 91/03/11 Copyr 1986 Sun Micro"; #endif +#include +__FBSDID("$FreeBSD$"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index 8050df94cdc6..e4fcf21adbeb 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -31,10 +31,8 @@ * Copyright (C) 1986, Sun Microsystems, Inc. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * unset the secret key on local machine diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index c7d34f2d679a..3ca3b5c56fbe 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -23,10 +23,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index a71136b06885..67f01d2578c4 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -42,7 +42,6 @@ static const char copyright[] = static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 39969147ac71..c56aa29f6fc7 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -36,6 +36,8 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index e01fc9d0e792..11711538d8d3 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * lam - laminate files diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 41e249297599..b3325ccf4128 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -42,6 +40,8 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index e627be9cf5fe..5583b995b395 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 4880fb7bc48e..6931582aed55 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index ea482ac371e0..025a914407ec 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 810c1491cb91..0853466f9ac2 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/dfa.c,v 2.26 95/04/20 13:53:14 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index cdef5c8a2a89..d647142f4054 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 437471c641f3..0e20544ef332 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/gen.c,v 2.56 96/05/25 20:43:38 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index c2ee1f66193a..b81d43b52ae8 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -4,6 +4,8 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ */ +#include +__FBSDID("$FreeBSD$"); #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 97eff981a10a..f6adaa7c41c1 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -33,7 +33,8 @@ char copyright[] = #endif /* not lint */ /* $Header: /home/daffy/u0/vern/flex/RCS/main.c,v 2.64 96/05/25 20:42:42 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 6a0507873ded..3eda5793650c 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index d101f370e78b..4b81284ff2ec 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index ac1c4b256207..077015b78578 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index be5491aa21a8..89973f08ba87 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.11 94/11/05 17:08:28 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6c7ee3e7a565..e90c5d4fee0a 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ -/* $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); #include #include "flexdef.h" diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 6a2a2052d0cb..454b718b4843 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -19,10 +19,11 @@ * conditions are met. * * Display/change(+runprogram)/eval resource limits. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index f40afda7b9a8..a8eaf6fd3e7a 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -44,9 +44,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Lock a terminal up until the given key is entered, until the root diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 6c08ff91fcc0..257af52b3620 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -21,10 +21,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index fc81b76cdfeb..25692af13339 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,7 +42,6 @@ static const char copyright[] = static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ - #include __FBSDID("$FreeBSD$"); diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index f83422859af5..ebbce4931836 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -42,6 +40,8 @@ static const char copyright[] = #ifndef lint static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index d43e6aeef5ca..402ec9f78d13 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -44,9 +44,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * look -- find lines in a sorted list. diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 0b53a2dee67d..909636e9808e 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,9 +3,11 @@ * Garrett A. Wollman, September 1994 * This file is in the public domain. * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #define _NEW_VFSCONF #include diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index c73d95262395..82ad0dd763ec 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 8c5107729118..5ec6d7a69e7a 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index b25af303713c..15cf04a47b82 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 312b80c187a2..c9b7c6ae57aa 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index 7c49205939a8..b350ccef746e 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 30d8533d2210..6a0926336c14 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Mail -- a mail program diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index 8e5e14abcf05..d50c43a73b5f 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index a10021b498d5..b00f48593ede 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 4062e93c9f72..58519852aa93 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 61f43daec2c6..092494463f22 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 46255b8f9d56..518c25b6a3e4 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 5eacfb582d40..abff92a928c9 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index a95c70518886..c4d0704f899e 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -41,9 +41,9 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index 976bfa48e798..a4d64c642aea 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Mail -- a mail program diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index 73678ee14834..b6dc30a39ac5 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index ea92dab6aabf..4507c59e23b6 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index a4fa9a11c666..1addf07cd13c 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index 684a6d18f4ae..d3a816fb081d 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index a3ced98d5ec3..0d7424e94daf 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index c1e19d7bbdcc..6948d042488d 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Mail -- a mail program diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 3007a4942e23..34f9d800aad7 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index fdf3f40c8025..ab171c159e1e 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index 58f56386465b..e41c25c08681 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); /* * Just keep track of the date/sid of this version of Mail. diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index dcd14c39e3af..6c4a1e280887 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -46,9 +46,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index cf66e586a6c8..e2aa1cd11591 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -41,9 +41,9 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include