diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 44a406dd037..ec14451acd0 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 5c45085624a..a08ac88ab3c 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 2a7ce706afd..eaa46775eda 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -43,8 +43,6 @@ static const char copyright[] = #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index cd02c4fa810..23239d64764 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/cp/cp.c b/bin/cp/cp.c index e38cd97f436..24156e4b4a0 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Cp copies source files to target files. * diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 8c1c350ff6f..02d78350067 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/cpuset/cpuset.c b/bin/cpuset/cpuset.c index 43aadb33f1e..82ffcaeec25 100644 --- a/bin/cpuset/cpuset.c +++ b/bin/cpuset/cpuset.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_FREEBSD_BITSET #include diff --git a/bin/date/date.c b/bin/date/date.c index b7841030864..74e8c82c530 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/date/vary.c b/bin/date/vary.c index a067489bb72..ec556139c20 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/dd/args.c b/bin/dd/args.c index 35a076175a9..0e4edb6e2ca 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/dd/conv.c b/bin/dd/conv.c index ef5194ee1e0..b7cc1e5b538 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 36e23531bbb..e6cc873bf9b 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 84d955b235f..c1e8a4efdc5 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/dd/misc.c b/bin/dd/misc.c index c814d926d88..2cb0cad8bcc 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/dd/position.c b/bin/dd/position.c index 6cb6643982d..c8ec531e600 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/df/df.c b/bin/df/df.c index 9f7588a68d4..51e1e17de4a 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index cb42990315b..4607ce54308 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -41,8 +41,6 @@ static char const sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 46796ad1a27..168ff629972 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/ed/buf.c b/bin/ed/buf.c index 68594a8ebb2..1f111e7d513 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index d3677989235..94967f8389a 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ed/io.c b/bin/ed/io.c index 697e0a4c7ab..fda3f5d55fd 100644 --- a/bin/ed/io.c +++ b/bin/ed/io.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ed.h" /* read_file: read a named file/pipe into the buffer; return line count */ diff --git a/bin/ed/main.c b/bin/ed/main.c index 82ab6d19503..bddf6c1e9c2 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -35,8 +35,6 @@ static const char copyright[] = #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * CREDITS * diff --git a/bin/ed/re.c b/bin/ed/re.c index 03a343657bb..3dacb619a2b 100644 --- a/bin/ed/re.c +++ b/bin/ed/re.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ed.h" const char *errmsg = ""; diff --git a/bin/ed/sub.c b/bin/ed/sub.c index d12a5c9e140..2bf70b8ac4b 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ed.h" diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 603e39f1ca5..d5f56833ec6 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ed.h" diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c index a077cb8780b..25d0731559c 100644 --- a/bin/getfacl/getfacl.c +++ b/bin/getfacl/getfacl.c @@ -32,8 +32,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 3dbafa9d356..83959348bc7 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/kenv/kenv.c b/bin/kenv/kenv.c index ecf30ee6b61..6d414ec892d 100644 --- a/bin/kenv/kenv.c +++ b/bin/kenv/kenv.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 4ff7a8b19f9..dba32981c05 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ln/ln.c b/bin/ln/ln.c index e37dee361b1..546bfba1c7c 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 4f2c8bcfc84..590a848e512 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -38,9 +38,6 @@ static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - - #include #include diff --git a/bin/ls/ls.c b/bin/ls/ls.c index b027e34afc2..842364b67f1 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ls/print.c b/bin/ls/print.c index b01b2e1e61d..16c4f48624d 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ls/util.c b/bin/ls/util.c index 0b1cba84823..6930633fb74 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index cc699d3893d..4d5f151ba21 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 01d88ff625b..1320f603b3c 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 4128a91e3dc..1b191a69fd6 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 68dbced6917..b2d24e401f5 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 54c65150b46..e202374e08a 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 5e55e70be85..8719664d2c4 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 4aea03b47e3..76edca3c6f9 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 8976d055e23..1a019280ae7 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index da0d7299897..866bb9699a2 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index b8cb437405a..0bbd93173ea 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 838ff54d4a8..98e03aef7e6 100644 --- a/bin/pax/getoldopt.c +++ b/bin/pax/getoldopt.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/options.c b/bin/pax/options.c index 1366bb75eef..587641294e7 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -40,8 +40,6 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index ee683341d09..1b394ec8550 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 3c3ba345e3c..932cd591062 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 7ef5bec523a..0df241f7612 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 06694727858..17279f185b1 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/tar.c b/bin/pax/tar.c index 36e4e9920f8..cbe2dbab64f 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index ea524c45100..cd147718862 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pkill/pkill.c b/bin/pkill/pkill.c index 93349ecdafe..3be7bccd14c 100644 --- a/bin/pkill/pkill.c +++ b/bin/pkill/pkill.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index c89ea78d737..c79ef4450af 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index e78cf984e45..7996bc000e0 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 5ef56c9dfab..99cc3b8ad72 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/ps/print.c b/bin/ps/print.c index d4dbd962401..30fbf8ed12d 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 6f0cc76cd0b..e7781d1d931 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -49,8 +49,6 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index 66919ffa1c4..c3adb2a8b74 100644 --- a/bin/pwait/pwait.c +++ b/bin/pwait/pwait.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index cfa6c0b909b..47e2bc1ffdd 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/realpath/realpath.c b/bin/realpath/realpath.c index bc060bf1453..61263e508f5 100644 --- a/bin/realpath/realpath.c +++ b/bin/realpath/realpath.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 111f4a1326c..a3bbe1e1a9a 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 6f1545e4021..776b2297a8c 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/setfacl/file.c b/bin/setfacl/file.c index f7e9672c3ce..aee3c76b6c3 100644 --- a/bin/setfacl/file.c +++ b/bin/setfacl/file.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/setfacl/mask.c b/bin/setfacl/mask.c index 4dd85f039d0..09a97fdc466 100644 --- a/bin/setfacl/mask.c +++ b/bin/setfacl/mask.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/setfacl/merge.c b/bin/setfacl/merge.c index 604e6fb693c..981997c51dd 100644 --- a/bin/setfacl/merge.c +++ b/bin/setfacl/merge.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/setfacl/remove.c b/bin/setfacl/remove.c index 9c86096da41..78b3d09e440 100644 --- a/bin/setfacl/remove.c +++ b/bin/setfacl/remove.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index 033f9d2572c..2cb27b5796d 100644 --- a/bin/setfacl/setfacl.c +++ b/bin/setfacl/setfacl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index 8a78259c1ae..ee28b9d5503 100644 --- a/bin/setfacl/util.c +++ b/bin/setfacl/util.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/sh/alias.c b/bin/sh/alias.c index bbcf5fbe17e..4bac525e267 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "shell.h" #include "output.h" diff --git a/bin/sh/arith_yacc.c b/bin/sh/arith_yacc.c index a08163bdc29..cb88cdb4cbe 100644 --- a/bin/sh/arith_yacc.c +++ b/bin/sh/arith_yacc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/arith_yylex.c b/bin/sh/arith_yylex.c index 9f320dbcb58..68a641d807a 100644 --- a/bin/sh/arith_yylex.c +++ b/bin/sh/arith_yylex.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index e8046c7615e..1e5b719b4ea 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Echo command. */ diff --git a/bin/sh/cd.c b/bin/sh/cd.c index 66eee00b2c2..a10299b1236 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/error.c b/bin/sh/error.c index a6b407907e2..ae87807b752 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Errors and exceptions. */ diff --git a/bin/sh/eval.c b/bin/sh/eval.c index 58cfc522bb1..778aa60c52f 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 43095a252a3..07ed6d4173a 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 922bf5c3c4e..444f35cdb72 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -40,8 +40,6 @@ static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index e13f38548a4..3ca8a0bcefa 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/input.c b/bin/sh/input.c index 12faa33d0f1..2ba4c7dd9e0 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* defines BUFSIZ */ #include #include diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index ff36bfa6d99..47835cb1b5b 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 194f654484d..e69d8b193eb 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)mail.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Routines to check for mail. (Perhaps make part of main.c?) */ diff --git a/bin/sh/main.c b/bin/sh/main.c index 3dd2b0d8373..7a4dbc254f8 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/28/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index 7ea31af050e..9bd37488d04 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "shell.h" #include "output.h" diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 79d7dc097b5..5d5c137a7d1 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)miscbltin.c 8.4 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Miscellaneous builtins. */ diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index 5b923b7fe0c..c6fc0e6d9a7 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)mknodes.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * This program reads the nodetypes file and nodes.c.pat file. It generates * the files nodes.h and nodes.c. diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 24b118f64cb..7abef048bdb 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)mksyntax.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * This program creates syntax.h and syntax.c. */ diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 716f0034596..760b8bba76c 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * String functions. * diff --git a/bin/sh/options.c b/bin/sh/options.c index 55bfd9d483b..87ee4ab5c65 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/output.c b/bin/sh/output.c index c01ddd5acb8..c5f9d758dd9 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Shell output routines. We use our own output routines because: * When a builtin command is interrupted we have to discard diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 7f8283ca4df..044233da5d7 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/redir.c b/bin/sh/redir.c index e820fd2c05f..7e17156105e 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/show.c b/bin/sh/show.c index 01035d76093..70b71875c77 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 7a6ed2f4368..02fce4215f0 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sh/var.c b/bin/sh/var.c index 0758289151b..56be5c9d513 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index 5c9e7b17b9d..49efe904f93 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index ecefbb2bc8f..78ac820883a 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index 12ed2a2d350..6b05a10aee5 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/stty/key.c b/bin/stty/key.c index 4514a0ea1c0..19263f2b026 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 5cd3061aa44..ce39083d7d6 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "stty.h" diff --git a/bin/stty/print.c b/bin/stty/print.c index a76cd46b765..07a3c205847 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 9aa2f51aa81..f149491296d 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/stty/util.c b/bin/stty/util.c index 19898ba9805..c040d56966d 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 6855193a047..bc454155682 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/test/test.c b/bin/test/test.c index 1570238300e..1cb3eca8fe1 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/bin/timeout/timeout.c b/bin/timeout/timeout.c index d6b82373c0a..7de255f3015 100644 --- a/bin/timeout/timeout.c +++ b/bin/timeout/timeout.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/bin/uuidgen/uuidgen.c b/bin/uuidgen/uuidgen.c index 6dcfdde92a5..853c491da46 100644 --- a/bin/uuidgen/uuidgen.c +++ b/bin/uuidgen/uuidgen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/cddl/usr.sbin/zfsd/case_file.cc b/cddl/usr.sbin/zfsd/case_file.cc index ef4d592b960..3728913b646 100644 --- a/cddl/usr.sbin/zfsd/case_file.cc +++ b/cddl/usr.sbin/zfsd/case_file.cc @@ -73,9 +73,6 @@ #include "zfsd.h" #include "zfsd_exception.h" #include "zpool_list.h" - -__FBSDID("$FreeBSD$"); - /*============================ Namespace Control =============================*/ using std::hex; using std::ifstream; diff --git a/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc b/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc index 882524c83ef..f3fea2ca83f 100644 --- a/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc +++ b/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc @@ -62,9 +62,6 @@ #include #include "libmocks.h" - -__FBSDID("$FreeBSD$"); - /*================================== Macros ==================================*/ #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) diff --git a/cddl/usr.sbin/zfsd/vdev.cc b/cddl/usr.sbin/zfsd/vdev.cc index 8c510c233cf..1a37340fb76 100644 --- a/cddl/usr.sbin/zfsd/vdev.cc +++ b/cddl/usr.sbin/zfsd/vdev.cc @@ -63,8 +63,6 @@ #include "zfsd.h" #include "zfsd_exception.h" #include "zpool_list.h" - -__FBSDID("$FreeBSD$"); /*============================ Namespace Control =============================*/ using std::string; using std::stringstream; diff --git a/cddl/usr.sbin/zfsd/zfsd.cc b/cddl/usr.sbin/zfsd/zfsd.cc index 16c02203b66..210cc4b85a4 100644 --- a/cddl/usr.sbin/zfsd/zfsd.cc +++ b/cddl/usr.sbin/zfsd/zfsd.cc @@ -74,9 +74,6 @@ #include "zfsd.h" #include "zfsd_exception.h" #include "zpool_list.h" - -__FBSDID("$FreeBSD$"); - /*================================== Macros ==================================*/ #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) diff --git a/cddl/usr.sbin/zfsd/zfsd_event.cc b/cddl/usr.sbin/zfsd/zfsd_event.cc index 5391aeb2997..7a19b95abee 100644 --- a/cddl/usr.sbin/zfsd/zfsd_event.cc +++ b/cddl/usr.sbin/zfsd/zfsd_event.cc @@ -68,8 +68,6 @@ #include "zfsd.h" #include "zfsd_exception.h" #include "zpool_list.h" - -__FBSDID("$FreeBSD$"); /*============================ Namespace Control =============================*/ using DevdCtl::Event; using DevdCtl::Guid; diff --git a/cddl/usr.sbin/zfsd/zfsd_exception.cc b/cddl/usr.sbin/zfsd/zfsd_exception.cc index e83dd0f6e50..d5b3cab24f0 100644 --- a/cddl/usr.sbin/zfsd/zfsd_exception.cc +++ b/cddl/usr.sbin/zfsd/zfsd_exception.cc @@ -52,8 +52,6 @@ #include "vdev.h" #include "zfsd_exception.h" - -__FBSDID("$FreeBSD$"); /*============================ Namespace Control =============================*/ using std::endl; using std::string; diff --git a/cddl/usr.sbin/zfsd/zfsd_main.cc b/cddl/usr.sbin/zfsd/zfsd_main.cc index f090631e21f..cc9ce604438 100644 --- a/cddl/usr.sbin/zfsd/zfsd_main.cc +++ b/cddl/usr.sbin/zfsd/zfsd_main.cc @@ -55,9 +55,6 @@ #include "vdev_iterator.h" #include "zfsd.h" - -__FBSDID("$FreeBSD$"); - /*=============================== Program Main ===============================*/ static void usage() diff --git a/lib/csu/aarch64/crt1_c.c b/lib/csu/aarch64/crt1_c.c index 095c798046b..22158aaa42e 100644 --- a/lib/csu/aarch64/crt1_c.c +++ b/lib/csu/aarch64/crt1_c.c @@ -30,6 +30,4 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "csu_common.h" diff --git a/lib/csu/aarch64/crt1_s.S b/lib/csu/aarch64/crt1_s.S index 17ed7453167..97b4bff35a0 100644 --- a/lib/csu/aarch64/crt1_s.S +++ b/lib/csu/aarch64/crt1_s.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The program entry point * void _start(char **ap, void (*cleanup)(void)) __dead2 diff --git a/lib/csu/aarch64/crti.S b/lib/csu/aarch64/crti.S index af10c0f00d7..0a20f4c5e31 100644 --- a/lib/csu/aarch64/crti.S +++ b/lib/csu/aarch64/crti.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits .align 4 .globl _init diff --git a/lib/csu/aarch64/crtn.S b/lib/csu/aarch64/crtn.S index c62433537f3..924aa36aa04 100644 --- a/lib/csu/aarch64/crtn.S +++ b/lib/csu/aarch64/crtn.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits ldp x29, x30, [sp], #16 ret diff --git a/lib/csu/amd64/crt1_c.c b/lib/csu/amd64/crt1_c.c index 8c57e36becf..85fe0309600 100644 --- a/lib/csu/amd64/crt1_c.c +++ b/lib/csu/amd64/crt1_c.c @@ -27,6 +27,4 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "csu_common.h" diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S index 05b8ad8a431..9fc507e5fff 100644 --- a/lib/csu/amd64/crti.S +++ b/lib/csu/amd64/crti.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits .align 4 .globl _init diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index 50b5003b9f7..d6336688d4c 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits popq %rbp ret diff --git a/lib/csu/arm/crt1_c.c b/lib/csu/arm/crt1_c.c index 8a4abf491bb..7de2d333a59 100644 --- a/lib/csu/arm/crt1_c.c +++ b/lib/csu/arm/crt1_c.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/csu/arm/crt1_s.S b/lib/csu/arm/crt1_s.S index eeeab3588ce..1f864f217f0 100644 --- a/lib/csu/arm/crt1_s.S +++ b/lib/csu/arm/crt1_s.S @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "notes.h" diff --git a/lib/csu/arm/crti.S b/lib/csu/arm/crti.S index c6c37eba1b4..ce2058d3fa6 100644 --- a/lib/csu/arm/crti.S +++ b/lib/csu/arm/crti.S @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",%progbits .align 4 .globl _init diff --git a/lib/csu/arm/crtn.S b/lib/csu/arm/crtn.S index 25bbd5730ae..9be6d6cef76 100644 --- a/lib/csu/arm/crtn.S +++ b/lib/csu/arm/crtn.S @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",%progbits ldmea fp, {fp, sp, pc} mov pc, lr diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index 859582c3730..ddeec986a43 100644 --- a/lib/csu/common/crtbegin.c +++ b/lib/csu/common/crtbegin.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "crt.h" diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index 9ee16fbf66e..0ed86bfba2b 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "notes.h" diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c index 072f7b7a82f..d9259729bb0 100644 --- a/lib/csu/common/crtend.c +++ b/lib/csu/common/crtend.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "crt.h" typedef void (*crt_func)(void); diff --git a/lib/csu/common/feature_note.S b/lib/csu/common/feature_note.S index 7f95f32e5f9..343d2a9262e 100644 --- a/lib/csu/common/feature_note.S +++ b/lib/csu/common/feature_note.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "notes.h" diff --git a/lib/csu/common/ignore_init_note.S b/lib/csu/common/ignore_init_note.S index 9026ba92589..fa37a899053 100644 --- a/lib/csu/common/ignore_init_note.S +++ b/lib/csu/common/ignore_init_note.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "notes.h" diff --git a/lib/csu/i386/crt1_c.c b/lib/csu/i386/crt1_c.c index 9fae1cfa69b..5755a66afbb 100644 --- a/lib/csu/i386/crt1_c.c +++ b/lib/csu/i386/crt1_c.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "csu_common.h" void _start(char *, ...) __dead2; diff --git a/lib/csu/i386/crt1_s.S b/lib/csu/i386/crt1_s.S index 3e22efd2ce1..c29e97320ac 100644 --- a/lib/csu/i386/crt1_s.S +++ b/lib/csu/i386/crt1_s.S @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .text .align 4 .globl _start diff --git a/lib/csu/i386/crti.S b/lib/csu/i386/crti.S index f5883db0ba0..c006ed02ee6 100644 --- a/lib/csu/i386/crti.S +++ b/lib/csu/i386/crti.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits .align 4 .globl _init diff --git a/lib/csu/i386/crtn.S b/lib/csu/i386/crtn.S index f223062bb78..3e720a2137f 100644 --- a/lib/csu/i386/crtn.S +++ b/lib/csu/i386/crtn.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits addl $8,%esp popl %ebp diff --git a/lib/csu/powerpc/crt1_c.c b/lib/csu/powerpc/crt1_c.c index 72fc7040e23..656ca9cde9e 100644 --- a/lib/csu/powerpc/crt1_c.c +++ b/lib/csu/powerpc/crt1_c.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libc_private.h" diff --git a/lib/csu/powerpc/crti.S b/lib/csu/powerpc/crti.S index da83d1d9718..25d0df585bb 100644 --- a/lib/csu/powerpc/crti.S +++ b/lib/csu/powerpc/crti.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits .align 2 .globl _init diff --git a/lib/csu/powerpc/crtn.S b/lib/csu/powerpc/crtn.S index 74301181ffa..026cf4fe3e5 100644 --- a/lib/csu/powerpc/crtn.S +++ b/lib/csu/powerpc/crtn.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits lwz 11,0(1) lwz 0,4(11) diff --git a/lib/csu/powerpc/crtsavres.S b/lib/csu/powerpc/crtsavres.S index 582b69f2fe3..95ac7171213 100644 --- a/lib/csu/powerpc/crtsavres.S +++ b/lib/csu/powerpc/crtsavres.S @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .text /* diff --git a/lib/csu/powerpc64/crt1_c.c b/lib/csu/powerpc64/crt1_c.c index c7b9e89a23a..8d389b87a2a 100644 --- a/lib/csu/powerpc64/crt1_c.c +++ b/lib/csu/powerpc64/crt1_c.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/csu/powerpc64/crti.S b/lib/csu/powerpc64/crti.S index 00a12426cf6..33e9ca4f42a 100644 --- a/lib/csu/powerpc64/crti.S +++ b/lib/csu/powerpc64/crti.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _CALL_ELF .abiversion _CALL_ELF #endif diff --git a/lib/csu/powerpc64/crtn.S b/lib/csu/powerpc64/crtn.S index 39f21aee40d..a7619f3fbf6 100644 --- a/lib/csu/powerpc64/crtn.S +++ b/lib/csu/powerpc64/crtn.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits ld %r1,0(%r1) ld 0,16(%r1) diff --git a/lib/csu/riscv/crt1_c.c b/lib/csu/riscv/crt1_c.c index e08359e388f..df97fb50bff 100644 --- a/lib/csu/riscv/crt1_c.c +++ b/lib/csu/riscv/crt1_c.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "libc_private.h" #include "csu_common.h" diff --git a/lib/csu/riscv/crt1_s.S b/lib/csu/riscv/crt1_s.S index e6b23008a4d..8f77d2358ae 100644 --- a/lib/csu/riscv/crt1_s.S +++ b/lib/csu/riscv/crt1_s.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(_start) mv a3, a2 # cleanup addi a1, a0, 8 # get argv diff --git a/lib/csu/riscv/crti.S b/lib/csu/riscv/crti.S index 4aad1486c5c..92f6814a9c4 100644 --- a/lib/csu/riscv/crti.S +++ b/lib/csu/riscv/crti.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - # this puts __global_pointer$ into .dynsym, so symlook_obj can now find that # (see reloc.c) .weak __global_pointer$ diff --git a/lib/csu/riscv/crtn.S b/lib/csu/riscv/crtn.S index b5824716158..50f6e3f9ece 100644 --- a/lib/csu/riscv/crtn.S +++ b/lib/csu/riscv/crtn.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .section .init,"ax",@progbits ld ra, 0(sp) addi sp, sp, 16 diff --git a/lib/csu/tests/cxx_constructors.cc b/lib/csu/tests/cxx_constructors.cc index 7cae887e3f5..3568c4528c3 100644 --- a/lib/csu/tests/cxx_constructors.cc +++ b/lib/csu/tests/cxx_constructors.cc @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/csu/tests/fini_test.c b/lib/csu/tests/fini_test.c index c06e62e093f..9475b40f427 100644 --- a/lib/csu/tests/fini_test.c +++ b/lib/csu/tests/fini_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/csu/tests/init_test.c b/lib/csu/tests/init_test.c index 4be45cdf963..47bd9b7e64d 100644 --- a/lib/csu/tests/init_test.c +++ b/lib/csu/tests/init_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef DSO_LIB #include #endif diff --git a/lib/flua/libjail/lua_jail.c b/lib/flua/libjail/lua_jail.c index 53c9bd0b547..b463f5c894e 100644 --- a/lib/flua/libjail/lua_jail.c +++ b/lib/flua/libjail/lua_jail.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/cache/geom_cache.c b/lib/geom/cache/geom_cache.c index dc40c89f1b0..7be54004f19 100644 --- a/lib/geom/cache/geom_cache.c +++ b/lib/geom/cache/geom_cache.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/concat/geom_concat.c b/lib/geom/concat/geom_concat.c index 64327772e6d..df05b0994d7 100644 --- a/lib/geom/concat/geom_concat.c +++ b/lib/geom/concat/geom_concat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/eli/geom_eli.c b/lib/geom/eli/geom_eli.c index 21ae110b074..6cbb23230fa 100644 --- a/lib/geom/eli/geom_eli.c +++ b/lib/geom/eli/geom_eli.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/journal/geom_journal.c b/lib/geom/journal/geom_journal.c index d362e482290..0f252a3aa26 100644 --- a/lib/geom/journal/geom_journal.c +++ b/lib/geom/journal/geom_journal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/journal/geom_journal_ufs.c b/lib/geom/journal/geom_journal_ufs.c index abafde716ad..c01bf71da12 100644 --- a/lib/geom/journal/geom_journal_ufs.c +++ b/lib/geom/journal/geom_journal_ufs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/label/geom_label.c b/lib/geom/label/geom_label.c index a8eb68de3bc..a8ec9b45628 100644 --- a/lib/geom/label/geom_label.c +++ b/lib/geom/label/geom_label.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/mirror/geom_mirror.c b/lib/geom/mirror/geom_mirror.c index 4f91857b41a..bdd9391e331 100644 --- a/lib/geom/mirror/geom_mirror.c +++ b/lib/geom/mirror/geom_mirror.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/mountver/geom_mountver.c b/lib/geom/mountver/geom_mountver.c index 12f3a9ec3cd..79e24537766 100644 --- a/lib/geom/mountver/geom_mountver.c +++ b/lib/geom/mountver/geom_mountver.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/multipath/geom_multipath.c b/lib/geom/multipath/geom_multipath.c index 6db46ba5a27..4a9ddfc2cd1 100644 --- a/lib/geom/multipath/geom_multipath.c +++ b/lib/geom/multipath/geom_multipath.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/lib/geom/nop/geom_nop.c b/lib/geom/nop/geom_nop.c index 5ed1219be8b..ee0cf4808f4 100644 --- a/lib/geom/nop/geom_nop.c +++ b/lib/geom/nop/geom_nop.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/part/geom_part.c b/lib/geom/part/geom_part.c index 04e730c7719..cbbc81d3cc6 100644 --- a/lib/geom/part/geom_part.c +++ b/lib/geom/part/geom_part.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/geom/raid/geom_raid.c b/lib/geom/raid/geom_raid.c index b761d13d1e9..cec3506f575 100644 --- a/lib/geom/raid/geom_raid.c +++ b/lib/geom/raid/geom_raid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/raid3/geom_raid3.c b/lib/geom/raid3/geom_raid3.c index b14ba16092a..c4b0d0227c6 100644 --- a/lib/geom/raid3/geom_raid3.c +++ b/lib/geom/raid3/geom_raid3.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/shsec/geom_shsec.c b/lib/geom/shsec/geom_shsec.c index 29b78ec9af1..8a41b18def2 100644 --- a/lib/geom/shsec/geom_shsec.c +++ b/lib/geom/shsec/geom_shsec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/stripe/geom_stripe.c b/lib/geom/stripe/geom_stripe.c index cbabcb9e77f..f0acd5fa45e 100644 --- a/lib/geom/stripe/geom_stripe.c +++ b/lib/geom/stripe/geom_stripe.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/geom/virstor/geom_virstor.c b/lib/geom/virstor/geom_virstor.c index 754379f44b6..5b81c43c0ac 100644 --- a/lib/geom/virstor/geom_virstor.c +++ b/lib/geom/virstor/geom_virstor.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libbe/be.c b/lib/libbe/be.c index e607ab12215..38e5e44abb5 100644 --- a/lib/libbe/be.c +++ b/lib/libbe/be.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libbe/be_access.c b/lib/libbe/be_access.c index 9f9010527b9..67b30d3fb4f 100644 --- a/lib/libbe/be_access.c +++ b/lib/libbe/be_access.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "be.h" diff --git a/lib/libbe/be_error.c b/lib/libbe/be_error.c index 9093e8847dc..f515fe136f1 100644 --- a/lib/libbe/be_error.c +++ b/lib/libbe/be_error.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "be.h" #include "be_impl.h" diff --git a/lib/libbe/be_info.c b/lib/libbe/be_info.c index 64a5e7de295..88a9b17bf42 100644 --- a/lib/libbe/be_info.c +++ b/lib/libbe/be_info.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libbe/tests/target_prog.c b/lib/libbe/tests/target_prog.c index c49cd006760..4c79d1a3071 100644 --- a/lib/libbe/tests/target_prog.c +++ b/lib/libbe/tests/target_prog.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/aarch64/gen/_ctx_start.S b/lib/libc/aarch64/gen/_ctx_start.S index 6f3634c052a..15edcf21d46 100644 --- a/lib/libc/aarch64/gen/_ctx_start.S +++ b/lib/libc/aarch64/gen/_ctx_start.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(_ctx_start) blr x19 /* Call func from makecontext */ mov x0, x20 /* Load ucp saved in makecontext */ diff --git a/lib/libc/aarch64/gen/_setjmp.S b/lib/libc/aarch64/gen/_setjmp.S index 94a58d774f2..4fc9ce30489 100644 --- a/lib/libc/aarch64/gen/_setjmp.S +++ b/lib/libc/aarch64/gen/_setjmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(_setjmp) diff --git a/lib/libc/aarch64/gen/fabs.S b/lib/libc/aarch64/gen/fabs.S index a6a1873c82f..29e4b89d5ee 100644 --- a/lib/libc/aarch64/gen/fabs.S +++ b/lib/libc/aarch64/gen/fabs.S @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(fabs) fabs d0, d0 ret diff --git a/lib/libc/aarch64/gen/flt_rounds.c b/lib/libc/aarch64/gen/flt_rounds.c index 6f8eeebbad8..7d5259a1a3b 100644 --- a/lib/libc/aarch64/gen/flt_rounds.c +++ b/lib/libc/aarch64/gen/flt_rounds.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/aarch64/gen/fpgetmask.c b/lib/libc/aarch64/gen/fpgetmask.c index aa0d88e9923..7bc56a9d75b 100644 --- a/lib/libc/aarch64/gen/fpgetmask.c +++ b/lib/libc/aarch64/gen/fpgetmask.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/aarch64/gen/fpsetmask.c b/lib/libc/aarch64/gen/fpsetmask.c index 15f59d37765..1ad3f49d603 100644 --- a/lib/libc/aarch64/gen/fpsetmask.c +++ b/lib/libc/aarch64/gen/fpsetmask.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/aarch64/gen/infinity.c b/lib/libc/aarch64/gen/infinity.c index c96045e581b..fca66838fa6 100644 --- a/lib/libc/aarch64/gen/infinity.c +++ b/lib/libc/aarch64/gen/infinity.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* bytes for +Infinity on aarch64 */ diff --git a/lib/libc/aarch64/gen/makecontext.c b/lib/libc/aarch64/gen/makecontext.c index a87541d5760..ae23ad87d3a 100644 --- a/lib/libc/aarch64/gen/makecontext.c +++ b/lib/libc/aarch64/gen/makecontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/aarch64/gen/setjmp.S b/lib/libc/aarch64/gen/setjmp.S index e6cdba801e1..ecc677de262 100644 --- a/lib/libc/aarch64/gen/setjmp.S +++ b/lib/libc/aarch64/gen/setjmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(setjmp) diff --git a/lib/libc/aarch64/gen/sigsetjmp.S b/lib/libc/aarch64/gen/sigsetjmp.S index e0d0cd1aba2..cdff7a46c85 100644 --- a/lib/libc/aarch64/gen/sigsetjmp.S +++ b/lib/libc/aarch64/gen/sigsetjmp.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(sigsetjmp) diff --git a/lib/libc/aarch64/sys/__vdso_gettc.c b/lib/libc/aarch64/sys/__vdso_gettc.c index 85e1b2e23cd..52fba0e0856 100644 --- a/lib/libc/aarch64/sys/__vdso_gettc.c +++ b/lib/libc/aarch64/sys/__vdso_gettc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/aarch64/sys/cerror.S b/lib/libc/aarch64/sys/cerror.S index a85b6b242a4..a83514bc251 100644 --- a/lib/libc/aarch64/sys/cerror.S +++ b/lib/libc/aarch64/sys/cerror.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(cerror) .hidden cerror sub sp, sp, #16 diff --git a/lib/libc/aarch64/sys/syscall.S b/lib/libc/aarch64/sys/syscall.S index bd460279e4a..2c7e207f82f 100644 --- a/lib/libc/aarch64/sys/syscall.S +++ b/lib/libc/aarch64/sys/syscall.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" RSYSCALL(syscall) diff --git a/lib/libc/aarch64/sys/vfork.S b/lib/libc/aarch64/sys/vfork.S index 77c1e0cfb0e..f9489738a3c 100644 --- a/lib/libc/aarch64/sys/vfork.S +++ b/lib/libc/aarch64/sys/vfork.S @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "SYS.h" ENTRY(__sys_vfork) diff --git a/lib/libc/amd64/gen/_setjmp.S b/lib/libc/amd64/gen/_setjmp.S index 034900305e9..43af2b68b3f 100644 --- a/lib/libc/amd64/gen/_setjmp.S +++ b/lib/libc/amd64/gen/_setjmp.S @@ -34,8 +34,6 @@ .asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/amd64/gen/fabs.S b/lib/libc/amd64/gen/fabs.S index 38e67ab0387..8c7e4464d1f 100644 --- a/lib/libc/amd64/gen/fabs.S +++ b/lib/libc/amd64/gen/fabs.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Return floating point absolute value of a double. */ diff --git a/lib/libc/amd64/gen/flt_rounds.c b/lib/libc/amd64/gen/flt_rounds.c index c0ce81f6dfa..018ea029ee3 100644 --- a/lib/libc/amd64/gen/flt_rounds.c +++ b/lib/libc/amd64/gen/flt_rounds.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static const int map[] = { diff --git a/lib/libc/amd64/gen/infinity.c b/lib/libc/amd64/gen/infinity.c index 464b4029b35..b9db2fc84ef 100644 --- a/lib/libc/amd64/gen/infinity.c +++ b/lib/libc/amd64/gen/infinity.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* bytes for +Infinity on a 387 */ diff --git a/lib/libc/amd64/gen/makecontext.c b/lib/libc/amd64/gen/makecontext.c index 05ceba7d9af..dcc3b8ab9b4 100644 --- a/lib/libc/amd64/gen/makecontext.c +++ b/lib/libc/amd64/gen/makecontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/amd64/gen/rfork_thread.S b/lib/libc/amd64/gen/rfork_thread.S index d08700fb4fe..a3c64fad799 100644 --- a/lib/libc/amd64/gen/rfork_thread.S +++ b/lib/libc/amd64/gen/rfork_thread.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * With thanks to John Dyson for the original version of this. */ diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S index 173a2d29953..6f469c4c08e 100644 --- a/lib/libc/amd64/gen/setjmp.S +++ b/lib/libc/amd64/gen/setjmp.S @@ -34,8 +34,6 @@ .asciz "@(#)setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/amd64/gen/signalcontext.c b/lib/libc/amd64/gen/signalcontext.c index 283a9715e76..cc1c2523c75 100644 --- a/lib/libc/amd64/gen/signalcontext.c +++ b/lib/libc/amd64/gen/signalcontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/amd64/gen/sigsetjmp.S b/lib/libc/amd64/gen/sigsetjmp.S index 743b8a631d3..757280159d8 100644 --- a/lib/libc/amd64/gen/sigsetjmp.S +++ b/lib/libc/amd64/gen/sigsetjmp.S @@ -37,8 +37,6 @@ .asciz "$Id: sigsetjmp.S,v 1.1 1993/12/05 13:01:05 ats Exp $" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" /*- diff --git a/lib/libc/amd64/stdlib/div.S b/lib/libc/amd64/stdlib/div.S index 366010c3d20..f15ef2ffc5b 100644 --- a/lib/libc/amd64/stdlib/div.S +++ b/lib/libc/amd64/stdlib/div.S @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(div) movl %edi,%eax cltd diff --git a/lib/libc/amd64/stdlib/ldiv.S b/lib/libc/amd64/stdlib/ldiv.S index f11472c671d..6c1e2292d7f 100644 --- a/lib/libc/amd64/stdlib/ldiv.S +++ b/lib/libc/amd64/stdlib/ldiv.S @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(ldiv) movq %rdi,%rax cqto diff --git a/lib/libc/amd64/stdlib/lldiv.S b/lib/libc/amd64/stdlib/lldiv.S index 4dab0fdd527..744cfefd064 100644 --- a/lib/libc/amd64/stdlib/lldiv.S +++ b/lib/libc/amd64/stdlib/lldiv.S @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(lldiv) movq %rdi,%rax cqto diff --git a/lib/libc/amd64/string/bcopy.c b/lib/libc/amd64/string/bcopy.c index 9e0c4187e43..406b28f0b97 100644 --- a/lib/libc/amd64/string/bcopy.c +++ b/lib/libc/amd64/string/bcopy.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/lib/libc/amd64/string/bzero.c b/lib/libc/amd64/string/bzero.c index 1ab391076b0..a4fdb74d6bb 100644 --- a/lib/libc/amd64/string/bzero.c +++ b/lib/libc/amd64/string/bzero.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/lib/libc/amd64/string/memcmp.S b/lib/libc/amd64/string/memcmp.S index d954b11308e..fea5cebc65f 100644 --- a/lib/libc/amd64/string/memcmp.S +++ b/lib/libc/amd64/string/memcmp.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Note: this routine was written with kernel use in mind (read: no simd), * it is only present in userspace as a temporary measure until something diff --git a/lib/libc/amd64/string/memmove.S b/lib/libc/amd64/string/memmove.S index bd074e23351..7878e6e9bee 100644 --- a/lib/libc/amd64/string/memmove.S +++ b/lib/libc/amd64/string/memmove.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Note: this routine was written with kernel use in mind (read: no simd), * it is only present in userspace as a temporary measure until something diff --git a/lib/libc/amd64/string/memset.S b/lib/libc/amd64/string/memset.S index 43d6e36ea6f..bfab34eeaeb 100644 --- a/lib/libc/amd64/string/memset.S +++ b/lib/libc/amd64/string/memset.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Note: this routine was written with kernel use in mind (read: no simd), * it is only present in userspace as a temporary measure until something diff --git a/lib/libc/amd64/string/stpcpy.S b/lib/libc/amd64/string/stpcpy.S index 52ac69c5f7e..73c765556dc 100644 --- a/lib/libc/amd64/string/stpcpy.S +++ b/lib/libc/amd64/string/stpcpy.S @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This stpcpy implementation copies a byte at a time until the * source pointer is aligned to a word boundary, it then copies by diff --git a/lib/libc/amd64/string/strcat.S b/lib/libc/amd64/string/strcat.S index 7b5a1dd39cd..0834408acfb 100644 --- a/lib/libc/amd64/string/strcat.S +++ b/lib/libc/amd64/string/strcat.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if 0 RCSID("$NetBSD: strcat.S,v 1.4 2004/07/26 18:51:21 drochner Exp $") #endif diff --git a/lib/libc/amd64/string/strcmp.S b/lib/libc/amd64/string/strcmp.S index 787e1e07b1b..437db7eca43 100644 --- a/lib/libc/amd64/string/strcmp.S +++ b/lib/libc/amd64/string/strcmp.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if 0 RCSID("$NetBSD: strcmp.S,v 1.3 2004/07/19 20:04:41 drochner Exp $") #endif diff --git a/lib/libc/amd64/string/strcpy.c b/lib/libc/amd64/string/strcpy.c index 24161292de7..fbc661462ff 100644 --- a/lib/libc/amd64/string/strcpy.c +++ b/lib/libc/amd64/string/strcpy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - char *__stpcpy(char * __restrict, const char * __restrict); char * diff --git a/lib/libc/amd64/string/strlen.S b/lib/libc/amd64/string/strlen.S index 7e2514de44b..cc248af001a 100644 --- a/lib/libc/amd64/string/strlen.S +++ b/lib/libc/amd64/string/strlen.S @@ -9,8 +9,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "amd64_archlevel.h" /* diff --git a/lib/libc/amd64/sys/amd64_get_fsbase.c b/lib/libc/amd64/sys/amd64_get_fsbase.c index 751955a0cda..4784bb0baf4 100644 --- a/lib/libc/amd64/sys/amd64_get_fsbase.c +++ b/lib/libc/amd64/sys/amd64_get_fsbase.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/lib/libc/amd64/sys/amd64_get_gsbase.c b/lib/libc/amd64/sys/amd64_get_gsbase.c index 85ebebb8ffa..c81773c4b78 100644 --- a/lib/libc/amd64/sys/amd64_get_gsbase.c +++ b/lib/libc/amd64/sys/amd64_get_gsbase.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/lib/libc/amd64/sys/amd64_set_fsbase.c b/lib/libc/amd64/sys/amd64_set_fsbase.c index dae6fc4fdfe..24dddcad48f 100644 --- a/lib/libc/amd64/sys/amd64_set_fsbase.c +++ b/lib/libc/amd64/sys/amd64_set_fsbase.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/lib/libc/amd64/sys/amd64_set_gsbase.c b/lib/libc/amd64/sys/amd64_set_gsbase.c index 6a7152c62a0..10004afe823 100644 --- a/lib/libc/amd64/sys/amd64_set_gsbase.c +++ b/lib/libc/amd64/sys/amd64_set_gsbase.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/lib/libc/amd64/sys/cerror.S b/lib/libc/amd64/sys/cerror.S index 1928acd0b7a..d0b11888562 100644 --- a/lib/libc/amd64/sys/cerror.S +++ b/lib/libc/amd64/sys/cerror.S @@ -34,8 +34,6 @@ .asciz "@(#)cerror.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" .globl HIDENAME(cerror) diff --git a/lib/libc/amd64/sys/getcontext.S b/lib/libc/amd64/sys/getcontext.S index b11e65caf58..6860a3cf9be 100644 --- a/lib/libc/amd64/sys/getcontext.S +++ b/lib/libc/amd64/sys/getcontext.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S index 550f14c3b60..11faadc6b31 100644 --- a/lib/libc/amd64/sys/vfork.S +++ b/lib/libc/amd64/sys/vfork.S @@ -34,8 +34,6 @@ .asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" WEAK_REFERENCE(__sys_vfork, _vfork) diff --git a/lib/libc/arm/aeabi/aeabi_asm_double.S b/lib/libc/arm/aeabi/aeabi_asm_double.S index ced4d78b6cb..767c62a7edf 100644 --- a/lib/libc/arm/aeabi/aeabi_asm_double.S +++ b/lib/libc/arm/aeabi/aeabi_asm_double.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PCR_Z (1 << 30) #define PCR_C (1 << 29) diff --git a/lib/libc/arm/aeabi/aeabi_asm_float.S b/lib/libc/arm/aeabi/aeabi_asm_float.S index de6b1c88f4f..f9dff9e0aec 100644 --- a/lib/libc/arm/aeabi/aeabi_asm_float.S +++ b/lib/libc/arm/aeabi/aeabi_asm_float.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PCR_Z (1 << 30) #define PCR_C (1 << 29) diff --git a/lib/libc/arm/aeabi/aeabi_atexit.c b/lib/libc/arm/aeabi/aeabi_atexit.c index d3639ed17c1..267ddfb223d 100644 --- a/lib/libc/arm/aeabi/aeabi_atexit.c +++ b/lib/libc/arm/aeabi/aeabi_atexit.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - int __cxa_atexit(void (*)(void *), void *, void *); int diff --git a/lib/libc/arm/aeabi/aeabi_double.c b/lib/libc/arm/aeabi/aeabi_double.c index e3eb9e539d7..9fb0c61a346 100644 --- a/lib/libc/arm/aeabi/aeabi_double.c +++ b/lib/libc/arm/aeabi/aeabi_double.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" diff --git a/lib/libc/arm/aeabi/aeabi_float.c b/lib/libc/arm/aeabi/aeabi_float.c index de25334e590..71b46af836e 100644 --- a/lib/libc/arm/aeabi/aeabi_float.c +++ b/lib/libc/arm/aeabi/aeabi_float.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" diff --git a/lib/libc/arm/aeabi/aeabi_int_div.S b/lib/libc/arm/aeabi/aeabi_int_div.S index 41f5c123b1e..708b478b388 100644 --- a/lib/libc/arm/aeabi/aeabi_int_div.S +++ b/lib/libc/arm/aeabi/aeabi_int_div.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Due to bug in libcompiler_rt, all symbols declared by * DEFINE_AEABI_FUNCTION_ALIAS() are not hidden. All these but diff --git a/lib/libc/arm/aeabi/aeabi_unwind_cpp.c b/lib/libc/arm/aeabi/aeabi_unwind_cpp.c index 74d81903f97..f3bee222d52 100644 --- a/lib/libc/arm/aeabi/aeabi_unwind_cpp.c +++ b/lib/libc/arm/aeabi/aeabi_unwind_cpp.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void __aeabi_unwind_cpp_pr0(void) __hidden; diff --git a/lib/libc/arm/aeabi/aeabi_unwind_exidx.c b/lib/libc/arm/aeabi/aeabi_unwind_exidx.c index d5af8b3fc6e..e7bff3816ff 100644 --- a/lib/libc/arm/aeabi/aeabi_unwind_exidx.c +++ b/lib/libc/arm/aeabi/aeabi_unwind_exidx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/aeabi/aeabi_vfp_double.S b/lib/libc/arm/aeabi/aeabi_vfp_double.S index be4309dd6ef..89287d922f7 100644 --- a/lib/libc/arm/aeabi/aeabi_vfp_double.S +++ b/lib/libc/arm/aeabi/aeabi_vfp_double.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "aeabi_vfp.h" .fpu vfp diff --git a/lib/libc/arm/aeabi/aeabi_vfp_float.S b/lib/libc/arm/aeabi/aeabi_vfp_float.S index c9df41cf4b2..389e58935f8 100644 --- a/lib/libc/arm/aeabi/aeabi_vfp_float.S +++ b/lib/libc/arm/aeabi/aeabi_vfp_float.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "aeabi_vfp.h" .fpu vfp diff --git a/lib/libc/arm/gen/__aeabi_read_tp.S b/lib/libc/arm/gen/__aeabi_read_tp.S index 6229c951b34..066d92e2e95 100644 --- a/lib/libc/arm/gen/__aeabi_read_tp.S +++ b/lib/libc/arm/gen/__aeabi_read_tp.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(__aeabi_read_tp) diff --git a/lib/libc/arm/gen/_setjmp.S b/lib/libc/arm/gen/_setjmp.S index d79697ace30..19b8b6b0705 100644 --- a/lib/libc/arm/gen/_setjmp.S +++ b/lib/libc/arm/gen/_setjmp.S @@ -42,9 +42,6 @@ #include #include - -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/arm/gen/alloca.S b/lib/libc/arm/gen/alloca.S index 2539b7a80c9..3545cc642aa 100644 --- a/lib/libc/arm/gen/alloca.S +++ b/lib/libc/arm/gen/alloca.S @@ -35,8 +35,6 @@ /* like alloc, but automatic automatic free in return */ #include -__FBSDID("$FreeBSD$"); - ENTRY(alloca) add r0, r0, #0x00000007 /* round up to next 8 byte alignment */ bic r0, r0, #0x00000007 diff --git a/lib/libc/arm/gen/arm_drain_writebuf.c b/lib/libc/arm/gen/arm_drain_writebuf.c index e20c8bc7a83..d8e4063f27c 100644 --- a/lib/libc/arm/gen/arm_drain_writebuf.c +++ b/lib/libc/arm/gen/arm_drain_writebuf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/arm_initfini.c b/lib/libc/arm/gen/arm_initfini.c index a54646eb790..00ca41165c2 100644 --- a/lib/libc/arm/gen/arm_initfini.c +++ b/lib/libc/arm/gen/arm_initfini.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * To properly implement setjmp/longjmp for the ARM AAPCS ABI, it has to be * aware of whether there is a FPU is present or not. Regardless of whether diff --git a/lib/libc/arm/gen/arm_sync_icache.c b/lib/libc/arm/gen/arm_sync_icache.c index 5a029b45c47..d89f57cbae1 100644 --- a/lib/libc/arm/gen/arm_sync_icache.c +++ b/lib/libc/arm/gen/arm_sync_icache.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/gen/divsi3.S b/lib/libc/arm/gen/divsi3.S index fac0663cdb2..9fddebaf96f 100644 --- a/lib/libc/arm/gen/divsi3.S +++ b/lib/libc/arm/gen/divsi3.S @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * stack is aligned as there's a possibility of branching to L_overflow * which makes a C call diff --git a/lib/libc/arm/gen/fabs.c b/lib/libc/arm/gen/fabs.c index 6730a674628..b3020b88062 100644 --- a/lib/libc/arm/gen/fabs.c +++ b/lib/libc/arm/gen/fabs.c @@ -37,8 +37,6 @@ * fabs(x) returns the absolute value of x. */ #include -__FBSDID("$FreeBSD$"); - double fabs(double x) { diff --git a/lib/libc/arm/gen/flt_rounds.c b/lib/libc/arm/gen/flt_rounds.c index 1947d4748ce..a592dbff38c 100644 --- a/lib/libc/arm/gen/flt_rounds.c +++ b/lib/libc/arm/gen/flt_rounds.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpgetmask_vfp.c b/lib/libc/arm/gen/fpgetmask_vfp.c index 7c4d76fc403..d70f5caf845 100644 --- a/lib/libc/arm/gen/fpgetmask_vfp.c +++ b/lib/libc/arm/gen/fpgetmask_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpgetround_vfp.c b/lib/libc/arm/gen/fpgetround_vfp.c index ed943886564..830193b65e6 100644 --- a/lib/libc/arm/gen/fpgetround_vfp.c +++ b/lib/libc/arm/gen/fpgetround_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpgetsticky_vfp.c b/lib/libc/arm/gen/fpgetsticky_vfp.c index f1e0ba5bfdb..34ed2f0dd5e 100644 --- a/lib/libc/arm/gen/fpgetsticky_vfp.c +++ b/lib/libc/arm/gen/fpgetsticky_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpsetmask_vfp.c b/lib/libc/arm/gen/fpsetmask_vfp.c index 170e06d74fa..bf9c1c62209 100644 --- a/lib/libc/arm/gen/fpsetmask_vfp.c +++ b/lib/libc/arm/gen/fpsetmask_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpsetround_vfp.c b/lib/libc/arm/gen/fpsetround_vfp.c index dc65a2e1005..76b8a9e9226 100644 --- a/lib/libc/arm/gen/fpsetround_vfp.c +++ b/lib/libc/arm/gen/fpsetround_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/fpsetsticky_vfp.c b/lib/libc/arm/gen/fpsetsticky_vfp.c index ddc15938417..e98681e2372 100644 --- a/lib/libc/arm/gen/fpsetsticky_vfp.c +++ b/lib/libc/arm/gen/fpsetsticky_vfp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/arm/gen/getcontextx.c b/lib/libc/arm/gen/getcontextx.c index d857420c776..78db8c07715 100644 --- a/lib/libc/arm/gen/getcontextx.c +++ b/lib/libc/arm/gen/getcontextx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/gen/infinity.c b/lib/libc/arm/gen/infinity.c index 60faf42a7ea..fe6c147980e 100644 --- a/lib/libc/arm/gen/infinity.c +++ b/lib/libc/arm/gen/infinity.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* bytes for +Infinity on a 387 */ diff --git a/lib/libc/arm/gen/makecontext.c b/lib/libc/arm/gen/makecontext.c index ad3f97184fd..bf24e1f741c 100644 --- a/lib/libc/arm/gen/makecontext.c +++ b/lib/libc/arm/gen/makecontext.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/gen/setjmp.S b/lib/libc/arm/gen/setjmp.S index 58353ca9a5f..5a6c899e2b2 100644 --- a/lib/libc/arm/gen/setjmp.S +++ b/lib/libc/arm/gen/setjmp.S @@ -40,9 +40,6 @@ #include #include - -__FBSDID("$FreeBSD$"); - /* * C library -- setjmp, longjmp * diff --git a/lib/libc/arm/gen/signalcontext.c b/lib/libc/arm/gen/signalcontext.c index 2a6d76a1ccf..95fdc1579f8 100644 --- a/lib/libc/arm/gen/signalcontext.c +++ b/lib/libc/arm/gen/signalcontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/gen/sigsetjmp.S b/lib/libc/arm/gen/sigsetjmp.S index 236f5310a7f..a4e2e974c94 100644 --- a/lib/libc/arm/gen/sigsetjmp.S +++ b/lib/libc/arm/gen/sigsetjmp.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/arm/string/bcopy.S b/lib/libc/arm/string/bcopy.S index f2583fc7ffc..dbe9efc0619 100644 --- a/lib/libc/arm/string/bcopy.S +++ b/lib/libc/arm/string/bcopy.S @@ -1,6 +1,5 @@ /* $NetBSD: bcopy.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */ #include -__FBSDID("$FreeBSD$"); #define _BCOPY #include "memmove.S" diff --git a/lib/libc/arm/string/bzero.S b/lib/libc/arm/string/bzero.S index b31358d6d92..db524c3529a 100644 --- a/lib/libc/arm/string/bzero.S +++ b/lib/libc/arm/string/bzero.S @@ -30,8 +30,5 @@ */ #include - -__FBSDID("$FreeBSD$"); - #define _BZERO #include "memset.S" diff --git a/lib/libc/arm/string/memcmp.S b/lib/libc/arm/string/memcmp.S index 33a11b7c4c4..2dbb1831c72 100644 --- a/lib/libc/arm/string/memcmp.S +++ b/lib/libc/arm/string/memcmp.S @@ -63,9 +63,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - .syntax unified ENTRY(memcmp) diff --git a/lib/libc/arm/string/memcpy.S b/lib/libc/arm/string/memcpy.S index 63390edeaa9..6ea7bec7e9c 100644 --- a/lib/libc/arm/string/memcpy.S +++ b/lib/libc/arm/string/memcpy.S @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .syntax unified /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ diff --git a/lib/libc/arm/string/memmove.S b/lib/libc/arm/string/memmove.S index 27ec743bb44..fa871d9274e 100644 --- a/lib/libc/arm/string/memmove.S +++ b/lib/libc/arm/string/memmove.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .syntax unified #ifndef _BCOPY diff --git a/lib/libc/arm/string/memset.S b/lib/libc/arm/string/memset.S index 6ac64274db9..40e0e567668 100644 --- a/lib/libc/arm/string/memset.S +++ b/lib/libc/arm/string/memset.S @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .syntax unified /* diff --git a/lib/libc/arm/string/strcmp.S b/lib/libc/arm/string/strcmp.S index 1cdce8bcbab..19145c61ebd 100644 --- a/lib/libc/arm/string/strcmp.S +++ b/lib/libc/arm/string/strcmp.S @@ -29,9 +29,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - ENTRY(strcmp) 1: ldrb r2, [r0], #1 diff --git a/lib/libc/arm/string/strlen.S b/lib/libc/arm/string/strlen.S index fdfd8643ae1..5b68e51b8a2 100644 --- a/lib/libc/arm/string/strlen.S +++ b/lib/libc/arm/string/strlen.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .syntax unified ENTRY(strlen) diff --git a/lib/libc/arm/string/strncmp.S b/lib/libc/arm/string/strncmp.S index affcaa0537b..d3d6ce08e0c 100644 --- a/lib/libc/arm/string/strncmp.S +++ b/lib/libc/arm/string/strncmp.S @@ -29,9 +29,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - ENTRY(strncmp) /* if (len == 0) return 0 */ cmp r2, #0 diff --git a/lib/libc/arm/sys/Ovfork.S b/lib/libc/arm/sys/Ovfork.S index 73c619e3609..0913f0361c4 100644 --- a/lib/libc/arm/sys/Ovfork.S +++ b/lib/libc/arm/sys/Ovfork.S @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "SYS.h" /* diff --git a/lib/libc/arm/sys/__vdso_gettc.c b/lib/libc/arm/sys/__vdso_gettc.c index 6e373c0a81a..e5987eea2fe 100644 --- a/lib/libc/arm/sys/__vdso_gettc.c +++ b/lib/libc/arm/sys/__vdso_gettc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/arm/sys/cerror.S b/lib/libc/arm/sys/cerror.S index 5fad698caf1..06e51bc649f 100644 --- a/lib/libc/arm/sys/cerror.S +++ b/lib/libc/arm/sys/cerror.S @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "SYS.h" .globl _C_LABEL(__error) diff --git a/lib/libc/arm/sys/syscall.S b/lib/libc/arm/sys/syscall.S index c88d1aeb4b6..3199b8fb2f5 100644 --- a/lib/libc/arm/sys/syscall.S +++ b/lib/libc/arm/sys/syscall.S @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "SYS.h" RSYSCALL(syscall) diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index 5546fb1014a..f38c673967b 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c index d58f11bbb97..2314b9f6df6 100644 --- a/lib/libc/compat-43/gethostid.c +++ b/lib/libc/compat-43/gethostid.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c index ba5b095ec17..c5f10440516 100644 --- a/lib/libc/compat-43/getwd.c +++ b/lib/libc/compat-43/getwd.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getwd.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/compat-43/killpg.c b/lib/libc/compat-43/killpg.c index fa8893b050f..69340598262 100644 --- a/lib/libc/compat-43/killpg.c +++ b/lib/libc/compat-43/killpg.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)killpg.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index 00f4d89f82f..cc53400a598 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)sethostid.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/compat-43/setpgrp.c b/lib/libc/compat-43/setpgrp.c index 12766ce4d20..4bf0d23ba73 100644 --- a/lib/libc/compat-43/setpgrp.c +++ b/lib/libc/compat-43/setpgrp.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)setpgrp.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/compat-43/setrgid.c b/lib/libc/compat-43/setrgid.c index 4d83651a85b..30a7c24cea4 100644 --- a/lib/libc/compat-43/setrgid.c +++ b/lib/libc/compat-43/setrgid.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)setrgid.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/compat-43/setruid.c b/lib/libc/compat-43/setruid.c index 9d581303fcd..4dd738a6e68 100644 --- a/lib/libc/compat-43/setruid.c +++ b/lib/libc/compat-43/setruid.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)setruid.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/compat-43/sigcompat.c b/lib/libc/compat-43/sigcompat.c index 0a04adae019..350f8e77971 100644 --- a/lib/libc/compat-43/sigcompat.c +++ b/lib/libc/compat-43/sigcompat.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)sigcompat.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/csu/aarch64/reloc.c b/lib/libc/csu/aarch64/reloc.c index f3dbf3e3b57..7f5dff497fe 100644 --- a/lib/libc/csu/aarch64/reloc.c +++ b/lib/libc/csu/aarch64/reloc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - static void crt1_handle_rela(const Elf_Rela *r) { diff --git a/lib/libc/csu/amd64/reloc.c b/lib/libc/csu/amd64/reloc.c index 0a5a2492995..65495881927 100644 --- a/lib/libc/csu/amd64/reloc.c +++ b/lib/libc/csu/amd64/reloc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/csu/i386/reloc.c b/lib/libc/csu/i386/reloc.c index f99b1089cf4..d617f35dc66 100644 --- a/lib/libc/csu/i386/reloc.c +++ b/lib/libc/csu/i386/reloc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/csu/powerpc64/reloc.c b/lib/libc/csu/powerpc64/reloc.c index 5ba191d07cd..6201ba0f1fb 100644 --- a/lib/libc/csu/powerpc64/reloc.c +++ b/lib/libc/csu/powerpc64/reloc.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - static uint32_t cpu_features; static uint32_t cpu_features2; diff --git a/lib/libc/db/btree/bt_close.c b/lib/libc/db/btree/bt_close.c index c09557377af..1378e45a77e 100644 --- a/lib/libc/db/btree/bt_close.c +++ b/lib/libc/db/btree/bt_close.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/db/btree/bt_conv.c b/lib/libc/db/btree/bt_conv.c index a929d51de94..5b3f166dff9 100644 --- a/lib/libc/db/btree/bt_conv.c +++ b/lib/libc/db/btree/bt_conv.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_conv.c 8.5 (Berkeley) 8/17/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_debug.c b/lib/libc/db/btree/bt_debug.c index b4af2fbda2e..50f1294a960 100644 --- a/lib/libc/db/btree/bt_debug.c +++ b/lib/libc/db/btree/bt_debug.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_delete.c b/lib/libc/db/btree/bt_delete.c index 46afeeef00b..fc122165a33 100644 --- a/lib/libc/db/btree/bt_delete.c +++ b/lib/libc/db/btree/bt_delete.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_delete.c 8.13 (Berkeley) 7/28/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c index f9998a71976..3a0f9f72d92 100644 --- a/lib/libc/db/btree/bt_get.c +++ b/lib/libc/db/btree/bt_get.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c index 06bbd39f184..fcc3a9a9abb 100644 --- a/lib/libc/db/btree/bt_open.c +++ b/lib/libc/db/btree/bt_open.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_open.c 8.10 (Berkeley) 8/17/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Implementation of btree access method for 4.4BSD. * diff --git a/lib/libc/db/btree/bt_overflow.c b/lib/libc/db/btree/bt_overflow.c index e116c359578..f2c56578931 100644 --- a/lib/libc/db/btree/bt_overflow.c +++ b/lib/libc/db/btree/bt_overflow.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_page.c b/lib/libc/db/btree/bt_page.c index 725df366a3e..aaec36ecfac 100644 --- a/lib/libc/db/btree/bt_page.c +++ b/lib/libc/db/btree/bt_page.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)bt_page.c 8.3 (Berkeley) 7/14/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_put.c b/lib/libc/db/btree/bt_put.c index 31ad28b155d..9b4ea51f184 100644 --- a/lib/libc/db/btree/bt_put.c +++ b/lib/libc/db/btree/bt_put.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_put.c 8.8 (Berkeley) 7/26/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_search.c b/lib/libc/db/btree/bt_search.c index e5e50bfb01c..bf5245fe1fd 100644 --- a/lib/libc/db/btree/bt_search.c +++ b/lib/libc/db/btree/bt_search.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_search.c 8.8 (Berkeley) 7/31/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c index 0ba3155a764..c68c7d3717d 100644 --- a/lib/libc/db/btree/bt_seq.c +++ b/lib/libc/db/btree/bt_seq.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_seq.c 8.7 (Berkeley) 7/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index ec51a10dec1..cae6ebd81c3 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_split.c 8.10 (Berkeley) 1/9/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/btree/bt_utils.c b/lib/libc/db/btree/bt_utils.c index 6cd32cd3a5a..bc78ef871ff 100644 --- a/lib/libc/db/btree/bt_utils.c +++ b/lib/libc/db/btree/bt_utils.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bt_utils.c 8.8 (Berkeley) 7/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/db/db.c b/lib/libc/db/db/db.c index 7158cc80e44..0f061ab5b41 100644 --- a/lib/libc/db/db/db.c +++ b/lib/libc/db/db/db.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index ebb8790b3f2..b707ee5ff3a 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/db/hash/hash_bigkey.c b/lib/libc/db/hash/hash_bigkey.c index 24596cf780e..301fc98a1a4 100644 --- a/lib/libc/db/hash/hash_bigkey.c +++ b/lib/libc/db/hash/hash_bigkey.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * PACKAGE: hash * DESCRIPTION: diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index 63cc9eb4d9a..72c74d38f1b 100644 --- a/lib/libc/db/hash/hash_buf.c +++ b/lib/libc/db/hash/hash_buf.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * PACKAGE: hash * diff --git a/lib/libc/db/hash/hash_func.c b/lib/libc/db/hash/hash_func.c index 988e0eed2a3..dc7e276b03a 100644 --- a/lib/libc/db/hash/hash_func.c +++ b/lib/libc/db/hash/hash_func.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c index d89351cb415..62c57b3ef1c 100644 --- a/lib/libc/db/hash/hash_log2.c +++ b/lib/libc/db/hash/hash_log2.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "hash.h" #include "page.h" diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index afcda632113..2f86db8106c 100644 --- a/lib/libc/db/hash/hash_page.c +++ b/lib/libc/db/hash/hash_page.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * PACKAGE: hashing * diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index ace1fb8b9fa..08e2dc7d3ee 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * This package provides a dbm compatible interface to the new hashing * package described in db(3). diff --git a/lib/libc/db/mpool/mpool-compat.c b/lib/libc/db/mpool/mpool-compat.c index be53ddc858e..ef0e340f641 100644 --- a/lib/libc/db/mpool/mpool-compat.c +++ b/lib/libc/db/mpool/mpool-compat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/mpool/mpool.c b/lib/libc/db/mpool/mpool.c index df08299f099..24dd1b68aaa 100644 --- a/lib/libc/db/mpool/mpool.c +++ b/lib/libc/db/mpool/mpool.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)mpool.c 8.7 (Berkeley) 11/2/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/db/recno/rec_close.c b/lib/libc/db/recno/rec_close.c index d481da5f15e..7264f6dabd1 100644 --- a/lib/libc/db/recno/rec_close.c +++ b/lib/libc/db/recno/rec_close.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rec_close.c 8.6 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/db/recno/rec_delete.c b/lib/libc/db/recno/rec_delete.c index 6d7b91b187b..2e3caac31f0 100644 --- a/lib/libc/db/recno/rec_delete.c +++ b/lib/libc/db/recno/rec_delete.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rec_delete.c 8.7 (Berkeley) 7/14/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index 2524318c4b8..5a47871af78 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/recno/rec_open.c b/lib/libc/db/recno/rec_open.c index 19acac61864..ca1d58f1526 100644 --- a/lib/libc/db/recno/rec_open.c +++ b/lib/libc/db/recno/rec_open.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rec_open.c 8.10 (Berkeley) 9/1/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c index dd0b5b8b504..e3b307e3450 100644 --- a/lib/libc/db/recno/rec_put.c +++ b/lib/libc/db/recno/rec_put.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rec_put.c 8.7 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/recno/rec_search.c b/lib/libc/db/recno/rec_search.c index f18c66675ac..c384b942942 100644 --- a/lib/libc/db/recno/rec_search.c +++ b/lib/libc/db/recno/rec_search.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rec_search.c 8.4 (Berkeley) 7/14/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/recno/rec_seq.c b/lib/libc/db/recno/rec_seq.c index c2d21d27b14..bcbf309f6c9 100644 --- a/lib/libc/db/recno/rec_seq.c +++ b/lib/libc/db/recno/rec_seq.c @@ -34,8 +34,6 @@ /* XXX use __SCCSID */ static char sccsid[] __unused = "@(#)rec_seq.c 8.3 (Berkeley) 7/14/94"; #endif /* not lint */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index 7d930195c0b..48631fd8442 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rec_utils.c 8.6 (Berkeley) 7/16/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/test/btree.tests/main.c b/lib/libc/db/test/btree.tests/main.c index a125402cdfb..50a769fa944 100644 --- a/lib/libc/db/test/btree.tests/main.c +++ b/lib/libc/db/test/btree.tests/main.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/dbtest.c b/lib/libc/db/test/dbtest.c index fbc20f0e691..8b47827db99 100644 --- a/lib/libc/db/test/dbtest.c +++ b/lib/libc/db/test/dbtest.c @@ -39,8 +39,6 @@ static char copyright[] = static char sccsid[] = "@(#)dbtest.c 8.17 (Berkeley) 9/1/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/db/test/hash.tests/driver2.c b/lib/libc/db/test/hash.tests/driver2.c index 9123fa82fc4..05f2d57a753 100644 --- a/lib/libc/db/test/hash.tests/driver2.c +++ b/lib/libc/db/test/hash.tests/driver2.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)driver2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Test driver, to try to tackle the large ugly-split problem. */ diff --git a/lib/libc/db/test/hash.tests/tcreat3.c b/lib/libc/db/test/hash.tests/tcreat3.c index 508585871e1..68be11143c5 100644 --- a/lib/libc/db/test/hash.tests/tcreat3.c +++ b/lib/libc/db/test/hash.tests/tcreat3.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)tcreat3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/hash.tests/tdel.c b/lib/libc/db/test/hash.tests/tdel.c index 5b066756af7..9760e271808 100644 --- a/lib/libc/db/test/hash.tests/tdel.c +++ b/lib/libc/db/test/hash.tests/tdel.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)tdel.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/hash.tests/thash4.c b/lib/libc/db/test/hash.tests/thash4.c index daeaa03fe7a..641534a9273 100644 --- a/lib/libc/db/test/hash.tests/thash4.c +++ b/lib/libc/db/test/hash.tests/thash4.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)thash4.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/hash.tests/tread2.c b/lib/libc/db/test/hash.tests/tread2.c index 359667b87f7..4962d163a24 100644 --- a/lib/libc/db/test/hash.tests/tread2.c +++ b/lib/libc/db/test/hash.tests/tread2.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)tread2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/hash.tests/tseq.c b/lib/libc/db/test/hash.tests/tseq.c index 0b1f7a9a086..c9569cbbe6d 100644 --- a/lib/libc/db/test/hash.tests/tseq.c +++ b/lib/libc/db/test/hash.tests/tseq.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)tseq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/db/test/hash.tests/tverify.c b/lib/libc/db/test/hash.tests/tverify.c index d72c2466533..2e8209e4211 100644 --- a/lib/libc/db/test/hash.tests/tverify.c +++ b/lib/libc/db/test/hash.tests/tverify.c @@ -42,8 +42,6 @@ static char copyright[] = static char sccsid[] = "@(#)tverify.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gdtoa/_hdtoa.c b/lib/libc/gdtoa/_hdtoa.c index 4a13a95a1ee..c5f2238d7a7 100644 --- a/lib/libc/gdtoa/_hdtoa.c +++ b/lib/libc/gdtoa/_hdtoa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gdtoa/_hldtoa.c b/lib/libc/gdtoa/_hldtoa.c index 0483609a759..698038fd8de 100644 --- a/lib/libc/gdtoa/_hldtoa.c +++ b/lib/libc/gdtoa/_hldtoa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gdtoa/_ldtoa.c b/lib/libc/gdtoa/_ldtoa.c index 059b1a4ba8a..3787b7dd653 100644 --- a/lib/libc/gdtoa/_ldtoa.c +++ b/lib/libc/gdtoa/_ldtoa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gdtoa/machdep_ldisQ.c b/lib/libc/gdtoa/machdep_ldisQ.c index 1752906b53a..d39d57e9d29 100644 --- a/lib/libc/gdtoa/machdep_ldisQ.c +++ b/lib/libc/gdtoa/machdep_ldisQ.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "gdtoaimp.h" diff --git a/lib/libc/gdtoa/machdep_ldisd.c b/lib/libc/gdtoa/machdep_ldisd.c index d149c3e90fb..79370e05c60 100644 --- a/lib/libc/gdtoa/machdep_ldisd.c +++ b/lib/libc/gdtoa/machdep_ldisd.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "gdtoaimp.h" #undef strtold_l diff --git a/lib/libc/gdtoa/machdep_ldisx.c b/lib/libc/gdtoa/machdep_ldisx.c index 8a9d11ef2f1..7c7c0d9e5d2 100644 --- a/lib/libc/gdtoa/machdep_ldisx.c +++ b/lib/libc/gdtoa/machdep_ldisx.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "gdtoaimp.h" diff --git a/lib/libc/gen/__getosreldate.c b/lib/libc/gen/__getosreldate.c index 685382f7697..81e7382caac 100644 --- a/lib/libc/gen/__getosreldate.c +++ b/lib/libc/gen/__getosreldate.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c b/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c index 197d77c6954..1f0a8f7a944 100644 --- a/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c +++ b/lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libc_private.h" diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c index fba5eaeebc8..f6e1372dc76 100644 --- a/lib/libc/gen/__xuname.c +++ b/lib/libc/gen/__xuname.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/_once_stub.c b/lib/libc/gen/_once_stub.c index 45ea4373299..27de031108a 100644 --- a/lib/libc/gen/_once_stub.c +++ b/lib/libc/gen/_once_stub.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c index c0098aeeedd..6741c6a5ec5 100644 --- a/lib/libc/gen/_pthread_stubs.c +++ b/lib/libc/gen/_pthread_stubs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/_rand48.c b/lib/libc/gen/_rand48.c index 279bbc36239..e422781e44d 100644 --- a/lib/libc/gen/_rand48.c +++ b/lib/libc/gen/_rand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" unsigned short _rand48_seed[3] = { diff --git a/lib/libc/gen/_spinlock_stub.c b/lib/libc/gen/_spinlock_stub.c index 5d7ee3b2d2b..b220d90ea19 100644 --- a/lib/libc/gen/_spinlock_stub.c +++ b/lib/libc/gen/_spinlock_stub.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "spinlock.h" diff --git a/lib/libc/gen/_thread_init.c b/lib/libc/gen/_thread_init.c index 5b5ab82f3cd..b285654cc86 100644 --- a/lib/libc/gen/_thread_init.c +++ b/lib/libc/gen/_thread_init.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void _thread_init_stub(void); diff --git a/lib/libc/gen/alarm.c b/lib/libc/gen/alarm.c index 64bc7a86ebb..58b9835608d 100644 --- a/lib/libc/gen/alarm.c +++ b/lib/libc/gen/alarm.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)alarm.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - /* * Backwards compatible alarm. */ diff --git a/lib/libc/gen/arc4random-compat.c b/lib/libc/gen/arc4random-compat.c index 5ac3b93cf9a..014273b1a76 100644 --- a/lib/libc/gen/arc4random-compat.c +++ b/lib/libc/gen/arc4random-compat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/arc4random.c b/lib/libc/gen/arc4random.c index 07e31e64e75..621af03a57a 100644 --- a/lib/libc/gen/arc4random.c +++ b/lib/libc/gen/arc4random.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #if defined(__FreeBSD__) #include diff --git a/lib/libc/gen/assert.c b/lib/libc/gen/assert.c index 1a6ef1a8404..06b4261437f 100644 --- a/lib/libc/gen/assert.c +++ b/lib/libc/gen/assert.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)assert.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/auxv.c b/lib/libc/gen/auxv.c index d781948d453..1b0d886030b 100644 --- a/lib/libc/gen/auxv.c +++ b/lib/libc/gen/auxv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c index 7569ab9c302..46fea9a630c 100644 --- a/lib/libc/gen/basename.c +++ b/lib/libc/gen/basename.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/basename_compat.c b/lib/libc/gen/basename_compat.c index c7488f2dcb6..217c4582e85 100644 --- a/lib/libc/gen/basename_compat.c +++ b/lib/libc/gen/basename_compat.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/cap_sandboxed.c b/lib/libc/gen/cap_sandboxed.c index 97677b5b176..d01d94735be 100644 --- a/lib/libc/gen/cap_sandboxed.c +++ b/lib/libc/gen/cap_sandboxed.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/check_utility_compat.c b/lib/libc/gen/check_utility_compat.c index 04c594b5266..6b1b487945f 100644 --- a/lib/libc/gen/check_utility_compat.c +++ b/lib/libc/gen/check_utility_compat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * I din't use "namespace.h" here because none of the relevant utilities * are threaded, so I'm not concerned about cancellation points or other diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index d20bbf878f5..59a85d393ce 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)clock.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/clock_getcpuclockid.c b/lib/libc/gen/clock_getcpuclockid.c index 1c2370c5973..fdfe3b614d6 100644 --- a/lib/libc/gen/clock_getcpuclockid.c +++ b/lib/libc/gen/clock_getcpuclockid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/closedir.c b/lib/libc/gen/closedir.c index b83ef273895..16f9bff452e 100644 --- a/lib/libc/gen/closedir.c +++ b/lib/libc/gen/closedir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)closedir.c 8.1 (Berkeley) 6/10/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/confstr.c b/lib/libc/gen/confstr.c index dc8ffff0d68..c348d4ce158 100644 --- a/lib/libc/gen/confstr.c +++ b/lib/libc/gen/confstr.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)confstr.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/crypt.c b/lib/libc/gen/crypt.c index 7995196ef23..a2deb670f14 100644 --- a/lib/libc/gen/crypt.c +++ b/lib/libc/gen/crypt.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)crypt.c 5.11 (Berkeley) 6/25/91"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c index 5a3f61fa921..35be197742a 100644 --- a/lib/libc/gen/ctermid.c +++ b/lib/libc/gen/ctermid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/daemon.c b/lib/libc/gen/daemon.c index f6753a84c44..0ea1e0809d0 100644 --- a/lib/libc/gen/daemon.c +++ b/lib/libc/gen/daemon.c @@ -32,8 +32,6 @@ #include __SCCSID("@(#)daemon.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/devname-compat11.c b/lib/libc/gen/devname-compat11.c index 70cb6f0d641..37886b6c8aa 100644 --- a/lib/libc/gen/devname-compat11.c +++ b/lib/libc/gen/devname-compat11.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/devname.c b/lib/libc/gen/devname.c index 55e6279a25c..bee5a78060e 100644 --- a/lib/libc/gen/devname.c +++ b/lib/libc/gen/devname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)devname.c 8.2 (Berkeley) 4/29/95"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/dirfd.c b/lib/libc/gen/dirfd.c index 1695fd9dd4e..123d856eba4 100644 --- a/lib/libc/gen/dirfd.c +++ b/lib/libc/gen/dirfd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c index ae7b928d54e..ab36ac66dea 100644 --- a/lib/libc/gen/dirname.c +++ b/lib/libc/gen/dirname.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/dirname_compat.c b/lib/libc/gen/dirname_compat.c index f85d40993a9..6423984b187 100644 --- a/lib/libc/gen/dirname_compat.c +++ b/lib/libc/gen/dirname_compat.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index d02644e1e1c..8155202b782 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)disklabel.c 8.2 (Berkeley) 5/3/95"); -__FBSDID("$FreeBSD$"); - #include #define DKTYPENAMES #define FSTYPENAMES diff --git a/lib/libc/gen/dlfcn.c b/lib/libc/gen/dlfcn.c index f1ee86ec193..b6dab041bac 100644 --- a/lib/libc/gen/dlfcn.c +++ b/lib/libc/gen/dlfcn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(IN_LIBDL) || defined(PIC) /* diff --git a/lib/libc/gen/drand48.c b/lib/libc/gen/drand48.c index 672b5eef6b1..e24b974ae84 100644 --- a/lib/libc/gen/drand48.c +++ b/lib/libc/gen/drand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" extern unsigned short _rand48_seed[3]; diff --git a/lib/libc/gen/dup3.c b/lib/libc/gen/dup3.c index b259d4402ce..e0298c82114 100644 --- a/lib/libc/gen/dup3.c +++ b/lib/libc/gen/dup3.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/erand48.c b/lib/libc/gen/erand48.c index cdb3ec85052..fb0b1aef8cf 100644 --- a/lib/libc/gen/erand48.c +++ b/lib/libc/gen/erand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" double diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index e72fac99ee6..9636ef5b93b 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)err.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c index bc673e8c9c6..837af5b0c6a 100644 --- a/lib/libc/gen/errlst.c +++ b/lib/libc/gen/errlst.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)errlst.c 8.2 (Berkeley) 11/16/93"); -__FBSDID("$FreeBSD$"); - #include #include #include "errlst.h" diff --git a/lib/libc/gen/errno.c b/lib/libc/gen/errno.c index 82c40a86bb8..aae8300a34b 100644 --- a/lib/libc/gen/errno.c +++ b/lib/libc/gen/errno.c @@ -27,6 +27,4 @@ */ #include -__FBSDID("$FreeBSD$"); - int errno; diff --git a/lib/libc/gen/eventfd.c b/lib/libc/gen/eventfd.c index a9748fa5446..e05218cf90e 100644 --- a/lib/libc/gen/eventfd.c +++ b/lib/libc/gen/eventfd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index f1d69e14771..15dc7f0200a 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)exec.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/exect.c b/lib/libc/gen/exect.c index b878d8cac08..b40c95c93fe 100644 --- a/lib/libc/gen/exect.c +++ b/lib/libc/gen/exect.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/fdevname.c b/lib/libc/gen/fdevname.c index d145c55718f..585724e53fc 100644 --- a/lib/libc/gen/fdevname.c +++ b/lib/libc/gen/fdevname.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/feature_present.c b/lib/libc/gen/feature_present.c index 3615d50f234..bbf8fcc2eb4 100644 --- a/lib/libc/gen/feature_present.c +++ b/lib/libc/gen/feature_present.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/fmtcheck.c b/lib/libc/gen/fmtcheck.c index 42809bb04c5..8a3ea16b88c 100644 --- a/lib/libc/gen/fmtcheck.c +++ b/lib/libc/gen/fmtcheck.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/fmtmsg.c b/lib/libc/gen/fmtmsg.c index 0770aa7e536..9a62c90f4d9 100644 --- a/lib/libc/gen/fmtmsg.c +++ b/lib/libc/gen/fmtmsg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/fnmatch.c b/lib/libc/gen/fnmatch.c index 40670545993..e211f3d535a 100644 --- a/lib/libc/gen/fnmatch.c +++ b/lib/libc/gen/fnmatch.c @@ -39,8 +39,6 @@ #include __SCCSID("@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"); -__FBSDID("$FreeBSD$"); - /* * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. * Compares a filename or pathname to a pattern. diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index 71837393175..06aae12ff86 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)fstab.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index 18499f16f64..1465fe5c7e4 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/fts-compat.c b/lib/libc/gen/fts-compat.c index 9f295110f1c..e692e1f9e27 100644 --- a/lib/libc/gen/fts-compat.c +++ b/lib/libc/gen/fts-compat.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #define _WANT_FREEBSD11_STATFS diff --git a/lib/libc/gen/fts-compat11.c b/lib/libc/gen/fts-compat11.c index a18ce3f00a6..2739e10a77d 100644 --- a/lib/libc/gen/fts-compat11.c +++ b/lib/libc/gen/fts-compat11.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #define _WANT_FREEBSD11_STATFS diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 5186ae047a3..ff51d2b224c 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -33,8 +33,6 @@ #include __SCCSID("@(#)fts.c 8.6 (Berkeley) 8/14/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/ftw-compat11.c b/lib/libc/gen/ftw-compat11.c index 92ce058726a..aa9d9358aa1 100644 --- a/lib/libc/gen/ftw-compat11.c +++ b/lib/libc/gen/ftw-compat11.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index 253a29583f3..80b45ff32f5 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index 98319947179..e2c36a96378 100644 --- a/lib/libc/gen/getbootfile.c +++ b/lib/libc/gen/getbootfile.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/getbsize.c b/lib/libc/gen/getbsize.c index e91c12282dd..2fbcaf7b6db 100644 --- a/lib/libc/gen/getbsize.c +++ b/lib/libc/gen/getbsize.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getbsize.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getcap.c b/lib/libc/gen/getcap.c index 364423fff0e..9ba6cda5c28 100644 --- a/lib/libc/gen/getcap.c +++ b/lib/libc/gen/getcap.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)getcap.c 8.3 (Berkeley) 3/25/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/gen/getcwd.c b/lib/libc/gen/getcwd.c index 42a6c204ba0..c0cabacb96b 100644 --- a/lib/libc/gen/getcwd.c +++ b/lib/libc/gen/getcwd.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getcwd.c 8.5 (Berkeley) 2/7/95"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 3df611b7e4c..70b1e460028 100644 --- a/lib/libc/gen/getdomainname.c +++ b/lib/libc/gen/getdomainname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)gethostname.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/getentropy.c b/lib/libc/gen/getentropy.c index 7085e7c609f..44cb190f023 100644 --- a/lib/libc/gen/getentropy.c +++ b/lib/libc/gen/getentropy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 746a69a3424..b7fe6021f9f 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -33,8 +33,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #ifdef YP diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c index c3c4af5f7cd..6dddea5c384 100644 --- a/lib/libc/gen/getgrouplist.c +++ b/lib/libc/gen/getgrouplist.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getgrouplist.c 8.2 (Berkeley) 12/8/94"); -__FBSDID("$FreeBSD$"); - /* * get credential */ diff --git a/lib/libc/gen/gethostname.c b/lib/libc/gen/gethostname.c index 8af10d6d062..9b0400d744e 100644 --- a/lib/libc/gen/gethostname.c +++ b/lib/libc/gen/gethostname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)gethostname.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/getloadavg.c b/lib/libc/gen/getloadavg.c index a0a707b6db9..8b484409601 100644 --- a/lib/libc/gen/getloadavg.c +++ b/lib/libc/gen/getloadavg.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getloadavg.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getlogin.c b/lib/libc/gen/getlogin.c index a8bc2fd0688..c2c8e24b070 100644 --- a/lib/libc/gen/getlogin.c +++ b/lib/libc/gen/getlogin.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getlogin.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getmntinfo-compat11.c b/lib/libc/gen/getmntinfo-compat11.c index b18da03133f..317be508eda 100644 --- a/lib/libc/gen/getmntinfo-compat11.c +++ b/lib/libc/gen/getmntinfo-compat11.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #define _WANT_FREEBSD11_STATFS diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index 250be99c27c..8b374887f35 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index 733fe024ee2..baa852076c1 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)getnetgrent.c 8.2 (Berkeley) 4/27/95"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 6a54df90754..ce80c099f58 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)gethostid.c 8.1 (Berkeley) 6/2/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/getpagesize.c b/lib/libc/gen/getpagesize.c index b722bd27c0a..94e579c987c 100644 --- a/lib/libc/gen/getpagesize.c +++ b/lib/libc/gen/getpagesize.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getpagesize.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/getpagesizes.c b/lib/libc/gen/getpagesizes.c index 40d4e67c02a..2cb4ebee0d0 100644 --- a/lib/libc/gen/getpagesizes.c +++ b/lib/libc/gen/getpagesizes.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getpeereid.c b/lib/libc/gen/getpeereid.c index 3690ae8fc50..b1934a6c471 100644 --- a/lib/libc/gen/getpeereid.c +++ b/lib/libc/gen/getpeereid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/getprogname.c b/lib/libc/gen/getprogname.c index fd51d132251..5b563534616 100644 --- a/lib/libc/gen/getprogname.c +++ b/lib/libc/gen/getprogname.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 34afd76729e..e3c8098fad0 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -33,8 +33,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #ifdef YP diff --git a/lib/libc/gen/getttyent.c b/lib/libc/gen/getttyent.c index 4b152095a94..df19fb18ee8 100644 --- a/lib/libc/gen/getttyent.c +++ b/lib/libc/gen/getttyent.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)getttyent.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index 7ea09df4d84..c460cf4d4bd 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -32,8 +32,6 @@ #include __SCCSID("@(#)getusershell.c 8.1 (Berkeley) 6/4/93"); __RCSID("$NetBSD: getusershell.c,v 1.17 1999/01/25 01:09:34 lukem Exp $"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/getutxent.c b/lib/libc/gen/getutxent.c index b474009c48b..94a20592c1b 100644 --- a/lib/libc/gen/getutxent.c +++ b/lib/libc/gen/getutxent.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index 91f4490bf50..05efe8f8cd5 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)kvm_getvfsbyname.c 8.1 (Berkeley) 4/3/95"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/glob-compat11.c b/lib/libc/gen/glob-compat11.c index 26dc9db9ff2..8fb45210b77 100644 --- a/lib/libc/gen/glob-compat11.c +++ b/lib/libc/gen/glob-compat11.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _WANT_FREEBSD11_STAT #include diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c index 43dd77df811..dbb6389d707 100644 --- a/lib/libc/gen/glob.c +++ b/lib/libc/gen/glob.c @@ -39,8 +39,6 @@ #include __SCCSID("@(#)glob.c 8.3 (Berkeley) 10/13/93"); -__FBSDID("$FreeBSD$"); - /* * glob(3) -- a superset of the one defined in POSIX 1003.2. * diff --git a/lib/libc/gen/initgroups.c b/lib/libc/gen/initgroups.c index 882dadbeb9a..6e417d6a62e 100644 --- a/lib/libc/gen/initgroups.c +++ b/lib/libc/gen/initgroups.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)initgroups.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" diff --git a/lib/libc/gen/isatty.c b/lib/libc/gen/isatty.c index de55b67ac0d..60e94e0ba52 100644 --- a/lib/libc/gen/isatty.c +++ b/lib/libc/gen/isatty.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)isatty.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/jrand48.c b/lib/libc/gen/jrand48.c index 5aab1e1bec9..5fdd1778c34 100644 --- a/lib/libc/gen/jrand48.c +++ b/lib/libc/gen/jrand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "rand48.h" diff --git a/lib/libc/gen/lcong48.c b/lib/libc/gen/lcong48.c index ab0d1f762d8..b77278db175 100644 --- a/lib/libc/gen/lcong48.c +++ b/lib/libc/gen/lcong48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" extern unsigned short _rand48_seed[3]; diff --git a/lib/libc/gen/ldexp.c b/lib/libc/gen/ldexp.c index cbbcf078238..5055add84ff 100644 --- a/lib/libc/gen/ldexp.c +++ b/lib/libc/gen/ldexp.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /* * ldexp() and scalbn() are defined to be identical, but ldexp() lives in libc * for backwards compatibility. diff --git a/lib/libc/gen/libc_dlopen.c b/lib/libc/gen/libc_dlopen.c index 960060bdf63..bc7e13ca004 100644 --- a/lib/libc/gen/libc_dlopen.c +++ b/lib/libc/gen/libc_dlopen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index 85110387fbe..247066706a2 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/lrand48.c b/lib/libc/gen/lrand48.c index 44a7f5d0e92..d7257febe71 100644 --- a/lib/libc/gen/lrand48.c +++ b/lib/libc/gen/lrand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" extern unsigned short _rand48_seed[3]; diff --git a/lib/libc/gen/memalign.c b/lib/libc/gen/memalign.c index dc0ad34a117..af64c998dbd 100644 --- a/lib/libc/gen/memalign.c +++ b/lib/libc/gen/memalign.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/modf.c b/lib/libc/gen/modf.c index d67b44121aa..6853a56d051 100644 --- a/lib/libc/gen/modf.c +++ b/lib/libc/gen/modf.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * modf(double x, double *iptr) * return fraction part of x, and return x's integral part in *iptr. diff --git a/lib/libc/gen/mrand48.c b/lib/libc/gen/mrand48.c index 795a8585802..6ee078e95c8 100644 --- a/lib/libc/gen/mrand48.c +++ b/lib/libc/gen/mrand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "rand48.h" diff --git a/lib/libc/gen/nftw-compat11.c b/lib/libc/gen/nftw-compat11.c index 1cf9ba8cb9b..fdd5c9a707a 100644 --- a/lib/libc/gen/nftw-compat11.c +++ b/lib/libc/gen/nftw-compat11.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/nftw.c b/lib/libc/gen/nftw.c index a338e5a34c8..9b5c33e1057 100644 --- a/lib/libc/gen/nftw.c +++ b/lib/libc/gen/nftw.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/nice.c b/lib/libc/gen/nice.c index 7f217059fb1..b71076efdcd 100644 --- a/lib/libc/gen/nice.c +++ b/lib/libc/gen/nice.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)nice.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index c30fa4dbaca..0e00d8d23f9 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)nlist.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/nrand48.c b/lib/libc/gen/nrand48.c index 16c8ca111b5..12016ed76ec 100644 --- a/lib/libc/gen/nrand48.c +++ b/lib/libc/gen/nrand48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" long diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index c294081847e..a3864b0939f 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)opendir.c 8.8 (Berkeley) 5/1/95"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/gen/pause.c b/lib/libc/gen/pause.c index f6650a73a71..ce255dbba6b 100644 --- a/lib/libc/gen/pause.c +++ b/lib/libc/gen/pause.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)pause.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/pmadvise.c b/lib/libc/gen/pmadvise.c index 0dc77e3e992..ac4f858d09c 100644 --- a/lib/libc/gen/pmadvise.c +++ b/lib/libc/gen/pmadvise.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/popen.c b/lib/libc/gen/popen.c index f0b1a61c280..1531ca462c2 100644 --- a/lib/libc/gen/popen.c +++ b/lib/libc/gen/popen.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)popen.c 8.3 (Berkeley) 5/3/95"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index 1115741114d..77f7dd9955c 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c index f4cb1079a49..f8caf7621e8 100644 --- a/lib/libc/gen/psignal.c +++ b/lib/libc/gen/psignal.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)psignal.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - /* * Print the name of the signal indicated * along with the supplied message. diff --git a/lib/libc/gen/pututxline.c b/lib/libc/gen/pututxline.c index f01c086950c..36f987ee7ae 100644 --- a/lib/libc/gen/pututxline.c +++ b/lib/libc/gen/pututxline.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/pw_scan.c b/lib/libc/gen/pw_scan.c index 619092d3d4b..01ddc57a0d8 100644 --- a/lib/libc/gen/pw_scan.c +++ b/lib/libc/gen/pw_scan.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)pw_scan.c 8.3 (Berkeley) 4/2/94"); -__FBSDID("$FreeBSD$"); - /* * This module is used to "verify" password entries by chpass(1) and * pwd_mkdb(8). diff --git a/lib/libc/gen/raise.c b/lib/libc/gen/raise.c index 1b987c5fdad..4cb596d49bc 100644 --- a/lib/libc/gen/raise.c +++ b/lib/libc/gen/raise.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)raise.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/readdir-compat11.c b/lib/libc/gen/readdir-compat11.c index ecdaf824cb7..30cec5acd0e 100644 --- a/lib/libc/gen/readdir-compat11.c +++ b/lib/libc/gen/readdir-compat11.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #define _WANT_FREEBSD11_DIRENT diff --git a/lib/libc/gen/readdir.c b/lib/libc/gen/readdir.c index 9a2fae2784a..d2c8636651f 100644 --- a/lib/libc/gen/readdir.c +++ b/lib/libc/gen/readdir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)readdir.c 8.3 (Berkeley) 9/29/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index 0961fbb35a8..c6eb63f1469 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/recvmmsg.c b/lib/libc/gen/recvmmsg.c index 7c5c289569e..6fa400f00c2 100644 --- a/lib/libc/gen/recvmmsg.c +++ b/lib/libc/gen/recvmmsg.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/rewinddir.c b/lib/libc/gen/rewinddir.c index 973e3e147cc..bc072d2826e 100644 --- a/lib/libc/gen/rewinddir.c +++ b/lib/libc/gen/rewinddir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)rewinddir.c 8.1 (Berkeley) 6/8/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/scandir-compat11.c b/lib/libc/gen/scandir-compat11.c index fe8d34d4b7d..b5c9846c279 100644 --- a/lib/libc/gen/scandir-compat11.c +++ b/lib/libc/gen/scandir-compat11.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Scan the directory dirname calling select to make a list of selected * directory entries then sort using qsort and compare routine dcomp. diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c index 4f40678513d..28565150a03 100644 --- a/lib/libc/gen/scandir.c +++ b/lib/libc/gen/scandir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)scandir.c 8.3 (Berkeley) 1/2/94"); -__FBSDID("$FreeBSD$"); - /* * Scan the directory dirname calling select to make a list of selected * directory entries then sort using qsort and compare routine dcomp. diff --git a/lib/libc/gen/seed48.c b/lib/libc/gen/seed48.c index 5339b8c0c4e..230348ff0fa 100644 --- a/lib/libc/gen/seed48.c +++ b/lib/libc/gen/seed48.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "rand48.h" extern unsigned short _rand48_seed[3]; diff --git a/lib/libc/gen/seekdir.c b/lib/libc/gen/seekdir.c index 3974af7d73e..8c88bdbf4ab 100644 --- a/lib/libc/gen/seekdir.c +++ b/lib/libc/gen/seekdir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)seekdir.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/semctl.c b/lib/libc/gen/semctl.c index e7985b29dd1..84df40e4c9a 100644 --- a/lib/libc/gen/semctl.c +++ b/lib/libc/gen/semctl.c @@ -29,8 +29,6 @@ #include -__FBSDID("$FreeBSD$"); - #ifndef NO_COMPAT7 #define _WANT_SEMUN_OLD #endif diff --git a/lib/libc/gen/sendmmsg.c b/lib/libc/gen/sendmmsg.c index 7b3e8f35761..72b55179274 100644 --- a/lib/libc/gen/sendmmsg.c +++ b/lib/libc/gen/sendmmsg.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index 2a001b9ffa9..b7d96ed8cde 100644 --- a/lib/libc/gen/setdomainname.c +++ b/lib/libc/gen/setdomainname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)sethostname.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/sethostname.c b/lib/libc/gen/sethostname.c index 0e120775afb..b1ba640d334 100644 --- a/lib/libc/gen/sethostname.c +++ b/lib/libc/gen/sethostname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)sethostname.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c index abc13c0339f..7532070c9f5 100644 --- a/lib/libc/gen/setjmperr.c +++ b/lib/libc/gen/setjmperr.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)setjmperr.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - /* * This routine is called from longjmp() when an error occurs. * Programs that wish to exit gracefully from this error may diff --git a/lib/libc/gen/setmode.c b/lib/libc/gen/setmode.c index 66976cdd7bc..823fcbd182b 100644 --- a/lib/libc/gen/setmode.c +++ b/lib/libc/gen/setmode.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)setmode.c 8.2 (Berkeley) 3/25/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 743f27d15b5..9c73fd77ca4 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/setprogname.c b/lib/libc/gen/setprogname.c index 29a6cd025ec..849ff9188d4 100644 --- a/lib/libc/gen/setprogname.c +++ b/lib/libc/gen/setprogname.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/siginterrupt.c b/lib/libc/gen/siginterrupt.c index 2d7f9950776..da010ca923f 100644 --- a/lib/libc/gen/siginterrupt.c +++ b/lib/libc/gen/siginterrupt.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)siginterrupt.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/gen/siglist.c b/lib/libc/gen/siglist.c index 796a0b70213..7af7e0ef565 100644 --- a/lib/libc/gen/siglist.c +++ b/lib/libc/gen/siglist.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)siglist.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include const char *const sys_signame[NSIG] = { diff --git a/lib/libc/gen/signal.c b/lib/libc/gen/signal.c index 62af2e95bc7..17fb057b2ce 100644 --- a/lib/libc/gen/signal.c +++ b/lib/libc/gen/signal.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)signal.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - /* * Almost backwards compatible signal. */ diff --git a/lib/libc/gen/sigsetops.c b/lib/libc/gen/sigsetops.c index 53a450c0e5f..7050fa1607c 100644 --- a/lib/libc/gen/sigsetops.c +++ b/lib/libc/gen/sigsetops.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)sigsetops.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c index 620fda36ac1..e7349685473 100644 --- a/lib/libc/gen/sleep.c +++ b/lib/libc/gen/sleep.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)sleep.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/statvfs.c b/lib/libc/gen/statvfs.c index fe9462bd307..a7190f9a707 100644 --- a/lib/libc/gen/statvfs.c +++ b/lib/libc/gen/statvfs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index 158f3d20705..5f333f3807a 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -28,8 +28,6 @@ #include __RCSID("$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 174c6742e23..09a811c37a8 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index 26bb9043ed3..54f9526d395 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -34,8 +34,6 @@ #include __SCCSID("@(#)sysconf.c 8.2 (Berkeley) 3/20/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index 59242b50bbe..5586b78b26b 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)sysctl.c 8.2 (Berkeley) 1/4/94"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/sysctlbyname.c b/lib/libc/gen/sysctlbyname.c index 5086cc4b7d8..017dba86c11 100644 --- a/lib/libc/gen/sysctlbyname.c +++ b/lib/libc/gen/sysctlbyname.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/sysctlnametomib.c b/lib/libc/gen/sysctlnametomib.c index 4d66214a3b2..d2e33f5690f 100644 --- a/lib/libc/gen/sysctlnametomib.c +++ b/lib/libc/gen/sysctlnametomib.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index 08bdfdbeb1e..a9a87943da8 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)syslog.c 8.5 (Berkeley) 4/29/95"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/telldir.c b/lib/libc/gen/telldir.c index d801345fc24..9b60093ac47 100644 --- a/lib/libc/gen/telldir.c +++ b/lib/libc/gen/telldir.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)telldir.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index f072b2f045d..8f3a89188fb 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)termios.c 8.2 (Berkeley) 2/21/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/time.c b/lib/libc/gen/time.c index c08d58ed9a6..b46d90a1199 100644 --- a/lib/libc/gen/time.c +++ b/lib/libc/gen/time.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)time.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/times.c b/lib/libc/gen/times.c index 985c8266a0f..e357162dcb3 100644 --- a/lib/libc/gen/times.c +++ b/lib/libc/gen/times.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)times.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/timespec_get.c b/lib/libc/gen/timespec_get.c index 1dd0147e933..bcf392cbfa4 100644 --- a/lib/libc/gen/timespec_get.c +++ b/lib/libc/gen/timespec_get.c @@ -31,8 +31,6 @@ #include __RCSID("$NetBSD: timespec_get.c,v 1.2 2016/10/04 12:48:15 christos Exp $"); -__FBSDID("$FreeBSD$"); - #include /* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */ diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index f99a6f91926..e0f7d4a4ae0 100644 --- a/lib/libc/gen/timezone.c +++ b/lib/libc/gen/timezone.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)timezone.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/trivial-getcontextx.c b/lib/libc/gen/trivial-getcontextx.c index 54f85138481..512e8d17e1c 100644 --- a/lib/libc/gen/trivial-getcontextx.c +++ b/lib/libc/gen/trivial-getcontextx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/gen/ttyname.c b/lib/libc/gen/ttyname.c index 0984538eaf7..95a713c6a0a 100644 --- a/lib/libc/gen/ttyname.c +++ b/lib/libc/gen/ttyname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)ttyname.c 8.2 (Berkeley) 1/27/94"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/ttyslot.c b/lib/libc/gen/ttyslot.c index fc1b0565afe..6a1b5960ab8 100644 --- a/lib/libc/gen/ttyslot.c +++ b/lib/libc/gen/ttyslot.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)ttyslot.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - int __ttyslot(void); int diff --git a/lib/libc/gen/ualarm.c b/lib/libc/gen/ualarm.c index e1353176845..389e88d73bd 100644 --- a/lib/libc/gen/ualarm.c +++ b/lib/libc/gen/ualarm.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)ualarm.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index bc72ff9d3c3..b70b3942813 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)uname.c 8.1 (Berkeley) 1/4/94"); -__FBSDID("$FreeBSD$"); - #define uname wrapped_uname #include #include diff --git a/lib/libc/gen/usleep.c b/lib/libc/gen/usleep.c index e800f627561..7a59c584d41 100644 --- a/lib/libc/gen/usleep.c +++ b/lib/libc/gen/usleep.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)usleep.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/utime.c b/lib/libc/gen/utime.c index 3474849571b..95897b7af8f 100644 --- a/lib/libc/gen/utime.c +++ b/lib/libc/gen/utime.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)utime.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/utxdb.c b/lib/libc/gen/utxdb.c index 130d5e718e3..e831f697029 100644 --- a/lib/libc/gen/utxdb.c +++ b/lib/libc/gen/utxdb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/valloc.c b/lib/libc/gen/valloc.c index b058543f54a..a68c1fc0eaf 100644 --- a/lib/libc/gen/valloc.c +++ b/lib/libc/gen/valloc.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)valloc.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/gen/wait.c b/lib/libc/gen/wait.c index b4fc17ee811..ddb2e5725c1 100644 --- a/lib/libc/gen/wait.c +++ b/lib/libc/gen/wait.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)wait.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index 104ab8e5652..2fdeb720296 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)wait3.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/waitid.c b/lib/libc/gen/waitid.c index 0210be75eea..018f2a2c8f9 100644 --- a/lib/libc/gen/waitid.c +++ b/lib/libc/gen/waitid.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/waitpid.c b/lib/libc/gen/waitpid.c index c17cefa09ab..196c842c3fa 100644 --- a/lib/libc/gen/waitpid.c +++ b/lib/libc/gen/waitpid.c @@ -31,8 +31,6 @@ #include __SCCSID("@(#)waitpid.c 8.1 (Berkeley) 6/4/93"); -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c index e2253550286..0902814eb04 100644 --- a/lib/libc/gen/wordexp.c +++ b/lib/libc/gen/wordexp.c @@ -42,9 +42,6 @@ #include #include "un-namespace.h" #include "libc_private.h" - -__FBSDID("$FreeBSD$"); - static int we_askshell(const char *, wordexp_t *, int); static int we_check(const char *); diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index 0d06f388803..b165ec394bb 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)gmon.c 8.1 (Berkeley) 6/4/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 0d816a73435..df87973e27f 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef _KERNEL diff --git a/lib/libc/i386/gen/_ctx_start.S b/lib/libc/i386/gen/_ctx_start.S index fdea3719815..0fdb3140804 100644 --- a/lib/libc/i386/gen/_ctx_start.S +++ b/lib/libc/i386/gen/_ctx_start.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * _ctx_start((void *func)(int arg1, ..., argn), * int arg1, ..., argn, ucontext_t *ucp) diff --git a/lib/libc/i386/gen/_setjmp.S b/lib/libc/i386/gen/_setjmp.S index 9199a46d2fb..f61183dffba 100644 --- a/lib/libc/i386/gen/_setjmp.S +++ b/lib/libc/i386/gen/_setjmp.S @@ -34,8 +34,6 @@ .asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/i386/gen/fabs.S b/lib/libc/i386/gen/fabs.S index 2dc89af9506..15558a0ebed 100644 --- a/lib/libc/i386/gen/fabs.S +++ b/lib/libc/i386/gen/fabs.S @@ -34,8 +34,6 @@ .asciz "@(#)fabs.s 5.2 (Berkeley) 12/17/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - ENTRY(fabs) fldl 4(%esp) fabs diff --git a/lib/libc/i386/gen/flt_rounds.c b/lib/libc/i386/gen/flt_rounds.c index 16417ffd46e..6212dbf2091 100644 --- a/lib/libc/i386/gen/flt_rounds.c +++ b/lib/libc/i386/gen/flt_rounds.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static const int map[] = { diff --git a/lib/libc/i386/gen/infinity.c b/lib/libc/i386/gen/infinity.c index 464b4029b35..b9db2fc84ef 100644 --- a/lib/libc/i386/gen/infinity.c +++ b/lib/libc/i386/gen/infinity.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* bytes for +Infinity on a 387 */ diff --git a/lib/libc/i386/gen/makecontext.c b/lib/libc/i386/gen/makecontext.c index 4a27116f3c0..b710a713678 100644 --- a/lib/libc/i386/gen/makecontext.c +++ b/lib/libc/i386/gen/makecontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/i386/gen/rfork_thread.S b/lib/libc/i386/gen/rfork_thread.S index fb23ed041d0..e4d3b904d52 100644 --- a/lib/libc/i386/gen/rfork_thread.S +++ b/lib/libc/i386/gen/rfork_thread.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * With thanks to John Dyson for the original version of this. */ diff --git a/lib/libc/i386/gen/setjmp.S b/lib/libc/i386/gen/setjmp.S index 454ae1e59c8..070bc7e88bc 100644 --- a/lib/libc/i386/gen/setjmp.S +++ b/lib/libc/i386/gen/setjmp.S @@ -34,8 +34,6 @@ .asciz "@(#)setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/i386/gen/signalcontext.c b/lib/libc/i386/gen/signalcontext.c index 24390a35e4b..1e77ffe1a1a 100644 --- a/lib/libc/i386/gen/signalcontext.c +++ b/lib/libc/i386/gen/signalcontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/i386/gen/sigsetjmp.S b/lib/libc/i386/gen/sigsetjmp.S index 5bf6d8e1750..8aef3d1d90e 100644 --- a/lib/libc/i386/gen/sigsetjmp.S +++ b/lib/libc/i386/gen/sigsetjmp.S @@ -37,8 +37,6 @@ .asciz "$Id: sigsetjmp.S,v 1.1 1993/12/05 13:01:05 ats Exp $" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" /*- diff --git a/lib/libc/i386/stdlib/div.S b/lib/libc/i386/stdlib/div.S index 81d6e6e4aa5..463dbabceb6 100644 --- a/lib/libc/i386/stdlib/div.S +++ b/lib/libc/i386/stdlib/div.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(div) movl 4(%esp),%eax movl 8(%esp),%ecx diff --git a/lib/libc/i386/stdlib/ldiv.S b/lib/libc/i386/stdlib/ldiv.S index c40c6314fc0..386d9c5e0c9 100644 --- a/lib/libc/i386/stdlib/ldiv.S +++ b/lib/libc/i386/stdlib/ldiv.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(ldiv) movl 4(%esp),%eax movl 8(%esp),%ecx diff --git a/lib/libc/i386/string/bcmp.S b/lib/libc/i386/string/bcmp.S index b25ee6ef8dc..44425ca6aa7 100644 --- a/lib/libc/i386/string/bcmp.S +++ b/lib/libc/i386/string/bcmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * bcmp (void *b1, void *b2, size_t len) * diff --git a/lib/libc/i386/string/bcopy.S b/lib/libc/i386/string/bcopy.S index 4c653d744f1..9d1aa3d3608 100644 --- a/lib/libc/i386/string/bcopy.S +++ b/lib/libc/i386/string/bcopy.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if 0 RCSID("$NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc Exp $") #endif diff --git a/lib/libc/i386/string/bzero.S b/lib/libc/i386/string/bzero.S index c8d3776cf83..3689b6a58b0 100644 --- a/lib/libc/i386/string/bzero.S +++ b/lib/libc/i386/string/bzero.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * bzero (void *b, size_t len) * write len zero bytes to the string b. diff --git a/lib/libc/i386/string/memcmp.S b/lib/libc/i386/string/memcmp.S index cbb3b8a468a..acabd2f6842 100644 --- a/lib/libc/i386/string/memcmp.S +++ b/lib/libc/i386/string/memcmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * memcmp (void *b1, void *b2, size_t len) * diff --git a/lib/libc/i386/string/memcpy.S b/lib/libc/i386/string/memcpy.S index f85a1a5b802..1e753728aa5 100644 --- a/lib/libc/i386/string/memcpy.S +++ b/lib/libc/i386/string/memcpy.S @@ -1,5 +1,3 @@ #include -__FBSDID("$FreeBSD$"); - #define MEMCOPY #include "bcopy.S" diff --git a/lib/libc/i386/string/memmove.S b/lib/libc/i386/string/memmove.S index 02330c44414..3447a68a16c 100644 --- a/lib/libc/i386/string/memmove.S +++ b/lib/libc/i386/string/memmove.S @@ -1,5 +1,3 @@ #include -__FBSDID("$FreeBSD$"); - #define MEMMOVE #include "bcopy.S" diff --git a/lib/libc/i386/string/memset.S b/lib/libc/i386/string/memset.S index f5da603bae2..35079a9594d 100644 --- a/lib/libc/i386/string/memset.S +++ b/lib/libc/i386/string/memset.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * memset(void *b, int c, size_t len) * write len bytes of value c (converted to an unsigned char) to diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index 835a7e9ccf4..951aebadd72 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strcat(s, append) * append a copy of the null-terminated string "append" to the end diff --git a/lib/libc/i386/string/strchr.S b/lib/libc/i386/string/strchr.S index 83aa87f1919..25cf679fec7 100644 --- a/lib/libc/i386/string/strchr.S +++ b/lib/libc/i386/string/strchr.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strchr(s, c) * return a pointer to the first occurrence of the character c in diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S index 6599577b9e9..7d6fcaf563f 100644 --- a/lib/libc/i386/string/strcmp.S +++ b/lib/libc/i386/string/strcmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strcmp(s1, s2) * return an integer greater than, equal to, or less than 0, diff --git a/lib/libc/i386/string/strcpy.S b/lib/libc/i386/string/strcpy.S index c5113f6a195..9b393a739de 100644 --- a/lib/libc/i386/string/strcpy.S +++ b/lib/libc/i386/string/strcpy.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strcpy (dst, src) * copy the string src to dst. diff --git a/lib/libc/i386/string/strncmp.S b/lib/libc/i386/string/strncmp.S index ec9b5311c6a..865294eb971 100644 --- a/lib/libc/i386/string/strncmp.S +++ b/lib/libc/i386/string/strncmp.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strncmp(s1, s2, n) * return an integer greater than, equal to, or less than 0, diff --git a/lib/libc/i386/string/strrchr.S b/lib/libc/i386/string/strrchr.S index 5e250b0c91a..6549d4038cc 100644 --- a/lib/libc/i386/string/strrchr.S +++ b/lib/libc/i386/string/strrchr.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * strrchr(s, c) * return a pointer to the last occurrence of the character c in diff --git a/lib/libc/i386/string/swab.S b/lib/libc/i386/string/swab.S index 3d21e649657..9f63c9518e3 100644 --- a/lib/libc/i386/string/swab.S +++ b/lib/libc/i386/string/swab.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * void * swab (const void *src, void *dst, size_t len) diff --git a/lib/libc/i386/string/wcschr.S b/lib/libc/i386/string/wcschr.S index 37862a96f53..a63bcf15328 100644 --- a/lib/libc/i386/string/wcschr.S +++ b/lib/libc/i386/string/wcschr.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * wchar_t * * wcschr(const wchar_t *s, wchar_t c) -- diff --git a/lib/libc/i386/string/wcscmp.S b/lib/libc/i386/string/wcscmp.S index 6fbcb8cc35b..ce15c1dfc95 100644 --- a/lib/libc/i386/string/wcscmp.S +++ b/lib/libc/i386/string/wcscmp.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * int * wcscmp(const wchar_t *s1, const wchar_t *s2) -- diff --git a/lib/libc/i386/string/wcslen.S b/lib/libc/i386/string/wcslen.S index 691e17f9841..f6199b9ef72 100644 --- a/lib/libc/i386/string/wcslen.S +++ b/lib/libc/i386/string/wcslen.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * size_t * wcslen(const wchar_t *s) -- diff --git a/lib/libc/i386/string/wmemchr.S b/lib/libc/i386/string/wmemchr.S index 2e81c09bdca..e945c12d2ef 100644 --- a/lib/libc/i386/string/wmemchr.S +++ b/lib/libc/i386/string/wmemchr.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * wchar_t * * wmemchr(const wchar_t *buf, wchar_t c, size_t n) -- diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/Ovfork.S index dfbe46ab6b2..96232222e12 100644 --- a/lib/libc/i386/sys/Ovfork.S +++ b/lib/libc/i386/sys/Ovfork.S @@ -34,8 +34,6 @@ .asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" WEAK_REFERENCE(__sys_vfork, _vfork) diff --git a/lib/libc/i386/sys/cerror.S b/lib/libc/i386/sys/cerror.S index 47bd0fade00..6570fb3c7c3 100644 --- a/lib/libc/i386/sys/cerror.S +++ b/lib/libc/i386/sys/cerror.S @@ -34,8 +34,6 @@ .asciz "@(#)cerror.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" .globl HIDENAME(cerror) diff --git a/lib/libc/i386/sys/getcontext.S b/lib/libc/i386/sys/getcontext.S index 4923382e736..8baf0caf18f 100644 --- a/lib/libc/i386/sys/getcontext.S +++ b/lib/libc/i386/sys/getcontext.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/i386/sys/i386_clr_watch.c b/lib/libc/i386/sys/i386_clr_watch.c index 9dc1f5a1e0b..07b85795fba 100644 --- a/lib/libc/i386/sys/i386_clr_watch.c +++ b/lib/libc/i386/sys/i386_clr_watch.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/i386/sys/i386_get_fsbase.c b/lib/libc/i386/sys/i386_get_fsbase.c index 6adf7e2b182..f12a2383cc3 100644 --- a/lib/libc/i386/sys/i386_get_fsbase.c +++ b/lib/libc/i386/sys/i386_get_fsbase.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_get_gsbase.c b/lib/libc/i386/sys/i386_get_gsbase.c index 1e8f3c8008e..efe43d383b4 100644 --- a/lib/libc/i386/sys/i386_get_gsbase.c +++ b/lib/libc/i386/sys/i386_get_gsbase.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_get_ioperm.c b/lib/libc/i386/sys/i386_get_ioperm.c index 98aef11aa9d..9d8e8d31862 100644 --- a/lib/libc/i386/sys/i386_get_ioperm.c +++ b/lib/libc/i386/sys/i386_get_ioperm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_get_ldt.c b/lib/libc/i386/sys/i386_get_ldt.c index 78dd16cb77b..52daefd85de 100644 --- a/lib/libc/i386/sys/i386_get_ldt.c +++ b/lib/libc/i386/sys/i386_get_ldt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/i386/sys/i386_set_fsbase.c b/lib/libc/i386/sys/i386_set_fsbase.c index 9ddfe9249fd..81a4ed761a7 100644 --- a/lib/libc/i386/sys/i386_set_fsbase.c +++ b/lib/libc/i386/sys/i386_set_fsbase.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_set_gsbase.c b/lib/libc/i386/sys/i386_set_gsbase.c index c4542bc4a9b..8a584435e4c 100644 --- a/lib/libc/i386/sys/i386_set_gsbase.c +++ b/lib/libc/i386/sys/i386_set_gsbase.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_set_ioperm.c b/lib/libc/i386/sys/i386_set_ioperm.c index a5f91278040..dead1cae262 100644 --- a/lib/libc/i386/sys/i386_set_ioperm.c +++ b/lib/libc/i386/sys/i386_set_ioperm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/i386_set_ldt.c b/lib/libc/i386/sys/i386_set_ldt.c index 7abcc33deb6..578b7f4d2f0 100644 --- a/lib/libc/i386/sys/i386_set_ldt.c +++ b/lib/libc/i386/sys/i386_set_ldt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/i386/sys/i386_set_watch.c b/lib/libc/i386/sys/i386_set_watch.c index e1ccc80eab2..7b341e099c6 100644 --- a/lib/libc/i386/sys/i386_set_watch.c +++ b/lib/libc/i386/sys/i386_set_watch.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/i386/sys/i386_vm86.c b/lib/libc/i386/sys/i386_vm86.c index fac3f49aa69..e5d942d3713 100644 --- a/lib/libc/i386/sys/i386_vm86.c +++ b/lib/libc/i386/sys/i386_vm86.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/i386/sys/syscall.S b/lib/libc/i386/sys/syscall.S index 4a9d2717a75..c6b1d38960a 100644 --- a/lib/libc/i386/sys/syscall.S +++ b/lib/libc/i386/sys/syscall.S @@ -34,8 +34,6 @@ .asciz "@(#)syscall.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" ENTRY(syscall) diff --git a/lib/libc/inet/inet_addr.c b/lib/libc/inet/inet_addr.c index ac45b104e2b..69199a3adf6 100644 --- a/lib/libc/inet/inet_addr.c +++ b/lib/libc/inet/inet_addr.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; static const char rcsid[] = "$Id: inet_addr.c,v 1.5 2005/04/27 04:56:19 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_cidr_ntop.c b/lib/libc/inet/inet_cidr_ntop.c index 8be860a7270..45f441a163a 100644 --- a/lib/libc/inet/inet_cidr_ntop.c +++ b/lib/libc/inet/inet_cidr_ntop.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.7 2006/10/11 02:18:18 marka Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_cidr_pton.c b/lib/libc/inet/inet_cidr_pton.c index 413db6c979e..62fada390fe 100644 --- a/lib/libc/inet/inet_cidr_pton.c +++ b/lib/libc/inet/inet_cidr_pton.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_lnaof.c b/lib/libc/inet/inet_lnaof.c index c09692efeb8..b9cc926327f 100644 --- a/lib/libc/inet/inet_lnaof.c +++ b/lib/libc/inet/inet_lnaof.c @@ -33,8 +33,6 @@ static const char sccsid[] = "@(#)inet_lnaof.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_makeaddr.c b/lib/libc/inet/inet_makeaddr.c index acdc4edbbc2..95bb7c6d462 100644 --- a/lib/libc/inet/inet_makeaddr.c +++ b/lib/libc/inet/inet_makeaddr.c @@ -33,8 +33,6 @@ static const char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_net_ntop.c b/lib/libc/inet/inet_net_ntop.c index 53b284577cd..f523e460e8b 100644 --- a/lib/libc/inet/inet_net_ntop.c +++ b/lib/libc/inet/inet_net_ntop.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.5 2006/06/20 02:50:14 marka Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_net_pton.c b/lib/libc/inet/inet_net_pton.c index 6d21087cdce..9fe41702738 100644 --- a/lib/libc/inet/inet_net_pton.c +++ b/lib/libc/inet/inet_net_pton.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_net_pton.c,v 1.10 2008/11/14 02:36:51 marka Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_neta.c b/lib/libc/inet/inet_neta.c index ab2a97ad2a7..19facd2047d 100644 --- a/lib/libc/inet/inet_neta.c +++ b/lib/libc/inet/inet_neta.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_neta.c,v 1.3 2005/04/27 04:56:20 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_netof.c b/lib/libc/inet/inet_netof.c index 5e3bd95d46a..0322c6427f3 100644 --- a/lib/libc/inet/inet_netof.c +++ b/lib/libc/inet/inet_netof.c @@ -33,8 +33,6 @@ static const char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_network.c b/lib/libc/inet/inet_network.c index b776f7e8e40..98f7e379a82 100644 --- a/lib/libc/inet/inet_network.c +++ b/lib/libc/inet/inet_network.c @@ -33,8 +33,6 @@ static const char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_ntoa.c b/lib/libc/inet/inet_ntoa.c index e7a585267b3..abe160ca3ab 100644 --- a/lib/libc/inet/inet_ntoa.c +++ b/lib/libc/inet/inet_ntoa.c @@ -34,8 +34,6 @@ static const char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: inet_ntoa.c,v 1.2 2005/04/27 04:56:21 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_ntop.c b/lib/libc/inet/inet_ntop.c index 650ffaf178d..bc73761d672 100644 --- a/lib/libc/inet/inet_ntop.c +++ b/lib/libc/inet/inet_ntop.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/inet/inet_pton.c b/lib/libc/inet/inet_pton.c index 19b119764e9..53776f15e92 100644 --- a/lib/libc/inet/inet_pton.c +++ b/lib/libc/inet/inet_pton.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: inet_pton.c,v 1.5 2005/07/28 06:51:47 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include #include diff --git a/lib/libc/inet/nsap_addr.c b/lib/libc/inet/nsap_addr.c index 0bf190d7c12..c3f0a436227 100644 --- a/lib/libc/inet/nsap_addr.c +++ b/lib/libc/inet/nsap_addr.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: nsap_addr.c,v 1.5 2005/07/28 06:51:48 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/isc/ev_streams.c b/lib/libc/isc/ev_streams.c index 59f01eda6a3..25400573822 100644 --- a/lib/libc/isc/ev_streams.c +++ b/lib/libc/isc/ev_streams.c @@ -25,8 +25,6 @@ static const char rcsid[] = "$Id: ev_streams.c,v 1.5 2005/04/27 04:56:36 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #ifndef _LIBC #include "fd_setsize.h" diff --git a/lib/libc/isc/ev_timers.c b/lib/libc/isc/ev_timers.c index 94a7b003f52..4dcc8f05bc3 100644 --- a/lib/libc/isc/ev_timers.c +++ b/lib/libc/isc/ev_timers.c @@ -25,8 +25,6 @@ static const char rcsid[] = "$Id: ev_timers.c,v 1.6 2005/04/27 04:56:36 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/locale/ascii.c b/lib/libc/locale/ascii.c index 01ca53c512f..55761626d67 100644 --- a/lib/libc/locale/ascii.c +++ b/lib/libc/locale/ascii.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/big5.c b/lib/libc/locale/big5.c index 7ff3c024dd3..77c19e9d7c0 100644 --- a/lib/libc/locale/big5.c +++ b/lib/libc/locale/big5.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)big5.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/btowc.c b/lib/libc/locale/btowc.c index ecc184570b1..e5e4951fedd 100644 --- a/lib/libc/locale/btowc.c +++ b/lib/libc/locale/btowc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "mblocal.h" diff --git a/lib/libc/locale/c16rtomb.c b/lib/libc/locale/c16rtomb.c index ea94cbaed1b..de6ada6521c 100644 --- a/lib/libc/locale/c16rtomb.c +++ b/lib/libc/locale/c16rtomb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "mblocal.h" diff --git a/lib/libc/locale/c32rtomb.c b/lib/libc/locale/c32rtomb.c index 677c79fa1cd..f60d137556b 100644 --- a/lib/libc/locale/c32rtomb.c +++ b/lib/libc/locale/c32rtomb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/cXXrtomb_iconv.h b/lib/libc/locale/cXXrtomb_iconv.h index 6ed32e1042d..cf171a49d43 100644 --- a/lib/libc/locale/cXXrtomb_iconv.h +++ b/lib/libc/locale/cXXrtomb_iconv.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c index c4e7d1cddba..60c14a7de55 100644 --- a/lib/libc/locale/collate.c +++ b/lib/libc/locale/collate.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index d811ab48ca0..7b2d6723411 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "collate.h" diff --git a/lib/libc/locale/euc.c b/lib/libc/locale/euc.c index 0b3118f83eb..823928ff745 100644 --- a/lib/libc/locale/euc.c +++ b/lib/libc/locale/euc.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)euc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/fix_grouping.c b/lib/libc/locale/fix_grouping.c index cf1fa610400..19b32a378b9 100644 --- a/lib/libc/locale/fix_grouping.c +++ b/lib/libc/locale/fix_grouping.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/gb18030.c b/lib/libc/locale/gb18030.c index eeb0e61363d..1ddb3e46387 100644 --- a/lib/libc/locale/gb18030.c +++ b/lib/libc/locale/gb18030.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/gb2312.c b/lib/libc/locale/gb2312.c index ef035ccb400..dbcb56435ab 100644 --- a/lib/libc/locale/gb2312.c +++ b/lib/libc/locale/gb2312.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/gbk.c b/lib/libc/locale/gbk.c index 22095b6e512..045e0645b1b 100644 --- a/lib/libc/locale/gbk.c +++ b/lib/libc/locale/gbk.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/isctype.c b/lib/libc/locale/isctype.c index 3731508ba15..45dc86c260f 100644 --- a/lib/libc/locale/isctype.c +++ b/lib/libc/locale/isctype.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)isctype.c 8.3 (Berkeley) 2/24/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #undef digittoint diff --git a/lib/libc/locale/iswctype.c b/lib/libc/locale/iswctype.c index 251e98c2b9c..8e5879b0b72 100644 --- a/lib/libc/locale/iswctype.c +++ b/lib/libc/locale/iswctype.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #undef iswalnum diff --git a/lib/libc/locale/ldpart.c b/lib/libc/locale/ldpart.c index 2a7d39aa842..e77f3e2e2a7 100644 --- a/lib/libc/locale/ldpart.c +++ b/lib/libc/locale/ldpart.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/locale/lmessages.c b/lib/libc/locale/lmessages.c index e548557d4b3..90757b131fb 100644 --- a/lib/libc/locale/lmessages.c +++ b/lib/libc/locale/lmessages.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "ldpart.h" diff --git a/lib/libc/locale/lmonetary.c b/lib/libc/locale/lmonetary.c index e269c784498..f12d4d25840 100644 --- a/lib/libc/locale/lmonetary.c +++ b/lib/libc/locale/lmonetary.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/lnumeric.c b/lib/libc/locale/lnumeric.c index 6558645ee1f..109761a62b1 100644 --- a/lib/libc/locale/lnumeric.c +++ b/lib/libc/locale/lnumeric.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "ldpart.h" diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index ced3f52f0a7..d87bd03cad6 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "lmonetary.h" diff --git a/lib/libc/locale/mblen.c b/lib/libc/locale/mblen.c index 280e0a49b91..a0ff1660ce5 100644 --- a/lib/libc/locale/mblen.c +++ b/lib/libc/locale/mblen.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "mblocal.h" diff --git a/lib/libc/locale/mbrlen.c b/lib/libc/locale/mbrlen.c index bcef3e49a90..57237c86141 100644 --- a/lib/libc/locale/mbrlen.c +++ b/lib/libc/locale/mbrlen.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mblocal.h" diff --git a/lib/libc/locale/mbrtoc16.c b/lib/libc/locale/mbrtoc16.c index 105e6e867c2..54c3beb16f6 100644 --- a/lib/libc/locale/mbrtoc16.c +++ b/lib/libc/locale/mbrtoc16.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mblocal.h" diff --git a/lib/libc/locale/mbrtoc32.c b/lib/libc/locale/mbrtoc32.c index 0a030bba1c8..33227adb70b 100644 --- a/lib/libc/locale/mbrtoc32.c +++ b/lib/libc/locale/mbrtoc32.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "mblocal.h" diff --git a/lib/libc/locale/mbrtocXX_iconv.h b/lib/libc/locale/mbrtocXX_iconv.h index 4ebb5683266..148ba55e548 100644 --- a/lib/libc/locale/mbrtocXX_iconv.h +++ b/lib/libc/locale/mbrtocXX_iconv.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/locale/mbrtowc.c b/lib/libc/locale/mbrtowc.c index f9ccae6e8e6..b92968156e0 100644 --- a/lib/libc/locale/mbrtowc.c +++ b/lib/libc/locale/mbrtowc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mblocal.h" diff --git a/lib/libc/locale/mbsinit.c b/lib/libc/locale/mbsinit.c index d3272796540..c9aece68fe6 100644 --- a/lib/libc/locale/mbsinit.c +++ b/lib/libc/locale/mbsinit.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mblocal.h" diff --git a/lib/libc/locale/mbsnrtowcs.c b/lib/libc/locale/mbsnrtowcs.c index 76788b5e60e..b667ee71075 100644 --- a/lib/libc/locale/mbsnrtowcs.c +++ b/lib/libc/locale/mbsnrtowcs.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/mbsrtowcs.c b/lib/libc/locale/mbsrtowcs.c index ad723ced2af..718d61c77ea 100644 --- a/lib/libc/locale/mbsrtowcs.c +++ b/lib/libc/locale/mbsrtowcs.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/mbstowcs.c b/lib/libc/locale/mbstowcs.c index 0c4358241b4..805a49b3563 100644 --- a/lib/libc/locale/mbstowcs.c +++ b/lib/libc/locale/mbstowcs.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/mbtowc.c b/lib/libc/locale/mbtowc.c index 61e2557a8f8..56b9b2ba8af 100644 --- a/lib/libc/locale/mbtowc.c +++ b/lib/libc/locale/mbtowc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/mskanji.c b/lib/libc/locale/mskanji.c index 9b27b579d03..3b30ed0c602 100644 --- a/lib/libc/locale/mskanji.c +++ b/lib/libc/locale/mskanji.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)mskanji.c 1.0 (Phase One) 5/5/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/nextwctype.c b/lib/libc/locale/nextwctype.c index fea175f13b2..dd81cd82940 100644 --- a/lib/libc/locale/nextwctype.c +++ b/lib/libc/locale/nextwctype.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c index 49944d3bd6c..b7055f3eaa6 100644 --- a/lib/libc/locale/nl_langinfo.c +++ b/lib/libc/locale/nl_langinfo.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/nomacros.c b/lib/libc/locale/nomacros.c index 66cf40e61ec..2dfdd772cfc 100644 --- a/lib/libc/locale/nomacros.c +++ b/lib/libc/locale/nomacros.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /* * Tell to generate extern versions of all its inline * functions. The extern versions get called if the system doesn't diff --git a/lib/libc/locale/none.c b/lib/libc/locale/none.c index b2d1d24ac3f..a0110f8590e 100644 --- a/lib/libc/locale/none.c +++ b/lib/libc/locale/none.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)none.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/rpmatch.c b/lib/libc/locale/rpmatch.c index 1189f97e58b..4826c302b82 100644 --- a/lib/libc/locale/rpmatch.c +++ b/lib/libc/locale/rpmatch.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/rune.c b/lib/libc/locale/rune.c index ce2095763eb..79dc4de18e2 100644 --- a/lib/libc/locale/rune.c +++ b/lib/libc/locale/rune.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)rune.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/locale/runetype.c b/lib/libc/locale/runetype.c index 8a070d4c4dc..1442c3a77fd 100644 --- a/lib/libc/locale/runetype.c +++ b/lib/libc/locale/runetype.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index bb60418f358..53b6e635ecb 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)setlocale.c 8.1 (Berkeley) 7/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/setrunelocale.c b/lib/libc/locale/setrunelocale.c index 9b4b65f166e..8c8ef82a119 100644 --- a/lib/libc/locale/setrunelocale.c +++ b/lib/libc/locale/setrunelocale.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __RUNETYPE_INTERNAL 1 #include diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index 4f1b7d51d41..1c6ecacbbbf 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/27/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/tolower.c b/lib/libc/locale/tolower.c index 021e5c10b5b..59cd24393a2 100644 --- a/lib/libc/locale/tolower.c +++ b/lib/libc/locale/tolower.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/toupper.c b/lib/libc/locale/toupper.c index 2441cc2c595..6de0c76860b 100644 --- a/lib/libc/locale/toupper.c +++ b/lib/libc/locale/toupper.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/utf8.c b/lib/libc/locale/utf8.c index 3213ed75a6f..3eb5f21bc3b 100644 --- a/lib/libc/locale/utf8.c +++ b/lib/libc/locale/utf8.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcrtomb.c b/lib/libc/locale/wcrtomb.c index 3106f904a40..83321e4a41c 100644 --- a/lib/libc/locale/wcrtomb.c +++ b/lib/libc/locale/wcrtomb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mblocal.h" diff --git a/lib/libc/locale/wcsftime.c b/lib/libc/locale/wcsftime.c index 4fe6ad56816..ce67d35846e 100644 --- a/lib/libc/locale/wcsftime.c +++ b/lib/libc/locale/wcsftime.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcsnrtombs.c b/lib/libc/locale/wcsnrtombs.c index 5bed52be19c..fc47c1c7cce 100644 --- a/lib/libc/locale/wcsnrtombs.c +++ b/lib/libc/locale/wcsnrtombs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcsrtombs.c b/lib/libc/locale/wcsrtombs.c index 0ff39904454..2e472f1a0ff 100644 --- a/lib/libc/locale/wcsrtombs.c +++ b/lib/libc/locale/wcsrtombs.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstod.c b/lib/libc/locale/wcstod.c index 114f6841012..570bf4474ff 100644 --- a/lib/libc/locale/wcstod.c +++ b/lib/libc/locale/wcstod.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstof.c b/lib/libc/locale/wcstof.c index 888801b870a..2d35f0b82f2 100644 --- a/lib/libc/locale/wcstof.c +++ b/lib/libc/locale/wcstof.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstoimax.c b/lib/libc/locale/wcstoimax.c index 5fa406784f1..6447fe6dccf 100644 --- a/lib/libc/locale/wcstoimax.c +++ b/lib/libc/locale/wcstoimax.c @@ -41,8 +41,6 @@ static char sccsid[] = "from @(#)strtol.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdlib/strtoimax.c,v 1.8 2002/09/06 11:23:59 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstol.c b/lib/libc/locale/wcstol.c index 0921782e49f..183fb00bc50 100644 --- a/lib/libc/locale/wcstol.c +++ b/lib/libc/locale/wcstol.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstold.c b/lib/libc/locale/wcstold.c index db7ee5e9f13..dc15631a22f 100644 --- a/lib/libc/locale/wcstold.c +++ b/lib/libc/locale/wcstold.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstoll.c b/lib/libc/locale/wcstoll.c index f28a0015485..5e42d878e1c 100644 --- a/lib/libc/locale/wcstoll.c +++ b/lib/libc/locale/wcstoll.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)strtoq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdlib/strtoll.c,v 1.19 2002/09/06 11:23:59 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstombs.c b/lib/libc/locale/wcstombs.c index 34b82cab2ff..0b9303cd79e 100644 --- a/lib/libc/locale/wcstombs.c +++ b/lib/libc/locale/wcstombs.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstoul.c b/lib/libc/locale/wcstoul.c index 12f65c57760..d097c20db40 100644 --- a/lib/libc/locale/wcstoul.c +++ b/lib/libc/locale/wcstoul.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstoull.c b/lib/libc/locale/wcstoull.c index bf968e272bf..5f8e8367308 100644 --- a/lib/libc/locale/wcstoull.c +++ b/lib/libc/locale/wcstoull.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdlib/strtoull.c,v 1.18 2002/09/06 11:23:59 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcstoumax.c b/lib/libc/locale/wcstoumax.c index 9d5b220797a..ad9e9c33418 100644 --- a/lib/libc/locale/wcstoumax.c +++ b/lib/libc/locale/wcstoumax.c @@ -41,8 +41,6 @@ static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdlib/strtoumax.c,v 1.8 2002/09/06 11:23:59 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wctob.c b/lib/libc/locale/wctob.c index 1bb72b99ebc..d3c9318cc70 100644 --- a/lib/libc/locale/wctob.c +++ b/lib/libc/locale/wctob.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wctomb.c b/lib/libc/locale/wctomb.c index ebd2cd2e462..72bce6567b7 100644 --- a/lib/libc/locale/wctomb.c +++ b/lib/libc/locale/wctomb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "mblocal.h" diff --git a/lib/libc/locale/wctrans.c b/lib/libc/locale/wctrans.c index fd900674083..947629a8bad 100644 --- a/lib/libc/locale/wctrans.c +++ b/lib/libc/locale/wctrans.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c index 3ff4b4d3786..a738a075f98 100644 --- a/lib/libc/locale/wctype.c +++ b/lib/libc/locale/wctype.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/locale/wcwidth.c b/lib/libc/locale/wcwidth.c index 957681fcb0e..4c256033ac4 100644 --- a/lib/libc/locale/wcwidth.c +++ b/lib/libc/locale/wcwidth.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/nameser/ns_name.c b/lib/libc/nameser/ns_name.c index 9ff3d3f9da7..ffe3b9716ab 100644 --- a/lib/libc/nameser/ns_name.c +++ b/lib/libc/nameser/ns_name.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_name.c,v 1.11 2009/01/23 19:59:16 each Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/nameser/ns_netint.c b/lib/libc/nameser/ns_netint.c index fc179e22528..02e2d485f3f 100644 --- a/lib/libc/nameser/ns_netint.c +++ b/lib/libc/nameser/ns_netint.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_netint.c,v 1.3 2005/04/27 04:56:40 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/nameser/ns_parse.c b/lib/libc/nameser/ns_parse.c index 7a3382ed770..d475b92cd5f 100644 --- a/lib/libc/nameser/ns_parse.c +++ b/lib/libc/nameser/ns_parse.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/nameser/ns_print.c b/lib/libc/nameser/ns_print.c index 52f13e2673c..84e8873bb62 100644 --- a/lib/libc/nameser/ns_print.c +++ b/lib/libc/nameser/ns_print.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_print.c,v 1.12 2009/03/03 05:29:58 each Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/nameser/ns_samedomain.c b/lib/libc/nameser/ns_samedomain.c index 858d0d1436a..1b7f562d66b 100644 --- a/lib/libc/nameser/ns_samedomain.c +++ b/lib/libc/nameser/ns_samedomain.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_samedomain.c,v 1.6 2005/04/27 04:56:40 sra Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/nameser/ns_ttl.c b/lib/libc/nameser/ns_ttl.c index 2ebbcc4f8c1..e6d66379fa3 100644 --- a/lib/libc/nameser/ns_ttl.c +++ b/lib/libc/nameser/ns_ttl.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: ns_ttl.c,v 1.4 2005/07/28 06:51:49 marka Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/net/base64.c b/lib/libc/net/base64.c index fe70f2c71f0..44b2e9bd42f 100644 --- a/lib/libc/net/base64.c +++ b/lib/libc/net/base64.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/net/ether_addr.c b/lib/libc/net/ether_addr.c index 98e5398096f..3a2e565a7b3 100644 --- a/lib/libc/net/ether_addr.c +++ b/lib/libc/net/ether_addr.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/net/eui64.c b/lib/libc/net/eui64.c index 2c2c4ea57b2..349f907b9d0 100644 --- a/lib/libc/net/eui64.c +++ b/lib/libc/net/eui64.c @@ -68,8 +68,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/gai_strerror.c b/lib/libc/net/gai_strerror.c index 276ba91b95f..4964ca23ae4 100644 --- a/lib/libc/net/gai_strerror.c +++ b/lib/libc/net/gai_strerror.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #if defined(NLS) diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index 14729087b82..60d2444026a 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index 142b67f7ace..4fa86acef13 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -56,8 +56,6 @@ static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; static char fromrcsid[] = "From: Id: gethnamaddr.c,v 8.23 1998/04/07 04:59:46 vixie Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/gethostbyht.c b/lib/libc/net/gethostbyht.c index 3251f407f43..ee51b4056d0 100644 --- a/lib/libc/net/gethostbyht.c +++ b/lib/libc/net/gethostbyht.c @@ -53,8 +53,6 @@ static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/gethostbynis.c b/lib/libc/net/gethostbynis.c index dcf2844aa84..ea503c9dd4c 100644 --- a/lib/libc/net/gethostbynis.c +++ b/lib/libc/net/gethostbynis.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index bfad0d22c93..1b60ab0fa00 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include "reentrant.h" #include diff --git a/lib/libc/net/getifaddrs.c b/lib/libc/net/getifaddrs.c index 2de869ca6f9..f42093b76ca 100644 --- a/lib/libc/net/getifaddrs.c +++ b/lib/libc/net/getifaddrs.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/getifmaddrs.c b/lib/libc/net/getifmaddrs.c index 1c54c554882..d2f41e34156 100644 --- a/lib/libc/net/getifmaddrs.c +++ b/lib/libc/net/getifmaddrs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/getnameinfo.c b/lib/libc/net/getnameinfo.c index b72734e56ed..b299b596e34 100644 --- a/lib/libc/net/getnameinfo.c +++ b/lib/libc/net/getnameinfo.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c index ac35ae4a96c..c2a8310e417 100644 --- a/lib/libc/net/getnetbydns.c +++ b/lib/libc/net/getnetbydns.c @@ -60,8 +60,6 @@ static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getnetbyht.c b/lib/libc/net/getnetbyht.c index 9db1a37ebd3..8fb4ccff9cf 100644 --- a/lib/libc/net/getnetbyht.c +++ b/lib/libc/net/getnetbyht.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index f6a2714ba98..266cce2bdac 100644 --- a/lib/libc/net/getnetbynis.c +++ b/lib/libc/net/getnetbynis.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index 0d9ec088558..d3c44050a1a 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include "reentrant.h" #include diff --git a/lib/libc/net/getproto.c b/lib/libc/net/getproto.c index ec7ee39447a..407acf635c7 100644 --- a/lib/libc/net/getproto.c +++ b/lib/libc/net/getproto.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getproto.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getprotoent.c b/lib/libc/net/getprotoent.c index b3bb52195df..1fb719219c1 100644 --- a/lib/libc/net/getprotoent.c +++ b/lib/libc/net/getprotoent.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getprotoname.c b/lib/libc/net/getprotoname.c index 22c2938dd53..0ae48e96d3f 100644 --- a/lib/libc/net/getprotoname.c +++ b/lib/libc/net/getprotoname.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/getservent.c b/lib/libc/net/getservent.c index bcb9f8ff8b8..d4241d49d05 100644 --- a/lib/libc/net/getservent.c +++ b/lib/libc/net/getservent.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/hesiod.c b/lib/libc/net/hesiod.c index f456e76316a..634f109e616 100644 --- a/lib/libc/net/hesiod.c +++ b/lib/libc/net/hesiod.c @@ -49,8 +49,6 @@ static char *orig_rcsid = "$NetBSD: hesiod.c,v 1.9 1999/02/11 06:16:38 simonb Exp $"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/if_indextoname.c b/lib/libc/net/if_indextoname.c index e7ccb422dc6..ba4bd7ab379 100644 --- a/lib/libc/net/if_indextoname.c +++ b/lib/libc/net/if_indextoname.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/if_nameindex.c b/lib/libc/net/if_nameindex.c index 4b6b15ecefb..ca052e91f7a 100644 --- a/lib/libc/net/if_nameindex.c +++ b/lib/libc/net/if_nameindex.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/if_nametoindex.c b/lib/libc/net/if_nametoindex.c index c38fce76b03..0042bc8c0f4 100644 --- a/lib/libc/net/if_nametoindex.c +++ b/lib/libc/net/if_nametoindex.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/ip6opt.c b/lib/libc/net/ip6opt.c index 5e2f9df8d00..54bd24939d3 100644 --- a/lib/libc/net/ip6opt.c +++ b/lib/libc/net/ip6opt.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/net/linkaddr.c b/lib/libc/net/linkaddr.c index f50197ec32a..df1b7b94276 100644 --- a/lib/libc/net/linkaddr.c +++ b/lib/libc/net/linkaddr.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)linkaddr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/map_v4v6.c b/lib/libc/net/map_v4v6.c index addc5194786..7a624df5d55 100644 --- a/lib/libc/net/map_v4v6.c +++ b/lib/libc/net/map_v4v6.c @@ -55,8 +55,6 @@ static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 9b7aaf66ae2..75a663ab1ca 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -86,8 +86,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/nscache.c b/lib/libc/net/nscache.c index 2fd0857548d..0814818aa21 100644 --- a/lib/libc/net/nscache.c +++ b/lib/libc/net/nscache.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #define _NS_PRIVATE #include diff --git a/lib/libc/net/nscachedcli.c b/lib/libc/net/nscachedcli.c index c9518214f5c..55b0b97129f 100644 --- a/lib/libc/net/nscachedcli.c +++ b/lib/libc/net/nscachedcli.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/nsdispatch.c b/lib/libc/net/nsdispatch.c index d2d9f08b6ef..958bd2ed69b 100644 --- a/lib/libc/net/nsdispatch.c +++ b/lib/libc/net/nsdispatch.c @@ -63,8 +63,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/nsparser.y b/lib/libc/net/nsparser.y index b05b30d26bd..636ac19ffbc 100644 --- a/lib/libc/net/nsparser.y +++ b/lib/libc/net/nsparser.y @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #define _NS_PRIVATE #include diff --git a/lib/libc/net/nss_compat.c b/lib/libc/net/nss_compat.c index a471fbd2f5d..131e7c39858 100644 --- a/lib/libc/net/nss_compat.c +++ b/lib/libc/net/nss_compat.c @@ -34,8 +34,6 @@ * Compatibility shims for the GNU C Library-style nsswitch interface. */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/ntoh.c b/lib/libc/net/ntoh.c index 41432f8e88a..1c309ded5cb 100644 --- a/lib/libc/net/ntoh.c +++ b/lib/libc/net/ntoh.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _BYTEORDER_FUNC_DEFINED #include diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 2a6edd66440..1a0dd5c48d0 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/rcmdsh.c b/lib/libc/net/rcmdsh.c index b321b5a51a2..ceedc51731a 100644 --- a/lib/libc/net/rcmdsh.c +++ b/lib/libc/net/rcmdsh.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/net/recv.c b/lib/libc/net/recv.c index 5304745848a..bf321f3d522 100644 --- a/lib/libc/net/recv.c +++ b/lib/libc/net/recv.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)recv.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/net/rthdr.c b/lib/libc/net/rthdr.c index 81f07c0e77d..0a2e70cf491 100644 --- a/lib/libc/net/rthdr.c +++ b/lib/libc/net/rthdr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 7c3652ff5d3..ee0de3b9569 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/net/send.c b/lib/libc/net/send.c index b0c179c2e6b..cb2f72ae8b9 100644 --- a/lib/libc/net/send.c +++ b/lib/libc/net/send.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/net/sourcefilter.c b/lib/libc/net/sourcefilter.c index 6cd623249d1..34dbde6a257 100644 --- a/lib/libc/net/sourcefilter.c +++ b/lib/libc/net/sourcefilter.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/net/vars.c b/lib/libc/net/vars.c index 5bcfb9f9263..7df32ca69ed 100644 --- a/lib/libc/net/vars.c +++ b/lib/libc/net/vars.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 7f687258e5c..80750dc8cfa 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -32,8 +32,6 @@ up-to-date. Many thanks. ******************************************************************/ #include -__FBSDID("$FreeBSD$"); - #define _NLS_PRIVATE #include "namespace.h" diff --git a/lib/libc/posix1e/acl_branding.c b/lib/libc/posix1e/acl_branding.c index fad59f4cd21..4cb9feb1d28 100644 --- a/lib/libc/posix1e/acl_branding.c +++ b/lib/libc/posix1e/acl_branding.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_calc_mask.c b/lib/libc/posix1e/acl_calc_mask.c index d48c0acdffe..74a432839c1 100644 --- a/lib/libc/posix1e/acl_calc_mask.c +++ b/lib/libc/posix1e/acl_calc_mask.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_cmp_np.c b/lib/libc/posix1e/acl_cmp_np.c index 7b25a14464b..f1ec108629a 100644 --- a/lib/libc/posix1e/acl_cmp_np.c +++ b/lib/libc/posix1e/acl_cmp_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/posix1e/acl_compat.c b/lib/libc/posix1e/acl_compat.c index 7980d1b9236..f8eb55116d8 100644 --- a/lib/libc/posix1e/acl_compat.c +++ b/lib/libc/posix1e/acl_compat.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int __oldacl_get_perm_np(acl_permset_t, oldacl_perm_t); diff --git a/lib/libc/posix1e/acl_copy.c b/lib/libc/posix1e/acl_copy.c index c38cc7d268f..96a5ed47964 100644 --- a/lib/libc/posix1e/acl_copy.c +++ b/lib/libc/posix1e/acl_copy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_delete.c b/lib/libc/posix1e/acl_delete.c index 92d22d641e3..b0fb59391ec 100644 --- a/lib/libc/posix1e/acl_delete.c +++ b/lib/libc/posix1e/acl_delete.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_delete_entry.c b/lib/libc/posix1e/acl_delete_entry.c index 26504bce7a0..5faa52065fe 100644 --- a/lib/libc/posix1e/acl_delete_entry.c +++ b/lib/libc/posix1e/acl_delete_entry.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_entry.c b/lib/libc/posix1e/acl_entry.c index 44eb8291f09..eb9103439ef 100644 --- a/lib/libc/posix1e/acl_entry.c +++ b/lib/libc/posix1e/acl_entry.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_equiv_mode_np.c b/lib/libc/posix1e/acl_equiv_mode_np.c index 879506bf077..06bd3a3deda 100644 --- a/lib/libc/posix1e/acl_equiv_mode_np.c +++ b/lib/libc/posix1e/acl_equiv_mode_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_extended_file_np.c b/lib/libc/posix1e/acl_extended_file_np.c index b4270c60595..27b5c9b2077 100644 --- a/lib/libc/posix1e/acl_extended_file_np.c +++ b/lib/libc/posix1e/acl_extended_file_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_flag.c b/lib/libc/posix1e/acl_flag.c index 470aff18417..82772bf261f 100644 --- a/lib/libc/posix1e/acl_flag.c +++ b/lib/libc/posix1e/acl_flag.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_free.c b/lib/libc/posix1e/acl_free.c index 869734acd2f..1de6d310504 100644 --- a/lib/libc/posix1e/acl_free.c +++ b/lib/libc/posix1e/acl_free.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_from_mode_np.c b/lib/libc/posix1e/acl_from_mode_np.c index 6c96d445e9f..b08cc5b5e6a 100644 --- a/lib/libc/posix1e/acl_from_mode_np.c +++ b/lib/libc/posix1e/acl_from_mode_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_from_text.c b/lib/libc/posix1e/acl_from_text.c index 5a1bcfc4a1f..2a1c21fa785 100644 --- a/lib/libc/posix1e/acl_from_text.c +++ b/lib/libc/posix1e/acl_from_text.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_from_text_nfs4.c b/lib/libc/posix1e/acl_from_text_nfs4.c index a8b8b49e1c1..41fb96973d9 100644 --- a/lib/libc/posix1e/acl_from_text_nfs4.c +++ b/lib/libc/posix1e/acl_from_text_nfs4.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_get.c b/lib/libc/posix1e/acl_get.c index 73796f762ec..f5191d739dc 100644 --- a/lib/libc/posix1e/acl_get.c +++ b/lib/libc/posix1e/acl_get.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_id_to_name.c b/lib/libc/posix1e/acl_id_to_name.c index 8e7d9e99054..b5afe7d1661 100644 --- a/lib/libc/posix1e/acl_id_to_name.c +++ b/lib/libc/posix1e/acl_id_to_name.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_init.c b/lib/libc/posix1e/acl_init.c index 2b08d5efa7f..eaa554df4fe 100644 --- a/lib/libc/posix1e/acl_init.c +++ b/lib/libc/posix1e/acl_init.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_perm.c b/lib/libc/posix1e/acl_perm.c index 606fe7823f2..f6abf404c4f 100644 --- a/lib/libc/posix1e/acl_perm.c +++ b/lib/libc/posix1e/acl_perm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_set.c b/lib/libc/posix1e/acl_set.c index 1186cbb8ec1..5edc291b517 100644 --- a/lib/libc/posix1e/acl_set.c +++ b/lib/libc/posix1e/acl_set.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_strip.c b/lib/libc/posix1e/acl_strip.c index b5085692028..ac6c94e66f8 100644 --- a/lib/libc/posix1e/acl_strip.c +++ b/lib/libc/posix1e/acl_strip.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_support.c b/lib/libc/posix1e/acl_support.c index cb8bbd7b5b9..c4552d9799a 100644 --- a/lib/libc/posix1e/acl_support.c +++ b/lib/libc/posix1e/acl_support.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_support_nfs4.c b/lib/libc/posix1e/acl_support_nfs4.c index 9b55d78d82e..9062ec31cd4 100644 --- a/lib/libc/posix1e/acl_support_nfs4.c +++ b/lib/libc/posix1e/acl_support_nfs4.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_to_text.c b/lib/libc/posix1e/acl_to_text.c index ce18702b091..3b2156c6156 100644 --- a/lib/libc/posix1e/acl_to_text.c +++ b/lib/libc/posix1e/acl_to_text.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/acl_to_text_nfs4.c b/lib/libc/posix1e/acl_to_text_nfs4.c index 74876c3c746..522ebe3d437 100644 --- a/lib/libc/posix1e/acl_to_text_nfs4.c +++ b/lib/libc/posix1e/acl_to_text_nfs4.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/acl_valid.c b/lib/libc/posix1e/acl_valid.c index 24b3292a097..b0468d5a57d 100644 --- a/lib/libc/posix1e/acl_valid.c +++ b/lib/libc/posix1e/acl_valid.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/posix1e/extattr.c b/lib/libc/posix1e/extattr.c index 973530e809b..816b3a6952a 100644 --- a/lib/libc/posix1e/extattr.c +++ b/lib/libc/posix1e/extattr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index f8f315a0d8d..c1bfcf15969 100644 --- a/lib/libc/posix1e/mac.c +++ b/lib/libc/posix1e/mac.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/mac_exec.c b/lib/libc/posix1e/mac_exec.c index a3dc62c16f0..acd7c1d6e82 100644 --- a/lib/libc/posix1e/mac_exec.c +++ b/lib/libc/posix1e/mac_exec.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/posix1e/mac_get.c b/lib/libc/posix1e/mac_get.c index d391ba5561d..5bf829e9a16 100644 --- a/lib/libc/posix1e/mac_get.c +++ b/lib/libc/posix1e/mac_get.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/posix1e/mac_set.c b/lib/libc/posix1e/mac_set.c index fee9208b915..cded5a7cca7 100644 --- a/lib/libc/posix1e/mac_set.c +++ b/lib/libc/posix1e/mac_set.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/_ctx_start.S b/lib/libc/powerpc/gen/_ctx_start.S index d6445941168..e82bd1dcdb8 100644 --- a/lib/libc/powerpc/gen/_ctx_start.S +++ b/lib/libc/powerpc/gen/_ctx_start.S @@ -25,9 +25,6 @@ */ #include - - __FBSDID("$FreeBSD$"); - .globl CNAME(_ctx_done) .globl CNAME(abort) diff --git a/lib/libc/powerpc/gen/_setjmp.S b/lib/libc/powerpc/gen/_setjmp.S index 663a8b6ed32..8bbe259cf33 100644 --- a/lib/libc/powerpc/gen/_setjmp.S +++ b/lib/libc/powerpc/gen/_setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/powerpc/gen/eabi.S b/lib/libc/powerpc/gen/eabi.S index 3296af88a4d..49ea63c8263 100644 --- a/lib/libc/powerpc/gen/eabi.S +++ b/lib/libc/powerpc/gen/eabi.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(__eabi) blr END(__eabi) diff --git a/lib/libc/powerpc/gen/fabs.S b/lib/libc/powerpc/gen/fabs.S index ac083ae636a..d9dbf9d86fe 100644 --- a/lib/libc/powerpc/gen/fabs.S +++ b/lib/libc/powerpc/gen/fabs.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * double fabs(double) */ diff --git a/lib/libc/powerpc/gen/flt_rounds.c b/lib/libc/powerpc/gen/flt_rounds.c index c6b6178bc07..601a42321a1 100644 --- a/lib/libc/powerpc/gen/flt_rounds.c +++ b/lib/libc/powerpc/gen/flt_rounds.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/fpgetmask.c b/lib/libc/powerpc/gen/fpgetmask.c index 76820e6807d..b4399f23cf7 100644 --- a/lib/libc/powerpc/gen/fpgetmask.c +++ b/lib/libc/powerpc/gen/fpgetmask.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/fpgetround.c b/lib/libc/powerpc/gen/fpgetround.c index b4001644724..f6a98d3ffe1 100644 --- a/lib/libc/powerpc/gen/fpgetround.c +++ b/lib/libc/powerpc/gen/fpgetround.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/fpsetmask.c b/lib/libc/powerpc/gen/fpsetmask.c index 36c46f12dcd..eb5884aa080 100644 --- a/lib/libc/powerpc/gen/fpsetmask.c +++ b/lib/libc/powerpc/gen/fpsetmask.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/fpsetround.c b/lib/libc/powerpc/gen/fpsetround.c index 9a1956113c8..82ec0ea354c 100644 --- a/lib/libc/powerpc/gen/fpsetround.c +++ b/lib/libc/powerpc/gen/fpsetround.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/infinity.c b/lib/libc/powerpc/gen/infinity.c index f5324389d5b..6e11371e6eb 100644 --- a/lib/libc/powerpc/gen/infinity.c +++ b/lib/libc/powerpc/gen/infinity.c @@ -4,8 +4,6 @@ __RCSID("$NetBSD: infinity.c,v 1.2 1998/11/14 19:31:02 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - /* infinity.c */ #include diff --git a/lib/libc/powerpc/gen/makecontext.c b/lib/libc/powerpc/gen/makecontext.c index 5ab0309adcc..eb3cf2bb3d3 100644 --- a/lib/libc/powerpc/gen/makecontext.c +++ b/lib/libc/powerpc/gen/makecontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc/gen/setjmp.S b/lib/libc/powerpc/gen/setjmp.S index ef7cb7e7be6..0db3c4de664 100644 --- a/lib/libc/powerpc/gen/setjmp.S +++ b/lib/libc/powerpc/gen/setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: setjmp.S,v 1.3 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/powerpc/gen/signalcontext.c b/lib/libc/powerpc/gen/signalcontext.c index 1839b7505df..253f1c8a762 100644 --- a/lib/libc/powerpc/gen/signalcontext.c +++ b/lib/libc/powerpc/gen/signalcontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpc/gen/sigsetjmp.S b/lib/libc/powerpc/gen/sigsetjmp.S index 9c75f4f86dd..b86387204fb 100644 --- a/lib/libc/powerpc/gen/sigsetjmp.S +++ b/lib/libc/powerpc/gen/sigsetjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: sigsetjmp.S,v 1.4 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- sigsetjmp, siglongjmp * diff --git a/lib/libc/powerpc/sys/__vdso_gettc.c b/lib/libc/powerpc/sys/__vdso_gettc.c index 1d26baa3246..21f0f2dd87e 100644 --- a/lib/libc/powerpc/sys/__vdso_gettc.c +++ b/lib/libc/powerpc/sys/__vdso_gettc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpc/sys/cerror.S b/lib/libc/powerpc/sys/cerror.S index 9ec3cbaf63a..64204c5a1dd 100644 --- a/lib/libc/powerpc/sys/cerror.S +++ b/lib/libc/powerpc/sys/cerror.S @@ -26,8 +26,6 @@ /* $NetBSD: cerror.S,v 1.5 2000/01/27 14:58:48 kleink Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" .globl HIDENAME(cerror) diff --git a/lib/libc/powerpc64/gen/_ctx_start.S b/lib/libc/powerpc64/gen/_ctx_start.S index 4d5f106c96c..c2f8abfd648 100644 --- a/lib/libc/powerpc64/gen/_ctx_start.S +++ b/lib/libc/powerpc64/gen/_ctx_start.S @@ -25,9 +25,6 @@ */ #include - - __FBSDID("$FreeBSD$"); - .globl CNAME(_ctx_done) .globl CNAME(abort) diff --git a/lib/libc/powerpc64/gen/_setjmp.S b/lib/libc/powerpc64/gen/_setjmp.S index f7689aeba35..94a744b4fa2 100644 --- a/lib/libc/powerpc64/gen/_setjmp.S +++ b/lib/libc/powerpc64/gen/_setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/powerpc64/gen/fabs.S b/lib/libc/powerpc64/gen/fabs.S index ac083ae636a..d9dbf9d86fe 100644 --- a/lib/libc/powerpc64/gen/fabs.S +++ b/lib/libc/powerpc64/gen/fabs.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * double fabs(double) */ diff --git a/lib/libc/powerpc64/gen/flt_rounds.c b/lib/libc/powerpc64/gen/flt_rounds.c index 885942a1389..16ec162fc14 100644 --- a/lib/libc/powerpc64/gen/flt_rounds.c +++ b/lib/libc/powerpc64/gen/flt_rounds.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/fpgetmask.c b/lib/libc/powerpc64/gen/fpgetmask.c index 76820e6807d..b4399f23cf7 100644 --- a/lib/libc/powerpc64/gen/fpgetmask.c +++ b/lib/libc/powerpc64/gen/fpgetmask.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/fpgetround.c b/lib/libc/powerpc64/gen/fpgetround.c index b4001644724..f6a98d3ffe1 100644 --- a/lib/libc/powerpc64/gen/fpgetround.c +++ b/lib/libc/powerpc64/gen/fpgetround.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/fpsetmask.c b/lib/libc/powerpc64/gen/fpsetmask.c index 36c46f12dcd..eb5884aa080 100644 --- a/lib/libc/powerpc64/gen/fpsetmask.c +++ b/lib/libc/powerpc64/gen/fpsetmask.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/fpsetround.c b/lib/libc/powerpc64/gen/fpsetround.c index 9a1956113c8..82ec0ea354c 100644 --- a/lib/libc/powerpc64/gen/fpsetround.c +++ b/lib/libc/powerpc64/gen/fpsetround.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/infinity.c b/lib/libc/powerpc64/gen/infinity.c index f5324389d5b..6e11371e6eb 100644 --- a/lib/libc/powerpc64/gen/infinity.c +++ b/lib/libc/powerpc64/gen/infinity.c @@ -4,8 +4,6 @@ __RCSID("$NetBSD: infinity.c,v 1.2 1998/11/14 19:31:02 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - /* infinity.c */ #include diff --git a/lib/libc/powerpc64/gen/makecontext.c b/lib/libc/powerpc64/gen/makecontext.c index 3d47c981e97..34d16fc673a 100644 --- a/lib/libc/powerpc64/gen/makecontext.c +++ b/lib/libc/powerpc64/gen/makecontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/gen/setjmp.S b/lib/libc/powerpc64/gen/setjmp.S index 5eb395e7c30..7cf48d63ec8 100644 --- a/lib/libc/powerpc64/gen/setjmp.S +++ b/lib/libc/powerpc64/gen/setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: setjmp.S,v 1.3 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/powerpc64/gen/signalcontext.c b/lib/libc/powerpc64/gen/signalcontext.c index 3821a7cf1b4..5fac663fb15 100644 --- a/lib/libc/powerpc64/gen/signalcontext.c +++ b/lib/libc/powerpc64/gen/signalcontext.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpc64/gen/sigsetjmp.S b/lib/libc/powerpc64/gen/sigsetjmp.S index c0648a632f1..58fa188daaa 100644 --- a/lib/libc/powerpc64/gen/sigsetjmp.S +++ b/lib/libc/powerpc64/gen/sigsetjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: sigsetjmp.S,v 1.4 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- sigsetjmp, siglongjmp * diff --git a/lib/libc/powerpc64/string/bcopy.S b/lib/libc/powerpc64/string/bcopy.S index 4dc80c26436..6f6223214e2 100644 --- a/lib/libc/powerpc64/string/bcopy.S +++ b/lib/libc/powerpc64/string/bcopy.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define BLOCK_SIZE_BITS 6 #define BLOCK_SIZE (1 << BLOCK_SIZE_BITS) #define BLOCK_SIZE_MASK (BLOCK_SIZE - 1) diff --git a/lib/libc/powerpc64/string/bcopy_resolver.c b/lib/libc/powerpc64/string/bcopy_resolver.c index 1991a2998a4..a551d5d3ca5 100644 --- a/lib/libc/powerpc64/string/bcopy_resolver.c +++ b/lib/libc/powerpc64/string/bcopy_resolver.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/string/memcpy.S b/lib/libc/powerpc64/string/memcpy.S index 0163ea1be2c..28f3f2bb0ab 100644 --- a/lib/libc/powerpc64/string/memcpy.S +++ b/lib/libc/powerpc64/string/memcpy.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef FN_NAME #define FN_NAME __memcpy WEAK_REFERENCE(__memcpy, memcpy); diff --git a/lib/libc/powerpc64/string/strcpy.c b/lib/libc/powerpc64/string/strcpy.c index 0d01748d865..23531264d8f 100644 --- a/lib/libc/powerpc64/string/strcpy.c +++ b/lib/libc/powerpc64/string/strcpy.c @@ -27,7 +27,5 @@ #include -__FBSDID("$FreeBSD$"); - #define WEAK_STRCPY #include "../../string/strcpy.c" diff --git a/lib/libc/powerpc64/string/strcpy_arch_2_05.S b/lib/libc/powerpc64/string/strcpy_arch_2_05.S index 7f42fd81339..36728fa0b40 100644 --- a/lib/libc/powerpc64/string/strcpy_arch_2_05.S +++ b/lib/libc/powerpc64/string/strcpy_arch_2_05.S @@ -28,8 +28,6 @@ #include -__FBSDID("$FreeBSD$"); - #if 0 RCSID("$NetBSD: strcpy.S,v 1.0 2018/05/08 13:00:49 lbianc Exp $") #endif diff --git a/lib/libc/powerpc64/string/strcpy_resolver.c b/lib/libc/powerpc64/string/strcpy_resolver.c index f44161b3333..513d33e96e2 100644 --- a/lib/libc/powerpc64/string/strcpy_resolver.c +++ b/lib/libc/powerpc64/string/strcpy_resolver.c @@ -27,8 +27,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/string/strncpy.c b/lib/libc/powerpc64/string/strncpy.c index 6d53615962b..6879834c581 100644 --- a/lib/libc/powerpc64/string/strncpy.c +++ b/lib/libc/powerpc64/string/strncpy.c @@ -27,7 +27,5 @@ #include -__FBSDID("$FreeBSD$"); - #define WEAK_STRNCPY #include "../../string/strncpy.c" diff --git a/lib/libc/powerpc64/string/strncpy_arch_2_05.S b/lib/libc/powerpc64/string/strncpy_arch_2_05.S index 98139c35af8..f78d1c49c62 100644 --- a/lib/libc/powerpc64/string/strncpy_arch_2_05.S +++ b/lib/libc/powerpc64/string/strncpy_arch_2_05.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(__strncpy_arch_2_05) stdu %r1,-40(%r1) mflr %r0 diff --git a/lib/libc/powerpc64/string/strncpy_resolver.c b/lib/libc/powerpc64/string/strncpy_resolver.c index ee4a95b6418..b3b5511c74b 100644 --- a/lib/libc/powerpc64/string/strncpy_resolver.c +++ b/lib/libc/powerpc64/string/strncpy_resolver.c @@ -27,8 +27,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/powerpc64/sys/__vdso_gettc.c b/lib/libc/powerpc64/sys/__vdso_gettc.c index 57cdf372239..b9c924e0e54 100644 --- a/lib/libc/powerpc64/sys/__vdso_gettc.c +++ b/lib/libc/powerpc64/sys/__vdso_gettc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpc64/sys/cerror.S b/lib/libc/powerpc64/sys/cerror.S index 93172fdb822..2be58cf8a84 100644 --- a/lib/libc/powerpc64/sys/cerror.S +++ b/lib/libc/powerpc64/sys/cerror.S @@ -26,8 +26,6 @@ /* $NetBSD: cerror.S,v 1.5 2000/01/27 14:58:48 kleink Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" .globl HIDENAME(cerror) diff --git a/lib/libc/powerpcspe/gen/_setjmp.S b/lib/libc/powerpcspe/gen/_setjmp.S index 0dd28fa2deb..f282e0013f9 100644 --- a/lib/libc/powerpcspe/gen/_setjmp.S +++ b/lib/libc/powerpcspe/gen/_setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/lib/libc/powerpcspe/gen/fabs.S b/lib/libc/powerpcspe/gen/fabs.S index 4fb08d63b6f..df9196c3273 100644 --- a/lib/libc/powerpcspe/gen/fabs.S +++ b/lib/libc/powerpcspe/gen/fabs.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * double fabs(double) */ diff --git a/lib/libc/powerpcspe/gen/flt_rounds.c b/lib/libc/powerpcspe/gen/flt_rounds.c index 1334021fb7f..eec1d3a0569 100644 --- a/lib/libc/powerpcspe/gen/flt_rounds.c +++ b/lib/libc/powerpcspe/gen/flt_rounds.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpcspe/gen/fpgetmask.c b/lib/libc/powerpcspe/gen/fpgetmask.c index d2314c65258..b46a52fae22 100644 --- a/lib/libc/powerpcspe/gen/fpgetmask.c +++ b/lib/libc/powerpcspe/gen/fpgetmask.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpcspe/gen/fpgetround.c b/lib/libc/powerpcspe/gen/fpgetround.c index 7815559f7b5..1021a1ad4cc 100644 --- a/lib/libc/powerpcspe/gen/fpgetround.c +++ b/lib/libc/powerpcspe/gen/fpgetround.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpcspe/gen/fpsetmask.c b/lib/libc/powerpcspe/gen/fpsetmask.c index 2f48802d9ca..0563da982c2 100644 --- a/lib/libc/powerpcspe/gen/fpsetmask.c +++ b/lib/libc/powerpcspe/gen/fpsetmask.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpcspe/gen/fpsetround.c b/lib/libc/powerpcspe/gen/fpsetround.c index 2e2469cdae5..85b55087935 100644 --- a/lib/libc/powerpcspe/gen/fpsetround.c +++ b/lib/libc/powerpcspe/gen/fpsetround.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/powerpcspe/gen/setjmp.S b/lib/libc/powerpcspe/gen/setjmp.S index 7a93b2f883e..1bd3edcf523 100644 --- a/lib/libc/powerpcspe/gen/setjmp.S +++ b/lib/libc/powerpcspe/gen/setjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: setjmp.S,v 1.3 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/powerpcspe/gen/sigsetjmp.S b/lib/libc/powerpcspe/gen/sigsetjmp.S index 0c12cc3f582..45c85c3fce2 100644 --- a/lib/libc/powerpcspe/gen/sigsetjmp.S +++ b/lib/libc/powerpcspe/gen/sigsetjmp.S @@ -26,8 +26,6 @@ /* $NetBSD: sigsetjmp.S,v 1.4 1998/10/03 12:30:38 tsubai Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- sigsetjmp, siglongjmp * diff --git a/lib/libc/quad/TESTS/divrem.c b/lib/libc/quad/TESTS/divrem.c index 74011bf55b5..1fd83e52d13 100644 --- a/lib/libc/quad/TESTS/divrem.c +++ b/lib/libc/quad/TESTS/divrem.c @@ -43,8 +43,6 @@ static char copyright[] = static char sccsid[] = "@(#)divrem.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include main() diff --git a/lib/libc/quad/TESTS/mul.c b/lib/libc/quad/TESTS/mul.c index 408764f8988..f347e4f1e02 100644 --- a/lib/libc/quad/TESTS/mul.c +++ b/lib/libc/quad/TESTS/mul.c @@ -43,8 +43,6 @@ static char copyright[] = static char sccsid[] = "@(#)mul.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include main() diff --git a/lib/libc/quad/adddi3.c b/lib/libc/quad/adddi3.c index 6aaaf828ccb..0f3a41ff4e2 100644 --- a/lib/libc/quad/adddi3.c +++ b/lib/libc/quad/adddi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)adddi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/anddi3.c b/lib/libc/quad/anddi3.c index c0934571f2d..ad9ec24c165 100644 --- a/lib/libc/quad/anddi3.c +++ b/lib/libc/quad/anddi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)anddi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/ashldi3.c b/lib/libc/quad/ashldi3.c index cec1ce7ca13..b18267c723c 100644 --- a/lib/libc/quad/ashldi3.c +++ b/lib/libc/quad/ashldi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)ashldi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/ashrdi3.c b/lib/libc/quad/ashrdi3.c index db471e413cd..a5157c0dc95 100644 --- a/lib/libc/quad/ashrdi3.c +++ b/lib/libc/quad/ashrdi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)ashrdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/cmpdi2.c b/lib/libc/quad/cmpdi2.c index 08916702e1e..f8aae7f018c 100644 --- a/lib/libc/quad/cmpdi2.c +++ b/lib/libc/quad/cmpdi2.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)cmpdi2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/divdi3.c b/lib/libc/quad/divdi3.c index c5b4a376477..c913faf4c31 100644 --- a/lib/libc/quad/divdi3.c +++ b/lib/libc/quad/divdi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)divdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/fixdfdi.c b/lib/libc/quad/fixdfdi.c index ddb3b23834c..5237a5decfa 100644 --- a/lib/libc/quad/fixdfdi.c +++ b/lib/libc/quad/fixdfdi.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)fixdfdi.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/fixsfdi.c b/lib/libc/quad/fixsfdi.c index 48cd5a1a600..2cbb4176789 100644 --- a/lib/libc/quad/fixsfdi.c +++ b/lib/libc/quad/fixsfdi.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)fixsfdi.c 5.1 (Berkeley) 7/7/92"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/fixunsdfdi.c b/lib/libc/quad/fixunsdfdi.c index 5d63d6cb6cb..8fb23d60d36 100644 --- a/lib/libc/quad/fixunsdfdi.c +++ b/lib/libc/quad/fixunsdfdi.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)fixunsdfdi.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" #define ONE_FOURTH (1L << (LONG_BITS - 2)) diff --git a/lib/libc/quad/fixunssfdi.c b/lib/libc/quad/fixunssfdi.c index de560dd84cb..a1f03f075d9 100644 --- a/lib/libc/quad/fixunssfdi.c +++ b/lib/libc/quad/fixunssfdi.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)fixunssfdi.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" #define ONE_FOURTH (1L << (LONG_BITS - 2)) diff --git a/lib/libc/quad/floatdidf.c b/lib/libc/quad/floatdidf.c index 6c71ee1889d..2c4f79da4e4 100644 --- a/lib/libc/quad/floatdidf.c +++ b/lib/libc/quad/floatdidf.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)floatdidf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/floatdisf.c b/lib/libc/quad/floatdisf.c index 411e106ec4f..9b0251eaff2 100644 --- a/lib/libc/quad/floatdisf.c +++ b/lib/libc/quad/floatdisf.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)floatdisf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/floatunsdidf.c b/lib/libc/quad/floatunsdidf.c index b391b3a759e..143b0f7da5a 100644 --- a/lib/libc/quad/floatunsdidf.c +++ b/lib/libc/quad/floatunsdidf.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)floatunsdidf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/iordi3.c b/lib/libc/quad/iordi3.c index 7d323264532..295c075ed18 100644 --- a/lib/libc/quad/iordi3.c +++ b/lib/libc/quad/iordi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)iordi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/lshldi3.c b/lib/libc/quad/lshldi3.c index d8c7593d49e..1f86398cb54 100644 --- a/lib/libc/quad/lshldi3.c +++ b/lib/libc/quad/lshldi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)lshldi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/lshrdi3.c b/lib/libc/quad/lshrdi3.c index 05a2aa0540b..1af382b16da 100644 --- a/lib/libc/quad/lshrdi3.c +++ b/lib/libc/quad/lshrdi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)lshrdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/moddi3.c b/lib/libc/quad/moddi3.c index fc13b4da406..dacd7f84911 100644 --- a/lib/libc/quad/moddi3.c +++ b/lib/libc/quad/moddi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)moddi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/muldi3.c b/lib/libc/quad/muldi3.c index bb11ef798fb..194b7d9dd75 100644 --- a/lib/libc/quad/muldi3.c +++ b/lib/libc/quad/muldi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/negdi2.c b/lib/libc/quad/negdi2.c index 476c32afb55..6f05db6e966 100644 --- a/lib/libc/quad/negdi2.c +++ b/lib/libc/quad/negdi2.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)negdi2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/notdi2.c b/lib/libc/quad/notdi2.c index 18489f91b91..072eed6e423 100644 --- a/lib/libc/quad/notdi2.c +++ b/lib/libc/quad/notdi2.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)notdi2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/qdivrem.c b/lib/libc/quad/qdivrem.c index 7dd7632d39e..d89d02c2bcd 100644 --- a/lib/libc/quad/qdivrem.c +++ b/lib/libc/quad/qdivrem.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)qdivrem.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed), * section 4.3.1, pp. 257--259. diff --git a/lib/libc/quad/subdi3.c b/lib/libc/quad/subdi3.c index 3622c323568..149c0d07259 100644 --- a/lib/libc/quad/subdi3.c +++ b/lib/libc/quad/subdi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)subdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/ucmpdi2.c b/lib/libc/quad/ucmpdi2.c index 458f8ed0081..796ec7b089d 100644 --- a/lib/libc/quad/ucmpdi2.c +++ b/lib/libc/quad/ucmpdi2.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)ucmpdi2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/udivdi3.c b/lib/libc/quad/udivdi3.c index 0e6f27edeb6..b36e1ca6558 100644 --- a/lib/libc/quad/udivdi3.c +++ b/lib/libc/quad/udivdi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)udivdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/umoddi3.c b/lib/libc/quad/umoddi3.c index 7f45134213a..719b6fa4924 100644 --- a/lib/libc/quad/umoddi3.c +++ b/lib/libc/quad/umoddi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)umoddi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/quad/xordi3.c b/lib/libc/quad/xordi3.c index e956ade4607..ce958f79913 100644 --- a/lib/libc/quad/xordi3.c +++ b/lib/libc/quad/xordi3.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)xordi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "quad.h" /* diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index bb40018c07e..1efaf9a62f6 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/regex/grot/debug.c b/lib/libc/regex/grot/debug.c index af8e4f5a1d7..24e34138007 100644 --- a/lib/libc/regex/grot/debug.c +++ b/lib/libc/regex/grot/debug.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/regex/grot/main.c b/lib/libc/regex/grot/main.c index eee541bac17..248fe0ca438 100644 --- a/lib/libc/regex/grot/main.c +++ b/lib/libc/regex/grot/main.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index c5d5264ab71..89afef0f7ce 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 6b7ddf5d0b8..791755ceb14 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 0e555784f0d..7e9631796a9 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index d7aa46f45b2..7c50bcad444 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * the outer shell of regexec() * diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index 859c2a4b37b..dc73c4b8ef2 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index aa6d6149662..f222497db0e 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -51,8 +51,6 @@ static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: herror.c,v 1.4 2005/04/27 04:56:41 sra Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include "namespace.h" diff --git a/lib/libc/resolv/mtctxres.c b/lib/libc/resolv/mtctxres.c index c2aea381761..e754ab0c520 100644 --- a/lib/libc/resolv/mtctxres.c +++ b/lib/libc/resolv/mtctxres.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #ifdef DO_PTHREADS #include diff --git a/lib/libc/resolv/res_comp.c b/lib/libc/resolv/res_comp.c index 1048ef453fe..0709b7f2eaa 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_comp.c,v 1.5 2005/07/28 06:51:50 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include #include diff --git a/lib/libc/resolv/res_data.c b/lib/libc/resolv/res_data.c index a04749b9a3f..71b4b9279b4 100644 --- a/lib/libc/resolv/res_data.c +++ b/lib/libc/resolv/res_data.c @@ -21,8 +21,6 @@ static const char rcsid[] = "$Id: res_data.c,v 1.7 2008/12/11 09:59:00 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index 218056d51f8..7dd902af1b6 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -96,8 +96,6 @@ static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_debug.c,v 1.19 2009/02/26 11:20:20 tbox Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/resolv/res_findzonecut.c b/lib/libc/resolv/res_findzonecut.c index d08f6dbe7db..f1caaa76505 100644 --- a/lib/libc/resolv/res_findzonecut.c +++ b/lib/libc/resolv/res_findzonecut.c @@ -22,8 +22,6 @@ static const char rcsid[] = "$Id: res_findzonecut.c,v 1.10 2005/10/11 00:10:16 m */ #include -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 40d3373e813..aede91e889c 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static const char rcsid[] = "$Id: res_init.c,v 1.26 2008/12/11 09:59:00 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include "namespace.h" diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 6cf6e086439..40874e8d904 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_mkquery.c,v 1.10 2008/12/11 09:59:00 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include #include diff --git a/lib/libc/resolv/res_mkupdate.c b/lib/libc/resolv/res_mkupdate.c index 80e8ab2b0e0..41447f60def 100644 --- a/lib/libc/resolv/res_mkupdate.c +++ b/lib/libc/resolv/res_mkupdate.c @@ -27,8 +27,6 @@ static const char rcsid[] = "$Id: res_mkupdate.c,v 1.10 2008/12/11 09:59:00 marka Exp $"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index 10ac46ced8a..8a134dd8639 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_query.c,v 1.11 2008/11/14 02:36:51 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include #include diff --git a/lib/libc/resolv/res_send.c b/lib/libc/resolv/res_send.c index 366ec394a59..4c228a4dbd5 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -71,8 +71,6 @@ static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = "$Id: res_send.c,v 1.22 2009/01/22 23:49:23 tbox Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /*! \file * \brief * Send query to name server and wait for reply. diff --git a/lib/libc/resolv/res_update.c b/lib/libc/resolv/res_update.c index 388f643996d..05e9969008b 100644 --- a/lib/libc/resolv/res_update.c +++ b/lib/libc/resolv/res_update.c @@ -28,8 +28,6 @@ static const char rcsid[] = "$Id: res_update.c,v 1.13 2005/04/27 04:56:43 sra Ex */ #include -__FBSDID("$FreeBSD$"); - #include "port_before.h" #include diff --git a/lib/libc/riscv/gen/_ctx_start.S b/lib/libc/riscv/gen/_ctx_start.S index cda5397ac22..69d19fc9403 100644 --- a/lib/libc/riscv/gen/_ctx_start.S +++ b/lib/libc/riscv/gen/_ctx_start.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(_ctx_start) jalr s0 /* Call func from makecontext */ mv a0, s1 /* Load ucp saved in makecontext */ diff --git a/lib/libc/riscv/gen/_setjmp.S b/lib/libc/riscv/gen/_setjmp.S index 94b4e90b6f4..4554f736f72 100644 --- a/lib/libc/riscv/gen/_setjmp.S +++ b/lib/libc/riscv/gen/_setjmp.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(_setjmp) diff --git a/lib/libc/riscv/gen/fabs.S b/lib/libc/riscv/gen/fabs.S index 036d50eddf9..21304036fc0 100644 --- a/lib/libc/riscv/gen/fabs.S +++ b/lib/libc/riscv/gen/fabs.S @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(fabs) #ifdef __riscv_float_abi_double fabs.d fa0, fa0 diff --git a/lib/libc/riscv/gen/flt_rounds.c b/lib/libc/riscv/gen/flt_rounds.c index 5dec6e45f40..46e2ab9ca63 100644 --- a/lib/libc/riscv/gen/flt_rounds.c +++ b/lib/libc/riscv/gen/flt_rounds.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/riscv/gen/fpgetmask.c b/lib/libc/riscv/gen/fpgetmask.c index f461cc2ba10..781709b8bf2 100644 --- a/lib/libc/riscv/gen/fpgetmask.c +++ b/lib/libc/riscv/gen/fpgetmask.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/riscv/gen/fpsetmask.c b/lib/libc/riscv/gen/fpsetmask.c index 6eeac9de8be..bcb42845065 100644 --- a/lib/libc/riscv/gen/fpsetmask.c +++ b/lib/libc/riscv/gen/fpsetmask.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/riscv/gen/infinity.c b/lib/libc/riscv/gen/infinity.c index 115c4702d89..1639ac09d41 100644 --- a/lib/libc/riscv/gen/infinity.c +++ b/lib/libc/riscv/gen/infinity.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* bytes for +Infinity on riscv */ diff --git a/lib/libc/riscv/gen/makecontext.c b/lib/libc/riscv/gen/makecontext.c index 3633a5dd66e..aea855544f4 100644 --- a/lib/libc/riscv/gen/makecontext.c +++ b/lib/libc/riscv/gen/makecontext.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/riscv/gen/setjmp.S b/lib/libc/riscv/gen/setjmp.S index 1d5b4d5fc0c..efac05ecc61 100644 --- a/lib/libc/riscv/gen/setjmp.S +++ b/lib/libc/riscv/gen/setjmp.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(setjmp) diff --git a/lib/libc/riscv/gen/sigsetjmp.S b/lib/libc/riscv/gen/sigsetjmp.S index 6eca3c1cdd2..4f32d9fb4da 100644 --- a/lib/libc/riscv/gen/sigsetjmp.S +++ b/lib/libc/riscv/gen/sigsetjmp.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ENTRY(sigsetjmp) diff --git a/lib/libc/riscv/sys/__vdso_gettc.c b/lib/libc/riscv/sys/__vdso_gettc.c index 20e69a791bb..91935151198 100644 --- a/lib/libc/riscv/sys/__vdso_gettc.c +++ b/lib/libc/riscv/sys/__vdso_gettc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/riscv/sys/cerror.S b/lib/libc/riscv/sys/cerror.S index 117080e0b3d..34129b1ac8b 100644 --- a/lib/libc/riscv/sys/cerror.S +++ b/lib/libc/riscv/sys/cerror.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(cerror) addi sp, sp, -16 sd a0, 0(sp) diff --git a/lib/libc/riscv/sys/syscall.S b/lib/libc/riscv/sys/syscall.S index 8a007f8c7f1..54dbff768f9 100644 --- a/lib/libc/riscv/sys/syscall.S +++ b/lib/libc/riscv/sys/syscall.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "SYS.h" RSYSCALL(syscall) diff --git a/lib/libc/riscv/sys/vfork.S b/lib/libc/riscv/sys/vfork.S index e7a0b82dc21..62c890badbb 100644 --- a/lib/libc/riscv/sys/vfork.S +++ b/lib/libc/riscv/sys/vfork.S @@ -33,7 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "SYS.h" ENTRY(__sys_vfork) diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c index f2ad0349a6a..1ceabaf8d67 100644 --- a/lib/libc/rpc/auth_des.c +++ b/lib/libc/rpc/auth_des.c @@ -59,8 +59,6 @@ static char sccsid[] = "@(#)auth_des.c 2.2 88/07/29 4.0 RPCSRC; from 1.9 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - #define USEC_PER_SEC 1000000 #define RTIME_TIMEOUT 5 /* seconds to wait for sync */ diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 4422802c4c5..5a702976cf1 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * auth_none.c * Creates a client authentication handle for passing "null" diff --git a/lib/libc/rpc/auth_time.c b/lib/libc/rpc/auth_time.c index 4b714468b92..8709dea3cfe 100644 --- a/lib/libc/rpc/auth_time.c +++ b/lib/libc/rpc/auth_time.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 08df14b5449..36b6a5b49e3 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * auth_unix.c, Implements UNIX style authentication parameters. * diff --git a/lib/libc/rpc/authdes_prot.c b/lib/libc/rpc/authdes_prot.c index 663261d631a..94168a0dbcd 100644 --- a/lib/libc/rpc/authdes_prot.c +++ b/lib/libc/rpc/authdes_prot.c @@ -2,8 +2,6 @@ static char sccsid[] = "@(#)authdes_prot.c 2.1 88/07/29 4.0 RPCSRC; from 1.6 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-3-Clause * diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index bb590c35042..0f2fc8a22f4 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)authunix_prot.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * authunix_prot.c * XDR for UNIX style authentication parameters for RPC diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 44d3b0c1eac..53abc2b2b64 100644 --- a/lib/libc/rpc/bindresvport.c +++ b/lib/libc/rpc/bindresvport.c @@ -36,8 +36,6 @@ static char *sccsid = "from: @(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC"; #endif /* from: $OpenBSD: bindresvport.c,v 1.7 1996/07/30 16:25:47 downsj Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1987 by Sun Microsystems, Inc. * diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index 649cab05a47..6d39bca2f83 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -38,9 +38,6 @@ static char sccsid[] = "@(#)clnt_bcast.c 1.15 89/04/21 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - - /* * clnt_bcast.c * Client interface to broadcast service. diff --git a/lib/libc/rpc/clnt_dg.c b/lib/libc/rpc/clnt_dg.c index 26bf3463362..d6b9698bf4d 100644 --- a/lib/libc/rpc/clnt_dg.c +++ b/lib/libc/rpc/clnt_dg.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Implements a connectionless client side RPC. */ diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index d3cdf1f08fb..0233de9a4b5 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -37,8 +37,6 @@ static char *sccsid2 = "from: @(#)clnt_generic.c 1.4 87/08/11 (C) 1987 SMI"; static char *sccsid = "from: @(#)clnt_generic.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1986-1996,1998 by Sun Microsystems, Inc. * All rights reserved. diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index b9243ff4d55..878439a1110 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -36,8 +36,6 @@ static char *sccsid2 = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)clnt_perror.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_perror.c * diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index f6a488be7e8..d09494c9206 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_raw.c * diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index de9ec6543d1..657d0ac399d 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -38,8 +38,6 @@ static char *sccsid2 = "from: @(#)clnt_simple.c 1.35 87/08/11 Copyr 1984 Sun Mic static char *sccsid = "from: @(#)clnt_simple.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_simple.c * Simplified front end to client rpc. diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index ebd4e303916..d3c96945d25 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -36,8 +36,6 @@ static char *sccsid = "@(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC"; static char sccsid3[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_tcp.c, Implements a TCP/IP based, client side RPC. * diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c index c2ed109e10b..2fe0facd650 100644 --- a/lib/libc/rpc/crypt_client.c +++ b/lib/libc/rpc/crypt_client.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c index 589ff7b3b88..3202aeef360 100644 --- a/lib/libc/rpc/des_crypt.c +++ b/lib/libc/rpc/des_crypt.c @@ -40,8 +40,6 @@ static char sccsid[] = "@(#)des_crypt.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - static int common_crypt( char *, char *, unsigned, unsigned, struct desparams * ); int (*__des_crypt_LOCAL)(char *, unsigned, struct desparams *) = 0; extern int _des_crypt_call(char *, int, struct desparams *); diff --git a/lib/libc/rpc/des_soft.c b/lib/libc/rpc/des_soft.c index 4992c1650b4..c97a4686b70 100644 --- a/lib/libc/rpc/des_soft.c +++ b/lib/libc/rpc/des_soft.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)des_soft.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Table giving odd parity in the low bit for ASCII characters */ diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index abd5eadf391..100aef43551 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -34,8 +34,6 @@ static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/getnetpath.c b/lib/libc/rpc/getnetpath.c index 37e30ad019a..4ae32a8783e 100644 --- a/lib/libc/rpc/getnetpath.c +++ b/lib/libc/rpc/getnetpath.c @@ -34,8 +34,6 @@ static char sccsid[] = "@(#)getnetpath.c 1.11 91/12/19 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/getpublickey.c b/lib/libc/rpc/getpublickey.c index a0604836d97..76f8258d45c 100644 --- a/lib/libc/rpc/getpublickey.c +++ b/lib/libc/rpc/getpublickey.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)publickey.c 1.10 91/03/11 Copyr 1986 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * publickey.c * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index e4770e4e88c..c980aaee5d8 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -34,8 +34,6 @@ static char *sccsid = "@(#)getrpcent.c 1.14 91/03/11 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1984 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index 4abc9a0c16a..a6143ef0a8b 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)getrpcport.c 1.3 87/08/11 SMI"; static char *sccsid = "@(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/key_call.c b/lib/libc/rpc/key_call.c index 66bd3b4eaaf..4af7ca9609c 100644 --- a/lib/libc/rpc/key_call.c +++ b/lib/libc/rpc/key_call.c @@ -33,8 +33,6 @@ #ident "@(#)key_call.c 1.25 94/04/24 SMI" #include -__FBSDID("$FreeBSD$"); - /* * key_call.c, Interface to keyserver * diff --git a/lib/libc/rpc/key_prot_xdr.c b/lib/libc/rpc/key_prot_xdr.c index 5a69bb437e3..b98d1c432e3 100644 --- a/lib/libc/rpc/key_prot_xdr.c +++ b/lib/libc/rpc/key_prot_xdr.c @@ -39,8 +39,6 @@ /* #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" */ #include -__FBSDID("$FreeBSD$"); - /* * Compiled from key_prot.x using rpcgen. * DO NOT EDIT THIS FILE! diff --git a/lib/libc/rpc/mt_misc.c b/lib/libc/rpc/mt_misc.c index a1b8057bef8..93c242953d1 100644 --- a/lib/libc/rpc/mt_misc.c +++ b/lib/libc/rpc/mt_misc.c @@ -2,8 +2,6 @@ /* #pragma ident "@(#)mt_misc.c 1.24 93/04/29 SMI" */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include "reentrant.h" #include diff --git a/lib/libc/rpc/netname.c b/lib/libc/rpc/netname.c index a9ccf1d2ef9..bfb925f2533 100644 --- a/lib/libc/rpc/netname.c +++ b/lib/libc/rpc/netname.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)netname.c 1.8 91/03/11 Copyr 1986 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * netname utility routines * convert from unix names to network names and vice-versa diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c index 8062c446dff..94b386bcdf6 100644 --- a/lib/libc/rpc/netnamer.c +++ b/lib/libc/rpc/netnamer.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)netnamer.c 1.13 91/03/11 Copyr 1986 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * netname utility routines convert from unix names to network names and * vice-versa This module is operating system dependent! What we define here diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index f91d33abae2..4e33ed21bd2 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)pmap_clnt.c 1.37 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)pmap_clnt.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_clnt.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 598de6baf8c..3ecd5104479 100644 --- a/lib/libc/rpc/pmap_getmaps.c +++ b/lib/libc/rpc/pmap_getmaps.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)pmap_getmaps.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_getmap.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index 03feff19081..9610f762500 100644 --- a/lib/libc/rpc/pmap_getport.c +++ b/lib/libc/rpc/pmap_getport.c @@ -35,8 +35,6 @@ static char *sccsid2 = "from: @(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Mic static char *sccsid = "from: @(#)pmap_getport.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_getport.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index cfb69d795be..596b3699ba8 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)pmap_prot.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_prot.c * Protocol for the local binder service, or pmap. diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index 20d92250ed9..20614c44987 100644 --- a/lib/libc/rpc/pmap_prot2.c +++ b/lib/libc/rpc/pmap_prot2.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)pmap_prot2.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_prot2.c * Protocol for the local binder service, or pmap. diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index 95efae582e5..ae5e2483c35 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * pmap_rmt.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index 05294965c09..d4ad098e7ce 100644 --- a/lib/libc/rpc/rpc_callmsg.c +++ b/lib/libc/rpc/rpc_callmsg.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)rpc_callmsg.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_callmsg.c * diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index 4506f3068e9..7d7a537a396 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -34,8 +34,6 @@ static char *sccsid = "@(#)rpc_commondata.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index 59036dd23ab..e476914cefc 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro"; static char *sccsid = "@(#)rpc_dtablesize.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c index 6fbeaf77a7e..967fb6e0932 100644 --- a/lib/libc/rpc/rpc_generic.c +++ b/lib/libc/rpc/rpc_generic.c @@ -35,8 +35,6 @@ /* #pragma ident "@(#)rpc_generic.c 1.17 94/04/24 SMI" */ #include -__FBSDID("$FreeBSD$"); - /* * rpc_generic.c, Miscl routines for RPC. * diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index a865d43fc18..6cd854efa94 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)rpc_prot.c 1.36 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_prot.c * diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index ae23442e9a1..1350da14d42 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - #ifdef PORTMAP /* * rpc_soc.c diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c index b44fd1c5e77..10e7b0cce04 100644 --- a/lib/libc/rpc/rpcb_clnt.c +++ b/lib/libc/rpc/rpcb_clnt.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)rpcb_clnt.c 1.30 89/06/21 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcb_clnt.c * interface to rpcbind rpc service. diff --git a/lib/libc/rpc/rpcb_prot.c b/lib/libc/rpc/rpcb_prot.c index 6cb7204f1a6..088d2493bd8 100644 --- a/lib/libc/rpc/rpcb_prot.c +++ b/lib/libc/rpc/rpcb_prot.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)rpcb_prot.c 1.9 89/04/21 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcb_prot.c * XDR routines for the rpcbinder version 3. diff --git a/lib/libc/rpc/rpcb_st_xdr.c b/lib/libc/rpc/rpcb_st_xdr.c index 5b0462715ae..5791681b812 100644 --- a/lib/libc/rpc/rpcb_st_xdr.c +++ b/lib/libc/rpc/rpcb_st_xdr.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/rpc/rpcdname.c b/lib/libc/rpc/rpcdname.c index 3e7c4a7c2f1..970588d0143 100644 --- a/lib/libc/rpc/rpcdname.c +++ b/lib/libc/rpc/rpcdname.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)rpcdname.c 1.7 91/03/11 Copyr 1989 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcdname.c * Gets the default domain name diff --git a/lib/libc/rpc/rtime.c b/lib/libc/rpc/rtime.c index 4adca5c5f13..673751c8a03 100644 --- a/lib/libc/rpc/rtime.c +++ b/lib/libc/rpc/rtime.c @@ -59,8 +59,6 @@ static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - extern int _rpc_dtablesize( void ); #define NYEARS (unsigned long)(1970 - 1900) diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index 801b32081a2..4fb69dda9c7 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc.c 2.4 88/08/11 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc.c, Server-side remote procedure call interface. * diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 48560a3bc87..1bfffcc4786 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_auth.c, Server-side rpc authenticator interface. * diff --git a/lib/libc/rpc/svc_auth_des.c b/lib/libc/rpc/svc_auth_des.c index 8f742c39718..a2dd0c92e54 100644 --- a/lib/libc/rpc/svc_auth_des.c +++ b/lib/libc/rpc/svc_auth_des.c @@ -69,8 +69,6 @@ static char sccsid[] = "@(#)svcauth_des.c 2.3 89/07/11 4.0 RPCSRC; from 1.15 88/02/08 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - extern int key_decryptsession_pk(const char *, netobj *, des_block *); #define debug(msg) printf("svcauth_des: %s\n", msg) diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index de146b82160..b5f783240ad 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -33,8 +33,6 @@ static char *sccsid2 = "@(#)svc_auth_unix.c 1.28 88/02/08 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc_auth_unix.c 2.3 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_auth_unix.c * Handles UNIX flavor authentication parameters on the service side of rpc. diff --git a/lib/libc/rpc/svc_dg.c b/lib/libc/rpc/svc_dg.c index c7e0726270b..544b80a65d9 100644 --- a/lib/libc/rpc/svc_dg.c +++ b/lib/libc/rpc/svc_dg.c @@ -38,8 +38,6 @@ #ident "@(#)svc_dg.c 1.17 94/04/24 SMI" #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_dg.c, Server side for connectionless RPC. * diff --git a/lib/libc/rpc/svc_generic.c b/lib/libc/rpc/svc_generic.c index 37ad3513c71..b0913b42d04 100644 --- a/lib/libc/rpc/svc_generic.c +++ b/lib/libc/rpc/svc_generic.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_generic.c, Server side for RPC. * diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index 05da6231af3..d734e2c4589 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)svc_raw.c 1.25 89/01/31 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_raw.c, This a toy for simple testing and timing. * Interface to create an rpc client and server in the same UNIX process. diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index a4723c42144..104be0b5078 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -35,8 +35,6 @@ static char *sccsid2 = "from: @(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro"; static char *sccsid = "from: @(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * This is the rpc server side idle loop * Wait for input, call server program. diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index fcf4199e611..8a99fce0d7d 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -35,8 +35,6 @@ /* #pragma ident "@(#)svc_simple.c 1.18 94/04/24 SMI" */ #include -__FBSDID("$FreeBSD$"); - /* * svc_simple.c * Simplified front end to rpc. diff --git a/lib/libc/rpc/svc_vc.c b/lib/libc/rpc/svc_vc.c index a045903c828..1f377b41e41 100644 --- a/lib/libc/rpc/svc_vc.c +++ b/lib/libc/rpc/svc_vc.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_vc.c, Server side for Connection Oriented based RPC. * diff --git a/lib/libc/secure/stack_protector.c b/lib/libc/secure/stack_protector.c index 909debecf26..15c9e7fcc02 100644 --- a/lib/libc/secure/stack_protector.c +++ b/lib/libc/secure/stack_protector.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/secure/stack_protector_compat.c b/lib/libc/secure/stack_protector_compat.c index cacb863e75e..1ca459222ab 100644 --- a/lib/libc/secure/stack_protector_compat.c +++ b/lib/libc/secure/stack_protector_compat.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - void __stack_chk_fail(void); #ifdef PIC diff --git a/lib/libc/softfloat/bits32/softfloat.c b/lib/libc/softfloat/bits32/softfloat.c index ad7c016bf04..2968786133c 100644 --- a/lib/libc/softfloat/bits32/softfloat.c +++ b/lib/libc/softfloat/bits32/softfloat.c @@ -52,8 +52,6 @@ this code that are retained. */ #include -__FBSDID("$FreeBSD$"); - #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" #endif diff --git a/lib/libc/softfloat/bits64/softfloat.c b/lib/libc/softfloat/bits64/softfloat.c index 79993fb207f..6295a787cb6 100644 --- a/lib/libc/softfloat/bits64/softfloat.c +++ b/lib/libc/softfloat/bits64/softfloat.c @@ -45,8 +45,6 @@ this code that are retained. */ #include -__FBSDID("$FreeBSD$"); - #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" #endif diff --git a/lib/libc/softfloat/eqdf2.c b/lib/libc/softfloat/eqdf2.c index 68bb55c30e2..dc4b2d24f28 100644 --- a/lib/libc/softfloat/eqdf2.c +++ b/lib/libc/softfloat/eqdf2.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" diff --git a/lib/libc/softfloat/eqsf2.c b/lib/libc/softfloat/eqsf2.c index d45b806cc9f..bebb4d1f76a 100644 --- a/lib/libc/softfloat/eqsf2.c +++ b/lib/libc/softfloat/eqsf2.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" diff --git a/lib/libc/softfloat/eqtf2.c b/lib/libc/softfloat/eqtf2.c index 1839404e1b1..8852adafa2f 100644 --- a/lib/libc/softfloat/eqtf2.c +++ b/lib/libc/softfloat/eqtf2.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index 71ea2ac9962..78177544538 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/fpgetround.c b/lib/libc/softfloat/fpgetround.c index c5bc6f9b673..e098ef46c12 100644 --- a/lib/libc/softfloat/fpgetround.c +++ b/lib/libc/softfloat/fpgetround.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/fpgetsticky.c b/lib/libc/softfloat/fpgetsticky.c index 349657e25eb..0caff5b0578 100644 --- a/lib/libc/softfloat/fpgetsticky.c +++ b/lib/libc/softfloat/fpgetsticky.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/fpsetmask.c b/lib/libc/softfloat/fpsetmask.c index 42025e1de3c..90f45756351 100644 --- a/lib/libc/softfloat/fpsetmask.c +++ b/lib/libc/softfloat/fpsetmask.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/fpsetround.c b/lib/libc/softfloat/fpsetround.c index 8305e4302e2..37fa7064ce8 100644 --- a/lib/libc/softfloat/fpsetround.c +++ b/lib/libc/softfloat/fpsetround.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/fpsetsticky.c b/lib/libc/softfloat/fpsetsticky.c index b71475096d1..3916161c8e2 100644 --- a/lib/libc/softfloat/fpsetsticky.c +++ b/lib/libc/softfloat/fpsetsticky.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include diff --git a/lib/libc/softfloat/gedf2.c b/lib/libc/softfloat/gedf2.c index 76e25de58a6..75769823991 100644 --- a/lib/libc/softfloat/gedf2.c +++ b/lib/libc/softfloat/gedf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __gedf2(float64, float64); flag diff --git a/lib/libc/softfloat/gesf2.c b/lib/libc/softfloat/gesf2.c index b22e13afb63..1ec47ae32ea 100644 --- a/lib/libc/softfloat/gesf2.c +++ b/lib/libc/softfloat/gesf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __gesf2(float32, float32); flag diff --git a/lib/libc/softfloat/getf2.c b/lib/libc/softfloat/getf2.c index 8639c4d3916..ac4665eedb2 100644 --- a/lib/libc/softfloat/getf2.c +++ b/lib/libc/softfloat/getf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 flag __getf2(float128, float128); diff --git a/lib/libc/softfloat/gexf2.c b/lib/libc/softfloat/gexf2.c index 70cf1c32d7e..51f98f2ae03 100644 --- a/lib/libc/softfloat/gexf2.c +++ b/lib/libc/softfloat/gexf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOATX80 flag __gexf2(floatx80, floatx80); diff --git a/lib/libc/softfloat/gtdf2.c b/lib/libc/softfloat/gtdf2.c index ff5764a519c..fc6d2fd06a3 100644 --- a/lib/libc/softfloat/gtdf2.c +++ b/lib/libc/softfloat/gtdf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __gtdf2(float64, float64); flag diff --git a/lib/libc/softfloat/gtsf2.c b/lib/libc/softfloat/gtsf2.c index 8e7e7a9371c..ae8d7c20910 100644 --- a/lib/libc/softfloat/gtsf2.c +++ b/lib/libc/softfloat/gtsf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __gtsf2(float32, float32); flag diff --git a/lib/libc/softfloat/gttf2.c b/lib/libc/softfloat/gttf2.c index 519ea845f00..76684e013e3 100644 --- a/lib/libc/softfloat/gttf2.c +++ b/lib/libc/softfloat/gttf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 flag __gttf2(float128, float128); diff --git a/lib/libc/softfloat/gtxf2.c b/lib/libc/softfloat/gtxf2.c index fe8be52e7e2..284526f0c41 100644 --- a/lib/libc/softfloat/gtxf2.c +++ b/lib/libc/softfloat/gtxf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOATX80 flag __gtxf2(floatx80, floatx80); diff --git a/lib/libc/softfloat/ledf2.c b/lib/libc/softfloat/ledf2.c index 7d3e8fb5485..689c7d70c1c 100644 --- a/lib/libc/softfloat/ledf2.c +++ b/lib/libc/softfloat/ledf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __ledf2(float64, float64); flag diff --git a/lib/libc/softfloat/lesf2.c b/lib/libc/softfloat/lesf2.c index 6fa13e5e246..98ba0722525 100644 --- a/lib/libc/softfloat/lesf2.c +++ b/lib/libc/softfloat/lesf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __lesf2(float32, float32); flag diff --git a/lib/libc/softfloat/letf2.c b/lib/libc/softfloat/letf2.c index e9a18f8d5e5..d5dbd45a106 100644 --- a/lib/libc/softfloat/letf2.c +++ b/lib/libc/softfloat/letf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 flag __letf2(float128, float128); diff --git a/lib/libc/softfloat/ltdf2.c b/lib/libc/softfloat/ltdf2.c index b8c668ccc01..8c5342a3c6f 100644 --- a/lib/libc/softfloat/ltdf2.c +++ b/lib/libc/softfloat/ltdf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __ltdf2(float64, float64); flag diff --git a/lib/libc/softfloat/ltsf2.c b/lib/libc/softfloat/ltsf2.c index 8a1e8fa9e50..9eb9e990bc6 100644 --- a/lib/libc/softfloat/ltsf2.c +++ b/lib/libc/softfloat/ltsf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __ltsf2(float32, float32); flag diff --git a/lib/libc/softfloat/lttf2.c b/lib/libc/softfloat/lttf2.c index 13c01b19528..ad8e4830d90 100644 --- a/lib/libc/softfloat/lttf2.c +++ b/lib/libc/softfloat/lttf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 flag __lttf2(float128, float128); diff --git a/lib/libc/softfloat/nedf2.c b/lib/libc/softfloat/nedf2.c index 61f50443c9c..7c1e49643d7 100644 --- a/lib/libc/softfloat/nedf2.c +++ b/lib/libc/softfloat/nedf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __nedf2(float64, float64); flag diff --git a/lib/libc/softfloat/negdf2.c b/lib/libc/softfloat/negdf2.c index 2485d586c47..27dfdd5ee68 100644 --- a/lib/libc/softfloat/negdf2.c +++ b/lib/libc/softfloat/negdf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - float64 __negdf2(float64); float64 diff --git a/lib/libc/softfloat/negsf2.c b/lib/libc/softfloat/negsf2.c index 78f6c6bd5f1..9b4a269132e 100644 --- a/lib/libc/softfloat/negsf2.c +++ b/lib/libc/softfloat/negsf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - float32 __negsf2(float32); float32 diff --git a/lib/libc/softfloat/negtf2.c b/lib/libc/softfloat/negtf2.c index 5be582dd893..d8cb6a0dc4b 100644 --- a/lib/libc/softfloat/negtf2.c +++ b/lib/libc/softfloat/negtf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 float128 __negtf2(float128); diff --git a/lib/libc/softfloat/negxf2.c b/lib/libc/softfloat/negxf2.c index 0e2d08b25a6..fd906c830e2 100644 --- a/lib/libc/softfloat/negxf2.c +++ b/lib/libc/softfloat/negxf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOATX80 floatx80 __negxf2(floatx80); diff --git a/lib/libc/softfloat/nesf2.c b/lib/libc/softfloat/nesf2.c index b8317cbf8dd..d7c580c2ff8 100644 --- a/lib/libc/softfloat/nesf2.c +++ b/lib/libc/softfloat/nesf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __nesf2(float32, float32); flag diff --git a/lib/libc/softfloat/netf2.c b/lib/libc/softfloat/netf2.c index 26e17cd1f52..c54b22b8bf2 100644 --- a/lib/libc/softfloat/netf2.c +++ b/lib/libc/softfloat/netf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOAT128 flag __netf2(float128, float128); diff --git a/lib/libc/softfloat/nexf2.c b/lib/libc/softfloat/nexf2.c index 153a70392d1..6d75d164d9e 100644 --- a/lib/libc/softfloat/nexf2.c +++ b/lib/libc/softfloat/nexf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - #ifdef FLOATX80 flag __nexf2(floatx80, floatx80); diff --git a/lib/libc/softfloat/timesoftfloat.c b/lib/libc/softfloat/timesoftfloat.c index b97c8b0f0d0..4abff11e13e 100644 --- a/lib/libc/softfloat/timesoftfloat.c +++ b/lib/libc/softfloat/timesoftfloat.c @@ -31,8 +31,6 @@ this code that are retained. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/softfloat/unorddf2.c b/lib/libc/softfloat/unorddf2.c index 2986c828147..44e03792b3f 100644 --- a/lib/libc/softfloat/unorddf2.c +++ b/lib/libc/softfloat/unorddf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __unorddf2(float64, float64); flag diff --git a/lib/libc/softfloat/unordsf2.c b/lib/libc/softfloat/unordsf2.c index e2f4c8f0947..3b73ac20ca8 100644 --- a/lib/libc/softfloat/unordsf2.c +++ b/lib/libc/softfloat/unordsf2.c @@ -9,8 +9,6 @@ #include "softfloat.h" #include -__FBSDID("$FreeBSD$"); - flag __unordsf2(float32, float32); flag diff --git a/lib/libc/stdio/_flock_stub.c b/lib/libc/stdio/_flock_stub.c index 069ed64c4e9..674e88c512b 100644 --- a/lib/libc/stdio/_flock_stub.c +++ b/lib/libc/stdio/_flock_stub.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index 8e77aae6f64..123345490c4 100644 --- a/lib/libc/stdio/asprintf.c +++ b/lib/libc/stdio/asprintf.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index c9208c0c1c4..780172ef3f6 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)clrerr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/dprintf.c b/lib/libc/stdio/dprintf.c index 4467a1f1f02..07e20f0709e 100644 --- a/lib/libc/stdio/dprintf.c +++ b/lib/libc/stdio/dprintf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index 84f890e3c38..7a925f1a166 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)fclose.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index bd3e8c38ea4..83dc8d697bf 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "local.h" diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index 64d619963e1..7512e2d4dbb 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fdopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index ef6767fb2b1..f224e1d6d6b 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index bb29c27e141..bf3b2deaf29 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index f59565abd36..a7f9348def5 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fflush.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index bb94f2ed555..2919fe31b82 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index f3e4a6874a4..a6691971105 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fgetln.c 8.2 (Berkeley) 1/2/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index c592ef0fc22..4cbd5e1f6e7 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fgetpos.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index ceb48562fe3..adac5dc3d6a 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fgetwc.c b/lib/libc/stdio/fgetwc.c index 4d989bfec1c..949d93f6700 100644 --- a/lib/libc/stdio/fgetwc.c +++ b/lib/libc/stdio/fgetwc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fgetwln.c b/lib/libc/stdio/fgetwln.c index 22bb838b010..8d74f9d8f3d 100644 --- a/lib/libc/stdio/fgetwln.c +++ b/lib/libc/stdio/fgetwln.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fgetws.c b/lib/libc/stdio/fgetws.c index 78c8422fe68..1eaeed708ef 100644 --- a/lib/libc/stdio/fgetws.c +++ b/lib/libc/stdio/fgetws.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index 81673cd8903..272a46abb74 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index b30a06ffd9e..cf4eccf8807 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)findfp.c 8.2 (Berkeley) 1/4/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index a034c1674c9..04b67f12798 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)flags.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/fmemopen.c b/lib/libc/stdio/fmemopen.c index 63a0b4246ef..295592ac896 100644 --- a/lib/libc/stdio/fmemopen.c +++ b/lib/libc/stdio/fmemopen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index cb71387e0f3..2f2de15345c 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fopencookie.c b/lib/libc/stdio/fopencookie.c index 6dc39538df8..9c295ff7bfe 100644 --- a/lib/libc/stdio/fopencookie.c +++ b/lib/libc/stdio/fopencookie.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index c03db17c8bb..c1df55872aa 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)fprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "xlocale_private.h" diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index aa5daf2ca07..4ca6a537305 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index a2d2d14655b..54476b8f2be 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index 1fbae359322..1b611d50017 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fputwc.c b/lib/libc/stdio/fputwc.c index 2ad305dfc17..197c57cc374 100644 --- a/lib/libc/stdio/fputwc.c +++ b/lib/libc/stdio/fputwc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fputws.c b/lib/libc/stdio/fputws.c index f319a6428ab..c77393886e7 100644 --- a/lib/libc/stdio/fputws.c +++ b/lib/libc/stdio/fputws.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index cafe86fe796..13776382fbb 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fread.c 8.2 (Berkeley) 12/11/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index fce965089a5..2f3f96c1d92 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index 8946b5b8418..f274cb98ef3 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 5fcd49f23c5..21f1079b645 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index 4bb7c112fb0..4f985e249a3 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fsetpos.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index df73823c58c..4cb038df1d7 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 4b1a31e2a96..376721d33eb 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index b1b363e6f80..81e7ba89a64 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fvwrite.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index 37691a715c5..0e2c48234a7 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fwalk.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "local.h" diff --git a/lib/libc/stdio/fwide.c b/lib/libc/stdio/fwide.c index a785e2effbc..d413d4518d2 100644 --- a/lib/libc/stdio/fwide.c +++ b/lib/libc/stdio/fwide.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fwprintf.c b/lib/libc/stdio/fwprintf.c index 1168eab8cb9..7550bb8eb69 100644 --- a/lib/libc/stdio/fwprintf.c +++ b/lib/libc/stdio/fwprintf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index cb20931f583..d0663c93a2a 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fwrite.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/fwscanf.c b/lib/libc/stdio/fwscanf.c index 96523ebedd6..b0f2d02e748 100644 --- a/lib/libc/stdio/fwscanf.c +++ b/lib/libc/stdio/fwscanf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 5329810ca14..61fb4fe88c8 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index e29dd7136a4..197e135f8cb 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * A subroutine version of the macro getchar. */ diff --git a/lib/libc/stdio/getdelim.c b/lib/libc/stdio/getdelim.c index 2cde34c3a0f..5a1a3cd3dfb 100644 --- a/lib/libc/stdio/getdelim.c +++ b/lib/libc/stdio/getdelim.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/getline.c b/lib/libc/stdio/getline.c index c8fa63f4518..7e62829ecf4 100644 --- a/lib/libc/stdio/getline.c +++ b/lib/libc/stdio/getline.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include ssize_t diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index c8822e3b8d8..7f3e165f0bf 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/gets_s.c b/lib/libc/stdio/gets_s.c index fc577493782..cf839f8abed 100644 --- a/lib/libc/stdio/gets_s.c +++ b/lib/libc/stdio/gets_s.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index fa18f0183fb..f48395d7dc7 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)getw.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/stdio/getwc.c b/lib/libc/stdio/getwc.c index 38fd5655c37..ccac10db228 100644 --- a/lib/libc/stdio/getwc.c +++ b/lib/libc/stdio/getwc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index d2aad53da81..9294a952357 100644 --- a/lib/libc/stdio/getwchar.c +++ b/lib/libc/stdio/getwchar.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index 9bddf89a65b..f499651880c 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)makebuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 0ede3058a3d..bbefc2b28cf 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/open_memstream.c b/lib/libc/stdio/open_memstream.c index 256ec785ca3..7dabc737db8 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/open_wmemstream.c b/lib/libc/stdio/open_wmemstream.c index 8e385be2271..bc746ebf807 100644 --- a/lib/libc/stdio/open_wmemstream.c +++ b/lib/libc/stdio/open_wmemstream.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index 6eeb14893b8..a16820f83b2 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)perror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/printf-pos.c b/lib/libc/stdio/printf-pos.c index 40f91e8af71..534ac9cd4b7 100644 --- a/lib/libc/stdio/printf-pos.c +++ b/lib/libc/stdio/printf-pos.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * This is the code responsible for handling positional arguments * (%m$ and %m$.n$) for vfprintf() and vfwprintf(). diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index 53a31ca2334..20e5b7b0e3c 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index 1713792e190..54735da5952 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index 12adf86f3c3..dd8ea0271b9 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index fe80ddbba79..b97807fe125 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)puts.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index ba9853db9c8..7e7c87c99ba 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)putw.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 4c5345d1f27..38602392444 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 6a237c81dfb..1c5ab256125 100644 --- a/lib/libc/stdio/putwchar.c +++ b/lib/libc/stdio/putwchar.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index dbbcb4912aa..afc0526441a 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)refill.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index b92e14ad6c1..1e9dd98e184 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index 2449de39716..8e6fc877c40 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 530fb67b0ff..a25ae3bdcea 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rget.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "local.h" diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 775bf3b1bb6..1f84f9ab654 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index 7c60c77dce9..71f0ee4ae7d 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)setbuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include "local.h" diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index b760e1a510f..96c498f95e7 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 8947e61e7c2..9714818bc57 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index bfa43ef4e17..45a9e3d7d62 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index 5601b96a385..c83efdb3f35 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)sprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index 4272328d1f3..a06aac85a67 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)sscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 4f093f12dc8..40677118bea 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index 15724f36829..4c4db2accb7 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index ad2159e8130..20bf266dc77 100644 --- a/lib/libc/stdio/swscanf.c +++ b/lib/libc/stdio/swscanf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index 4a720fd4c1c..06dceec153b 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index aedaab6e126..afe45595eac 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)tmpfile.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index c4d56778027..8fc057dea86 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index 2e140c965a0..d5c91626dfa 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/ungetwc.c b/lib/libc/stdio/ungetwc.c index ccbb53625bb..a4c71d012be 100644 --- a/lib/libc/stdio/ungetwc.c +++ b/lib/libc/stdio/ungetwc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 1260349afe9..2e5f8dd4107 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/vdprintf.c b/lib/libc/stdio/vdprintf.c index 3d9e93357ca..a84efaa14b4 100644 --- a/lib/libc/stdio/vdprintf.c +++ b/lib/libc/stdio/vdprintf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index d7848a9a707..ad655c5d78d 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Actual printf innards. * diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index dde22cb5b23..cc2e1e42832 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index 0561dc06164..fc681e8d057 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Actual wprintf innards. * diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index ab9bce4c295..1a28ff66524 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index 31b52bcf31c..604870b93b1 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 84419dd054c..58fd2a45538 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index bc8ec287ee8..8fc7f9fdf72 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 6992f9610e9..68a2f70469f 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "local.h" diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 5b0be5429cd..0751f0e95b0 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "local.h" diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 4807fd20d67..db1b5d30d09 100644 --- a/lib/libc/stdio/vswprintf.c +++ b/lib/libc/stdio/vswprintf.c @@ -38,8 +38,6 @@ #if 0 __FBSDID("FreeBSD: src/lib/libc/stdio/vasprintf.c,v 1.16 2002/08/21 16:19:57 mike Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/vswscanf.c b/lib/libc/stdio/vswscanf.c index d320da82101..ecdafbefdc7 100644 --- a/lib/libc/stdio/vswscanf.c +++ b/lib/libc/stdio/vswscanf.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdio/vsscanf.c,v 1.11 2002/08/21 16:19:57 mike Exp "); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/vwprintf.c b/lib/libc/stdio/vwprintf.c index 18f76638bec..b0e9ac26d3c 100644 --- a/lib/libc/stdio/vwprintf.c +++ b/lib/libc/stdio/vwprintf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/vwscanf.c b/lib/libc/stdio/vwscanf.c index 88371cb35b8..e2e16ac91e5 100644 --- a/lib/libc/stdio/vwscanf.c +++ b/lib/libc/stdio/vwscanf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index 666bbf87aad..acbe379ad90 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)wbuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "local.h" diff --git a/lib/libc/stdio/wprintf.c b/lib/libc/stdio/wprintf.c index bb1ddacf112..c4564002192 100644 --- a/lib/libc/stdio/wprintf.c +++ b/lib/libc/stdio/wprintf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/wscanf.c b/lib/libc/stdio/wscanf.c index b544ca03ffe..9527fcd2776 100644 --- a/lib/libc/stdio/wscanf.c +++ b/lib/libc/stdio/wscanf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 1733d69ee44..b0dd89637b7 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)wsetup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/a64l.c b/lib/libc/stdlib/a64l.c index a130dcb24bf..71514c502d6 100644 --- a/lib/libc/stdlib/a64l.c +++ b/lib/libc/stdlib/a64l.c @@ -10,8 +10,6 @@ __RCSID("$NetBSD: a64l.c,v 1.8 2000/01/22 22:19:19 mycroft Exp $"); #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index 72c93a115ec..5d8c39987b1 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)abort.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/abs.c b/lib/libc/stdlib/abs.c index 0e4c94c6828..c0f402381c0 100644 --- a/lib/libc/stdlib/abs.c +++ b/lib/libc/stdlib/abs.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)abs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/stdlib/atexit.c b/lib/libc/stdlib/atexit.c index 682464407c7..6b63d9e728c 100644 --- a/lib/libc/stdlib/atexit.c +++ b/lib/libc/stdlib/atexit.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)atexit.c 8.2 (Berkeley) 7/3/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/atof.c b/lib/libc/stdlib/atof.c index 5e0a0ddd050..b058f10deb8 100644 --- a/lib/libc/stdlib/atof.c +++ b/lib/libc/stdlib/atof.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)atof.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/atoi.c b/lib/libc/stdlib/atoi.c index 2d6fe88ef74..dfaf659458f 100644 --- a/lib/libc/stdlib/atoi.c +++ b/lib/libc/stdlib/atoi.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/atol.c b/lib/libc/stdlib/atol.c index 88aa9a990ae..a36633f04d8 100644 --- a/lib/libc/stdlib/atol.c +++ b/lib/libc/stdlib/atol.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)atol.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/atoll.c b/lib/libc/stdlib/atoll.c index fb3b76524be..95efac77eb8 100644 --- a/lib/libc/stdlib/atoll.c +++ b/lib/libc/stdlib/atoll.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/bsearch.c b/lib/libc/stdlib/bsearch.c index b5c342635c0..9934716fd19 100644 --- a/lib/libc/stdlib/bsearch.c +++ b/lib/libc/stdlib/bsearch.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/cxa_thread_atexit.c b/lib/libc/stdlib/cxa_thread_atexit.c index 06fcc3c87c2..c6eb1278fcd 100644 --- a/lib/libc/stdlib/cxa_thread_atexit.c +++ b/lib/libc/stdlib/cxa_thread_atexit.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "libc_private.h" int diff --git a/lib/libc/stdlib/cxa_thread_atexit_impl.c b/lib/libc/stdlib/cxa_thread_atexit_impl.c index cdd918e2c49..6883f529082 100644 --- a/lib/libc/stdlib/cxa_thread_atexit_impl.c +++ b/lib/libc/stdlib/cxa_thread_atexit_impl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/stdlib/div.c b/lib/libc/stdlib/div.c index 82a3b02b6df..c7bb8c44aa7 100644 --- a/lib/libc/stdlib/div.c +++ b/lib/libc/stdlib/div.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)div.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* div_t */ div_t diff --git a/lib/libc/stdlib/exit.c b/lib/libc/stdlib/exit.c index efd7f55f68c..111b735be0a 100644 --- a/lib/libc/stdlib/exit.c +++ b/lib/libc/stdlib/exit.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)exit.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c index 161b7da3302..f7206f3af29 100644 --- a/lib/libc/stdlib/getenv.c +++ b/lib/libc/stdlib/getenv.c @@ -27,9 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/getopt.c b/lib/libc/stdlib/getopt.c index b7f2229a2f5..5b50d587c92 100644 --- a/lib/libc/stdlib/getopt.c +++ b/lib/libc/stdlib/getopt.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index 1f3548bef9a..3e6e3fd431b 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -55,8 +55,6 @@ static char *rcsid = "$OpenBSD: getopt_long.c,v 1.16 2004/02/04 18:17:25 millert #endif /* LIBC_SCCS and not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index 7ad9ae99444..dfcca7a7209 100644 --- a/lib/libc/stdlib/getsubopt.c +++ b/lib/libc/stdlib/getsubopt.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/hcreate.c b/lib/libc/stdlib/hcreate.c index c9a08472f3e..969e31bfc46 100644 --- a/lib/libc/stdlib/hcreate.c +++ b/lib/libc/stdlib/hcreate.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/hcreate_r.c b/lib/libc/stdlib/hcreate_r.c index 83e322a5621..82204b7982b 100644 --- a/lib/libc/stdlib/hcreate_r.c +++ b/lib/libc/stdlib/hcreate_r.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/hdestroy_r.c b/lib/libc/stdlib/hdestroy_r.c index 890bd0858e1..42ad8b1b4e0 100644 --- a/lib/libc/stdlib/hdestroy_r.c +++ b/lib/libc/stdlib/hdestroy_r.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c index c39f67533b9..3a795db7044 100644 --- a/lib/libc/stdlib/heapsort.c +++ b/lib/libc/stdlib/heapsort.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)heapsort.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/hsearch_r.c b/lib/libc/stdlib/hsearch_r.c index 2fb599186d7..e398a1d5b91 100644 --- a/lib/libc/stdlib/hsearch_r.c +++ b/lib/libc/stdlib/hsearch_r.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/imaxabs.c b/lib/libc/stdlib/imaxabs.c index aab3897cdbb..ad7c3fd26e4 100644 --- a/lib/libc/stdlib/imaxabs.c +++ b/lib/libc/stdlib/imaxabs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include intmax_t diff --git a/lib/libc/stdlib/imaxdiv.c b/lib/libc/stdlib/imaxdiv.c index 97814a28158..a2ed360fa86 100644 --- a/lib/libc/stdlib/imaxdiv.c +++ b/lib/libc/stdlib/imaxdiv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* See comments in div.c for implementation details. */ diff --git a/lib/libc/stdlib/insque.c b/lib/libc/stdlib/insque.c index 388e4d59261..46b25089326 100644 --- a/lib/libc/stdlib/insque.c +++ b/lib/libc/stdlib/insque.c @@ -7,8 +7,6 @@ * unchanged, you can do what ever you want with this file. */ #include -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #ifdef DEBUG diff --git a/lib/libc/stdlib/l64a.c b/lib/libc/stdlib/l64a.c index c281d7d823c..5be50118d27 100644 --- a/lib/libc/stdlib/l64a.c +++ b/lib/libc/stdlib/l64a.c @@ -10,8 +10,6 @@ __RCSID("$NetBSD: l64a.c,v 1.13 2003/07/26 19:24:54 salo Exp $"); #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/labs.c b/lib/libc/stdlib/labs.c index a770b2cf435..8eb58252dd8 100644 --- a/lib/libc/stdlib/labs.c +++ b/lib/libc/stdlib/labs.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)labs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include long diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c index 954626a0c83..0d1835a03d0 100644 --- a/lib/libc/stdlib/ldiv.c +++ b/lib/libc/stdlib/ldiv.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)ldiv.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* ldiv_t */ ldiv_t diff --git a/lib/libc/stdlib/llabs.c b/lib/libc/stdlib/llabs.c index b7847803017..ad7fbdda166 100644 --- a/lib/libc/stdlib/llabs.c +++ b/lib/libc/stdlib/llabs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include long long diff --git a/lib/libc/stdlib/lldiv.c b/lib/libc/stdlib/lldiv.c index 27a471c6ca7..91dc062e9e1 100644 --- a/lib/libc/stdlib/lldiv.c +++ b/lib/libc/stdlib/lldiv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* See comments in div.c for implementation details. */ diff --git a/lib/libc/stdlib/lsearch.c b/lib/libc/stdlib/lsearch.c index 9e9cdbaf619..1ca55cc9002 100644 --- a/lib/libc/stdlib/lsearch.c +++ b/lib/libc/stdlib/lsearch.c @@ -8,8 +8,6 @@ */ #include #include -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include /* for uint8_t */ diff --git a/lib/libc/stdlib/merge.c b/lib/libc/stdlib/merge.c index 7d8484ed10b..42f061be17a 100644 --- a/lib/libc/stdlib/merge.c +++ b/lib/libc/stdlib/merge.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Hybrid exponential search/linear search merge sort with hybrid * natural/pairwise first pass. Requires about .3% more comparisons diff --git a/lib/libc/stdlib/ptsname.c b/lib/libc/stdlib/ptsname.c index 449329d74cf..13fe1479cb0 100644 --- a/lib/libc/stdlib/ptsname.c +++ b/lib/libc/stdlib/ptsname.c @@ -31,7 +31,6 @@ #include #ifndef lint -__FBSDID("$FreeBSD$"); #endif /* not lint */ #include "namespace.h" diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 0d65cd119ea..d6b6005333f 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/radixsort.c b/lib/libc/stdlib/radixsort.c index 4a0a764c81d..2f5b959cd54 100644 --- a/lib/libc/stdlib/radixsort.c +++ b/lib/libc/stdlib/radixsort.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)radixsort.c 8.2 (Berkeley) 4/28/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Radixsort routines. * diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index e448d1b1fd1..f02839e06fc 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rand.c 8.1 (Berkeley) 6/14/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index bd533671cc5..8e0832754b3 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)random.c 8.2 (Berkeley) 5/19/95"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/reallocarray.c b/lib/libc/stdlib/reallocarray.c index e1e9b7c16ff..76e4d331c4c 100644 --- a/lib/libc/stdlib/reallocarray.c +++ b/lib/libc/stdlib/reallocarray.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/reallocf.c b/lib/libc/stdlib/reallocf.c index 888878053f3..63c42383a8b 100644 --- a/lib/libc/stdlib/reallocf.c +++ b/lib/libc/stdlib/reallocf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void * diff --git a/lib/libc/stdlib/realpath.c b/lib/libc/stdlib/realpath.c index 220910a3c61..302e3c1a8c8 100644 --- a/lib/libc/stdlib/realpath.c +++ b/lib/libc/stdlib/realpath.c @@ -32,8 +32,6 @@ static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/remque.c b/lib/libc/stdlib/remque.c index 0a2f28f77c7..783ffc3a993 100644 --- a/lib/libc/stdlib/remque.c +++ b/lib/libc/stdlib/remque.c @@ -7,8 +7,6 @@ * unchanged, you can do what ever you want with this file. */ #include -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include /* for NULL */ diff --git a/lib/libc/stdlib/set_constraint_handler_s.c b/lib/libc/stdlib/set_constraint_handler_s.c index d2d06b80938..76f9ecfe5a5 100644 --- a/lib/libc/stdlib/set_constraint_handler_s.c +++ b/lib/libc/stdlib/set_constraint_handler_s.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c index 5d60d6ef327..0e36eb0babe 100644 --- a/lib/libc/stdlib/strfmon.c +++ b/lib/libc/stdlib/strfmon.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtoimax.c b/lib/libc/stdlib/strtoimax.c index 425ce6d921f..894d801940f 100644 --- a/lib/libc/stdlib/strtoimax.c +++ b/lib/libc/stdlib/strtoimax.c @@ -38,8 +38,6 @@ static char sccsid[] = "from @(#)strtol.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtol.c b/lib/libc/stdlib/strtol.c index bdbd38ab861..360bb7efc8b 100644 --- a/lib/libc/stdlib/strtol.c +++ b/lib/libc/stdlib/strtol.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strtol.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtold.c b/lib/libc/stdlib/strtold.c index 814e6fcc056..2f7cabbdd88 100644 --- a/lib/libc/stdlib/strtold.c +++ b/lib/libc/stdlib/strtold.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "xlocale_private.h" diff --git a/lib/libc/stdlib/strtoll.c b/lib/libc/stdlib/strtoll.c index fe316420516..51a523e51fb 100644 --- a/lib/libc/stdlib/strtoll.c +++ b/lib/libc/stdlib/strtoll.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strtoq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtonum.c b/lib/libc/stdlib/strtonum.c index aa433d835b3..a25c43f6a33 100644 --- a/lib/libc/stdlib/strtonum.c +++ b/lib/libc/stdlib/strtonum.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtoq.c b/lib/libc/stdlib/strtoq.c index b3fd5618620..e83af1c7652 100644 --- a/lib/libc/stdlib/strtoq.c +++ b/lib/libc/stdlib/strtoq.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strtoq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/strtoul.c b/lib/libc/stdlib/strtoul.c index 89571962f8f..133d4c9b469 100644 --- a/lib/libc/stdlib/strtoul.c +++ b/lib/libc/stdlib/strtoul.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtoull.c b/lib/libc/stdlib/strtoull.c index 03bd9f8ab7f..464c37d49ef 100644 --- a/lib/libc/stdlib/strtoull.c +++ b/lib/libc/stdlib/strtoull.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtoumax.c b/lib/libc/stdlib/strtoumax.c index 8243451d0ce..af02b30254d 100644 --- a/lib/libc/stdlib/strtoumax.c +++ b/lib/libc/stdlib/strtoumax.c @@ -38,8 +38,6 @@ static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index 77a74995afb..18e917b19b6 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdlib/system.c b/lib/libc/stdlib/system.c index 34318325671..4ad5d605865 100644 --- a/lib/libc/stdlib/system.c +++ b/lib/libc/stdlib/system.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)system.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdlib/tdelete.c b/lib/libc/stdlib/tdelete.c index 38b2bd73917..8b3f34848db 100644 --- a/lib/libc/stdlib/tdelete.c +++ b/lib/libc/stdlib/tdelete.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include diff --git a/lib/libc/stdlib/tfind.c b/lib/libc/stdlib/tfind.c index afcbc16cd2d..5fa35f1bd85 100644 --- a/lib/libc/stdlib/tfind.c +++ b/lib/libc/stdlib/tfind.c @@ -15,8 +15,6 @@ __RCSID("$NetBSD: tfind.c,v 1.2 1999/09/16 11:45:37 lukem Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include diff --git a/lib/libc/stdlib/tsearch.c b/lib/libc/stdlib/tsearch.c index a15c2c20517..09d6e4d26a8 100644 --- a/lib/libc/stdlib/tsearch.c +++ b/lib/libc/stdlib/tsearch.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include diff --git a/lib/libc/stdlib/twalk.c b/lib/libc/stdlib/twalk.c index 4f999b4c0a4..28529ea00ad 100644 --- a/lib/libc/stdlib/twalk.c +++ b/lib/libc/stdlib/twalk.c @@ -15,8 +15,6 @@ __RCSID("$NetBSD: twalk.c,v 1.4 2012/03/20 16:38:45 matt Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include #include diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 722f2a36992..674aaa0bb30 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -37,8 +37,6 @@ static const char elsieid[] = "@(#)strftime.3 8.3"; static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "tzfile.h" #include #include diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index 1a882624666..848b94545dd 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -45,8 +45,6 @@ static char copyright[] __unused = static char sccsid[] __unused = "@(#)strptime.c 0.1 (Powerdog) 94/03/27"; #endif /* !defined NOID */ #endif /* not lint */ -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/stdtime/time32.c b/lib/libc/stdtime/time32.c index e852a4f279e..1be9e9dec74 100644 --- a/lib/libc/stdtime/time32.c +++ b/lib/libc/stdtime/time32.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index 5c876ff3b4c..93b9868d031 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "ldpart.h" diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index c42fe79ddb2..0a7c6f0948a 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index 84715d0432e..4328542d2d5 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include typedef intptr_t word; /* "word" used for optimal copy speed */ diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 201bd64f808..fe149def793 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -1,5 +1,3 @@ #include -__FBSDID("$FreeBSD$"); - #define BZERO #include "memset.c" diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index 34140e3e4d8..b318c33f641 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/ffsl.c b/lib/libc/string/ffsl.c index 701e23cdf8f..237e6261731 100644 --- a/lib/libc/string/ffsl.c +++ b/lib/libc/string/ffsl.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/ffsll.c b/lib/libc/string/ffsll.c index e94fb518eb0..4fb5ccc4ef7 100644 --- a/lib/libc/string/ffsll.c +++ b/lib/libc/string/ffsll.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/fls.c b/lib/libc/string/fls.c index 3c471977677..554b8dc4b41 100644 --- a/lib/libc/string/fls.c +++ b/lib/libc/string/fls.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/flsl.c b/lib/libc/string/flsl.c index f5280b77a4e..6b881bc39b9 100644 --- a/lib/libc/string/flsl.c +++ b/lib/libc/string/flsl.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/flsll.c b/lib/libc/string/flsll.c index ab504b8e592..68d6d52bee4 100644 --- a/lib/libc/string/flsll.c +++ b/lib/libc/string/flsll.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index e4c9d0e17ed..a81e8936e46 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include void * diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 4b5d6f6a4c8..10df015c5b6 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -23,8 +23,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index c8d5d92985e..1a72e376c37 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c index ed03856e54b..886b7cb2c65 100644 --- a/lib/libc/string/memcpy.c +++ b/lib/libc/string/memcpy.c @@ -1,5 +1,3 @@ #include -__FBSDID("$FreeBSD$"); - #define MEMCOPY #include "bcopy.c" diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c index be52763e265..11e1540bf1f 100644 --- a/lib/libc/string/memmem.c +++ b/lib/libc/string/memmem.c @@ -23,8 +23,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/memmove.c b/lib/libc/string/memmove.c index 05cf75a2ce6..089a77a892a 100644 --- a/lib/libc/string/memmove.c +++ b/lib/libc/string/memmove.c @@ -1,5 +1,3 @@ #include -__FBSDID("$FreeBSD$"); - #define MEMMOVE #include "bcopy.c" diff --git a/lib/libc/string/mempcpy.c b/lib/libc/string/mempcpy.c index 98d367ccdc5..2c645da9762 100644 --- a/lib/libc/string/mempcpy.c +++ b/lib/libc/string/mempcpy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void * diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index e2d4027eea0..eed47014356 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)memset.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/memset_s.c b/lib/libc/string/memset_s.c index 7dcef678ca0..3c7f76d19d7 100644 --- a/lib/libc/string/memset_s.c +++ b/lib/libc/string/memset_s.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c index f31cce13177..02640a68b0a 100644 --- a/lib/libc/string/stpcpy.c +++ b/lib/libc/string/stpcpy.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include char * diff --git a/lib/libc/string/stpncpy.c b/lib/libc/string/stpncpy.c index 3e7f1b69f08..46e61c468d9 100644 --- a/lib/libc/string/stpncpy.c +++ b/lib/libc/string/stpncpy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include char * diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index efe36f8c012..c959869ad9f 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "xlocale_private.h" diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c index be6c55df2f5..591a2d95304 100644 --- a/lib/libc/string/strcasestr.c +++ b/lib/libc/string/strcasestr.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "xlocale_private.h" diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index adaad598ec2..94f851d4a25 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include char * diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c index 4a20ea65825..d4e35b07c8c 100644 --- a/lib/libc/string/strchr.c +++ b/lib/libc/string/strchr.c @@ -23,8 +23,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include char *__strchrnul(const char *, int); diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c index e1fb8388604..1841185dc9b 100644 --- a/lib/libc/string/strchrnul.c +++ b/lib/libc/string/strchrnul.c @@ -23,8 +23,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 63cb4468415..9d590cc5a4f 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 5c7a11ec506..a682f352320 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index f58cbd9784a..5b0ca98fb8b 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef WEAK_STRCPY diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 33ccdfdd557..687a309d01d 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 45ed95c2ea9..3e6849abe12 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index bb685e4f7dc..673ccbf37ef 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #if defined(NLS) #include #endif diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index f5ed6c6cf70..e5040019b29 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index 019d2316a04..8c7daa85896 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index 17c30cd4cfc..d7c744d6aa6 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index d601bd0430e..58b9490bb16 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index 116fc53f92f..3220f036c45 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index c68fe005fcb..111d77b592c 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 2ffce161c5c..6a00e1ba513 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/strndup.c b/lib/libc/string/strndup.c index bee944db167..a2351bf4072 100644 --- a/lib/libc/string/strndup.c +++ b/lib/libc/string/strndup.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c index ef0cd86e527..8fa984551b8 100644 --- a/lib/libc/string/strnlen.c +++ b/lib/libc/string/strnlen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 756399fea90..023b167e9c3 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 964379e1907..80ac5ebc4bd 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 6afb8c1a497..cfe6f9270bc 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 5de452109df..a3d64c92ff5 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index 5f3292d1025..5abe7b37ed9 100644 --- a/lib/libc/string/strsignal.c +++ b/lib/libc/string/strsignal.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #if defined(NLS) #include diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 93ddbcf0ca7..a9df4da92cb 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 2ca0d4fd03c..f3658805996 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -23,8 +23,6 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 46e40bfa4a6..1ff7a3aa45f 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef DEBUG_STRTOK #include diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index a6b8018b2a8..d9f3d0a7b6d 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index 724ee48ea0c..c239808291f 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/lib/libc/string/timingsafe_bcmp.c b/lib/libc/string/timingsafe_bcmp.c index d098158059f..145b02b74b0 100644 --- a/lib/libc/string/timingsafe_bcmp.c +++ b/lib/libc/string/timingsafe_bcmp.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int __timingsafe_bcmp(const void *, const void *, size_t); diff --git a/lib/libc/string/timingsafe_memcmp.c b/lib/libc/string/timingsafe_memcmp.c index 7abfb48045f..446a8a6cb2c 100644 --- a/lib/libc/string/timingsafe_memcmp.c +++ b/lib/libc/string/timingsafe_memcmp.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcpcpy.c b/lib/libc/string/wcpcpy.c index 41b7c517826..22c623bef32 100644 --- a/lib/libc/string/wcpcpy.c +++ b/lib/libc/string/wcpcpy.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcpncpy.c b/lib/libc/string/wcpncpy.c index ccc64cd49d6..4249f8bd24a 100644 --- a/lib/libc/string/wcpncpy.c +++ b/lib/libc/string/wcpncpy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcscasecmp.c b/lib/libc/string/wcscasecmp.c index 03a61f8656b..50949ff3874 100644 --- a/lib/libc/string/wcscasecmp.c +++ b/lib/libc/string/wcscasecmp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 777a576bb55..3599e562e9b 100644 --- a/lib/libc/string/wcscat.c +++ b/lib/libc/string/wcscat.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index a7f1de04fe2..24c150ad17b 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index 7205238d563..ed02db77170 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $"); #endif #endif /* LIBC_SCCS and not lint */ -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index 2f1cf204bc8..b7720c4069d 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index b400fae1cb5..622e4201f84 100644 --- a/lib/libc/string/wcscpy.c +++ b/lib/libc/string/wcscpy.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index a0db7157e9e..2bfd5e9f860 100644 --- a/lib/libc/string/wcscspn.c +++ b/lib/libc/string/wcscspn.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/lib/libc/string/wcsdup.c b/lib/libc/string/wcsdup.c index 327574bad76..9aa088d3315 100644 --- a/lib/libc/string/wcsdup.c +++ b/lib/libc/string/wcsdup.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index f954b7351fe..336947e3cd2 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -35,8 +35,6 @@ __RCSID("$NetBSD: wcslcat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index ca60d587004..920425bb5ef 100644 --- a/lib/libc/string/wcslcpy.c +++ b/lib/libc/string/wcslcpy.c @@ -35,8 +35,6 @@ __RCSID("$NetBSD: wcslcpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index cfd3aa23cc9..e81d981c799 100644 --- a/lib/libc/string/wcslen.c +++ b/lib/libc/string/wcslen.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcslen.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/lib/libc/string/wcsncasecmp.c b/lib/libc/string/wcsncasecmp.c index 39f58be0bff..1b6772152f4 100644 --- a/lib/libc/string/wcsncasecmp.c +++ b/lib/libc/string/wcsncasecmp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index eb13fab8de3..004391423f5 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 55c88f60e6f..a7b2189d5fb 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index f86e40fe953..16e3eb899b8 100644 --- a/lib/libc/string/wcsncpy.c +++ b/lib/libc/string/wcsncpy.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/wcsnlen.c b/lib/libc/string/wcsnlen.c index 15fd520101a..3c500855eb1 100644 --- a/lib/libc/string/wcsnlen.c +++ b/lib/libc/string/wcsnlen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 0e9ccf66e31..62ad9a8130a 100644 --- a/lib/libc/string/wcspbrk.c +++ b/lib/libc/string/wcspbrk.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index cc5e7f2ff6e..60f56551aaa 100644 --- a/lib/libc/string/wcsrchr.c +++ b/lib/libc/string/wcsrchr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 2b08acbd94f..487ef6bdf3b 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index 74921fecf04..ff8739f1c75 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c index b4bdc869a2e..65312db85b5 100644 --- a/lib/libc/string/wcstok.c +++ b/lib/libc/string/wcstok.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c index d5bf7ce5fe4..84e9af60280 100644 --- a/lib/libc/string/wcswidth.c +++ b/lib/libc/string/wcswidth.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "xlocale_private.h" diff --git a/lib/libc/string/wcsxfrm.c b/lib/libc/string/wcsxfrm.c index e28d0d66b1e..6e4d7534828 100644 --- a/lib/libc/string/wcsxfrm.c +++ b/lib/libc/string/wcsxfrm.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index 42ae286aaec..8724187ffd6 100644 --- a/lib/libc/string/wmemchr.c +++ b/lib/libc/string/wmemchr.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wmemchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index f1b1b00eb5d..1abebfd8da9 100644 --- a/lib/libc/string/wmemcmp.c +++ b/lib/libc/string/wmemcmp.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include int diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index 30956eb4f48..f692a25fc95 100644 --- a/lib/libc/string/wmemcpy.c +++ b/lib/libc/string/wmemcpy.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wmemcpy.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index 5e8da9f4004..cbbdb4afdd6 100644 --- a/lib/libc/string/wmemmove.c +++ b/lib/libc/string/wmemmove.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wmempcpy.c b/lib/libc/string/wmempcpy.c index 12e88a417c5..a21621de397 100644 --- a/lib/libc/string/wmempcpy.c +++ b/lib/libc/string/wmempcpy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index fcf40efb8e3..4276373399f 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -34,8 +34,6 @@ __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include wchar_t * diff --git a/lib/libc/sys/POSIX2x_Fork.c b/lib/libc/sys/POSIX2x_Fork.c index 62ea5c90fe9..4745f1be42b 100644 --- a/lib/libc/sys/POSIX2x_Fork.c +++ b/lib/libc/sys/POSIX2x_Fork.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c index ff73a6a16fb..d3752705258 100644 --- a/lib/libc/sys/__error.c +++ b/lib/libc/sys/__error.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "libc_private.h" extern int errno; diff --git a/lib/libc/sys/__vdso_gettimeofday.c b/lib/libc/sys/__vdso_gettimeofday.c index 0bf9f0782d1..f256849562d 100644 --- a/lib/libc/sys/__vdso_gettimeofday.c +++ b/lib/libc/sys/__vdso_gettimeofday.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/accept.c b/lib/libc/sys/accept.c index 10007ec61a6..417fb344a91 100644 --- a/lib/libc/sys/accept.c +++ b/lib/libc/sys/accept.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/accept4.c b/lib/libc/sys/accept4.c index 0440c79a034..56cc06efdfe 100644 --- a/lib/libc/sys/accept4.c +++ b/lib/libc/sys/accept4.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/aio_suspend.c b/lib/libc/sys/aio_suspend.c index 35a050e1fd0..fc9a0d906c9 100644 --- a/lib/libc/sys/aio_suspend.c +++ b/lib/libc/sys/aio_suspend.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/brk.c b/lib/libc/sys/brk.c index 66e04656a8f..51bbcbdfcae 100644 --- a/lib/libc/sys/brk.c +++ b/lib/libc/sys/brk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/clock_gettime.c b/lib/libc/sys/clock_gettime.c index b2a41445524..7894dbf4ef5 100644 --- a/lib/libc/sys/clock_gettime.c +++ b/lib/libc/sys/clock_gettime.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/clock_nanosleep.c b/lib/libc/sys/clock_nanosleep.c index e6afea80994..9989f1a995f 100644 --- a/lib/libc/sys/clock_nanosleep.c +++ b/lib/libc/sys/clock_nanosleep.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/close.c b/lib/libc/sys/close.c index fa1a6f01f0a..0fb319b7710 100644 --- a/lib/libc/sys/close.c +++ b/lib/libc/sys/close.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/closefrom.c b/lib/libc/sys/closefrom.c index 56982bba5b8..2eb8536e696 100644 --- a/lib/libc/sys/closefrom.c +++ b/lib/libc/sys/closefrom.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/connect.c b/lib/libc/sys/connect.c index d2863857ac8..10277dfadc6 100644 --- a/lib/libc/sys/connect.c +++ b/lib/libc/sys/connect.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/fcntl.c b/lib/libc/sys/fcntl.c index 340721f6a5c..ff231981d07 100644 --- a/lib/libc/sys/fcntl.c +++ b/lib/libc/sys/fcntl.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/fdatasync.c b/lib/libc/sys/fdatasync.c index 504f39a14df..b56d5aa533d 100644 --- a/lib/libc/sys/fdatasync.c +++ b/lib/libc/sys/fdatasync.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/fork.c b/lib/libc/sys/fork.c index 04ff1edd485..c45e5c93f22 100644 --- a/lib/libc/sys/fork.c +++ b/lib/libc/sys/fork.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/fstat.c b/lib/libc/sys/fstat.c index d31b1f54bb1..4efeecfd097 100644 --- a/lib/libc/sys/fstat.c +++ b/lib/libc/sys/fstat.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/fstatat.c b/lib/libc/sys/fstatat.c index 104f22ee16b..d83647f98da 100644 --- a/lib/libc/sys/fstatat.c +++ b/lib/libc/sys/fstatat.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/fstatfs.c b/lib/libc/sys/fstatfs.c index 836127842c4..517ba2a420b 100644 --- a/lib/libc/sys/fstatfs.c +++ b/lib/libc/sys/fstatfs.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/fsync.c b/lib/libc/sys/fsync.c index 2e2d10e91df..ae9554f468f 100644 --- a/lib/libc/sys/fsync.c +++ b/lib/libc/sys/fsync.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/getdents.c b/lib/libc/sys/getdents.c index 480fbf265fb..b34b7003a72 100644 --- a/lib/libc/sys/getdents.c +++ b/lib/libc/sys/getdents.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/getdirentries.c b/lib/libc/sys/getdirentries.c index 5a94c6096d5..92f43e74cab 100644 --- a/lib/libc/sys/getdirentries.c +++ b/lib/libc/sys/getdirentries.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_FREEBSD11_DIRENT #include "namespace.h" diff --git a/lib/libc/sys/getfsstat.c b/lib/libc/sys/getfsstat.c index edbfaa989b5..60cd433c9d4 100644 --- a/lib/libc/sys/getfsstat.c +++ b/lib/libc/sys/getfsstat.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "compat-ino64.h" diff --git a/lib/libc/sys/gettimeofday.c b/lib/libc/sys/gettimeofday.c index d955aaa907e..8a09098d0ef 100644 --- a/lib/libc/sys/gettimeofday.c +++ b/lib/libc/sys/gettimeofday.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c index adbfe9daa05..d5517a83b14 100644 --- a/lib/libc/sys/interposing_table.c +++ b/lib/libc/sys/interposing_table.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libc_private.h" diff --git a/lib/libc/sys/kevent.c b/lib/libc/sys/kevent.c index b3bf2b6f659..ef2440721bb 100644 --- a/lib/libc/sys/kevent.c +++ b/lib/libc/sys/kevent.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/lstat.c b/lib/libc/sys/lstat.c index 4b7e0b1bf2b..c9c3351e79f 100644 --- a/lib/libc/sys/lstat.c +++ b/lib/libc/sys/lstat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/mknod.c b/lib/libc/sys/mknod.c index 3bb3853b584..8e8fa9faaeb 100644 --- a/lib/libc/sys/mknod.c +++ b/lib/libc/sys/mknod.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/msync.c b/lib/libc/sys/msync.c index e7a1a4a9629..96b0e778d11 100644 --- a/lib/libc/sys/msync.c +++ b/lib/libc/sys/msync.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/nanosleep.c b/lib/libc/sys/nanosleep.c index 89cbd5e06e3..076ee33e44e 100644 --- a/lib/libc/sys/nanosleep.c +++ b/lib/libc/sys/nanosleep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/open.c b/lib/libc/sys/open.c index 740d1da5359..020134d5693 100644 --- a/lib/libc/sys/open.c +++ b/lib/libc/sys/open.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/openat.c b/lib/libc/sys/openat.c index 62188fbc3e4..9edf7d493bf 100644 --- a/lib/libc/sys/openat.c +++ b/lib/libc/sys/openat.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/pdfork.c b/lib/libc/sys/pdfork.c index f58d36736d7..14867a2f20a 100644 --- a/lib/libc/sys/pdfork.c +++ b/lib/libc/sys/pdfork.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/poll.c b/lib/libc/sys/poll.c index 5b48e4b1bca..f03320dc931 100644 --- a/lib/libc/sys/poll.c +++ b/lib/libc/sys/poll.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/ppoll.c b/lib/libc/sys/ppoll.c index 4f346fb19b3..8f886b8c510 100644 --- a/lib/libc/sys/ppoll.c +++ b/lib/libc/sys/ppoll.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/pselect.c b/lib/libc/sys/pselect.c index 0839f48dfd3..2ea717ef1d6 100644 --- a/lib/libc/sys/pselect.c +++ b/lib/libc/sys/pselect.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/ptrace.c b/lib/libc/sys/ptrace.c index 69160762c6c..55ad50e025a 100644 --- a/lib/libc/sys/ptrace.c +++ b/lib/libc/sys/ptrace.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/read.c b/lib/libc/sys/read.c index fd9ee37bf1e..abc37431194 100644 --- a/lib/libc/sys/read.c +++ b/lib/libc/sys/read.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/readv.c b/lib/libc/sys/readv.c index b02274cb00a..21bfc25c5d8 100644 --- a/lib/libc/sys/readv.c +++ b/lib/libc/sys/readv.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/recvfrom.c b/lib/libc/sys/recvfrom.c index c7b815a53d8..5f5f9564093 100644 --- a/lib/libc/sys/recvfrom.c +++ b/lib/libc/sys/recvfrom.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/recvmsg.c b/lib/libc/sys/recvmsg.c index afb15fa673e..44b38aeab2d 100644 --- a/lib/libc/sys/recvmsg.c +++ b/lib/libc/sys/recvmsg.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/select.c b/lib/libc/sys/select.c index e607921da72..a43e04bd500 100644 --- a/lib/libc/sys/select.c +++ b/lib/libc/sys/select.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sendmsg.c b/lib/libc/sys/sendmsg.c index 8b1505a796a..f78fbaa258a 100644 --- a/lib/libc/sys/sendmsg.c +++ b/lib/libc/sys/sendmsg.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/sendto.c b/lib/libc/sys/sendto.c index d3914c7472a..d27d8638e75 100644 --- a/lib/libc/sys/sendto.c +++ b/lib/libc/sys/sendto.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/setcontext.c b/lib/libc/sys/setcontext.c index 2b1d5aba0e6..ffdd7ebbf89 100644 --- a/lib/libc/sys/setcontext.c +++ b/lib/libc/sys/setcontext.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/shm_open.c b/lib/libc/sys/shm_open.c index 16dfb051b77..200103442d0 100644 --- a/lib/libc/sys/shm_open.c +++ b/lib/libc/sys/shm_open.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/sigaction.c b/lib/libc/sys/sigaction.c index e050832f470..7352f0a8498 100644 --- a/lib/libc/sys/sigaction.c +++ b/lib/libc/sys/sigaction.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sigprocmask.c b/lib/libc/sys/sigprocmask.c index 76ecd9fd98a..c807d42fb2d 100644 --- a/lib/libc/sys/sigprocmask.c +++ b/lib/libc/sys/sigprocmask.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sigsuspend.c b/lib/libc/sys/sigsuspend.c index 5b20b743114..46d5dc0edf4 100644 --- a/lib/libc/sys/sigsuspend.c +++ b/lib/libc/sys/sigsuspend.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sigtimedwait.c b/lib/libc/sys/sigtimedwait.c index 5c81927a526..898f723987e 100644 --- a/lib/libc/sys/sigtimedwait.c +++ b/lib/libc/sys/sigtimedwait.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sigwait.c b/lib/libc/sys/sigwait.c index 76bd9f1ae40..2e1551b972c 100644 --- a/lib/libc/sys/sigwait.c +++ b/lib/libc/sys/sigwait.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/sigwaitinfo.c b/lib/libc/sys/sigwaitinfo.c index 6849a1d7c1b..4caa52f3398 100644 --- a/lib/libc/sys/sigwaitinfo.c +++ b/lib/libc/sys/sigwaitinfo.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/stat.c b/lib/libc/sys/stat.c index f4f0289b2bd..dc9ef16c79e 100644 --- a/lib/libc/sys/stat.c +++ b/lib/libc/sys/stat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/statfs.c b/lib/libc/sys/statfs.c index f7d4d7752c4..b8ac38b131c 100644 --- a/lib/libc/sys/statfs.c +++ b/lib/libc/sys/statfs.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/sys/swapcontext.c b/lib/libc/sys/swapcontext.c index 0a8125eeabb..1427468e50d 100644 --- a/lib/libc/sys/swapcontext.c +++ b/lib/libc/sys/swapcontext.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/trivial-vdso_tc.c b/lib/libc/sys/trivial-vdso_tc.c index ce0c1444f31..0a9d9fa4617 100644 --- a/lib/libc/sys/trivial-vdso_tc.c +++ b/lib/libc/sys/trivial-vdso_tc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/wait4.c b/lib/libc/sys/wait4.c index 0b14c363ed3..9efabec529d 100644 --- a/lib/libc/sys/wait4.c +++ b/lib/libc/sys/wait4.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libc_private.h" diff --git a/lib/libc/sys/wait6.c b/lib/libc/sys/wait6.c index af6a1b219a5..1bba04200e6 100644 --- a/lib/libc/sys/wait6.c +++ b/lib/libc/sys/wait6.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/write.c b/lib/libc/sys/write.c index d38f7dfa929..461975cd72f 100644 --- a/lib/libc/sys/write.c +++ b/lib/libc/sys/write.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/sys/writev.c b/lib/libc/sys/writev.c index 0ea5576b5b0..4d91d4dec95 100644 --- a/lib/libc/sys/writev.c +++ b/lib/libc/sys/writev.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/arc4random_test.c b/lib/libc/tests/gen/arc4random_test.c index a28db303e88..c3ec207077d 100644 --- a/lib/libc/tests/gen/arc4random_test.c +++ b/lib/libc/tests/gen/arc4random_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/dir2_test.c b/lib/libc/tests/gen/dir2_test.c index 3322a5e5086..5c9604856f1 100644 --- a/lib/libc/tests/gen/dir2_test.c +++ b/lib/libc/tests/gen/dir2_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/dlopen_empty_test.c b/lib/libc/tests/gen/dlopen_empty_test.c index 42f9269a10b..1b48fd9d8d3 100644 --- a/lib/libc/tests/gen/dlopen_empty_test.c +++ b/lib/libc/tests/gen/dlopen_empty_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/fmtcheck_test.c b/lib/libc/tests/gen/fmtcheck_test.c index 3e180c9ca2e..0df30cee96f 100644 --- a/lib/libc/tests/gen/fmtcheck_test.c +++ b/lib/libc/tests/gen/fmtcheck_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/fmtmsg_test.c b/lib/libc/tests/gen/fmtmsg_test.c index aa3ca19425f..7ab6a335c8e 100644 --- a/lib/libc/tests/gen/fmtmsg_test.c +++ b/lib/libc/tests/gen/fmtmsg_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/fnmatch_test.c b/lib/libc/tests/gen/fnmatch_test.c index 8d9ead2eff9..abb7308f021 100644 --- a/lib/libc/tests/gen/fnmatch_test.c +++ b/lib/libc/tests/gen/fnmatch_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/fnmatch_testcases.h b/lib/libc/tests/gen/fnmatch_testcases.h index 996e13c7756..d205605826c 100644 --- a/lib/libc/tests/gen/fnmatch_testcases.h +++ b/lib/libc/tests/gen/fnmatch_testcases.h @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include struct testcase { diff --git a/lib/libc/tests/gen/ftw_test.c b/lib/libc/tests/gen/ftw_test.c index b120f01ff4f..d6fe56f6499 100644 --- a/lib/libc/tests/gen/ftw_test.c +++ b/lib/libc/tests/gen/ftw_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/getentropy_test.c b/lib/libc/tests/gen/getentropy_test.c index 90954cc092a..a79ef0628f9 100644 --- a/lib/libc/tests/gen/getentropy_test.c +++ b/lib/libc/tests/gen/getentropy_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/getmntinfo_test.c b/lib/libc/tests/gen/getmntinfo_test.c index 183fa84ed0e..2284a614655 100644 --- a/lib/libc/tests/gen/getmntinfo_test.c +++ b/lib/libc/tests/gen/getmntinfo_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/glob2_test.c b/lib/libc/tests/gen/glob2_test.c index dfcce0eed3d..c18e03cc102 100644 --- a/lib/libc/tests/gen/glob2_test.c +++ b/lib/libc/tests/gen/glob2_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/makecontext_test.c b/lib/libc/tests/gen/makecontext_test.c index 16bf4bbe10e..7c5c5c48ede 100644 --- a/lib/libc/tests/gen/makecontext_test.c +++ b/lib/libc/tests/gen/makecontext_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/gen/popen_test.c b/lib/libc/tests/gen/popen_test.c index 5c615b7146e..89be6d257c3 100644 --- a/lib/libc/tests/gen/popen_test.c +++ b/lib/libc/tests/gen/popen_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/posix_spawn_test.c b/lib/libc/tests/gen/posix_spawn_test.c index 46259cbf8cd..dc138181309 100644 --- a/lib/libc/tests/gen/posix_spawn_test.c +++ b/lib/libc/tests/gen/posix_spawn_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/realpath2_test.c b/lib/libc/tests/gen/realpath2_test.c index 82ad7f87069..e3bd8344894 100644 --- a/lib/libc/tests/gen/realpath2_test.c +++ b/lib/libc/tests/gen/realpath2_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/sigsetops_test.c b/lib/libc/tests/gen/sigsetops_test.c index e4aa53e9b1c..498d34bb23a 100644 --- a/lib/libc/tests/gen/sigsetops_test.c +++ b/lib/libc/tests/gen/sigsetops_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/test-fnmatch.c b/lib/libc/tests/gen/test-fnmatch.c index 7771ab37f0a..e7c63b32943 100644 --- a/lib/libc/tests/gen/test-fnmatch.c +++ b/lib/libc/tests/gen/test-fnmatch.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/gen/wordexp_test.c b/lib/libc/tests/gen/wordexp_test.c index 3ccc67774c7..ea8dc3d3782 100644 --- a/lib/libc/tests/gen/wordexp_test.c +++ b/lib/libc/tests/gen/wordexp_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/iconv/iconvctl_test.c b/lib/libc/tests/iconv/iconvctl_test.c index 993629e6b4b..06c882a6eee 100644 --- a/lib/libc/tests/iconv/iconvctl_test.c +++ b/lib/libc/tests/iconv/iconvctl_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/locale/btowc_test.c b/lib/libc/tests/locale/btowc_test.c index 01a1133e89d..85be466eac7 100644 --- a/lib/libc/tests/locale/btowc_test.c +++ b/lib/libc/tests/locale/btowc_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/c16rtomb_test.c b/lib/libc/tests/locale/c16rtomb_test.c index 7356e69f82f..85c7c358496 100644 --- a/lib/libc/tests/locale/c16rtomb_test.c +++ b/lib/libc/tests/locale/c16rtomb_test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/iswctype_test.c b/lib/libc/tests/locale/iswctype_test.c index 14e57b4e29a..1780ade0bd4 100644 --- a/lib/libc/tests/locale/iswctype_test.c +++ b/lib/libc/tests/locale/iswctype_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mblen_test.c b/lib/libc/tests/locale/mblen_test.c index fbb938d3e5a..91d01958e79 100644 --- a/lib/libc/tests/locale/mblen_test.c +++ b/lib/libc/tests/locale/mblen_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbrlen_test.c b/lib/libc/tests/locale/mbrlen_test.c index c2bc5483215..33fa156bd2f 100644 --- a/lib/libc/tests/locale/mbrlen_test.c +++ b/lib/libc/tests/locale/mbrlen_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbrtoc16_test.c b/lib/libc/tests/locale/mbrtoc16_test.c index a6289e1004c..09e0379ca02 100644 --- a/lib/libc/tests/locale/mbrtoc16_test.c +++ b/lib/libc/tests/locale/mbrtoc16_test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbrtowc_test.c b/lib/libc/tests/locale/mbrtowc_test.c index 37e0bfd6fba..a7b7f9ae08a 100644 --- a/lib/libc/tests/locale/mbrtowc_test.c +++ b/lib/libc/tests/locale/mbrtowc_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbsnrtowcs_test.c b/lib/libc/tests/locale/mbsnrtowcs_test.c index 4012b7e9972..3295379eee0 100644 --- a/lib/libc/tests/locale/mbsnrtowcs_test.c +++ b/lib/libc/tests/locale/mbsnrtowcs_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbsrtowcs_test.c b/lib/libc/tests/locale/mbsrtowcs_test.c index 1b9d5c933af..8c67023b134 100644 --- a/lib/libc/tests/locale/mbsrtowcs_test.c +++ b/lib/libc/tests/locale/mbsrtowcs_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbstowcs_test.c b/lib/libc/tests/locale/mbstowcs_test.c index 77b0e9e52f3..ad5ac183ba5 100644 --- a/lib/libc/tests/locale/mbstowcs_test.c +++ b/lib/libc/tests/locale/mbstowcs_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/mbtowc_test.c b/lib/libc/tests/locale/mbtowc_test.c index 7c7f80eb5cc..2a58b60df90 100644 --- a/lib/libc/tests/locale/mbtowc_test.c +++ b/lib/libc/tests/locale/mbtowc_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/towctrans_test.c b/lib/libc/tests/locale/towctrans_test.c index bb9d97ca2e5..734c7557252 100644 --- a/lib/libc/tests/locale/towctrans_test.c +++ b/lib/libc/tests/locale/towctrans_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/wcrtomb_test.c b/lib/libc/tests/locale/wcrtomb_test.c index 09199ba97c9..58713faf625 100644 --- a/lib/libc/tests/locale/wcrtomb_test.c +++ b/lib/libc/tests/locale/wcrtomb_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/wcsnrtombs_test.c b/lib/libc/tests/locale/wcsnrtombs_test.c index 2e330a10ad8..d6b8be0dbdb 100644 --- a/lib/libc/tests/locale/wcsnrtombs_test.c +++ b/lib/libc/tests/locale/wcsnrtombs_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/wcsrtombs_test.c b/lib/libc/tests/locale/wcsrtombs_test.c index 4c3455a8776..10f4a4d46e1 100644 --- a/lib/libc/tests/locale/wcsrtombs_test.c +++ b/lib/libc/tests/locale/wcsrtombs_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/wcstombs_test.c b/lib/libc/tests/locale/wcstombs_test.c index f3fcd81001f..90f893b2fb3 100644 --- a/lib/libc/tests/locale/wcstombs_test.c +++ b/lib/libc/tests/locale/wcstombs_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/locale/wctomb_test.c b/lib/libc/tests/locale/wctomb_test.c index 255cda432d7..a1f19a44be4 100644 --- a/lib/libc/tests/locale/wctomb_test.c +++ b/lib/libc/tests/locale/wctomb_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getaddrinfo_test.c b/lib/libc/tests/nss/getaddrinfo_test.c index aeac0411051..b7c4eec9977 100644 --- a/lib/libc/tests/nss/getaddrinfo_test.c +++ b/lib/libc/tests/nss/getaddrinfo_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getgr_test.c b/lib/libc/tests/nss/getgr_test.c index 63dfea08509..28c5e2e9802 100644 --- a/lib/libc/tests/nss/getgr_test.c +++ b/lib/libc/tests/nss/getgr_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/gethostby_test.c b/lib/libc/tests/nss/gethostby_test.c index 39dbb9d9d55..e13ffce15da 100644 --- a/lib/libc/tests/nss/gethostby_test.c +++ b/lib/libc/tests/nss/gethostby_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getproto_test.c b/lib/libc/tests/nss/getproto_test.c index 8de4ee60fda..18a8f8b667a 100644 --- a/lib/libc/tests/nss/getproto_test.c +++ b/lib/libc/tests/nss/getproto_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getpw_test.c b/lib/libc/tests/nss/getpw_test.c index 1d9ae6c1a5d..7525cd28b96 100644 --- a/lib/libc/tests/nss/getpw_test.c +++ b/lib/libc/tests/nss/getpw_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getrpc_test.c b/lib/libc/tests/nss/getrpc_test.c index 9be2349f2f9..5b7098962cf 100644 --- a/lib/libc/tests/nss/getrpc_test.c +++ b/lib/libc/tests/nss/getrpc_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getserv_test.c b/lib/libc/tests/nss/getserv_test.c index 56dc6611f1b..d74feb113a6 100644 --- a/lib/libc/tests/nss/getserv_test.c +++ b/lib/libc/tests/nss/getserv_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/nss/getusershell_test.c b/lib/libc/tests/nss/getusershell_test.c index e5c4b675526..e130f36351f 100644 --- a/lib/libc/tests/nss/getusershell_test.c +++ b/lib/libc/tests/nss/getusershell_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/fdopen_test.c b/lib/libc/tests/stdio/fdopen_test.c index 060635af498..211e16279a3 100644 --- a/lib/libc/tests/stdio/fdopen_test.c +++ b/lib/libc/tests/stdio/fdopen_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/fmemopen2_test.c b/lib/libc/tests/stdio/fmemopen2_test.c index a2ca3257fe4..d68150d1959 100644 --- a/lib/libc/tests/stdio/fmemopen2_test.c +++ b/lib/libc/tests/stdio/fmemopen2_test.c @@ -29,8 +29,6 @@ SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/fopen_test.c b/lib/libc/tests/stdio/fopen_test.c index 962e7fdb1a3..fdc460716ff 100644 --- a/lib/libc/tests/stdio/fopen_test.c +++ b/lib/libc/tests/stdio/fopen_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/freopen_test.c b/lib/libc/tests/stdio/freopen_test.c index 8ca4719e860..7318a95df08 100644 --- a/lib/libc/tests/stdio/freopen_test.c +++ b/lib/libc/tests/stdio/freopen_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/getdelim_test.c b/lib/libc/tests/stdio/getdelim_test.c index 7b20b02a36f..8cb1763d9e0 100644 --- a/lib/libc/tests/stdio/getdelim_test.c +++ b/lib/libc/tests/stdio/getdelim_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/gets_s_test.c b/lib/libc/tests/stdio/gets_s_test.c index 7d02990f82d..c6eda57c03e 100644 --- a/lib/libc/tests/stdio/gets_s_test.c +++ b/lib/libc/tests/stdio/gets_s_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/mkostemp_test.c b/lib/libc/tests/stdio/mkostemp_test.c index 0dd475b4ec6..1e3f6dc0376 100644 --- a/lib/libc/tests/stdio/mkostemp_test.c +++ b/lib/libc/tests/stdio/mkostemp_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdio/open_memstream2_test.c b/lib/libc/tests/stdio/open_memstream2_test.c index 21ea64c7c66..513192965c9 100644 --- a/lib/libc/tests/stdio/open_memstream2_test.c +++ b/lib/libc/tests/stdio/open_memstream2_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/open_wmemstream_test.c b/lib/libc/tests/stdio/open_wmemstream_test.c index 324bcf3d348..cbe7e477673 100644 --- a/lib/libc/tests/stdio/open_wmemstream_test.c +++ b/lib/libc/tests/stdio/open_wmemstream_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/perror_test.c b/lib/libc/tests/stdio/perror_test.c index 989f1ff6ea5..e6d2c0c130a 100644 --- a/lib/libc/tests/stdio/perror_test.c +++ b/lib/libc/tests/stdio/perror_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/print_positional_test.c b/lib/libc/tests/stdio/print_positional_test.c index 9c9ec314d62..ba5a7b13135 100644 --- a/lib/libc/tests/stdio/print_positional_test.c +++ b/lib/libc/tests/stdio/print_positional_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/printbasic_test.c b/lib/libc/tests/stdio/printbasic_test.c index 322e7477da2..5f47979c0ff 100644 --- a/lib/libc/tests/stdio/printbasic_test.c +++ b/lib/libc/tests/stdio/printbasic_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/printfloat_test.c b/lib/libc/tests/stdio/printfloat_test.c index 736ba1b493e..aeb4ed43b77 100644 --- a/lib/libc/tests/stdio/printfloat_test.c +++ b/lib/libc/tests/stdio/printfloat_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdio/scanfloat_test.c b/lib/libc/tests/stdio/scanfloat_test.c index 7e27e69542e..473565b2574 100644 --- a/lib/libc/tests/stdio/scanfloat_test.c +++ b/lib/libc/tests/stdio/scanfloat_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/clearenv_test.c b/lib/libc/tests/stdlib/clearenv_test.c index efe4b676cd4..369d64b2e3b 100644 --- a/lib/libc/tests/stdlib/clearenv_test.c +++ b/lib/libc/tests/stdlib/clearenv_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc b/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc index 3ac360279e8..8f9c6348e0b 100644 --- a/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc +++ b/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc b/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc index ded91c943c8..d2e1369c91d 100644 --- a/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc +++ b/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c b/lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c index c19a1a54a8b..21c9e19d446 100644 --- a/lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c +++ b/lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/dynthr_test.c b/lib/libc/tests/stdlib/dynthr_test.c index d72ee280ccb..7c22499c756 100644 --- a/lib/libc/tests/stdlib/dynthr_test.c +++ b/lib/libc/tests/stdlib/dynthr_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/heapsort_test.c b/lib/libc/tests/stdlib/heapsort_test.c index a83786d1cc5..875326354e0 100644 --- a/lib/libc/tests/stdlib/heapsort_test.c +++ b/lib/libc/tests/stdlib/heapsort_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/mergesort_test.c b/lib/libc/tests/stdlib/mergesort_test.c index 4334b924f6b..e57def84e3a 100644 --- a/lib/libc/tests/stdlib/mergesort_test.c +++ b/lib/libc/tests/stdlib/mergesort_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/qsort_r_compat_test.c b/lib/libc/tests/stdlib/qsort_r_compat_test.c index 84fd1b116b8..d2734c8678d 100644 --- a/lib/libc/tests/stdlib/qsort_r_compat_test.c +++ b/lib/libc/tests/stdlib/qsort_r_compat_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdlib/qsort_r_test.c b/lib/libc/tests/stdlib/qsort_r_test.c index c55563eaea8..962a3792beb 100644 --- a/lib/libc/tests/stdlib/qsort_r_test.c +++ b/lib/libc/tests/stdlib/qsort_r_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdlib/qsort_s_test.c b/lib/libc/tests/stdlib/qsort_s_test.c index e3ed7ae3b20..9682d447edb 100644 --- a/lib/libc/tests/stdlib/qsort_s_test.c +++ b/lib/libc/tests/stdlib/qsort_s_test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/qsort_test.c b/lib/libc/tests/stdlib/qsort_test.c index 14e02925dfa..1a0587a94ad 100644 --- a/lib/libc/tests/stdlib/qsort_test.c +++ b/lib/libc/tests/stdlib/qsort_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/stdlib/set_constraint_handler_s_test.c b/lib/libc/tests/stdlib/set_constraint_handler_s_test.c index 6a33c98c927..b718b4fc11f 100644 --- a/lib/libc/tests/stdlib/set_constraint_handler_s_test.c +++ b/lib/libc/tests/stdlib/set_constraint_handler_s_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdlib/strfmon_test.c b/lib/libc/tests/stdlib/strfmon_test.c index 224b3f44911..f092c071724 100644 --- a/lib/libc/tests/stdlib/strfmon_test.c +++ b/lib/libc/tests/stdlib/strfmon_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/stdlib/tsearch_test.c b/lib/libc/tests/stdlib/tsearch_test.c index ee25743f10b..6dc53b3f6f8 100644 --- a/lib/libc/tests/stdlib/tsearch_test.c +++ b/lib/libc/tests/stdlib/tsearch_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _SEARCH_PRIVATE #include diff --git a/lib/libc/tests/string/memcmp_test.c b/lib/libc/tests/string/memcmp_test.c index d7fbd8c342b..ab782c92f25 100644 --- a/lib/libc/tests/string/memcmp_test.c +++ b/lib/libc/tests/string/memcmp_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/memset_s_test.c b/lib/libc/tests/string/memset_s_test.c index e0cfd867ff2..90a6958cb36 100644 --- a/lib/libc/tests/string/memset_s_test.c +++ b/lib/libc/tests/string/memset_s_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/stpncpy_test.c b/lib/libc/tests/string/stpncpy_test.c index 618fa7d0a2c..6602bda0c2a 100644 --- a/lib/libc/tests/string/stpncpy_test.c +++ b/lib/libc/tests/string/stpncpy_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/strxfrm_test.c b/lib/libc/tests/string/strxfrm_test.c index 98f3b3bddee..3c2ab58cb72 100644 --- a/lib/libc/tests/string/strxfrm_test.c +++ b/lib/libc/tests/string/strxfrm_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/wcscasecmp_test.c b/lib/libc/tests/string/wcscasecmp_test.c index 4385f3a8f0d..5927345e7f4 100644 --- a/lib/libc/tests/string/wcscasecmp_test.c +++ b/lib/libc/tests/string/wcscasecmp_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/wcscoll_test.c b/lib/libc/tests/string/wcscoll_test.c index 022ad8e9829..d64e03f0605 100644 --- a/lib/libc/tests/string/wcscoll_test.c +++ b/lib/libc/tests/string/wcscoll_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/string/wcsnlen_test.c b/lib/libc/tests/string/wcsnlen_test.c index 7bcd046de5a..56a2ef1e362 100644 --- a/lib/libc/tests/string/wcsnlen_test.c +++ b/lib/libc/tests/string/wcsnlen_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/sys/brk_test.c b/lib/libc/tests/sys/brk_test.c index 6b8796b89b0..38093b4cbd2 100644 --- a/lib/libc/tests/sys/brk_test.c +++ b/lib/libc/tests/sys/brk_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/sys/mlock_helper.c b/lib/libc/tests/sys/mlock_helper.c index a483207aa5d..31471b2b281 100644 --- a/lib/libc/tests/sys/mlock_helper.c +++ b/lib/libc/tests/sys/mlock_helper.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/tests/sys/queue_test.c b/lib/libc/tests/sys/queue_test.c index 2405e3a69f5..8db5b5cae7b 100644 --- a/lib/libc/tests/sys/queue_test.c +++ b/lib/libc/tests/sys/queue_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/tests/sys/sendfile_test.c b/lib/libc/tests/sys/sendfile_test.c index c8df110c2a9..cfa885d1e8e 100644 --- a/lib/libc/tests/sys/sendfile_test.c +++ b/lib/libc/tests/sys/sendfile_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/uuid/uuid_stream.c b/lib/libc/uuid/uuid_stream.c index e8a8e5afc67..996b74de325 100644 --- a/lib/libc/uuid/uuid_stream.c +++ b/lib/libc/uuid/uuid_stream.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libc/x86/gen/getcontextx.c b/lib/libc/x86/gen/getcontextx.c index e0190ca982d..d50180a8ac6 100644 --- a/lib/libc/x86/gen/getcontextx.c +++ b/lib/libc/x86/gen/getcontextx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/x86/sys/__vdso_gettc.c b/lib/libc/x86/sys/__vdso_gettc.c index 7159d46c011..11632677e57 100644 --- a/lib/libc/x86/sys/__vdso_gettc.c +++ b/lib/libc/x86/sys/__vdso_gettc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libc/x86/sys/pkru.c b/lib/libc/x86/sys/pkru.c index a5fc16ca4a4..a03becb3e10 100644 --- a/lib/libc/x86/sys/pkru.c +++ b/lib/libc/x86/sys/pkru.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 48b4cdbecd0..6d44a012443 100644 --- a/lib/libc/xdr/xdr.c +++ b/lib/libc/xdr/xdr.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr.c 1.35 87/08/12"; static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr.c, Generic XDR routines implementation. * diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 591c8b816f7..6e910557c70 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_array.c, Generic XDR routines implementation. * diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index d77a2e666d0..4366a04586a 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_float.c, Generic XDR routines implementation. * diff --git a/lib/libc/xdr/xdr_mem.c b/lib/libc/xdr/xdr_mem.c index 423b647e4be..b08606e54fa 100644 --- a/lib/libc/xdr/xdr_mem.c +++ b/lib/libc/xdr/xdr_mem.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_mem.h, XDR implementation using memory buffers. * diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index 30980c378f5..cd99eecf610 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_rec.c, Implements TCP/IP based XDR streams with a "record marking" * layer above tcp (for rpc's use). diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index d18670f28ea..321aa1d9f6a 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_reference.c 1.11 87/08/11 SMI"; static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_reference.c, Generic XDR routines implementation. * diff --git a/lib/libc/xdr/xdr_sizeof.c b/lib/libc/xdr/xdr_sizeof.c index 71a6f4e8279..b0889c233c1 100644 --- a/lib/libc/xdr/xdr_sizeof.c +++ b/lib/libc/xdr/xdr_sizeof.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libc/xdr/xdr_stdio.c b/lib/libc/xdr/xdr_stdio.c index 0d179f9802f..26335372d54 100644 --- a/lib/libc/xdr/xdr_stdio.c +++ b/lib/libc/xdr/xdr_stdio.c @@ -38,8 +38,6 @@ static char *sccsid2 = "@(#)xdr_stdio.c 1.16 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_stdio.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_stdio.c, XDR implementation on standard i/o file. * diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index da996276aaf..ebd76cb4805 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index c6a30bee1d7..cddaaa697ab 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include "reentrant.h" #include diff --git a/lib/libcalendar/calendar.c b/lib/libcalendar/calendar.c index ec8ab040526..5f65223cdfd 100644 --- a/lib/libcalendar/calendar.c +++ b/lib/libcalendar/calendar.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "calendar.h" #ifndef NULL diff --git a/lib/libcalendar/easter.c b/lib/libcalendar/easter.c index b6533c61de0..46a30ed8d3c 100644 --- a/lib/libcalendar/easter.c +++ b/lib/libcalendar/easter.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "calendar.h" typedef struct date date; diff --git a/lib/libcam/camlib.c b/lib/libcam/camlib.c index 63c347663c4..6074cdebeb6 100644 --- a/lib/libcam/camlib.c +++ b/lib/libcam/camlib.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcam/scsi_cmdparse.c b/lib/libcam/scsi_cmdparse.c index 7da553d1439..81c8708c8d6 100644 --- a/lib/libcam/scsi_cmdparse.c +++ b/lib/libcam/scsi_cmdparse.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcam/scsi_wrap.c b/lib/libcam/scsi_wrap.c index 069dfa7320b..e5bd76e6e9b 100644 --- a/lib/libcam/scsi_wrap.c +++ b/lib/libcam/scsi_wrap.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcam/tests/cam_test.c b/lib/libcam/tests/cam_test.c index 0c62f0fd603..6c9fda40d43 100644 --- a/lib/libcam/tests/cam_test.c +++ b/lib/libcam/tests/cam_test.c @@ -27,8 +27,6 @@ /* Tests functions in sys/cam/cam.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcam/tests/libcam_test.c b/lib/libcam/tests/libcam_test.c index 5fdfbf19937..912f62c42c6 100644 --- a/lib/libcam/tests/libcam_test.c +++ b/lib/libcam/tests/libcam_test.c @@ -26,8 +26,6 @@ /* Tests functions in lib/libcam/camlib.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/libcasper/libcasper.c b/lib/libcasper/libcasper/libcasper.c index 884c2ffe51f..095bbb9161e 100644 --- a/lib/libcasper/libcasper/libcasper.c +++ b/lib/libcasper/libcasper/libcasper.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/libcasper/libcasper_service.c b/lib/libcasper/libcasper/libcasper_service.c index c52c86c79e5..3468b520e27 100644 --- a/lib/libcasper/libcasper/libcasper_service.c +++ b/lib/libcasper/libcasper/libcasper_service.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/libcasper/service.c b/lib/libcasper/libcasper/service.c index a29732667ad..478221a681d 100644 --- a/lib/libcasper/libcasper/service.c +++ b/lib/libcasper/libcasper/service.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/libcasper/zygote.c b/lib/libcasper/libcasper/zygote.c index d51b276cd50..e0dcc665ee9 100644 --- a/lib/libcasper/libcasper/zygote.c +++ b/lib/libcasper/libcasper/zygote.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_dns/cap_dns.c b/lib/libcasper/services/cap_dns/cap_dns.c index 1f24cfd2667..8548715a697 100644 --- a/lib/libcasper/services/cap_dns/cap_dns.c +++ b/lib/libcasper/services/cap_dns/cap_dns.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_dns/tests/dns_test.c b/lib/libcasper/services/cap_dns/tests/dns_test.c index d9660fdb345..3786414053a 100644 --- a/lib/libcasper/services/cap_dns/tests/dns_test.c +++ b/lib/libcasper/services/cap_dns/tests/dns_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcasper/services/cap_fileargs/cap_fileargs.c b/lib/libcasper/services/cap_fileargs/cap_fileargs.c index 98fccd28277..859c862ef9e 100644 --- a/lib/libcasper/services/cap_fileargs/cap_fileargs.c +++ b/lib/libcasper/services/cap_fileargs/cap_fileargs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_fileargs/tests/fileargs_test.c b/lib/libcasper/services/cap_fileargs/tests/fileargs_test.c index a12afd73499..4df43f18373 100644 --- a/lib/libcasper/services/cap_fileargs/tests/fileargs_test.c +++ b/lib/libcasper/services/cap_fileargs/tests/fileargs_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_grp/cap_grp.c b/lib/libcasper/services/cap_grp/cap_grp.c index 491abbfed6b..6a5ad84fcd2 100644 --- a/lib/libcasper/services/cap_grp/cap_grp.c +++ b/lib/libcasper/services/cap_grp/cap_grp.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_grp/tests/grp_test.c b/lib/libcasper/services/cap_grp/tests/grp_test.c index dffd5b9d859..c120c61e0cf 100644 --- a/lib/libcasper/services/cap_grp/tests/grp_test.c +++ b/lib/libcasper/services/cap_grp/tests/grp_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcasper/services/cap_net/cap_net.c b/lib/libcasper/services/cap_net/cap_net.c index b62ac3a8c88..bbb2a666440 100644 --- a/lib/libcasper/services/cap_net/cap_net.c +++ b/lib/libcasper/services/cap_net/cap_net.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_net/tests/net_test.c b/lib/libcasper/services/cap_net/tests/net_test.c index e5a5e938a12..5522f92516e 100644 --- a/lib/libcasper/services/cap_net/tests/net_test.c +++ b/lib/libcasper/services/cap_net/tests/net_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_netdb/cap_netdb.c b/lib/libcasper/services/cap_netdb/cap_netdb.c index 1770f9bbaef..7f46f9b4ff4 100644 --- a/lib/libcasper/services/cap_netdb/cap_netdb.c +++ b/lib/libcasper/services/cap_netdb/cap_netdb.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_netdb/tests/netdb_test.c b/lib/libcasper/services/cap_netdb/tests/netdb_test.c index 28e7dd42b01..d4498e68ace 100644 --- a/lib/libcasper/services/cap_netdb/tests/netdb_test.c +++ b/lib/libcasper/services/cap_netdb/tests/netdb_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcasper/services/cap_pwd/cap_pwd.c b/lib/libcasper/services/cap_pwd/cap_pwd.c index 0bad653d4f9..263bc4cfd58 100644 --- a/lib/libcasper/services/cap_pwd/cap_pwd.c +++ b/lib/libcasper/services/cap_pwd/cap_pwd.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcasper/services/cap_pwd/tests/pwd_test.c b/lib/libcasper/services/cap_pwd/tests/pwd_test.c index 3c7c8bb057a..e56c037536e 100644 --- a/lib/libcasper/services/cap_pwd/tests/pwd_test.c +++ b/lib/libcasper/services/cap_pwd/tests/pwd_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcasper/services/cap_sysctl/cap_sysctl.c b/lib/libcasper/services/cap_sysctl/cap_sysctl.c index f743016a15b..7d7f280fd00 100644 --- a/lib/libcasper/services/cap_sysctl/cap_sysctl.c +++ b/lib/libcasper/services/cap_sysctl/cap_sysctl.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_sysctl/tests/sysctl_test.c b/lib/libcasper/services/cap_sysctl/tests/sysctl_test.c index 6a32679fc99..2e5ec83e1c8 100644 --- a/lib/libcasper/services/cap_sysctl/tests/sysctl_test.c +++ b/lib/libcasper/services/cap_sysctl/tests/sysctl_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcasper/services/cap_syslog/cap_syslog.c b/lib/libcasper/services/cap_syslog/cap_syslog.c index 2895cfcdd2f..5434b7bb6ba 100644 --- a/lib/libcasper/services/cap_syslog/cap_syslog.c +++ b/lib/libcasper/services/cap_syslog/cap_syslog.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 87860df00ab..5ea57bca40f 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libcompat/4.3/re_comp.c b/lib/libcompat/4.3/re_comp.c index 93fbc3c603a..dfbfb82f088 100644 --- a/lib/libcompat/4.3/re_comp.c +++ b/lib/libcompat/4.3/re_comp.c @@ -33,7 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)regex.c 5.1 (Berkeley) 3/29/92"); /* diff --git a/lib/libcompat/4.3/rexec.c b/lib/libcompat/4.3/rexec.c index 5a969039662..3dac5ff18da 100644 --- a/lib/libcompat/4.3/rexec.c +++ b/lib/libcompat/4.3/rexec.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)rexec.c 8.1 (Berkeley) 6/4/93"); #include diff --git a/lib/libcompat/4.4/cuserid.c b/lib/libcompat/4.4/cuserid.c index 0b993136f5c..a27b009878e 100644 --- a/lib/libcompat/4.4/cuserid.c +++ b/lib/libcompat/4.4/cuserid.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)cuserid.c 8.1 (Berkeley) 6/4/93"); #include diff --git a/lib/libcrypt/crypt-md5.c b/lib/libcrypt/crypt-md5.c index c691ff35fcb..3fb80c1ba54 100644 --- a/lib/libcrypt/crypt-md5.c +++ b/lib/libcrypt/crypt-md5.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcrypt/crypt-nthash.c b/lib/libcrypt/crypt-nthash.c index b66aa72e10b..28c832dd6f9 100644 --- a/lib/libcrypt/crypt-nthash.c +++ b/lib/libcrypt/crypt-nthash.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcrypt/crypt-sha256.c b/lib/libcrypt/crypt-sha256.c index df0785abaef..35c36bf93f3 100644 --- a/lib/libcrypt/crypt-sha256.c +++ b/lib/libcrypt/crypt-sha256.c @@ -30,8 +30,6 @@ * Ulrich Drepper . */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcrypt/crypt-sha512.c b/lib/libcrypt/crypt-sha512.c index 034c41cc148..640398afadc 100644 --- a/lib/libcrypt/crypt-sha512.c +++ b/lib/libcrypt/crypt-sha512.c @@ -30,8 +30,6 @@ * Ulrich Drepper . */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 0f912d146f9..b4d0743df6c 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libcrypt/misc.c b/lib/libcrypt/misc.c index a50c743796c..ce55f5234fa 100644 --- a/lib/libcrypt/misc.c +++ b/lib/libcrypt/misc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "crypt.h" diff --git a/lib/libcrypt/tests/crypt_tests.c b/lib/libcrypt/tests/crypt_tests.c index 426d10e271a..2ab0b65db83 100644 --- a/lib/libcrypt/tests/crypt_tests.c +++ b/lib/libcrypt/tests/crypt_tests.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libdevctl/devctl.c b/lib/libdevctl/devctl.c index 8a1f6bbc9d3..20483e08da6 100644 --- a/lib/libdevctl/devctl.c +++ b/lib/libdevctl/devctl.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libdevdctl/consumer.cc b/lib/libdevdctl/consumer.cc index a9949a6f269..2d5e7ebf549 100644 --- a/lib/libdevdctl/consumer.cc +++ b/lib/libdevdctl/consumer.cc @@ -57,9 +57,6 @@ #include "exception.h" #include "consumer.h" - -__FBSDID("$FreeBSD$"); - /*================================== Macros ==================================*/ #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) diff --git a/lib/libdevdctl/event.cc b/lib/libdevdctl/event.cc index 76ef1896975..648c7205b12 100644 --- a/lib/libdevdctl/event.cc +++ b/lib/libdevdctl/event.cc @@ -62,9 +62,6 @@ #include "event.h" #include "event_factory.h" #include "exception.h" - -__FBSDID("$FreeBSD$"); - /*================================== Macros ==================================*/ #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) diff --git a/lib/libdevdctl/event_factory.cc b/lib/libdevdctl/event_factory.cc index 3901fd5837b..d0431c9516f 100644 --- a/lib/libdevdctl/event_factory.cc +++ b/lib/libdevdctl/event_factory.cc @@ -43,9 +43,6 @@ #include "guid.h" #include "event.h" #include "event_factory.h" - -__FBSDID("$FreeBSD$"); - /*================================== Macros ==================================*/ #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) diff --git a/lib/libdevdctl/exception.cc b/lib/libdevdctl/exception.cc index 4dc8cf5cd21..5918fb3b3cd 100644 --- a/lib/libdevdctl/exception.cc +++ b/lib/libdevdctl/exception.cc @@ -43,9 +43,6 @@ #include #include "exception.h" - -__FBSDID("$FreeBSD$"); - /*============================ Namespace Control =============================*/ using std::string; using std::stringstream; diff --git a/lib/libdevdctl/guid.cc b/lib/libdevdctl/guid.cc index 722eaf73d16..decdc648239 100644 --- a/lib/libdevdctl/guid.cc +++ b/lib/libdevdctl/guid.cc @@ -45,8 +45,6 @@ #include #include "guid.h" - -__FBSDID("$FreeBSD$"); /*============================ Namespace Control =============================*/ using std::string; namespace DevdCtl diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c index daef8ad0d7b..115e7ea7660 100644 --- a/lib/libdevinfo/devinfo.c +++ b/lib/libdevinfo/devinfo.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * An interface to the FreeBSD kernel's bus/device information interface. * diff --git a/lib/libdevstat/devstat.c b/lib/libdevstat/devstat.c index 047a2a79204..7465613da4f 100644 --- a/lib/libdevstat/devstat.c +++ b/lib/libdevstat/devstat.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libdpv/dialog_util.c b/lib/libdpv/dialog_util.c index f4d24150b6e..149df8b5030 100644 --- a/lib/libdpv/dialog_util.c +++ b/lib/libdpv/dialog_util.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libdpv/dialogrc.c b/lib/libdpv/dialogrc.c index e199d415c53..fb4552e2db8 100644 --- a/lib/libdpv/dialogrc.c +++ b/lib/libdpv/dialogrc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libdpv/dprompt.c b/lib/libdpv/dprompt.c index b4fdd9959e0..b891d4c779f 100644 --- a/lib/libdpv/dprompt.c +++ b/lib/libdpv/dprompt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _BSD_SOURCE /* to get dprintf() prototype in stdio.h below */ diff --git a/lib/libdpv/dpv.c b/lib/libdpv/dpv.c index 8ac39b10f86..0c3ea68faf5 100644 --- a/lib/libdpv/dpv.c +++ b/lib/libdpv/dpv.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libdpv/status.c b/lib/libdpv/status.c index 4bf47735653..de2bdc45fdd 100644 --- a/lib/libdpv/status.c +++ b/lib/libdpv/status.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libdpv/util.c b/lib/libdpv/util.c index 5750f810c4a..4b2393b4582 100644 --- a/lib/libdpv/util.c +++ b/lib/libdpv/util.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libefivar/efivar-dp-format.c b/lib/libefivar/efivar-dp-format.c index 186f1cd5f10..d97603c41dc 100644 --- a/lib/libefivar/efivar-dp-format.c +++ b/lib/libefivar/efivar-dp-format.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libefivar/efivar-dp-parse.c b/lib/libefivar/efivar-dp-parse.c index b9a2a138d18..f68c9798fb2 100644 --- a/lib/libefivar/efivar-dp-parse.c +++ b/lib/libefivar/efivar-dp-parse.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libefivar/efivar-dp-xlate.c b/lib/libefivar/efivar-dp-xlate.c index 3d63868dace..6723cf707f5 100644 --- a/lib/libefivar/efivar-dp-xlate.c +++ b/lib/libefivar/efivar-dp-xlate.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libefivar/efivar.c b/lib/libefivar/efivar.c index 76b83d3bbdb..fdcffc5403d 100644 --- a/lib/libefivar/efivar.c +++ b/lib/libefivar/efivar.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libefivar/uefi-dputil.c b/lib/libefivar/uefi-dputil.c index 9f1f86a25eb..7969054e2ce 100644 --- a/lib/libefivar/uefi-dputil.c +++ b/lib/libefivar/uefi-dputil.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libexecinfo/tests/sigtramp_test.c b/lib/libexecinfo/tests/sigtramp_test.c index cd3b3cc418d..b8eecfddf43 100644 --- a/lib/libexecinfo/tests/sigtramp_test.c +++ b/lib/libexecinfo/tests/sigtramp_test.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 8f3f1c5db30..fd209179162 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index 82a3c5e451a..135ee8dad15 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libfetch/file.c b/lib/libfetch/file.c index a7e41bab328..3cb8893f9d4 100644 --- a/lib/libfetch/file.c +++ b/lib/libfetch/file.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c index dfde6edce73..864eacc5d7f 100644 --- a/lib/libfetch/ftp.c +++ b/lib/libfetch/ftp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Portions of this code were taken from or based on ftpio.c: * diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index d4605aeccd9..adcc75fcb83 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The following copyright applies to the base64 code: * diff --git a/lib/libfigpar/figpar.c b/lib/libfigpar/figpar.c index 0a727ff6f04..642291ca7c6 100644 --- a/lib/libfigpar/figpar.c +++ b/lib/libfigpar/figpar.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libfigpar/string_m.c b/lib/libfigpar/string_m.c index 158774143ec..ce794846654 100644 --- a/lib/libfigpar/string_m.c +++ b/lib/libfigpar/string_m.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libgeom/geom_util.c b/lib/libgeom/geom_util.c index 6ad7ca6ea91..48b54bcef9e 100644 --- a/lib/libgeom/geom_util.c +++ b/lib/libgeom/geom_util.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libipsec/ipsec_dump_policy.c b/lib/libipsec/ipsec_dump_policy.c index 46c370f4f15..c53aef5e531 100644 --- a/lib/libipsec/ipsec_dump_policy.c +++ b/lib/libipsec/ipsec_dump_policy.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libipsec/ipsec_get_policylen.c b/lib/libipsec/ipsec_get_policylen.c index 04f6e3abba9..611ef7b2ac6 100644 --- a/lib/libipsec/ipsec_get_policylen.c +++ b/lib/libipsec/ipsec_get_policylen.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libipsec/ipsec_strerror.c b/lib/libipsec/ipsec_strerror.c index 402faac3f37..580ef80d2c2 100644 --- a/lib/libipsec/ipsec_strerror.c +++ b/lib/libipsec/ipsec_strerror.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libipsec/pfkey.c b/lib/libipsec/pfkey.c index 6c7649c5844..16d86aca2ef 100644 --- a/lib/libipsec/pfkey.c +++ b/lib/libipsec/pfkey.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c index f91d00126cb..11b99c54f28 100644 --- a/lib/libipsec/pfkey_dump.c +++ b/lib/libipsec/pfkey_dump.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libipsec/policy_parse.y b/lib/libipsec/policy_parse.y index ca9c8d0431d..f29db2a85d6 100644 --- a/lib/libipsec/policy_parse.y +++ b/lib/libipsec/policy_parse.y @@ -52,8 +52,6 @@ %{ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libipsec/test-policy.c b/lib/libipsec/test-policy.c index 579937396b0..c55d2b3f63b 100644 --- a/lib/libipsec/test-policy.c +++ b/lib/libipsec/test-policy.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libiscsiutil/pdu.c b/lib/libiscsiutil/pdu.c index 4787ead2198..276eef68457 100644 --- a/lib/libiscsiutil/pdu.c +++ b/lib/libiscsiutil/pdu.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libjail/jail.c b/lib/libjail/jail.c index 5c81d6a2087..04fd6d3c425 100644 --- a/lib/libjail/jail.c +++ b/lib/libjail/jail.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libjail/jail_getid.c b/lib/libjail/jail_getid.c index d4281af4294..3db11aae84c 100644 --- a/lib/libjail/jail_getid.c +++ b/lib/libjail/jail_getid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c index 4b886171a7d..e70e94efaee 100644 --- a/lib/libkvm/kvm.c +++ b/lib/libkvm/kvm.c @@ -34,7 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)kvm.c 8.2 (Berkeley) 2/13/94"); #include diff --git a/lib/libkvm/kvm_amd64.c b/lib/libkvm/kvm_amd64.c index 6b3ac28debc..cc41d3c8c5c 100644 --- a/lib/libkvm/kvm_amd64.c +++ b/lib/libkvm/kvm_amd64.c @@ -34,7 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93"); /* diff --git a/lib/libkvm/kvm_arm.c b/lib/libkvm/kvm_arm.c index dc855f167d7..81d49793591 100644 --- a/lib/libkvm/kvm_arm.c +++ b/lib/libkvm/kvm_arm.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_cptime.c b/lib/libkvm/kvm_cptime.c index 9d303943f55..5e92b565486 100644 --- a/lib/libkvm/kvm_cptime.c +++ b/lib/libkvm/kvm_cptime.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_getloadavg.c b/lib/libkvm/kvm_getloadavg.c index f94b1d84466..b3b81075297 100644 --- a/lib/libkvm/kvm_getloadavg.c +++ b/lib/libkvm/kvm_getloadavg.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)kvm_getloadavg.c 8.1 (Berkeley) 6/4/93"); #include diff --git a/lib/libkvm/kvm_getswapinfo.c b/lib/libkvm/kvm_getswapinfo.c index 686084bd31f..3c5019977d5 100644 --- a/lib/libkvm/kvm_getswapinfo.c +++ b/lib/libkvm/kvm_getswapinfo.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_i386.c b/lib/libkvm/kvm_i386.c index 2f4c5287e96..f63d6888b68 100644 --- a/lib/libkvm/kvm_i386.c +++ b/lib/libkvm/kvm_i386.c @@ -34,7 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93"); /* diff --git a/lib/libkvm/kvm_minidump_aarch64.c b/lib/libkvm/kvm_minidump_aarch64.c index 5e9ac739406..0836f5b2b1d 100644 --- a/lib/libkvm/kvm_minidump_aarch64.c +++ b/lib/libkvm/kvm_minidump_aarch64.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ARM64 (AArch64) machine dependent routines for kvm and minidumps. */ diff --git a/lib/libkvm/kvm_minidump_amd64.c b/lib/libkvm/kvm_minidump_amd64.c index 4bb4a9e2472..e121208a628 100644 --- a/lib/libkvm/kvm_minidump_amd64.c +++ b/lib/libkvm/kvm_minidump_amd64.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * AMD64 machine dependent routines for kvm and minidumps. */ diff --git a/lib/libkvm/kvm_minidump_arm.c b/lib/libkvm/kvm_minidump_arm.c index a7dc5ea2320..9054e4d1f45 100644 --- a/lib/libkvm/kvm_minidump_arm.c +++ b/lib/libkvm/kvm_minidump_arm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ARM machine dependent routines for kvm and minidumps. */ diff --git a/lib/libkvm/kvm_minidump_i386.c b/lib/libkvm/kvm_minidump_i386.c index 21821f8a528..65fd1f43e21 100644 --- a/lib/libkvm/kvm_minidump_i386.c +++ b/lib/libkvm/kvm_minidump_i386.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * i386 machine dependent routines for kvm and minidumps. */ diff --git a/lib/libkvm/kvm_minidump_powerpc64.c b/lib/libkvm/kvm_minidump_powerpc64.c index 24def29a7c8..a75e139929d 100644 --- a/lib/libkvm/kvm_minidump_powerpc64.c +++ b/lib/libkvm/kvm_minidump_powerpc64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libkvm/kvm_minidump_powerpc64_hpt.c b/lib/libkvm/kvm_minidump_powerpc64_hpt.c index d13f8021a73..a1471684c88 100644 --- a/lib/libkvm/kvm_minidump_powerpc64_hpt.c +++ b/lib/libkvm/kvm_minidump_powerpc64_hpt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libkvm/kvm_minidump_riscv.c b/lib/libkvm/kvm_minidump_riscv.c index 4b825afe27d..b90c255d482 100644 --- a/lib/libkvm/kvm_minidump_riscv.c +++ b/lib/libkvm/kvm_minidump_riscv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RISC-V machine dependent routines for kvm and minidumps. */ diff --git a/lib/libkvm/kvm_pcpu.c b/lib/libkvm/kvm_pcpu.c index 008a3d20129..613fadffe43 100644 --- a/lib/libkvm/kvm_pcpu.c +++ b/lib/libkvm/kvm_pcpu.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_powerpc.c b/lib/libkvm/kvm_powerpc.c index 9e596b6000a..35312cda352 100644 --- a/lib/libkvm/kvm_powerpc.c +++ b/lib/libkvm/kvm_powerpc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_powerpc64.c b/lib/libkvm/kvm_powerpc64.c index 22e118598be..6bf35012114 100644 --- a/lib/libkvm/kvm_powerpc64.c +++ b/lib/libkvm/kvm_powerpc64.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/kvm_private.c b/lib/libkvm/kvm_private.c index a45f66caf2f..dbbe68437b4 100644 --- a/lib/libkvm/kvm_private.c +++ b/lib/libkvm/kvm_private.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libkvm/kvm_proc.c b/lib/libkvm/kvm_proc.c index 1af4ce38615..0cd8d754eb0 100644 --- a/lib/libkvm/kvm_proc.c +++ b/lib/libkvm/kvm_proc.c @@ -34,7 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)kvm_proc.c 8.3 (Berkeley) 9/23/93"); /* diff --git a/lib/libkvm/kvm_vnet.c b/lib/libkvm/kvm_vnet.c index 68a60808e9f..03e80d0458f 100644 --- a/lib/libkvm/kvm_vnet.c +++ b/lib/libkvm/kvm_vnet.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _WANT_PRISON diff --git a/lib/libkvm/tests/kvm_close_test.c b/lib/libkvm/tests/kvm_close_test.c index 4be08feefbb..ed8e4f34c86 100644 --- a/lib/libkvm/tests/kvm_close_test.c +++ b/lib/libkvm/tests/kvm_close_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/tests/kvm_geterr_test.c b/lib/libkvm/tests/kvm_geterr_test.c index c172f5edb6b..9e70a482656 100644 --- a/lib/libkvm/tests/kvm_geterr_test.c +++ b/lib/libkvm/tests/kvm_geterr_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/tests/kvm_open2_test.c b/lib/libkvm/tests/kvm_open2_test.c index 8e369a152c6..cfa6e214a03 100644 --- a/lib/libkvm/tests/kvm_open2_test.c +++ b/lib/libkvm/tests/kvm_open2_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/tests/kvm_open_test.c b/lib/libkvm/tests/kvm_open_test.c index 295a6e6fce7..e3090dc43cf 100644 --- a/lib/libkvm/tests/kvm_open_test.c +++ b/lib/libkvm/tests/kvm_open_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/tests/kvm_read_test.c b/lib/libkvm/tests/kvm_read_test.c index 30b7caa49d1..2945ec96d0b 100644 --- a/lib/libkvm/tests/kvm_read_test.c +++ b/lib/libkvm/tests/kvm_read_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libkvm/tests/kvm_test_common.c b/lib/libkvm/tests/kvm_test_common.c index 5fcbb11f352..36b109aed94 100644 --- a/lib/libkvm/tests/kvm_test_common.c +++ b/lib/libkvm/tests/kvm_test_common.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/md4c.c b/lib/libmd/md4c.c index 66d3652465a..d98221d264f 100644 --- a/lib/libmd/md4c.c +++ b/lib/libmd/md4c.c @@ -2,8 +2,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- SPDX-License-Identifier: RSA-MD diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index fc852b91346..5fc904cdc3a 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 983ea8add98..fab5cc32553 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index 6c543974668..8427655e80e 100644 --- a/lib/libmd/mddriver.c +++ b/lib/libmd/mddriver.c @@ -12,8 +12,6 @@ * documentation and/or software. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index d48f2677142..1384880aacd 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/rmddriver.c b/lib/libmd/rmddriver.c index 1c03b79b76b..ea6e79eb558 100644 --- a/lib/libmd/rmddriver.c +++ b/lib/libmd/rmddriver.c @@ -12,8 +12,6 @@ * documentation and/or software. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c index e9f83fbd4e1..dc31389b685 100644 --- a/lib/libmd/sha0c.c +++ b/lib/libmd/sha0c.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/sha1c.c b/lib/libmd/sha1c.c index 871b7a8012d..7626473c6f3 100644 --- a/lib/libmd/sha1c.c +++ b/lib/libmd/sha1c.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/shadriver.c b/lib/libmd/shadriver.c index 3664eab9dba..9b0c47e3e75 100644 --- a/lib/libmd/shadriver.c +++ b/lib/libmd/shadriver.c @@ -15,8 +15,6 @@ * documentation and/or software. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmd/skeindriver.c b/lib/libmd/skeindriver.c index ee70ef7cd7d..9433fdac8c2 100644 --- a/lib/libmd/skeindriver.c +++ b/lib/libmd/skeindriver.c @@ -15,8 +15,6 @@ * documentation and/or software. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libmp/mpasbn.c b/lib/libmp/mpasbn.c index f6501d725cb..7ccbeccd15e 100644 --- a/lib/libmp/mpasbn.c +++ b/lib/libmp/mpasbn.c @@ -72,8 +72,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libmp/tests/legacy_test.c b/lib/libmp/tests/legacy_test.c index 6f3f7b60e8d..8e3a4d10a0b 100644 --- a/lib/libmp/tests/legacy_test.c +++ b/lib/libmp/tests/legacy_test.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libmt/mtlib.c b/lib/libmt/mtlib.c index 4150825acc1..edcf747bd80 100644 --- a/lib/libmt/mtlib.c +++ b/lib/libmt/mtlib.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnetbsd/sockaddr_snprintf.c b/lib/libnetbsd/sockaddr_snprintf.c index 96ed1b1d889..4f70e6a8df2 100644 --- a/lib/libnetbsd/sockaddr_snprintf.c +++ b/lib/libnetbsd/sockaddr_snprintf.c @@ -33,8 +33,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnetbsd/strsuftoll.c b/lib/libnetbsd/strsuftoll.c index 5b2d0978c08..8acd4216d3b 100644 --- a/lib/libnetbsd/strsuftoll.c +++ b/lib/libnetbsd/strsuftoll.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index d5c58ca73e6..cf8600bea8e 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 061bdc233ff..fb62b84ed4e 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c index 12603d3b10a..94bcd730b96 100644 --- a/lib/libnetgraph/sock.c +++ b/lib/libnetgraph/sock.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnv/msgio.c b/lib/libnv/msgio.c index c76e61d433b..002c626647d 100644 --- a/lib/libnv/msgio.c +++ b/lib/libnv/msgio.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnv/tests/cnv_tests.cc b/lib/libnv/tests/cnv_tests.cc index d2688394a49..ecd8ba3e98a 100644 --- a/lib/libnv/tests/cnv_tests.cc +++ b/lib/libnv/tests/cnv_tests.cc @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnv/tests/dnv_tests.cc b/lib/libnv/tests/dnv_tests.cc index 64750b2a6bc..b66315713bc 100644 --- a/lib/libnv/tests/dnv_tests.cc +++ b/lib/libnv/tests/dnv_tests.cc @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnv/tests/nv_array_tests.cc b/lib/libnv/tests/nv_array_tests.cc index ba404c709bf..f5c448598b2 100644 --- a/lib/libnv/tests/nv_array_tests.cc +++ b/lib/libnv/tests/nv_array_tests.cc @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libnv/tests/nv_tests.cc b/lib/libnv/tests/nv_tests.cc index 3464d20f2ec..c784f6caa23 100644 --- a/lib/libnv/tests/nv_tests.cc +++ b/lib/libnv/tests/nv_tests.cc @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libnv/tests/nvlist_send_recv_test.c b/lib/libnv/tests/nvlist_send_recv_test.c index 133a487b8a7..25edaa5c3c1 100644 --- a/lib/libnv/tests/nvlist_send_recv_test.c +++ b/lib/libnv/tests/nvlist_send_recv_test.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libopenbsd/getdtablecount.c b/lib/libopenbsd/getdtablecount.c index 9d2ba257507..53ed4934206 100644 --- a/lib/libopenbsd/getdtablecount.c +++ b/lib/libopenbsd/getdtablecount.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libopenbsd/ohash.c b/lib/libopenbsd/ohash.c index 3a0f5dde449..de5d47563c5 100644 --- a/lib/libopenbsd/ohash.c +++ b/lib/libopenbsd/ohash.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_chroot/pam_chroot.c b/lib/libpam/modules/pam_chroot/pam_chroot.c index d468c339081..5cb38e2570b 100644 --- a/lib/libpam/modules/pam_chroot/pam_chroot.c +++ b/lib/libpam/modules/pam_chroot/pam_chroot.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libpam/modules/pam_deny/pam_deny.c b/lib/libpam/modules/pam_deny/pam_deny.c index 372e7e364c0..a3edb213141 100644 --- a/lib/libpam/modules/pam_deny/pam_deny.c +++ b/lib/libpam/modules/pam_deny/pam_deny.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define PAM_SM_AUTH diff --git a/lib/libpam/modules/pam_echo/pam_echo.c b/lib/libpam/modules/pam_echo/pam_echo.c index 4217118f301..73f1c11eca6 100644 --- a/lib/libpam/modules/pam_echo/pam_echo.c +++ b/lib/libpam/modules/pam_echo/pam_echo.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_exec/pam_exec.c b/lib/libpam/modules/pam_exec/pam_exec.c index ef2680d8052..c249a654c8b 100644 --- a/lib/libpam/modules/pam_exec/pam_exec.c +++ b/lib/libpam/modules/pam_exec/pam_exec.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c b/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c index ea800cbb17d..d33c0e85e0c 100644 --- a/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c +++ b/lib/libpam/modules/pam_ftpusers/pam_ftpusers.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_group/pam_group.c b/lib/libpam/modules/pam_group/pam_group.c index bd6912a02d1..7c9538b7397 100644 --- a/lib/libpam/modules/pam_group/pam_group.c +++ b/lib/libpam/modules/pam_group/pam_group.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libpam/modules/pam_guest/pam_guest.c b/lib/libpam/modules/pam_guest/pam_guest.c index 51e9181679c..c3ef07fc189 100644 --- a/lib/libpam/modules/pam_guest/pam_guest.c +++ b/lib/libpam/modules/pam_guest/pam_guest.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define PAM_SM_AUTH diff --git a/lib/libpam/modules/pam_krb5/pam_krb5.c b/lib/libpam/modules/pam_krb5/pam_krb5.c index ef39fe8acb2..34f457d07a4 100644 --- a/lib/libpam/modules/pam_krb5/pam_krb5.c +++ b/lib/libpam/modules/pam_krb5/pam_krb5.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_ksu/pam_ksu.c b/lib/libpam/modules/pam_ksu/pam_ksu.c index ddf25438a43..9a203f694e6 100644 --- a/lib/libpam/modules/pam_ksu/pam_ksu.c +++ b/lib/libpam/modules/pam_ksu/pam_ksu.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_lastlog/pam_lastlog.c b/lib/libpam/modules/pam_lastlog/pam_lastlog.c index 00b07bc1914..e631723f6e7 100644 --- a/lib/libpam/modules/pam_lastlog/pam_lastlog.c +++ b/lib/libpam/modules/pam_lastlog/pam_lastlog.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _BSD_SOURCE #include diff --git a/lib/libpam/modules/pam_login_access/login_access.c b/lib/libpam/modules/pam_login_access/login_access.c index 719808858da..c6550a5a9a9 100644 --- a/lib/libpam/modules/pam_login_access/login_access.c +++ b/lib/libpam/modules/pam_login_access/login_access.c @@ -14,8 +14,6 @@ static char sccsid[] = "%Z% %M% %I% %E% %U%"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_login_access/pam_login_access.c b/lib/libpam/modules/pam_login_access/pam_login_access.c index e0c385a48b8..8b4e7d8f088 100644 --- a/lib/libpam/modules/pam_login_access/pam_login_access.c +++ b/lib/libpam/modules/pam_login_access/pam_login_access.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _BSD_SOURCE #include diff --git a/lib/libpam/modules/pam_nologin/pam_nologin.c b/lib/libpam/modules/pam_nologin/pam_nologin.c index 1ba2dcd92fa..d944c79814a 100644 --- a/lib/libpam/modules/pam_nologin/pam_nologin.c +++ b/lib/libpam/modules/pam_nologin/pam_nologin.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_permit/pam_permit.c b/lib/libpam/modules/pam_permit/pam_permit.c index a9b9bc14eba..9dfc76ce5cf 100644 --- a/lib/libpam/modules/pam_permit/pam_permit.c +++ b/lib/libpam/modules/pam_permit/pam_permit.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define PAM_SM_AUTH diff --git a/lib/libpam/modules/pam_radius/pam_radius.c b/lib/libpam/modules/pam_radius/pam_radius.c index 377652382dc..41852777144 100644 --- a/lib/libpam/modules/pam_radius/pam_radius.c +++ b/lib/libpam/modules/pam_radius/pam_radius.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_rhosts/pam_rhosts.c b/lib/libpam/modules/pam_rhosts/pam_rhosts.c index e8b6ba461b2..597fb47e95c 100644 --- a/lib/libpam/modules/pam_rhosts/pam_rhosts.c +++ b/lib/libpam/modules/pam_rhosts/pam_rhosts.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_rootok/pam_rootok.c b/lib/libpam/modules/pam_rootok/pam_rootok.c index c5540a2683e..d267d267ef2 100644 --- a/lib/libpam/modules/pam_rootok/pam_rootok.c +++ b/lib/libpam/modules/pam_rootok/pam_rootok.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _BSD_SOURCE #include diff --git a/lib/libpam/modules/pam_securetty/pam_securetty.c b/lib/libpam/modules/pam_securetty/pam_securetty.c index 50574d31560..4bef10331f2 100644 --- a/lib/libpam/modules/pam_securetty/pam_securetty.c +++ b/lib/libpam/modules/pam_securetty/pam_securetty.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpam/modules/pam_self/pam_self.c b/lib/libpam/modules/pam_self/pam_self.c index de69f408d3f..fceb6466d8f 100644 --- a/lib/libpam/modules/pam_self/pam_self.c +++ b/lib/libpam/modules/pam_self/pam_self.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _BSD_SOURCE #include diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c index 1990a8657ea..d7967624469 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.c +++ b/lib/libpam/modules/pam_ssh/pam_ssh.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libpam/modules/pam_tacplus/pam_tacplus.c b/lib/libpam/modules/pam_tacplus/pam_tacplus.c index 8f8e9d553ee..297c1e761d4 100644 --- a/lib/libpam/modules/pam_tacplus/pam_tacplus.c +++ b/lib/libpam/modules/pam_tacplus/pam_tacplus.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libpam/modules/pam_unix/pam_unix.c b/lib/libpam/modules/pam_unix/pam_unix.c index 2e9e272eaa7..3949e6f126f 100644 --- a/lib/libpam/modules/pam_unix/pam_unix.c +++ b/lib/libpam/modules/pam_unix/pam_unix.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpjdlog/pjdlog.c b/lib/libpjdlog/pjdlog.c index 64deabceda0..5cf0976c7a0 100644 --- a/lib/libpjdlog/pjdlog.c +++ b/lib/libpjdlog/pjdlog.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c index 003d9615a44..71fba89237f 100644 --- a/lib/libpmc/libpmc.c +++ b/lib/libpmc/libpmc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmc/pmclog.c b/lib/libpmc/pmclog.c index 00ab84057be..a21fe42c994 100644 --- a/lib/libpmc/pmclog.c +++ b/lib/libpmc/pmclog.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_event.c b/lib/libpmcstat/libpmcstat_event.c index 623a6f5400d..c964537ad2a 100644 --- a/lib/libpmcstat/libpmcstat_event.c +++ b/lib/libpmcstat/libpmcstat_event.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_image.c b/lib/libpmcstat/libpmcstat_image.c index bd62a4818f2..f8f76bfc148 100644 --- a/lib/libpmcstat/libpmcstat_image.c +++ b/lib/libpmcstat/libpmcstat_image.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_logging.c b/lib/libpmcstat/libpmcstat_logging.c index b41e93b4f72..3e68824f0f0 100644 --- a/lib/libpmcstat/libpmcstat_logging.c +++ b/lib/libpmcstat/libpmcstat_logging.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_process.c b/lib/libpmcstat/libpmcstat_process.c index 4d710eac2f5..6d000fe2fc6 100644 --- a/lib/libpmcstat/libpmcstat_process.c +++ b/lib/libpmcstat/libpmcstat_process.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_string.c b/lib/libpmcstat/libpmcstat_string.c index d7932c680eb..dc48617b99b 100644 --- a/lib/libpmcstat/libpmcstat_string.c +++ b/lib/libpmcstat/libpmcstat_string.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libpmcstat/libpmcstat_symbol.c b/lib/libpmcstat/libpmcstat_symbol.c index 155582f85f2..05040b1f304 100644 --- a/lib/libpmcstat/libpmcstat_symbol.c +++ b/lib/libpmcstat/libpmcstat_symbol.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libproc/proc_bkpt.c b/lib/libproc/proc_bkpt.c index e5ac55fa17b..25ff3a86291 100644 --- a/lib/libproc/proc_bkpt.c +++ b/lib/libproc/proc_bkpt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libproc/proc_create.c b/lib/libproc/proc_create.c index 3645f2825bd..9acee3682e4 100644 --- a/lib/libproc/proc_create.c +++ b/lib/libproc/proc_create.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libproc/proc_regs.c b/lib/libproc/proc_regs.c index 39bce7c2245..492fbf712ef 100644 --- a/lib/libproc/proc_regs.c +++ b/lib/libproc/proc_regs.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libproc/proc_rtld.c b/lib/libproc/proc_rtld.c index 6fccb4b3430..db17c2b02b9 100644 --- a/lib/libproc/proc_rtld.c +++ b/lib/libproc/proc_rtld.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libproc/proc_sym.c b/lib/libproc/proc_sym.c index e34e5f655f2..1bb34bdaac6 100644 --- a/lib/libproc/proc_sym.c +++ b/lib/libproc/proc_sym.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef NO_CTF #include diff --git a/lib/libproc/proc_util.c b/lib/libproc/proc_util.c index cd2c0dff345..9af627422ef 100644 --- a/lib/libproc/proc_util.c +++ b/lib/libproc/proc_util.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libproc/tests/proc_test.c b/lib/libproc/tests/proc_test.c index 6be8b93f18e..ba1535940b8 100644 --- a/lib/libproc/tests/proc_test.c +++ b/lib/libproc/tests/proc_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libproc/tests/target_prog.c b/lib/libproc/tests/target_prog.c index 3cafb562a3b..7e54dad6501 100644 --- a/lib/libproc/tests/target_prog.c +++ b/lib/libproc/tests/target_prog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/cd9660.c b/lib/libprocstat/cd9660.c index 26e0b732eb5..0d0030715c2 100644 --- a/lib/libprocstat/cd9660.c +++ b/lib/libprocstat/cd9660.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/common_kvm.c b/lib/libprocstat/common_kvm.c index 0ce2a2900f6..9d96d935be6 100644 --- a/lib/libprocstat/common_kvm.c +++ b/lib/libprocstat/common_kvm.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/core.c b/lib/libprocstat/core.c index 95c633c6f32..dea078c848e 100644 --- a/lib/libprocstat/core.c +++ b/lib/libprocstat/core.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/libprocstat.c b/lib/libprocstat/libprocstat.c index 5948bf72230..0af79b6e63a 100644 --- a/lib/libprocstat/libprocstat.c +++ b/lib/libprocstat/libprocstat.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/libprocstat_compat.c b/lib/libprocstat/libprocstat_compat.c index d7e1f977553..58c4ce0d255 100644 --- a/lib/libprocstat/libprocstat_compat.c +++ b/lib/libprocstat/libprocstat_compat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libprocstat/msdosfs.c b/lib/libprocstat/msdosfs.c index c77e8a80321..bb1ad65e6b1 100644 --- a/lib/libprocstat/msdosfs.c +++ b/lib/libprocstat/msdosfs.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libprocstat/smbfs.c b/lib/libprocstat/smbfs.c index fe1216f32c0..136cceacb47 100644 --- a/lib/libprocstat/smbfs.c +++ b/lib/libprocstat/smbfs.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libprocstat/udf.c b/lib/libprocstat/udf.c index e076c01cff6..9a110950f8b 100644 --- a/lib/libprocstat/udf.c +++ b/lib/libprocstat/udf.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libprocstat/zfs_defs.c b/lib/libprocstat/zfs_defs.c index 7b86e3b974c..c03c99249f4 100644 --- a/lib/libprocstat/zfs_defs.c +++ b/lib/libprocstat/zfs_defs.c @@ -27,9 +27,6 @@ #include #include -__FBSDID("$FreeBSD$"); - - /* * Prevent some headers from getting included and fake some types * in order to allow this file to compile without bringing in diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c index 56c66aa81bd..2049468f455 100644 --- a/lib/libradius/radlib.c +++ b/lib/libradius/radlib.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/librpcsvc/rnusers.c b/lib/librpcsvc/rnusers.c index 2a68de5578c..19e8e30988a 100644 --- a/lib/librpcsvc/rnusers.c +++ b/lib/librpcsvc/rnusers.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rnusers.c 1.2 91/03/11 TIRPC 1.0; from 1.7 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/rstat.c b/lib/librpcsvc/rstat.c index c5cbe800c03..777525dfa90 100644 --- a/lib/librpcsvc/rstat.c +++ b/lib/librpcsvc/rstat.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/rwall.c b/lib/librpcsvc/rwall.c index d53f2643a27..7d1422a7571 100644 --- a/lib/librpcsvc/rwall.c +++ b/lib/librpcsvc/rwall.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rwall.c 1.2 91/03/11 TIRPC 1.0; from 1.3 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/secretkey.c b/lib/librpcsvc/secretkey.c index 636fd89c1bb..62148d0c404 100644 --- a/lib/librpcsvc/secretkey.c +++ b/lib/librpcsvc/secretkey.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)secretkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; #endif diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index 17eec49b257..c46ed93835b 100644 --- a/lib/librpcsvc/xcrypt.c +++ b/lib/librpcsvc/xcrypt.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/librpcsvc/yp_passwd.c b/lib/librpcsvc/yp_passwd.c index b8d99a66ab5..8f923055ff0 100644 --- a/lib/librpcsvc/yp_passwd.c +++ b/lib/librpcsvc/yp_passwd.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c index 081ef4f547f..8a31b2c22d9 100644 --- a/lib/librpcsvc/yp_update.c +++ b/lib/librpcsvc/yp_update.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/librss/librss.c b/lib/librss/librss.c index fcaac4cc736..d52b00fbf27 100644 --- a/lib/librss/librss.c +++ b/lib/librss/librss.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/librtld_db/rtld_db.c b/lib/librtld_db/rtld_db.c index ac392801d7c..2546f572780 100644 --- a/lib/librtld_db/rtld_db.c +++ b/lib/librtld_db/rtld_db.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsbuf/tests/sbuf_core_test.c b/lib/libsbuf/tests/sbuf_core_test.c index 13a27933c20..1ed32031651 100644 --- a/lib/libsbuf/tests/sbuf_core_test.c +++ b/lib/libsbuf/tests/sbuf_core_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsbuf/tests/sbuf_stdio_test.c b/lib/libsbuf/tests/sbuf_stdio_test.c index 74928d9d09e..5bf32c67490 100644 --- a/lib/libsbuf/tests/sbuf_stdio_test.c +++ b/lib/libsbuf/tests/sbuf_stdio_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsbuf/tests/sbuf_string_test.c b/lib/libsbuf/tests/sbuf_string_test.c index 04b727afc8a..9deccc57269 100644 --- a/lib/libsbuf/tests/sbuf_string_test.c +++ b/lib/libsbuf/tests/sbuf_string_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsecureboot/brf.c b/lib/libsecureboot/brf.c index 9e3af4a7c08..fbd24f322be 100644 --- a/lib/libsecureboot/brf.c +++ b/lib/libsecureboot/brf.c @@ -24,8 +24,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #define NEED_BRSSL_H #include "libsecureboot-priv.h" #include diff --git a/lib/libsecureboot/efi/efi_init.c b/lib/libsecureboot/efi/efi_init.c index 241e99dab17..1078d9bc24c 100644 --- a/lib/libsecureboot/efi/efi_init.c +++ b/lib/libsecureboot/efi/efi_init.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define NEED_BRSSL_H #include "../libsecureboot-priv.h" #include diff --git a/lib/libsecureboot/efi/efi_variables.c b/lib/libsecureboot/efi/efi_variables.c index 6eefde504cb..3c36bc66f78 100644 --- a/lib/libsecureboot/efi/efi_variables.c +++ b/lib/libsecureboot/efi/efi_variables.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libsecureboot/efi/include/Guid/GlobalVariable.h b/lib/libsecureboot/efi/include/Guid/GlobalVariable.h index cef7995e749..3bd0a815fcf 100644 --- a/lib/libsecureboot/efi/include/Guid/GlobalVariable.h +++ b/lib/libsecureboot/efi/include/Guid/GlobalVariable.h @@ -15,8 +15,6 @@ #define __GLOBAL_VARIABLE_GUID_H__ #include -__FBSDID("$FreeBSD$"); - #ifndef EFI_GLOBAL_VARIABLE #define EFI_GLOBAL_VARIABLE \ { \ diff --git a/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h b/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h index c68e5fce205..b1fc1f54cce 100644 --- a/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h +++ b/lib/libsecureboot/efi/include/Guid/ImageAuthentication.h @@ -15,8 +15,6 @@ #define __IMAGE_AUTHTICATION_H__ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libsecureboot/efi/include/Protocol/Hash.h b/lib/libsecureboot/efi/include/Protocol/Hash.h index f2526795239..094bf20964c 100644 --- a/lib/libsecureboot/efi/include/Protocol/Hash.h +++ b/lib/libsecureboot/efi/include/Protocol/Hash.h @@ -17,8 +17,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define __EFI_HASH_PROTOCOL_H__ #include -__FBSDID("$FreeBSD$"); - #define CONST const #define EFI_HASH_SERVICE_BINDING_PROTOCOL_GUID \ diff --git a/lib/libsecureboot/openpgp/dearmor.c b/lib/libsecureboot/openpgp/dearmor.c index 3d53b54474d..452722ff1a1 100644 --- a/lib/libsecureboot/openpgp/dearmor.c +++ b/lib/libsecureboot/openpgp/dearmor.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define NEED_BRSSL_H #include #include diff --git a/lib/libsecureboot/openpgp/decode.c b/lib/libsecureboot/openpgp/decode.c index fd6a19ad1be..c59b5722c29 100644 --- a/lib/libsecureboot/openpgp/decode.c +++ b/lib/libsecureboot/openpgp/decode.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "decode.h" diff --git a/lib/libsecureboot/openpgp/opgp_key.c b/lib/libsecureboot/openpgp/opgp_key.c index c108cd2fa32..568d334ec11 100644 --- a/lib/libsecureboot/openpgp/opgp_key.c +++ b/lib/libsecureboot/openpgp/opgp_key.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "../libsecureboot-priv.h" #include "decode.h" diff --git a/lib/libsecureboot/openpgp/opgp_sig.c b/lib/libsecureboot/openpgp/opgp_sig.c index 7f4e6fb98fd..a6aa787ee5c 100644 --- a/lib/libsecureboot/openpgp/opgp_sig.c +++ b/lib/libsecureboot/openpgp/opgp_sig.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "../libsecureboot-priv.h" #ifdef _STANDALONE #define warnx printf diff --git a/lib/libsecureboot/pass_manifest.c b/lib/libsecureboot/pass_manifest.c index 570961574d3..e3ef1fa96aa 100644 --- a/lib/libsecureboot/pass_manifest.c +++ b/lib/libsecureboot/pass_manifest.c @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include "libsecureboot-priv.h" diff --git a/lib/libsecureboot/readfile.c b/lib/libsecureboot/readfile.c index 550c9419c15..19784f6f413 100644 --- a/lib/libsecureboot/readfile.c +++ b/lib/libsecureboot/readfile.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include unsigned char * diff --git a/lib/libsecureboot/tests/tvo.c b/lib/libsecureboot/tests/tvo.c index 5ea471faa0b..7851e79c5a2 100644 --- a/lib/libsecureboot/tests/tvo.c +++ b/lib/libsecureboot/tests/tvo.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "../libsecureboot-priv.h" #include diff --git a/lib/libsecureboot/vectx.c b/lib/libsecureboot/vectx.c index 45a15ddece4..dba728421ce 100644 --- a/lib/libsecureboot/vectx.c +++ b/lib/libsecureboot/vectx.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #ifndef _STANDALONE /* Avoid unwanted userlandish components */ #define _KERNEL diff --git a/lib/libsecureboot/veopen.c b/lib/libsecureboot/veopen.c index b428fa4b13a..0a1fc59eb9b 100644 --- a/lib/libsecureboot/veopen.c +++ b/lib/libsecureboot/veopen.c @@ -23,7 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); #include #include "libsecureboot-priv.h" diff --git a/lib/libsecureboot/vepcr.c b/lib/libsecureboot/vepcr.c index 88128647b08..f4f146975e5 100644 --- a/lib/libsecureboot/vepcr.c +++ b/lib/libsecureboot/vepcr.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include "libsecureboot-priv.h" diff --git a/lib/libsecureboot/verify_file.c b/lib/libsecureboot/verify_file.c index a6d4410a572..1e1c714d1fa 100644 --- a/lib/libsecureboot/verify_file.c +++ b/lib/libsecureboot/verify_file.c @@ -26,8 +26,6 @@ * Routines to verify files loaded. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsecureboot/vesigned.c b/lib/libsecureboot/vesigned.c index 47195f82494..4015923eabf 100644 --- a/lib/libsecureboot/vesigned.c +++ b/lib/libsecureboot/vesigned.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libsecureboot/veta.c b/lib/libsecureboot/veta.c index f052f41792b..c0ddbfb4921 100644 --- a/lib/libsecureboot/veta.c +++ b/lib/libsecureboot/veta.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /** * @file veta.c - add to trust anchors * diff --git a/lib/libsecureboot/vets.c b/lib/libsecureboot/vets.c index ca1eb12937b..4a2aba43319 100644 --- a/lib/libsecureboot/vets.c +++ b/lib/libsecureboot/vets.c @@ -23,8 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /** * @file vets.c - trust store * @brief verify signatures diff --git a/lib/libssp/fortify_stubs.c b/lib/libssp/fortify_stubs.c index 32dc4b25c58..a500a1405aa 100644 --- a/lib/libssp/fortify_stubs.c +++ b/lib/libssp/fortify_stubs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libssp_nonshared/libssp_nonshared.c b/lib/libssp_nonshared/libssp_nonshared.c index ab07badbf9f..ae0e65bdbf0 100644 --- a/lib/libssp_nonshared/libssp_nonshared.c +++ b/lib/libssp_nonshared/libssp_nonshared.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - void __stack_chk_fail(void); void __stack_chk_fail_local(void); diff --git a/lib/libstdthreads/call_once.c b/lib/libstdthreads/call_once.c index 42c12d8c1ff..7d17a4b667a 100644 --- a/lib/libstdthreads/call_once.c +++ b/lib/libstdthreads/call_once.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "threads.h" diff --git a/lib/libstdthreads/cnd.c b/lib/libstdthreads/cnd.c index 67d044faec2..49605c952b0 100644 --- a/lib/libstdthreads/cnd.c +++ b/lib/libstdthreads/cnd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libstdthreads/mtx.c b/lib/libstdthreads/mtx.c index 3b0d48e2d20..719ba6486e4 100644 --- a/lib/libstdthreads/mtx.c +++ b/lib/libstdthreads/mtx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libstdthreads/thrd.c b/lib/libstdthreads/thrd.c index 5374f1bfde8..a50c1d11ed4 100644 --- a/lib/libstdthreads/thrd.c +++ b/lib/libstdthreads/thrd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libstdthreads/tss.c b/lib/libstdthreads/tss.c index b05736fffdc..b2cd7fec4b7 100644 --- a/lib/libstdthreads/tss.c +++ b/lib/libstdthreads/tss.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "threads.h" diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c index b235e3abf4e..75e9ccfe7cc 100644 --- a/lib/libsysdecode/errno.c +++ b/lib/libsysdecode/errno.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsysdecode/flags.c b/lib/libsysdecode/flags.c index 31c125ad71a..33c778c391e 100644 --- a/lib/libsysdecode/flags.c +++ b/lib/libsysdecode/flags.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define L2CAP_SOCKET_CHECKED #include diff --git a/lib/libsysdecode/linux.c b/lib/libsysdecode/linux.c index 4a0c8a60272..318406a9ee4 100644 --- a/lib/libsysdecode/linux.c +++ b/lib/libsysdecode/linux.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsysdecode/signal.c b/lib/libsysdecode/signal.c index b947f8cfd83..9ae83662531 100644 --- a/lib/libsysdecode/signal.c +++ b/lib/libsysdecode/signal.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsysdecode/support.c b/lib/libsysdecode/support.c index 0777ab28f52..2fb048409e2 100644 --- a/lib/libsysdecode/support.c +++ b/lib/libsysdecode/support.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libsysdecode/syscallnames.c b/lib/libsysdecode/syscallnames.c index fcc14886f39..da356d8ac01 100644 --- a/lib/libsysdecode/syscallnames.c +++ b/lib/libsysdecode/syscallnames.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Map system call codes to names for the supported ABIs on each * platform. Rather than regnerating system call name tables locally diff --git a/lib/libsysdecode/utrace.c b/lib/libsysdecode/utrace.c index 24d9b9cffed..a03cc66cac0 100644 --- a/lib/libsysdecode/utrace.c +++ b/lib/libsysdecode/utrace.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c index 585513f6c1c..00bee367ca9 100644 --- a/lib/libtacplus/taclib.c +++ b/lib/libtacplus/taclib.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/tests/umtx_op_test.c b/lib/libthr/tests/umtx_op_test.c index f7046ab42fc..7bffc2d5bfb 100644 --- a/lib/libthr/tests/umtx_op_test.c +++ b/lib/libthr/tests/umtx_op_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libthr/thread/thr_affinity.c b/lib/libthr/thread/thr_affinity.c index 796e5d77f4e..89f654ebffc 100644 --- a/lib/libthr/thread/thr_affinity.c +++ b/lib/libthr/thread/thr_affinity.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_attr.c b/lib/libthr/thread/thr_attr.c index a5957fa407a..9740bed6ebd 100644 --- a/lib/libthr/thread/thr_attr.c +++ b/lib/libthr/thread/thr_attr.c @@ -94,8 +94,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_autoinit.c b/lib/libthr/thread/thr_autoinit.c index a38ab6ebc76..f18f53517e0 100644 --- a/lib/libthr/thread/thr_autoinit.c +++ b/lib/libthr/thread/thr_autoinit.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "thr_private.h" diff --git a/lib/libthr/thread/thr_barrier.c b/lib/libthr/thread/thr_barrier.c index 8c027104034..8f5936409c0 100644 --- a/lib/libthr/thread/thr_barrier.c +++ b/lib/libthr/thread/thr_barrier.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_barrierattr.c b/lib/libthr/thread/thr_barrierattr.c index 7036f0ff63d..7af7e40f915 100644 --- a/lib/libthr/thread/thr_barrierattr.c +++ b/lib/libthr/thread/thr_barrierattr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_cancel.c b/lib/libthr/thread/thr_cancel.c index 69388526508..86632e41449 100644 --- a/lib/libthr/thread/thr_cancel.c +++ b/lib/libthr/thread/thr_cancel.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libthr/thread/thr_clean.c b/lib/libthr/thread/thr_clean.c index 4c73c486eef..ba699f0376d 100644 --- a/lib/libthr/thread/thr_clean.c +++ b/lib/libthr/thread/thr_clean.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_concurrency.c b/lib/libthr/thread/thr_concurrency.c index 9f60dca1e44..cc0d1075b92 100644 --- a/lib/libthr/thread/thr_concurrency.c +++ b/lib/libthr/thread/thr_concurrency.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_cond.c b/lib/libthr/thread/thr_cond.c index 8ba2c572fe5..bec7933537b 100644 --- a/lib/libthr/thread/thr_cond.c +++ b/lib/libthr/thread/thr_cond.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_condattr.c b/lib/libthr/thread/thr_condattr.c index 0a06d004cef..c5f675f0023 100644 --- a/lib/libthr/thread/thr_condattr.c +++ b/lib/libthr/thread/thr_condattr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index 8d4d72e950d..4b9f45ac49d 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_ctrdtr.c b/lib/libthr/thread/thr_ctrdtr.c index 9ce06807252..ae8fa38d3cb 100644 --- a/lib/libthr/thread/thr_ctrdtr.c +++ b/lib/libthr/thread/thr_ctrdtr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libthr/thread/thr_detach.c b/lib/libthr/thread/thr_detach.c index d08715738a5..214d5e76262 100644 --- a/lib/libthr/thread/thr_detach.c +++ b/lib/libthr/thread/thr_detach.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_equal.c b/lib/libthr/thread/thr_equal.c index 69aa6bff892..2a4cc9f6d04 100644 --- a/lib/libthr/thread/thr_equal.c +++ b/lib/libthr/thread/thr_equal.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libthr/thread/thr_event.c b/lib/libthr/thread/thr_event.c index 714de15b072..afe0b307423 100644 --- a/lib/libthr/thread/thr_event.c +++ b/lib/libthr/thread/thr_event.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "thr_private.h" void diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c index b9d81787c3b..001b30f6671 100644 --- a/lib/libthr/thread/thr_exit.c +++ b/lib/libthr/thread/thr_exit.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #ifdef _PTHREAD_FORCED_UNWIND diff --git a/lib/libthr/thread/thr_fork.c b/lib/libthr/thread/thr_fork.c index 341afc2b06e..fc7d77180e8 100644 --- a/lib/libthr/thread/thr_fork.c +++ b/lib/libthr/thread/thr_fork.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "namespace.h" #include diff --git a/lib/libthr/thread/thr_getcpuclockid.c b/lib/libthr/thread/thr_getcpuclockid.c index 4bedcc37901..0281fc62688 100644 --- a/lib/libthr/thread/thr_getcpuclockid.c +++ b/lib/libthr/thread/thr_getcpuclockid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_getprio.c b/lib/libthr/thread/thr_getprio.c index a8d8d2bfe01..5ab147af212 100644 --- a/lib/libthr/thread/thr_getprio.c +++ b/lib/libthr/thread/thr_getprio.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_getschedparam.c b/lib/libthr/thread/thr_getschedparam.c index 5785438f308..557bcc83495 100644 --- a/lib/libthr/thread/thr_getschedparam.c +++ b/lib/libthr/thread/thr_getschedparam.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_getthreadid_np.c b/lib/libthr/thread/thr_getthreadid_np.c index 5891b8b2e23..1fe927435b0 100644 --- a/lib/libthr/thread/thr_getthreadid_np.c +++ b/lib/libthr/thread/thr_getthreadid_np.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_info.c b/lib/libthr/thread/thr_info.c index 117d55c7bc4..b5b84b733db 100644 --- a/lib/libthr/thread/thr_info.c +++ b/lib/libthr/thread/thr_info.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c index 6010dd4c045..ef8c7d59d72 100644 --- a/lib/libthr/thread/thr_init.c +++ b/lib/libthr/thread/thr_init.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_join.c b/lib/libthr/thread/thr_join.c index 453d4824358..4b48249489f 100644 --- a/lib/libthr/thread/thr_join.c +++ b/lib/libthr/thread/thr_join.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c index bdc749d3896..05522569fbf 100644 --- a/lib/libthr/thread/thr_kern.c +++ b/lib/libthr/thread/thr_kern.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_kill.c b/lib/libthr/thread/thr_kill.c index c96c1b3ecba..dd7beddd5c3 100644 --- a/lib/libthr/thread/thr_kill.c +++ b/lib/libthr/thread/thr_kill.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_list.c b/lib/libthr/thread/thr_list.c index 6ecdeda0af8..72018d94f49 100644 --- a/lib/libthr/thread/thr_list.c +++ b/lib/libthr/thread/thr_list.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libthr/thread/thr_main_np.c b/lib/libthr/thread/thr_main_np.c index 35871d805ef..9dd8b1820ac 100644 --- a/lib/libthr/thread/thr_main_np.c +++ b/lib/libthr/thread/thr_main_np.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_malloc.c b/lib/libthr/thread/thr_malloc.c index 216791ee4fc..d60fbc1b1fe 100644 --- a/lib/libthr/thread/thr_malloc.c +++ b/lib/libthr/thread/thr_malloc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_multi_np.c b/lib/libthr/thread/thr_multi_np.c index 59e782cc59b..cbd3f31fddf 100644 --- a/lib/libthr/thread/thr_multi_np.c +++ b/lib/libthr/thread/thr_multi_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 8d64d26c12a..5dd624a269e 100644 --- a/lib/libthr/thread/thr_mutex.c +++ b/lib/libthr/thread/thr_mutex.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_mutexattr.c b/lib/libthr/thread/thr_mutexattr.c index 1f5d3b284af..6d38f164df5 100644 --- a/lib/libthr/thread/thr_mutexattr.c +++ b/lib/libthr/thread/thr_mutexattr.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_once.c b/lib/libthr/thread/thr_once.c index e34c2f34b5e..06578190777 100644 --- a/lib/libthr/thread/thr_once.c +++ b/lib/libthr/thread/thr_once.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libthr/thread/thr_printf.c b/lib/libthr/thread/thr_printf.c index 817030f946d..5304cc00c5c 100644 --- a/lib/libthr/thread/thr_printf.c +++ b/lib/libthr/thread/thr_printf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_pshared.c b/lib/libthr/thread/thr_pshared.c index 446e9983bca..42b1430907a 100644 --- a/lib/libthr/thread/thr_pshared.c +++ b/lib/libthr/thread/thr_pshared.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_pspinlock.c b/lib/libthr/thread/thr_pspinlock.c index 374fe498034..37f14d22909 100644 --- a/lib/libthr/thread/thr_pspinlock.c +++ b/lib/libthr/thread/thr_pspinlock.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_resume_np.c b/lib/libthr/thread/thr_resume_np.c index 125d70a595e..6dac28ab1f4 100644 --- a/lib/libthr/thread/thr_resume_np.c +++ b/lib/libthr/thread/thr_resume_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_rtld.c b/lib/libthr/thread/thr_rtld.c index cedc13a1440..9026abf941e 100644 --- a/lib/libthr/thread/thr_rtld.c +++ b/lib/libthr/thread/thr_rtld.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * A lockless rwlock for rtld. */ diff --git a/lib/libthr/thread/thr_rwlock.c b/lib/libthr/thread/thr_rwlock.c index af32b09963d..f8d5fa4f673 100644 --- a/lib/libthr/thread/thr_rwlock.c +++ b/lib/libthr/thread/thr_rwlock.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_rwlockattr.c b/lib/libthr/thread/thr_rwlockattr.c index 8c8e20b8ddd..068ad7d3acb 100644 --- a/lib/libthr/thread/thr_rwlockattr.c +++ b/lib/libthr/thread/thr_rwlockattr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_self.c b/lib/libthr/thread/thr_self.c index 68bf5bc3931..f5b1ce8fdb9 100644 --- a/lib/libthr/thread/thr_self.c +++ b/lib/libthr/thread/thr_self.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libthr/thread/thr_sem.c b/lib/libthr/thread/thr_sem.c index 73817761b02..c7b5ac009a8 100644 --- a/lib/libthr/thread/thr_sem.c +++ b/lib/libthr/thread/thr_sem.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_setprio.c b/lib/libthr/thread/thr_setprio.c index 537b9b89f20..6ee60ffeb20 100644 --- a/lib/libthr/thread/thr_setprio.c +++ b/lib/libthr/thread/thr_setprio.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include "un-namespace.h" diff --git a/lib/libthr/thread/thr_setschedparam.c b/lib/libthr/thread/thr_setschedparam.c index cf2c1f919e1..e3e4174c753 100644 --- a/lib/libthr/thread/thr_setschedparam.c +++ b/lib/libthr/thread/thr_setschedparam.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c index b47e520b2ed..e082f0601be 100644 --- a/lib/libthr/thread/thr_sig.c +++ b/lib/libthr/thread/thr_sig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_single_np.c b/lib/libthr/thread/thr_single_np.c index 7aecfc93b3e..e772fb5d3bb 100644 --- a/lib/libthr/thread/thr_single_np.c +++ b/lib/libthr/thread/thr_single_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_sleepq.c b/lib/libthr/thread/thr_sleepq.c index ca374ab2ed6..b3feef8c938 100644 --- a/lib/libthr/thread/thr_sleepq.c +++ b/lib/libthr/thread/thr_sleepq.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "thr_private.h" diff --git a/lib/libthr/thread/thr_spec.c b/lib/libthr/thread/thr_spec.c index bce3d1fa250..ee58bb37f6f 100644 --- a/lib/libthr/thread/thr_spec.c +++ b/lib/libthr/thread/thr_spec.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_spinlock.c b/lib/libthr/thread/thr_spinlock.c index 42077ce5d44..13744569b94 100644 --- a/lib/libthr/thread/thr_spinlock.c +++ b/lib/libthr/thread/thr_spinlock.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_stack.c b/lib/libthr/thread/thr_stack.c index 73a17608185..5e888bbfe9b 100644 --- a/lib/libthr/thread/thr_stack.c +++ b/lib/libthr/thread/thr_stack.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_suspend_np.c b/lib/libthr/thread/thr_suspend_np.c index 2d68582623d..b594ea56248 100644 --- a/lib/libthr/thread/thr_suspend_np.c +++ b/lib/libthr/thread/thr_suspend_np.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_switch_np.c b/lib/libthr/thread/thr_switch_np.c index aad8641e480..cbf959f161e 100644 --- a/lib/libthr/thread/thr_switch_np.c +++ b/lib/libthr/thread/thr_switch_np.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_symbols.c b/lib/libthr/thread/thr_symbols.c index 71737392c62..7d5adcbbfb0 100644 --- a/lib/libthr/thread/thr_symbols.c +++ b/lib/libthr/thread/thr_symbols.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthr/thread/thr_syscalls.c b/lib/libthr/thread/thr_syscalls.c index c60308fcd1d..d68ca60e599 100644 --- a/lib/libthr/thread/thr_syscalls.c +++ b/lib/libthr/thread/thr_syscalls.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthr/thread/thr_umtx.c b/lib/libthr/thread/thr_umtx.c index 5143ffb7849..37b378e7440 100644 --- a/lib/libthr/thread/thr_umtx.c +++ b/lib/libthr/thread/thr_umtx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "thr_private.h" #include "thr_umtx.h" diff --git a/lib/libthr/thread/thr_yield.c b/lib/libthr/thread/thr_yield.c index 0d666d52a55..b391e69cabc 100644 --- a/lib/libthr/thread/thr_yield.c +++ b/lib/libthr/thread/thr_yield.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "namespace.h" #include #include diff --git a/lib/libthread_db/arch/aarch64/libpthread_md.c b/lib/libthread_db/arch/aarch64/libpthread_md.c index 75f45531bf1..17f8345e596 100644 --- a/lib/libthread_db/arch/aarch64/libpthread_md.c +++ b/lib/libthread_db/arch/aarch64/libpthread_md.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/arch/amd64/libpthread_md.c b/lib/libthread_db/arch/amd64/libpthread_md.c index 7aff9c07083..572f9d24856 100644 --- a/lib/libthread_db/arch/amd64/libpthread_md.c +++ b/lib/libthread_db/arch/amd64/libpthread_md.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/arch/arm/libpthread_md.c b/lib/libthread_db/arch/arm/libpthread_md.c index ef3e03cb540..9cb319eead4 100644 --- a/lib/libthread_db/arch/arm/libpthread_md.c +++ b/lib/libthread_db/arch/arm/libpthread_md.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/arch/i386/libpthread_md.c b/lib/libthread_db/arch/i386/libpthread_md.c index f01b844d355..b1d74d397d4 100644 --- a/lib/libthread_db/arch/i386/libpthread_md.c +++ b/lib/libthread_db/arch/i386/libpthread_md.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/arch/powerpc/libpthread_md.c b/lib/libthread_db/arch/powerpc/libpthread_md.c index b9aa25b561b..ba91703c690 100644 --- a/lib/libthread_db/arch/powerpc/libpthread_md.c +++ b/lib/libthread_db/arch/powerpc/libpthread_md.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/arch/riscv/libpthread_md.c b/lib/libthread_db/arch/riscv/libpthread_md.c index 0ac211ac6e5..4835e458b94 100644 --- a/lib/libthread_db/arch/riscv/libpthread_md.c +++ b/lib/libthread_db/arch/riscv/libpthread_md.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/libpthread_db.c b/lib/libthread_db/libpthread_db.c index b7b2ca70cb3..8a1a2ee7b01 100644 --- a/lib/libthread_db/libpthread_db.c +++ b/lib/libthread_db/libpthread_db.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/libthr_db.c b/lib/libthread_db/libthr_db.c index 5e105c6040c..f6e8283d49d 100644 --- a/lib/libthread_db/libthr_db.c +++ b/lib/libthread_db/libthr_db.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libthread_db/thread_db.c b/lib/libthread_db/thread_db.c index 99c283e7747..77886eb49cc 100644 --- a/lib/libthread_db/thread_db.c +++ b/lib/libthread_db/thread_db.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libufs/block.c b/lib/libufs/block.c index 35821738c1c..20002fc4df1 100644 --- a/lib/libufs/block.c +++ b/lib/libufs/block.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libufs/cgroup.c b/lib/libufs/cgroup.c index da0f6ddfc31..5391157826c 100644 --- a/lib/libufs/cgroup.c +++ b/lib/libufs/cgroup.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libufs/inode.c b/lib/libufs/inode.c index 2e549d13a4e..fe34fd45b81 100644 --- a/lib/libufs/inode.c +++ b/lib/libufs/inode.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c index ba53741568f..9f1d8a2485b 100644 --- a/lib/libufs/sblock.c +++ b/lib/libufs/sblock.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libufs/type.c b/lib/libufs/type.c index 4579b8351f0..1d0c4c0200e 100644 --- a/lib/libufs/type.c +++ b/lib/libufs/type.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libulog/ulog_login.c b/lib/libulog/ulog_login.c index ce2cd31b3a2..dc08ac7d331 100644 --- a/lib/libulog/ulog_login.c +++ b/lib/libulog/ulog_login.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libulog/ulog_login_pseudo.c b/lib/libulog/ulog_login_pseudo.c index a67a3822f02..3a43cc6034f 100644 --- a/lib/libulog/ulog_login_pseudo.c +++ b/lib/libulog/ulog_login_pseudo.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libulog/utempter.c b/lib/libulog/utempter.c index 8a663ee969c..2578221d865 100644 --- a/lib/libulog/utempter.c +++ b/lib/libulog/utempter.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ulog.h" #include "utempter.h" diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index 944edbb60d6..cc7bf99f9c5 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index c340fe1ef40..aade28f2829 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libusbhid/descr_compat.c b/lib/libusbhid/descr_compat.c index fdcc7dbac06..03efe7bc945 100644 --- a/lib/libusbhid/descr_compat.c +++ b/lib/libusbhid/descr_compat.c @@ -33,8 +33,6 @@ #ifdef HID_COMPAT7 #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 2f677172be0..8eb94ab82fc 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index 6317567248d..1a12ee35c91 100644 --- a/lib/libusbhid/usage.c +++ b/lib/libusbhid/usage.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 363378b0d64..3deee78abc8 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -20,8 +20,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/auth.c b/lib/libutil/auth.c index 44ff1cccd25..3414fc8e26e 100644 --- a/lib/libutil/auth.c +++ b/lib/libutil/auth.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/expand_number.c b/lib/libutil/expand_number.c index 61b73039f3b..8346a2e5f07 100644 --- a/lib/libutil/expand_number.c +++ b/lib/libutil/expand_number.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/flopen.c b/lib/libutil/flopen.c index fed233c00b7..b1961894c11 100644 --- a/lib/libutil/flopen.c +++ b/lib/libutil/flopen.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c index 436ec201865..170080f8aec 100644 --- a/lib/libutil/fparseln.c +++ b/lib/libutil/fparseln.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/getlocalbase.c b/lib/libutil/getlocalbase.c index c19cb95212d..2cbee6b5b23 100644 --- a/lib/libutil/getlocalbase.c +++ b/lib/libutil/getlocalbase.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/gr_util.c b/lib/libutil/gr_util.c index ee55b92c89c..23be3324d12 100644 --- a/lib/libutil/gr_util.c +++ b/lib/libutil/gr_util.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/hexdump.c b/lib/libutil/hexdump.c index 9e42237e17f..5627400d5b4 100644 --- a/lib/libutil/hexdump.c +++ b/lib/libutil/hexdump.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/humanize_number.c b/lib/libutil/humanize_number.c index 985709e4fc9..7b51bd5f238 100644 --- a/lib/libutil/humanize_number.c +++ b/lib/libutil/humanize_number.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/kinfo_getallproc.c b/lib/libutil/kinfo_getallproc.c index cd006f9abbb..b4d6bfa5632 100644 --- a/lib/libutil/kinfo_getallproc.c +++ b/lib/libutil/kinfo_getallproc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/kinfo_getfile.c b/lib/libutil/kinfo_getfile.c index 22baf534f50..f1441bdf771 100644 --- a/lib/libutil/kinfo_getfile.c +++ b/lib/libutil/kinfo_getfile.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/kinfo_getproc.c b/lib/libutil/kinfo_getproc.c index 85b0e3d8bb2..f519e1ab083 100644 --- a/lib/libutil/kinfo_getproc.c +++ b/lib/libutil/kinfo_getproc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/kinfo_getvmmap.c b/lib/libutil/kinfo_getvmmap.c index e01f48284c6..15dd4f0deed 100644 --- a/lib/libutil/kinfo_getvmmap.c +++ b/lib/libutil/kinfo_getvmmap.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/kinfo_getvmobject.c b/lib/libutil/kinfo_getvmobject.c index 4bf666fd7f3..433adb6690f 100644 --- a/lib/libutil/kinfo_getvmobject.c +++ b/lib/libutil/kinfo_getvmobject.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index 647db1ec19e..5accfbabe57 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index 6b3bf663bb2..e71d38d2d93 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c index 38666bc8e3d..f561479690c 100644 --- a/lib/libutil/login_class.c +++ b/lib/libutil/login_class.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_crypt.c b/lib/libutil/login_crypt.c index 469255ac46c..f82bdbc7258 100644 --- a/lib/libutil/login_crypt.c +++ b/lib/libutil/login_crypt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c index 26971a9f5f1..22464ce2ada 100644 --- a/lib/libutil/login_ok.c +++ b/lib/libutil/login_ok.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_times.c b/lib/libutil/login_times.c index d13ed997061..1f5b2e2742c 100644 --- a/lib/libutil/login_times.c +++ b/lib/libutil/login_times.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index 0fc6bfca223..705ab0bad20 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)login_tty.c 8.1 (Berkeley) 6/4/93"); #include diff --git a/lib/libutil/pidfile.c b/lib/libutil/pidfile.c index 943bd7fa3c5..0563175b97c 100644 --- a/lib/libutil/pidfile.c +++ b/lib/libutil/pidfile.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/property.c b/lib/libutil/property.c index 472fd906c1f..45e1cd85f94 100644 --- a/lib/libutil/property.c +++ b/lib/libutil/property.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 8eb2c296575..f52407608e9 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)pty.c 8.3 (Berkeley) 5/16/94"); #include diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c index 4d708c007f4..24e7e3bd6d3 100644 --- a/lib/libutil/pw_util.c +++ b/lib/libutil/pw_util.c @@ -37,7 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)pw_util.c 8.3 (Berkeley) 4/2/94"); /* diff --git a/lib/libutil/realhostname.c b/lib/libutil/realhostname.c index 884e19f99bf..02dca54af7a 100644 --- a/lib/libutil/realhostname.c +++ b/lib/libutil/realhostname.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/stub.c b/lib/libutil/stub.c index fa201454779..997a9e2d970 100644 --- a/lib/libutil/stub.c +++ b/lib/libutil/stub.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/tests/cpuset_test.c b/lib/libutil/tests/cpuset_test.c index ea8eb8d8374..0c3c51eac05 100644 --- a/lib/libutil/tests/cpuset_test.c +++ b/lib/libutil/tests/cpuset_test.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/tests/expand_number_test.c b/lib/libutil/tests/expand_number_test.c index 42e3170ac4c..6bf3ff082ee 100644 --- a/lib/libutil/tests/expand_number_test.c +++ b/lib/libutil/tests/expand_number_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/tests/flopen_test.c b/lib/libutil/tests/flopen_test.c index 04715846650..b86dd123eb9 100644 --- a/lib/libutil/tests/flopen_test.c +++ b/lib/libutil/tests/flopen_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/tests/grp_test.c b/lib/libutil/tests/grp_test.c index ae7ce73bf1c..82460090528 100644 --- a/lib/libutil/tests/grp_test.c +++ b/lib/libutil/tests/grp_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/tests/pidfile_test.c b/lib/libutil/tests/pidfile_test.c index 9bfa6754ce5..0463b7b29c8 100644 --- a/lib/libutil/tests/pidfile_test.c +++ b/lib/libutil/tests/pidfile_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/tests/trimdomain-nodomain_test.c b/lib/libutil/tests/trimdomain-nodomain_test.c index c02ccdb8fd1..ecbfe96e8c3 100644 --- a/lib/libutil/tests/trimdomain-nodomain_test.c +++ b/lib/libutil/tests/trimdomain-nodomain_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/tests/trimdomain_test.c b/lib/libutil/tests/trimdomain_test.c index 08fcfc0130d..6ae55d7e875 100644 --- a/lib/libutil/tests/trimdomain_test.c +++ b/lib/libutil/tests/trimdomain_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libutil/trimdomain.c b/lib/libutil/trimdomain.c index 38c7c605264..ce91ac64bab 100644 --- a/lib/libutil/trimdomain.c +++ b/lib/libutil/trimdomain.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index f76a23771cc..c9103536d91 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); __SCCSID("@(#)uucplock.c 8.1 (Berkeley) 6/6/93"); #include diff --git a/lib/libveriexec/veriexec_get.c b/lib/libveriexec/veriexec_get.c index 59ee6cdba8b..8d12d0a9890 100644 --- a/lib/libveriexec/veriexec_get.c +++ b/lib/libveriexec/veriexec_get.c @@ -28,7 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index e37a96318e0..0b0e7512829 100644 --- a/lib/libvgl/bitmap.c +++ b/lib/libvgl/bitmap.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index dc1b25cdaee..25399330dba 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index b409327b3f4..b98e59ff801 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index fc7ba239938..c4019fd7606 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index d4ffaed782a..3ae07db1993 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 18633f8d4be..2aaa197c1a6 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "vgl.h" diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c index b393494e987..d1470a4aed6 100644 --- a/lib/libvmmapi/vmmapi.c +++ b/lib/libvmmapi/vmmapi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/libvmmapi/vmmapi_freebsd.c b/lib/libvmmapi/vmmapi_freebsd.c index 8ea86462b25..e829febf015 100644 --- a/lib/libvmmapi/vmmapi_freebsd.c +++ b/lib/libvmmapi/vmmapi_freebsd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/liby/main.c b/lib/liby/main.c index 7c3a6acf0cc..5e7ae6fa8f0 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index 861ad5ad4c3..2b67cfcf0fa 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libz/zopen.c b/lib/libz/zopen.c index a6ac9916612..faef346f7ce 100644 --- a/lib/libz/zopen.c +++ b/lib/libz/zopen.c @@ -3,8 +3,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/amd64/e_fmod.S b/lib/msun/amd64/e_fmod.S index 6163134e6c3..2562bf326d4 100644 --- a/lib/msun/amd64/e_fmod.S +++ b/lib/msun/amd64/e_fmod.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmod) movsd %xmm0,-8(%rsp) movsd %xmm1,-16(%rsp) diff --git a/lib/msun/amd64/e_fmodf.S b/lib/msun/amd64/e_fmodf.S index 4b52040cab9..a0676625cc5 100644 --- a/lib/msun/amd64/e_fmodf.S +++ b/lib/msun/amd64/e_fmodf.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmodf) movss %xmm0,-4(%rsp) movss %xmm1,-8(%rsp) diff --git a/lib/msun/amd64/e_fmodl.S b/lib/msun/amd64/e_fmodl.S index 8f7a3b544fa..f27d38f1a10 100644 --- a/lib/msun/amd64/e_fmodl.S +++ b/lib/msun/amd64/e_fmodl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmodl) fldt 24(%rsp) fldt 8(%rsp) diff --git a/lib/msun/amd64/e_remainder.S b/lib/msun/amd64/e_remainder.S index 9d608561721..c17542e71aa 100644 --- a/lib/msun/amd64/e_remainder.S +++ b/lib/msun/amd64/e_remainder.S @@ -36,8 +36,6 @@ #include RCSID("from: FreeBSD: src/lib/msun/i387/e_remainder.S,v 1.8 2005/02/04 14:08:32 das Exp") -__FBSDID("$FreeBSD$") - ENTRY(remainder) movsd %xmm0,-8(%rsp) movsd %xmm1,-16(%rsp) diff --git a/lib/msun/amd64/e_remainderf.S b/lib/msun/amd64/e_remainderf.S index d78595f7b40..de4df521148 100644 --- a/lib/msun/amd64/e_remainderf.S +++ b/lib/msun/amd64/e_remainderf.S @@ -6,8 +6,6 @@ #include RCSID("from: $NetBSD: e_remainderf.S,v 1.2 1995/05/08 23:49:47 jtc Exp $") -__FBSDID("$FreeBSD$") - ENTRY(remainderf) movss %xmm0,-4(%rsp) movss %xmm1,-8(%rsp) diff --git a/lib/msun/amd64/e_remainderl.S b/lib/msun/amd64/e_remainderl.S index 977934b9d4e..704939b5dcf 100644 --- a/lib/msun/amd64/e_remainderl.S +++ b/lib/msun/amd64/e_remainderl.S @@ -34,9 +34,6 @@ */ #include - -__FBSDID("$FreeBSD$") - ENTRY(remainderl) fldt 24(%rsp) fldt 8(%rsp) diff --git a/lib/msun/amd64/e_sqrt.S b/lib/msun/amd64/e_sqrt.S index 6f9eeff95c7..3a49f8f0544 100644 --- a/lib/msun/amd64/e_sqrt.S +++ b/lib/msun/amd64/e_sqrt.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sqrt) sqrtsd %xmm0, %xmm0 ret diff --git a/lib/msun/amd64/e_sqrtf.S b/lib/msun/amd64/e_sqrtf.S index 25df7b1fe31..d299980be6d 100644 --- a/lib/msun/amd64/e_sqrtf.S +++ b/lib/msun/amd64/e_sqrtf.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sqrtf) sqrtss %xmm0, %xmm0 ret diff --git a/lib/msun/amd64/e_sqrtl.S b/lib/msun/amd64/e_sqrtl.S index 2726bf06e04..8fd42546cea 100644 --- a/lib/msun/amd64/e_sqrtl.S +++ b/lib/msun/amd64/e_sqrtl.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sqrtl) fldt 8(%rsp) fsqrt diff --git a/lib/msun/amd64/s_llrint.S b/lib/msun/amd64/s_llrint.S index ab098465cd5..6e07e3f26cd 100644 --- a/lib/msun/amd64/s_llrint.S +++ b/lib/msun/amd64/s_llrint.S @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$") - /* sizeof(long) == sizeof(long long) */ #define fn llrint #include "s_lrint.S" diff --git a/lib/msun/amd64/s_llrintf.S b/lib/msun/amd64/s_llrintf.S index e810e40b640..dd951647464 100644 --- a/lib/msun/amd64/s_llrintf.S +++ b/lib/msun/amd64/s_llrintf.S @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$") - /* sizeof(long) == sizeof(long long) */ #define fn llrintf #include "s_lrintf.S" diff --git a/lib/msun/amd64/s_llrintl.S b/lib/msun/amd64/s_llrintl.S index 69c7041558a..9d304e2793f 100644 --- a/lib/msun/amd64/s_llrintl.S +++ b/lib/msun/amd64/s_llrintl.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(llrintl) fldt 8(%rsp) subq $8,%rsp diff --git a/lib/msun/amd64/s_logbl.S b/lib/msun/amd64/s_logbl.S index 857ef7628b0..918ebb2c1d2 100644 --- a/lib/msun/amd64/s_logbl.S +++ b/lib/msun/amd64/s_logbl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(logbl) fldt 8(%rsp) fxtract diff --git a/lib/msun/amd64/s_lrint.S b/lib/msun/amd64/s_lrint.S index 5a5d28540c2..7e8b6243eaf 100644 --- a/lib/msun/amd64/s_lrint.S +++ b/lib/msun/amd64/s_lrint.S @@ -27,7 +27,6 @@ #include #ifndef fn -__FBSDID("$FreeBSD$") #define fn lrint #endif diff --git a/lib/msun/amd64/s_lrintf.S b/lib/msun/amd64/s_lrintf.S index 0c25a7f4c01..26ae000def0 100644 --- a/lib/msun/amd64/s_lrintf.S +++ b/lib/msun/amd64/s_lrintf.S @@ -27,7 +27,6 @@ #include #ifndef fn -__FBSDID("$FreeBSD$") #define fn lrintf #endif diff --git a/lib/msun/amd64/s_lrintl.S b/lib/msun/amd64/s_lrintl.S index bffdeb6386c..14c99e0ef23 100644 --- a/lib/msun/amd64/s_lrintl.S +++ b/lib/msun/amd64/s_lrintl.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(lrintl) fldt 8(%rsp) subq $8,%rsp diff --git a/lib/msun/amd64/s_remquo.S b/lib/msun/amd64/s_remquo.S index f000c360924..4ac4c1fd1c1 100644 --- a/lib/msun/amd64/s_remquo.S +++ b/lib/msun/amd64/s_remquo.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquo) movsd %xmm0,-8(%rsp) movsd %xmm1,-16(%rsp) diff --git a/lib/msun/amd64/s_remquof.S b/lib/msun/amd64/s_remquof.S index 3b2cd2db37b..d682670031d 100644 --- a/lib/msun/amd64/s_remquof.S +++ b/lib/msun/amd64/s_remquof.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquof) movss %xmm0,-4(%rsp) movss %xmm1,-8(%rsp) diff --git a/lib/msun/amd64/s_remquol.S b/lib/msun/amd64/s_remquol.S index 42a5ea20754..5479d676aaf 100644 --- a/lib/msun/amd64/s_remquol.S +++ b/lib/msun/amd64/s_remquol.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquol) fldt 24(%rsp) fldt 8(%rsp) diff --git a/lib/msun/amd64/s_scalbn.S b/lib/msun/amd64/s_scalbn.S index 3dc25ad49d4..a855c3f1ac2 100644 --- a/lib/msun/amd64/s_scalbn.S +++ b/lib/msun/amd64/s_scalbn.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(scalbn) movsd %xmm0,-8(%rsp) movl %edi,-12(%rsp) diff --git a/lib/msun/amd64/s_scalbnf.S b/lib/msun/amd64/s_scalbnf.S index 5ab4eec5844..32051444ef0 100644 --- a/lib/msun/amd64/s_scalbnf.S +++ b/lib/msun/amd64/s_scalbnf.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(scalbnf) movss %xmm0,-8(%rsp) movl %edi,-4(%rsp) diff --git a/lib/msun/amd64/s_scalbnl.S b/lib/msun/amd64/s_scalbnl.S index 021d329ff1a..1c9222fb0e8 100644 --- a/lib/msun/amd64/s_scalbnl.S +++ b/lib/msun/amd64/s_scalbnl.S @@ -4,7 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") */ ENTRY(scalbnl) diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c index c667293ed7c..398755a0aae 100644 --- a/lib/msun/bsdsrc/b_exp.c +++ b/lib/msun/bsdsrc/b_exp.c @@ -31,8 +31,6 @@ /* @(#)exp.c 8.1 (Berkeley) 6/4/93 */ #include -__FBSDID("$FreeBSD$"); - /* EXP(X) * RETURN THE EXPONENTIAL OF X * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS) diff --git a/lib/msun/bsdsrc/b_log.c b/lib/msun/bsdsrc/b_log.c index 9d09ac75470..aeec2936841 100644 --- a/lib/msun/bsdsrc/b_log.c +++ b/lib/msun/bsdsrc/b_log.c @@ -31,8 +31,6 @@ /* @(#)log.c 8.2 (Berkeley) 11/30/93 */ #include -__FBSDID("$FreeBSD$"); - /* Table-driven natural logarithm. * * This code was derived, with minor modifications, from: diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c index 493ced3769c..cc9f8f70297 100644 --- a/lib/msun/bsdsrc/b_tgamma.c +++ b/lib/msun/bsdsrc/b_tgamma.c @@ -44,8 +44,6 @@ /* @(#)gamma.c 8.1 (Berkeley) 6/4/93 */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/i387/e_exp.S b/lib/msun/i387/e_exp.S index a89ba425604..fa3a498a5e6 100644 --- a/lib/msun/i387/e_exp.S +++ b/lib/msun/i387/e_exp.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - /* e^x = 2^(x * log2(e)) */ ENTRY(exp) /* diff --git a/lib/msun/i387/e_fmod.S b/lib/msun/i387/e_fmod.S index 421cbba9be6..e0af3cb2e9c 100644 --- a/lib/msun/i387/e_fmod.S +++ b/lib/msun/i387/e_fmod.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmod) fldl 12(%esp) fldl 4(%esp) diff --git a/lib/msun/i387/e_fmodf.S b/lib/msun/i387/e_fmodf.S index e269447226e..60d1773e1e8 100644 --- a/lib/msun/i387/e_fmodf.S +++ b/lib/msun/i387/e_fmodf.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmodf) flds 8(%esp) flds 4(%esp) diff --git a/lib/msun/i387/e_fmodl.S b/lib/msun/i387/e_fmodl.S index 57e986c3d9f..34e49925c30 100644 --- a/lib/msun/i387/e_fmodl.S +++ b/lib/msun/i387/e_fmodl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(fmodl) fldt 16(%esp) fldt 4(%esp) diff --git a/lib/msun/i387/e_log.S b/lib/msun/i387/e_log.S index 103e118249a..3ac99a3fdd7 100644 --- a/lib/msun/i387/e_log.S +++ b/lib/msun/i387/e_log.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(log) fldln2 fldl 4(%esp) diff --git a/lib/msun/i387/e_log10.S b/lib/msun/i387/e_log10.S index 6ab4a5dc693..ed1c7349a5d 100644 --- a/lib/msun/i387/e_log10.S +++ b/lib/msun/i387/e_log10.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(log10) fldlg2 fldl 4(%esp) diff --git a/lib/msun/i387/e_log10f.S b/lib/msun/i387/e_log10f.S index fc75674115d..c7925a117f7 100644 --- a/lib/msun/i387/e_log10f.S +++ b/lib/msun/i387/e_log10f.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: e_log10f.S,v 1.1 1996/07/03 16:50:22 jtc Exp $") */ ENTRY(log10f) diff --git a/lib/msun/i387/e_logf.S b/lib/msun/i387/e_logf.S index 01511af1c75..e122afcace5 100644 --- a/lib/msun/i387/e_logf.S +++ b/lib/msun/i387/e_logf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: e_logf.S,v 1.2 1996/07/06 00:15:45 jtc Exp $") */ ENTRY(logf) diff --git a/lib/msun/i387/e_remainder.S b/lib/msun/i387/e_remainder.S index 0be86388ef4..163ad74120c 100644 --- a/lib/msun/i387/e_remainder.S +++ b/lib/msun/i387/e_remainder.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(remainder) fldl 12(%esp) fldl 4(%esp) diff --git a/lib/msun/i387/e_remainderf.S b/lib/msun/i387/e_remainderf.S index 38987e5bf4d..fcd46c3e418 100644 --- a/lib/msun/i387/e_remainderf.S +++ b/lib/msun/i387/e_remainderf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: e_remainderf.S,v 1.2 1995/05/08 23:49:47 jtc Exp $") */ ENTRY(remainderf) diff --git a/lib/msun/i387/e_remainderl.S b/lib/msun/i387/e_remainderl.S index 3dac0883640..d03cd4acb89 100644 --- a/lib/msun/i387/e_remainderl.S +++ b/lib/msun/i387/e_remainderl.S @@ -34,9 +34,6 @@ */ #include - -__FBSDID("$FreeBSD$") - ENTRY(remainderl) fldt 16(%esp) fldt 4(%esp) diff --git a/lib/msun/i387/e_sqrt.S b/lib/msun/i387/e_sqrt.S index 85814392553..7d8653e7209 100644 --- a/lib/msun/i387/e_sqrt.S +++ b/lib/msun/i387/e_sqrt.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sqrt) fldl 4(%esp) fsqrt diff --git a/lib/msun/i387/e_sqrtf.S b/lib/msun/i387/e_sqrtf.S index 75a9ae2770a..b8e561b8b87 100644 --- a/lib/msun/i387/e_sqrtf.S +++ b/lib/msun/i387/e_sqrtf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: e_sqrtf.S,v 1.2 1995/05/08 23:50:14 jtc Exp $") */ ENTRY(sqrtf) diff --git a/lib/msun/i387/e_sqrtl.S b/lib/msun/i387/e_sqrtl.S index aec8fbd9e53..c916dbca782 100644 --- a/lib/msun/i387/e_sqrtl.S +++ b/lib/msun/i387/e_sqrtl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sqrtl) fldt 4(%esp) fsqrt diff --git a/lib/msun/i387/invtrig.c b/lib/msun/i387/invtrig.c index d300663b282..523f022e054 100644 --- a/lib/msun/i387/invtrig.c +++ b/lib/msun/i387/invtrig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define STRUCT_DECLS diff --git a/lib/msun/i387/s_ceil.S b/lib/msun/i387/s_ceil.S index 71019ec6090..08fd2d500cf 100644 --- a/lib/msun/i387/s_ceil.S +++ b/lib/msun/i387/s_ceil.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(ceil) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_ceilf.S b/lib/msun/i387/s_ceilf.S index 44480dededa..27e2f3b4c02 100644 --- a/lib/msun/i387/s_ceilf.S +++ b/lib/msun/i387/s_ceilf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_ceilf.S,v 1.3 1995/05/08 23:52:44 jtc Exp $") */ ENTRY(ceilf) diff --git a/lib/msun/i387/s_ceill.S b/lib/msun/i387/s_ceill.S index 8ed48aa1e60..4f60c07d9ac 100644 --- a/lib/msun/i387/s_ceill.S +++ b/lib/msun/i387/s_ceill.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(ceill) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_copysign.S b/lib/msun/i387/s_copysign.S index 63a916f3127..6f69db1245f 100644 --- a/lib/msun/i387/s_copysign.S +++ b/lib/msun/i387/s_copysign.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(copysign) movl 16(%esp),%edx andl $0x80000000,%edx diff --git a/lib/msun/i387/s_copysignf.S b/lib/msun/i387/s_copysignf.S index 7ad1a64b3ad..cab971c888f 100644 --- a/lib/msun/i387/s_copysignf.S +++ b/lib/msun/i387/s_copysignf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_copysignf.S,v 1.3 1995/05/08 23:53:25 jtc Exp $") */ ENTRY(copysignf) diff --git a/lib/msun/i387/s_copysignl.S b/lib/msun/i387/s_copysignl.S index b4143c0dcee..7751792eb3b 100644 --- a/lib/msun/i387/s_copysignl.S +++ b/lib/msun/i387/s_copysignl.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(copysignl) movl 24(%esp),%edx andl $0x8000,%edx diff --git a/lib/msun/i387/s_cos.S b/lib/msun/i387/s_cos.S index 9951ab0674a..299f90b689b 100644 --- a/lib/msun/i387/s_cos.S +++ b/lib/msun/i387/s_cos.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(cos) fldl 4(%esp) fcos diff --git a/lib/msun/i387/s_finite.S b/lib/msun/i387/s_finite.S index 010785670d2..aec5afeb27e 100644 --- a/lib/msun/i387/s_finite.S +++ b/lib/msun/i387/s_finite.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(finite) movl 8(%esp),%eax andl $0x7ff00000, %eax diff --git a/lib/msun/i387/s_floor.S b/lib/msun/i387/s_floor.S index f9d1ab97689..b3a6621931f 100644 --- a/lib/msun/i387/s_floor.S +++ b/lib/msun/i387/s_floor.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(floor) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_floorf.S b/lib/msun/i387/s_floorf.S index ecd9307f7b3..65eb5b604f5 100644 --- a/lib/msun/i387/s_floorf.S +++ b/lib/msun/i387/s_floorf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_floorf.S,v 1.3 1995/05/09 00:04:32 jtc Exp $") */ ENTRY(floorf) diff --git a/lib/msun/i387/s_floorl.S b/lib/msun/i387/s_floorl.S index ae9e91baf21..b202c15db4f 100644 --- a/lib/msun/i387/s_floorl.S +++ b/lib/msun/i387/s_floorl.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(floorl) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_llrint.S b/lib/msun/i387/s_llrint.S index ded12a76342..ea9bea24f2f 100644 --- a/lib/msun/i387/s_llrint.S +++ b/lib/msun/i387/s_llrint.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(llrint) fldl 4(%esp) subl $8,%esp diff --git a/lib/msun/i387/s_llrintf.S b/lib/msun/i387/s_llrintf.S index 4372b7d6b29..31afcd0fdc4 100644 --- a/lib/msun/i387/s_llrintf.S +++ b/lib/msun/i387/s_llrintf.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(llrintf) flds 4(%esp) subl $8,%esp diff --git a/lib/msun/i387/s_llrintl.S b/lib/msun/i387/s_llrintl.S index aa349cbc1aa..3a5239080bd 100644 --- a/lib/msun/i387/s_llrintl.S +++ b/lib/msun/i387/s_llrintl.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(llrintl) fldt 4(%esp) subl $8,%esp diff --git a/lib/msun/i387/s_logb.S b/lib/msun/i387/s_logb.S index 8304aa240ef..d49e15db3e1 100644 --- a/lib/msun/i387/s_logb.S +++ b/lib/msun/i387/s_logb.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(logb) fldl 4(%esp) fxtract diff --git a/lib/msun/i387/s_logbf.S b/lib/msun/i387/s_logbf.S index 960f6f15c61..383b189182b 100644 --- a/lib/msun/i387/s_logbf.S +++ b/lib/msun/i387/s_logbf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_logbf.S,v 1.3 1995/05/09 00:15:12 jtc Exp $") */ ENTRY(logbf) diff --git a/lib/msun/i387/s_logbl.S b/lib/msun/i387/s_logbl.S index f175e7b51a4..e6eb369a5ec 100644 --- a/lib/msun/i387/s_logbl.S +++ b/lib/msun/i387/s_logbl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(logbl) fldt 4(%esp) fxtract diff --git a/lib/msun/i387/s_lrint.S b/lib/msun/i387/s_lrint.S index e138c523b1d..0203bda5c2c 100644 --- a/lib/msun/i387/s_lrint.S +++ b/lib/msun/i387/s_lrint.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(lrint) fldl 4(%esp) subl $4,%esp diff --git a/lib/msun/i387/s_lrintf.S b/lib/msun/i387/s_lrintf.S index 7571b7f1dd0..75f70d4b8de 100644 --- a/lib/msun/i387/s_lrintf.S +++ b/lib/msun/i387/s_lrintf.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(lrintf) flds 4(%esp) subl $4,%esp diff --git a/lib/msun/i387/s_lrintl.S b/lib/msun/i387/s_lrintl.S index 9a8b467a3c1..3aeef8e0332 100644 --- a/lib/msun/i387/s_lrintl.S +++ b/lib/msun/i387/s_lrintl.S @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(lrintl) fldt 4(%esp) subl $4,%esp diff --git a/lib/msun/i387/s_remquo.S b/lib/msun/i387/s_remquo.S index 5fc43886224..07c327e29c8 100644 --- a/lib/msun/i387/s_remquo.S +++ b/lib/msun/i387/s_remquo.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquo) fldl 12(%esp) fldl 4(%esp) diff --git a/lib/msun/i387/s_remquof.S b/lib/msun/i387/s_remquof.S index 32ee3997839..6cad8ec57cb 100644 --- a/lib/msun/i387/s_remquof.S +++ b/lib/msun/i387/s_remquof.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquof) flds 8(%esp) flds 4(%esp) diff --git a/lib/msun/i387/s_remquol.S b/lib/msun/i387/s_remquol.S index 59a62cbefe7..435bb15352e 100644 --- a/lib/msun/i387/s_remquol.S +++ b/lib/msun/i387/s_remquol.S @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(remquol) fldt 16(%esp) fldt 4(%esp) diff --git a/lib/msun/i387/s_rint.S b/lib/msun/i387/s_rint.S index 130819bfce5..d78658a973b 100644 --- a/lib/msun/i387/s_rint.S +++ b/lib/msun/i387/s_rint.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(rint) fldl 4(%esp) frndint diff --git a/lib/msun/i387/s_rintf.S b/lib/msun/i387/s_rintf.S index e188ae4c7f0..51ecf8c6c1d 100644 --- a/lib/msun/i387/s_rintf.S +++ b/lib/msun/i387/s_rintf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_rintf.S,v 1.3 1995/05/09 00:17:22 jtc Exp $") */ ENTRY(rintf) diff --git a/lib/msun/i387/s_rintl.S b/lib/msun/i387/s_rintl.S index 8be8d96ebcd..0efb554302d 100644 --- a/lib/msun/i387/s_rintl.S +++ b/lib/msun/i387/s_rintl.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(rintl) fldt 4(%esp) frndint diff --git a/lib/msun/i387/s_scalbn.S b/lib/msun/i387/s_scalbn.S index 94d73e48e03..ee5eabaecb1 100644 --- a/lib/msun/i387/s_scalbn.S +++ b/lib/msun/i387/s_scalbn.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(scalbn) fildl 12(%esp) fldl 4(%esp) diff --git a/lib/msun/i387/s_scalbnf.S b/lib/msun/i387/s_scalbnf.S index d61888bde21..ce1377c8792 100644 --- a/lib/msun/i387/s_scalbnf.S +++ b/lib/msun/i387/s_scalbnf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") */ ENTRY(scalbnf) diff --git a/lib/msun/i387/s_scalbnl.S b/lib/msun/i387/s_scalbnl.S index 3881f8177b7..6c81c7d586e 100644 --- a/lib/msun/i387/s_scalbnl.S +++ b/lib/msun/i387/s_scalbnl.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") */ ENTRY(scalbnl) diff --git a/lib/msun/i387/s_significand.S b/lib/msun/i387/s_significand.S index ac0ffcf7b90..38003bb4bf2 100644 --- a/lib/msun/i387/s_significand.S +++ b/lib/msun/i387/s_significand.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(significand) fldl 4(%esp) fxtract diff --git a/lib/msun/i387/s_significandf.S b/lib/msun/i387/s_significandf.S index 985ad970cf4..b2f7f03da83 100644 --- a/lib/msun/i387/s_significandf.S +++ b/lib/msun/i387/s_significandf.S @@ -4,8 +4,6 @@ */ #include - -__FBSDID("$FreeBSD$"); /* RCSID("$NetBSD: s_significandf.S,v 1.3 1995/05/09 00:24:07 jtc Exp $") */ ENTRY(significandf) diff --git a/lib/msun/i387/s_sin.S b/lib/msun/i387/s_sin.S index eb047540d73..affe27894ba 100644 --- a/lib/msun/i387/s_sin.S +++ b/lib/msun/i387/s_sin.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(sin) fldl 4(%esp) fsin diff --git a/lib/msun/i387/s_tan.S b/lib/msun/i387/s_tan.S index 182b9f76459..e14b223def4 100644 --- a/lib/msun/i387/s_tan.S +++ b/lib/msun/i387/s_tan.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(tan) fldl 4(%esp) fptan diff --git a/lib/msun/i387/s_trunc.S b/lib/msun/i387/s_trunc.S index 61bbc537556..1124d543009 100644 --- a/lib/msun/i387/s_trunc.S +++ b/lib/msun/i387/s_trunc.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(trunc) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_truncf.S b/lib/msun/i387/s_truncf.S index 4c6c3f1f2ca..332834ff208 100644 --- a/lib/msun/i387/s_truncf.S +++ b/lib/msun/i387/s_truncf.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(truncf) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/i387/s_truncl.S b/lib/msun/i387/s_truncl.S index a52471966b9..16181b61f8b 100644 --- a/lib/msun/i387/s_truncl.S +++ b/lib/msun/i387/s_truncl.S @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$") - ENTRY(truncl) pushl %ebp movl %esp,%ebp diff --git a/lib/msun/ld128/e_lgammal_r.c b/lib/msun/ld128/e_lgammal_r.c index 53d3af17d89..e3d97b6d18b 100644 --- a/lib/msun/ld128/e_lgammal_r.c +++ b/lib/msun/ld128/e_lgammal_r.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_lgamma_r.c for complete comments. * diff --git a/lib/msun/ld128/e_powl.c b/lib/msun/ld128/e_powl.c index 12b92a1a98b..fd8b57b66bd 100644 --- a/lib/msun/ld128/e_powl.c +++ b/lib/msun/ld128/e_powl.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/ld128/e_rem_pio2l.h b/lib/msun/ld128/e_rem_pio2l.h index fcef399a83a..35ed0b865a7 100644 --- a/lib/msun/ld128/e_rem_pio2l.h +++ b/lib/msun/ld128/e_rem_pio2l.h @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* ld128 version of __ieee754_rem_pio2l(x,y) * * return the remainder of x rem pi/2 in y[0]+y[1] diff --git a/lib/msun/ld128/invtrig.c b/lib/msun/ld128/invtrig.c index 3ba767ba598..cd9a276b68d 100644 --- a/lib/msun/ld128/invtrig.c +++ b/lib/msun/ld128/invtrig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "invtrig.h" /* diff --git a/lib/msun/ld128/k_cosl.c b/lib/msun/ld128/k_cosl.c index 422357bf8a6..8280378c429 100644 --- a/lib/msun/ld128/k_cosl.c +++ b/lib/msun/ld128/k_cosl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld128 version of k_cos.c. See ../src/k_cos.c for most comments. */ diff --git a/lib/msun/ld128/k_expl.h b/lib/msun/ld128/k_expl.h index 3faf7a7f097..71924f16c8a 100644 --- a/lib/msun/ld128/k_expl.h +++ b/lib/msun/ld128/k_expl.h @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld128 version of k_expl.h. See ../ld80/s_expl.c for most comments. * diff --git a/lib/msun/ld128/k_sinl.c b/lib/msun/ld128/k_sinl.c index 09472d65f5c..ca54f9f1a63 100644 --- a/lib/msun/ld128/k_sinl.c +++ b/lib/msun/ld128/k_sinl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld128 version of k_sin.c. See ../src/k_sin.c for most comments. */ diff --git a/lib/msun/ld128/k_tanl.c b/lib/msun/ld128/k_tanl.c index d7ec0b93d0e..daff6b2bde8 100644 --- a/lib/msun/ld128/k_tanl.c +++ b/lib/msun/ld128/k_tanl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld128 version of k_tan.c. See ../src/k_tan.c for most comments. */ diff --git a/lib/msun/ld128/s_cexpl.c b/lib/msun/ld128/s_cexpl.c index a7b81c76415..1e4141f162c 100644 --- a/lib/msun/ld128/s_cexpl.c +++ b/lib/msun/ld128/s_cexpl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/ld128/s_erfl.c b/lib/msun/ld128/s_erfl.c index e29c9691f45..43ba2f0bed8 100644 --- a/lib/msun/ld128/s_erfl.c +++ b/lib/msun/ld128/s_erfl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See s_erf.c for complete comments. * diff --git a/lib/msun/ld128/s_exp2l.c b/lib/msun/ld128/s_exp2l.c index bcbdc5f5017..74ae8c2daad 100644 --- a/lib/msun/ld128/s_exp2l.c +++ b/lib/msun/ld128/s_exp2l.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/ld128/s_expl.c b/lib/msun/ld128/s_expl.c index 0274a8f302d..6d6c22d917f 100644 --- a/lib/msun/ld128/s_expl.c +++ b/lib/msun/ld128/s_expl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld128 version of s_expl.c. See ../ld80/s_expl.c for most comments. */ diff --git a/lib/msun/ld128/s_logl.c b/lib/msun/ld128/s_logl.c index bc538840a76..8961dd0c96d 100644 --- a/lib/msun/ld128/s_logl.c +++ b/lib/msun/ld128/s_logl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * Implementation of the natural logarithm of x for 128-bit format. * diff --git a/lib/msun/ld80/e_lgammal_r.c b/lib/msun/ld80/e_lgammal_r.c index f56758b1891..cfd73b408b8 100644 --- a/lib/msun/ld80/e_lgammal_r.c +++ b/lib/msun/ld80/e_lgammal_r.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_lgamma_r.c for complete comments. * diff --git a/lib/msun/ld80/e_powl.c b/lib/msun/ld80/e_powl.c index ea25354c2aa..2daf26aab93 100644 --- a/lib/msun/ld80/e_powl.c +++ b/lib/msun/ld80/e_powl.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math_private.h" @@ -117,8 +115,6 @@ __p1evll(long double x, long double *PP, int n) */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/ld80/e_rem_pio2l.h b/lib/msun/ld80/e_rem_pio2l.h index 9a5c64ca994..d9e4d3a0941 100644 --- a/lib/msun/ld80/e_rem_pio2l.h +++ b/lib/msun/ld80/e_rem_pio2l.h @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* ld80 version of __ieee754_rem_pio2l(x,y) * * return the remainder of x rem pi/2 in y[0]+y[1] diff --git a/lib/msun/ld80/invtrig.c b/lib/msun/ld80/invtrig.c index 879009b0c7b..0e2d4954639 100644 --- a/lib/msun/ld80/invtrig.c +++ b/lib/msun/ld80/invtrig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "invtrig.h" /* diff --git a/lib/msun/ld80/k_cosl.c b/lib/msun/ld80/k_cosl.c index 6dde6adad2d..e76d429b90e 100644 --- a/lib/msun/ld80/k_cosl.c +++ b/lib/msun/ld80/k_cosl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld80 version of k_cos.c. See ../src/k_cos.c for most comments. */ diff --git a/lib/msun/ld80/k_expl.h b/lib/msun/ld80/k_expl.h index b93fef8440d..8c3617e4b17 100644 --- a/lib/msun/ld80/k_expl.h +++ b/lib/msun/ld80/k_expl.h @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See s_expl.c for more comments about __k_expl(). * diff --git a/lib/msun/ld80/k_sinl.c b/lib/msun/ld80/k_sinl.c index af5598dbadf..21c1946b5e1 100644 --- a/lib/msun/ld80/k_sinl.c +++ b/lib/msun/ld80/k_sinl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld80 version of k_sin.c. See ../src/k_sin.c for most comments. */ diff --git a/lib/msun/ld80/k_tanl.c b/lib/msun/ld80/k_tanl.c index 80ceef61f1c..4965c669979 100644 --- a/lib/msun/ld80/k_tanl.c +++ b/lib/msun/ld80/k_tanl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ld80 version of k_tan.c. See ../src/k_tan.c for most comments. */ diff --git a/lib/msun/ld80/s_cexpl.c b/lib/msun/ld80/s_cexpl.c index 2d7624fac33..81a4d727561 100644 --- a/lib/msun/ld80/s_cexpl.c +++ b/lib/msun/ld80/s_cexpl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef __i386__ diff --git a/lib/msun/ld80/s_erfl.c b/lib/msun/ld80/s_erfl.c index 1ae2f909270..362b4f07d6b 100644 --- a/lib/msun/ld80/s_erfl.c +++ b/lib/msun/ld80/s_erfl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See s_erf.c for complete comments. * diff --git a/lib/msun/ld80/s_exp2l.c b/lib/msun/ld80/s_exp2l.c index a7125e4162e..94aecf1843c 100644 --- a/lib/msun/ld80/s_exp2l.c +++ b/lib/msun/ld80/s_exp2l.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/ld80/s_expl.c b/lib/msun/ld80/s_expl.c index a41de4d6d1d..065e02fae1b 100644 --- a/lib/msun/ld80/s_expl.c +++ b/lib/msun/ld80/s_expl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * Compute the exponential of x for Intel 80-bit format. This is based on: * diff --git a/lib/msun/ld80/s_logl.c b/lib/msun/ld80/s_logl.c index abe77824954..459374d7d16 100644 --- a/lib/msun/ld80/s_logl.c +++ b/lib/msun/ld80/s_logl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * Implementation of the natural logarithm of x for Intel 80-bit format. * diff --git a/lib/msun/src/catrig.c b/lib/msun/src/catrig.c index 82061b5ba43..929811a09a3 100644 --- a/lib/msun/src/catrig.c +++ b/lib/msun/src/catrig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/catrigf.c b/lib/msun/src/catrigf.c index fb4a6bf5d47..7feecfc5de3 100644 --- a/lib/msun/src/catrigf.c +++ b/lib/msun/src/catrigf.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/catrigl.c b/lib/msun/src/catrigl.c index e66f87a24a4..7cc3c143173 100644 --- a/lib/msun/src/catrigl.c +++ b/lib/msun/src/catrigl.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/e_acos.c b/lib/msun/src/e_acos.c index 6623355baa7..275d0ebb775 100644 --- a/lib/msun/src/e_acos.c +++ b/lib/msun/src/e_acos.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* acos(x) * Method : * acos(x) = pi/2 - asin(x) diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c index 64f1c5afb18..29f6d4a7849 100644 --- a/lib/msun/src/e_acosf.c +++ b/lib/msun/src/e_acosf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_acosh.c b/lib/msun/src/e_acosh.c index 7947995820d..d50f5513ee5 100644 --- a/lib/msun/src/e_acosh.c +++ b/lib/msun/src/e_acosh.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* acosh(x) * Method : * Based on diff --git a/lib/msun/src/e_acoshf.c b/lib/msun/src/e_acoshf.c index 781ccf2a115..df12609671c 100644 --- a/lib/msun/src/e_acoshf.c +++ b/lib/msun/src/e_acoshf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_acoshl.c b/lib/msun/src/e_acoshl.c index b9f3aed67e6..8f3d3963e7c 100644 --- a/lib/msun/src/e_acoshl.c +++ b/lib/msun/src/e_acoshl.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_acosh.c for complete comments. * diff --git a/lib/msun/src/e_acosl.c b/lib/msun/src/e_acosl.c index d33c8fedab8..524fa756a10 100644 --- a/lib/msun/src/e_acosl.c +++ b/lib/msun/src/e_acosl.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See comments in e_acos.c. * Converted to long double by David Schultz . diff --git a/lib/msun/src/e_asin.c b/lib/msun/src/e_asin.c index fa180ab5701..ae6e496850e 100644 --- a/lib/msun/src/e_asin.c +++ b/lib/msun/src/e_asin.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* asin(x) * Method : * Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ... diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c index db4b9b6034f..391c15870f8 100644 --- a/lib/msun/src/e_asinf.c +++ b/lib/msun/src/e_asinf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_asinl.c b/lib/msun/src/e_asinl.c index a85765f1bf5..d0cff2f536f 100644 --- a/lib/msun/src/e_asinl.c +++ b/lib/msun/src/e_asinl.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See comments in e_asin.c. * Converted to long double by David Schultz . diff --git a/lib/msun/src/e_atan2.c b/lib/msun/src/e_atan2.c index 0b2e72102ed..f4d3ed2e00d 100644 --- a/lib/msun/src/e_atan2.c +++ b/lib/msun/src/e_atan2.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* atan2(y,x) * Method : * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x). diff --git a/lib/msun/src/e_atan2f.c b/lib/msun/src/e_atan2f.c index 4ea001df974..af8c0085147 100644 --- a/lib/msun/src/e_atan2f.c +++ b/lib/msun/src/e_atan2f.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_atan2l.c b/lib/msun/src/e_atan2l.c index 94ebdec5432..722334f7679 100644 --- a/lib/msun/src/e_atan2l.c +++ b/lib/msun/src/e_atan2l.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See comments in e_atan2.c. * Converted to long double by David Schultz . diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c index 41f3bcaca26..3eabaaf8240 100644 --- a/lib/msun/src/e_atanh.c +++ b/lib/msun/src/e_atanh.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* atanh(x) * Method : * 1.Reduced x to positive by atanh(-x) = -atanh(x) diff --git a/lib/msun/src/e_atanhf.c b/lib/msun/src/e_atanhf.c index 46643beb5ab..134513e5b81 100644 --- a/lib/msun/src/e_atanhf.c +++ b/lib/msun/src/e_atanhf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_atanhl.c b/lib/msun/src/e_atanhl.c index 11d56ea52e7..66a301f52ab 100644 --- a/lib/msun/src/e_atanhl.c +++ b/lib/msun/src/e_atanhl.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_atanh.c for complete comments. * diff --git a/lib/msun/src/e_cosh.c b/lib/msun/src/e_cosh.c index 071663eb4e1..56ec7d56093 100644 --- a/lib/msun/src/e_cosh.c +++ b/lib/msun/src/e_cosh.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* cosh(x) * Method : * mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2 diff --git a/lib/msun/src/e_coshf.c b/lib/msun/src/e_coshf.c index 1673315d7b3..8c5457e24a5 100644 --- a/lib/msun/src/e_coshf.c +++ b/lib/msun/src/e_coshf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_coshl.c b/lib/msun/src/e_coshl.c index 4e3b28311e7..de54b8183bb 100644 --- a/lib/msun/src/e_coshl.c +++ b/lib/msun/src/e_coshl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_cosh.c for complete comments. * diff --git a/lib/msun/src/e_exp.c b/lib/msun/src/e_exp.c index 59da3921739..afbcdb3db7b 100644 --- a/lib/msun/src/e_exp.c +++ b/lib/msun/src/e_exp.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* exp(x) * Returns the exponential of x. * diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c index 620d341be27..2dbce9dd870 100644 --- a/lib/msun/src/e_expf.c +++ b/lib/msun/src/e_expf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/e_fmod.c b/lib/msun/src/e_fmod.c index 6d5f5332cb8..fdfb56c2a47 100644 --- a/lib/msun/src/e_fmod.c +++ b/lib/msun/src/e_fmod.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * fmod(x,y) * Return x mod y in exact arithmetic diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c index 3cef9213c1e..0e6633fbe73 100644 --- a/lib/msun/src/e_fmodf.c +++ b/lib/msun/src/e_fmodf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * fmodf(x,y) * Return x mod y in exact arithmetic diff --git a/lib/msun/src/e_fmodl.c b/lib/msun/src/e_fmodl.c index ad3bcc34c9a..8a348ee117e 100644 --- a/lib/msun/src/e_fmodl.c +++ b/lib/msun/src/e_fmodl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/e_gamma.c b/lib/msun/src/e_gamma.c index a13f3e22c08..7757337b59a 100644 --- a/lib/msun/src/e_gamma.c +++ b/lib/msun/src/e_gamma.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* gamma(x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/msun/src/e_gamma_r.c b/lib/msun/src/e_gamma_r.c index 2d996cabca2..f204685c3f7 100644 --- a/lib/msun/src/e_gamma_r.c +++ b/lib/msun/src/e_gamma_r.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* gamma_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/msun/src/e_gammaf.c b/lib/msun/src/e_gammaf.c index 563c1482282..3afef79de53 100644 --- a/lib/msun/src/e_gammaf.c +++ b/lib/msun/src/e_gammaf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* gammaf(x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c index d7fc2db1e96..5b3bd535aa4 100644 --- a/lib/msun/src/e_gammaf_r.c +++ b/lib/msun/src/e_gammaf_r.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* gammaf_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/msun/src/e_hypot.c b/lib/msun/src/e_hypot.c index 8e3f9317b3a..8d9c2b11dd9 100644 --- a/lib/msun/src/e_hypot.c +++ b/lib/msun/src/e_hypot.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* hypot(x,y) * * Method : diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c index a3b8c866697..c976fd33014 100644 --- a/lib/msun/src/e_hypotf.c +++ b/lib/msun/src/e_hypotf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_hypotl.c b/lib/msun/src/e_hypotl.c index fc43538dfa6..0a89e3a0e21 100644 --- a/lib/msun/src/e_hypotl.c +++ b/lib/msun/src/e_hypotl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* long double version of hypot(). See e_hypot.c for most comments. */ #include diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c index c43ab6996b4..20e0d36b162 100644 --- a/lib/msun/src/e_j0.c +++ b/lib/msun/src/e_j0.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* j0(x), y0(x) * Bessel function of the first and second kinds of order zero. * Method -- j0(x): diff --git a/lib/msun/src/e_j0f.c b/lib/msun/src/e_j0f.c index 290be04fc90..1cb318d8085 100644 --- a/lib/msun/src/e_j0f.c +++ b/lib/msun/src/e_j0f.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_j0.c for complete comments. */ diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c index ee3f6fcc69d..7c7812325cc 100644 --- a/lib/msun/src/e_j1.c +++ b/lib/msun/src/e_j1.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* j1(x), y1(x) * Bessel function of the first and second kinds of order zero. * Method -- j1(x): diff --git a/lib/msun/src/e_j1f.c b/lib/msun/src/e_j1f.c index e1f4498b71a..c022557c4d6 100644 --- a/lib/msun/src/e_j1f.c +++ b/lib/msun/src/e_j1f.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_j1.c for complete comments. */ diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c index 6b876ce6955..9735b03429f 100644 --- a/lib/msun/src/e_jn.c +++ b/lib/msun/src/e_jn.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * jn(n, x), yn(n, x) * floating point Bessel's function of the 1st and 2nd kind diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c index ba586226dae..2eadaa1cc07 100644 --- a/lib/msun/src/e_jnf.c +++ b/lib/msun/src/e_jnf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_jn.c for complete comments. */ diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c index 9c4a30e6e13..1d74db1c6af 100644 --- a/lib/msun/src/e_lgamma.c +++ b/lib/msun/src/e_lgamma.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* lgamma(x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c index c020b638e7c..38efe438563 100644 --- a/lib/msun/src/e_lgamma_r.c +++ b/lib/msun/src/e_lgamma_r.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* 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/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c index 00a816c35c3..b3073557c92 100644 --- a/lib/msun/src/e_lgammaf.c +++ b/lib/msun/src/e_lgammaf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* lgammaf(x) * Return the logarithm of the Gamma function of x. * diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c index fdd23218e58..86f554f3bd3 100644 --- a/lib/msun/src/e_lgammaf_r.c +++ b/lib/msun/src/e_lgammaf_r.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_lgammal.c b/lib/msun/src/e_lgammal.c index ebc2fc78cbb..c45a62a7268 100644 --- a/lib/msun/src/e_lgammal.c +++ b/lib/msun/src/e_lgammal.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c index 03ce8206137..5dff93c66c5 100644 --- a/lib/msun/src/e_log.c +++ b/lib/msun/src/e_log.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* log(x) * Return the logrithm of x * diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c index 595c2380894..89efd791265 100644 --- a/lib/msun/src/e_log10.c +++ b/lib/msun/src/e_log10.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Return the base 10 logarithm of x. See e_log.c and k_log.h for most * comments. diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c index d0c3a53c88e..f240d14fca2 100644 --- a/lib/msun/src/e_log10f.c +++ b/lib/msun/src/e_log10f.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Float version of e_log10.c. See the latter for most comments. */ diff --git a/lib/msun/src/e_log2.c b/lib/msun/src/e_log2.c index 10b1c00d50d..eb099171f66 100644 --- a/lib/msun/src/e_log2.c +++ b/lib/msun/src/e_log2.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Return the base 2 logarithm of x. See e_log.c and k_log.h for most * comments. diff --git a/lib/msun/src/e_log2f.c b/lib/msun/src/e_log2f.c index 956f33a344a..7c1b5c032bd 100644 --- a/lib/msun/src/e_log2f.c +++ b/lib/msun/src/e_log2f.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Float version of e_log2.c. See the latter for most comments. */ diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c index 68a4d5d8834..2bbdd068591 100644 --- a/lib/msun/src/e_logf.c +++ b/lib/msun/src/e_logf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_pow.c b/lib/msun/src/e_pow.c index adc64c99852..8b62c49abe4 100644 --- a/lib/msun/src/e_pow.c +++ b/lib/msun/src/e_pow.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* pow(x,y) return x**y * * n diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c index f5a2c70c7c2..ff872ab4632 100644 --- a/lib/msun/src/e_powf.c +++ b/lib/msun/src/e_powf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_rem_pio2.c b/lib/msun/src/e_rem_pio2.c index 47b651351a8..ef4107af94c 100644 --- a/lib/msun/src/e_rem_pio2.c +++ b/lib/msun/src/e_rem_pio2.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* __ieee754_rem_pio2(x,y) * * return the remainder of x rem pi/2 in y[0]+y[1] diff --git a/lib/msun/src/e_rem_pio2f.c b/lib/msun/src/e_rem_pio2f.c index 597f6139f24..26f6bc85791 100644 --- a/lib/msun/src/e_rem_pio2f.c +++ b/lib/msun/src/e_rem_pio2f.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* __ieee754_rem_pio2f(x,y) * * return the remainder of x rem pi/2 in *y diff --git a/lib/msun/src/e_remainder.c b/lib/msun/src/e_remainder.c index 13156d8cbc6..bd1ce895061 100644 --- a/lib/msun/src/e_remainder.c +++ b/lib/msun/src/e_remainder.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* remainder(x,p) * Return : * returns x REM p = x - [x/p]*p as if in infinite diff --git a/lib/msun/src/e_remainderf.c b/lib/msun/src/e_remainderf.c index e0dcfd181df..053ae45c4a1 100644 --- a/lib/msun/src/e_remainderf.c +++ b/lib/msun/src/e_remainderf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_remainderl.c b/lib/msun/src/e_remainderl.c index 22956733456..4606cf874d7 100644 --- a/lib/msun/src/e_remainderl.c +++ b/lib/msun/src/e_remainderl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include long double diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c index 84a68939b83..8a38ddb68d8 100644 --- a/lib/msun/src/e_scalb.c +++ b/lib/msun/src/e_scalb.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * scalb(x, fn) is provide for * passing various standard test suite. One diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c index 28483a5e282..ca94a9fb163 100644 --- a/lib/msun/src/e_scalbf.c +++ b/lib/msun/src/e_scalbf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c index 9fe89996a09..b19a4a2f7d4 100644 --- a/lib/msun/src/e_sinh.c +++ b/lib/msun/src/e_sinh.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* sinh(x) * Method : * mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2 diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c index 082beb14fb1..7aa177b69f1 100644 --- a/lib/msun/src/e_sinhf.c +++ b/lib/msun/src/e_sinhf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_sinhl.c b/lib/msun/src/e_sinhl.c index 38d3df19596..121bace1d6c 100644 --- a/lib/msun/src/e_sinhl.c +++ b/lib/msun/src/e_sinhl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See e_sinh.c for complete comments. * diff --git a/lib/msun/src/e_sqrt.c b/lib/msun/src/e_sqrt.c index 5460dd0dbdd..ea588c97f5d 100644 --- a/lib/msun/src/e_sqrt.c +++ b/lib/msun/src/e_sqrt.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/e_sqrtl.c b/lib/msun/src/e_sqrtl.c index 67c777f960d..beb4e7a9c94 100644 --- a/lib/msun/src/e_sqrtl.c +++ b/lib/msun/src/e_sqrtl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/k_cos.c b/lib/msun/src/k_cos.c index c4702e65b28..8cc9a0e83ef 100644 --- a/lib/msun/src/k_cos.c +++ b/lib/msun/src/k_cos.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * __kernel_cos( x, y ) * kernel cos function on [-pi/4, pi/4], pi/4 ~ 0.785398164 diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c index f7a2c0ae15c..a93011b52c0 100644 --- a/lib/msun/src/k_cosf.c +++ b/lib/msun/src/k_cosf.c @@ -16,7 +16,6 @@ #ifndef INLINE_KERNEL_COSDF #include -__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/k_exp.c b/lib/msun/src/k_exp.c index 1b86cd6852d..ce8e3591827 100644 --- a/lib/msun/src/k_exp.c +++ b/lib/msun/src/k_exp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/k_expf.c b/lib/msun/src/k_expf.c index 7071632c35c..61478214e73 100644 --- a/lib/msun/src/k_expf.c +++ b/lib/msun/src/k_expf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/k_log.h b/lib/msun/src/k_log.h index aaff8bd9000..f1522713932 100644 --- a/lib/msun/src/k_log.h +++ b/lib/msun/src/k_log.h @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * k_log1p(f): * Return log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)]. diff --git a/lib/msun/src/k_logf.h b/lib/msun/src/k_logf.h index 71c547e888a..3f637cd6a9e 100644 --- a/lib/msun/src/k_logf.h +++ b/lib/msun/src/k_logf.h @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Float version of k_log.h. See the latter for most comments. */ diff --git a/lib/msun/src/k_rem_pio2.c b/lib/msun/src/k_rem_pio2.c index 0a717f76842..952bebb6ed2 100644 --- a/lib/msun/src/k_rem_pio2.c +++ b/lib/msun/src/k_rem_pio2.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * __kernel_rem_pio2(x,y,e0,nx,prec) * double x[],y[]; int e0,nx,prec; diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c index 12ee8c143a5..6d24a0f21d9 100644 --- a/lib/msun/src/k_sin.c +++ b/lib/msun/src/k_sin.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* __kernel_sin( x, y, iy) * kernel sin function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854 * Input x is assumed to be bounded by ~pi/4 in magnitude. diff --git a/lib/msun/src/k_sincos.h b/lib/msun/src/k_sincos.h index 6f03be29776..a29a57c0634 100644 --- a/lib/msun/src/k_sincos.h +++ b/lib/msun/src/k_sincos.h @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - static const double S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ diff --git a/lib/msun/src/k_sincosf.h b/lib/msun/src/k_sincosf.h index 073986db881..01f5d48b23e 100644 --- a/lib/msun/src/k_sincosf.h +++ b/lib/msun/src/k_sincosf.h @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* |sin(x)/x - s(x)| < 2**-37.5 (~[-4.89e-12, 4.824e-12]). */ static const double S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ diff --git a/lib/msun/src/k_sincosl.h b/lib/msun/src/k_sincosl.h index 6425f14a1ea..918d49f54f5 100644 --- a/lib/msun/src/k_sincosl.h +++ b/lib/msun/src/k_sincosl.h @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if LDBL_MANT_DIG == 64 /* ld80 version of k_sincosl.c. */ #if defined(__amd64__) || defined(__i386__) diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c index 0841759b17f..ef547e36bf5 100644 --- a/lib/msun/src/k_sinf.c +++ b/lib/msun/src/k_sinf.c @@ -16,7 +16,6 @@ #ifndef INLINE_KERNEL_SINDF #include -__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c index 2e86c3bf648..5ebcddda09e 100644 --- a/lib/msun/src/k_tan.c +++ b/lib/msun/src/k_tan.c @@ -12,8 +12,6 @@ /* INDENT OFF */ #include -__FBSDID("$FreeBSD$"); - /* __kernel_tan( x, y, k ) * kernel tan function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854 * Input x is assumed to be bounded by ~pi/4 in magnitude. diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c index 5be14458b80..6ab7be71e32 100644 --- a/lib/msun/src/k_tanf.c +++ b/lib/msun/src/k_tanf.c @@ -15,7 +15,6 @@ #ifndef INLINE_KERNEL_TANDF #include -__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c index a1b9169bef9..a8bad118f6b 100644 --- a/lib/msun/src/s_asinh.c +++ b/lib/msun/src/s_asinh.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* asinh(x) * Method : * Based on diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c index 72bcefed934..822b0187ad0 100644 --- a/lib/msun/src/s_asinhf.c +++ b/lib/msun/src/s_asinhf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_asinhl.c b/lib/msun/src/s_asinhl.c index ba28f599c3c..d80405821ff 100644 --- a/lib/msun/src/s_asinhl.c +++ b/lib/msun/src/s_asinhl.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See s_asinh.c for complete comments. * diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c index 566f5dc7b99..d2bfacf52ab 100644 --- a/lib/msun/src/s_atan.c +++ b/lib/msun/src/s_atan.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* atan(x) * Method * 1. Reduce x to positive by atan(x) = -atan(-x). diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c index b3a371f3712..30666fe0b66 100644 --- a/lib/msun/src/s_atanf.c +++ b/lib/msun/src/s_atanf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_atanl.c b/lib/msun/src/s_atanl.c index ff29c3ce8a1..b85cb131035 100644 --- a/lib/msun/src/s_atanl.c +++ b/lib/msun/src/s_atanl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See comments in s_atan.c. * Converted to long double by David Schultz . diff --git a/lib/msun/src/s_carg.c b/lib/msun/src/s_carg.c index f203198ecbc..45714bbdb18 100644 --- a/lib/msun/src/s_carg.c +++ b/lib/msun/src/s_carg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_cargf.c b/lib/msun/src/s_cargf.c index 6ea487cdb88..c4d53006b54 100644 --- a/lib/msun/src/s_cargf.c +++ b/lib/msun/src/s_cargf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_cargl.c b/lib/msun/src/s_cargl.c index ba3943822f6..d7f8206e960 100644 --- a/lib/msun/src/s_cargl.c +++ b/lib/msun/src/s_cargl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index 4353d340a1a..afb601bf0fb 100644 --- a/lib/msun/src/s_cbrt.c +++ b/lib/msun/src/s_cbrt.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c index 454f97484b7..f013e1f1eb6 100644 --- a/lib/msun/src/s_cbrtf.c +++ b/lib/msun/src/s_cbrtf.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_cbrtl.c b/lib/msun/src/s_cbrtl.c index b15c96ecde0..3ed939cccf9 100644 --- a/lib/msun/src/s_cbrtl.c +++ b/lib/msun/src/s_cbrtl.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __i386__ #include diff --git a/lib/msun/src/s_ccosh.c b/lib/msun/src/s_ccosh.c index 0fd9206da34..95ed3a32ddd 100644 --- a/lib/msun/src/s_ccosh.c +++ b/lib/msun/src/s_ccosh.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_ccoshf.c b/lib/msun/src/s_ccoshf.c index 2db840362ba..ba97a390c83 100644 --- a/lib/msun/src/s_ccoshf.c +++ b/lib/msun/src/s_ccoshf.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_ceil.c b/lib/msun/src/s_ceil.c index 929f813de0a..9c041b2a94e 100644 --- a/lib/msun/src/s_ceil.c +++ b/lib/msun/src/s_ceil.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ceil(x) * Return x rounded toward -inf to integral value diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c index 23bfe04e89a..3cb0e11688b 100644 --- a/lib/msun/src/s_ceilf.c +++ b/lib/msun/src/s_ceilf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_ceill.c b/lib/msun/src/s_ceill.c index 2d1045fe60d..28c0881e8da 100644 --- a/lib/msun/src/s_ceill.c +++ b/lib/msun/src/s_ceill.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ceill(x) * Return x rounded toward -inf to integral value diff --git a/lib/msun/src/s_cexp.c b/lib/msun/src/s_cexp.c index 8db763d9f8e..056d273f693 100644 --- a/lib/msun/src/s_cexp.c +++ b/lib/msun/src/s_cexp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_cexpf.c b/lib/msun/src/s_cexpf.c index 7247301704e..872e9253daa 100644 --- a/lib/msun/src/s_cexpf.c +++ b/lib/msun/src/s_cexpf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_clog.c b/lib/msun/src/s_clog.c index 8150fa7f8bc..e51ff5230e4 100644 --- a/lib/msun/src/s_clog.c +++ b/lib/msun/src/s_clog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_clogf.c b/lib/msun/src/s_clogf.c index 19a94453ea3..761f91b12ef 100644 --- a/lib/msun/src/s_clogf.c +++ b/lib/msun/src/s_clogf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_clogl.c b/lib/msun/src/s_clogl.c index e59a1377afd..78244961df5 100644 --- a/lib/msun/src/s_clogl.c +++ b/lib/msun/src/s_clogl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef __i386__ diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c index a5f3870e626..2a9923a2480 100644 --- a/lib/msun/src/s_copysign.c +++ b/lib/msun/src/s_copysign.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * copysign(double x, double y) * copysign(x,y) returns a value with the magnitude of x and diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c index 05ca1e368d8..a35b07ccbb5 100644 --- a/lib/msun/src/s_copysignf.c +++ b/lib/msun/src/s_copysignf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * copysignf(float x, float y) * copysignf(x,y) returns a value with the magnitude of x and diff --git a/lib/msun/src/s_cos.c b/lib/msun/src/s_cos.c index 29804f4cb6c..97f72a15ce4 100644 --- a/lib/msun/src/s_cos.c +++ b/lib/msun/src/s_cos.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* cos(x) * Return cosine function of x. * diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c index b701fd27ac5..a0ba8598f7e 100644 --- a/lib/msun/src/s_cosf.c +++ b/lib/msun/src/s_cosf.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_cosl.c b/lib/msun/src/s_cosl.c index 6f0b36f479e..00c24ce13d1 100644 --- a/lib/msun/src/s_cosl.c +++ b/lib/msun/src/s_cosl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Limited testing on pseudorandom numbers drawn within [-2e8:4e8] shows * an accuracy of <= 0.7412 ULP. diff --git a/lib/msun/src/s_cpow.c b/lib/msun/src/s_cpow.c index cdc57bd4677..735d3895638 100644 --- a/lib/msun/src/s_cpow.c +++ b/lib/msun/src/s_cpow.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_cpowf.c b/lib/msun/src/s_cpowf.c index aeb773b02e3..aefcd7619de 100644 --- a/lib/msun/src/s_cpowf.c +++ b/lib/msun/src/s_cpowf.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "math_private.h" diff --git a/lib/msun/src/s_cpowl.c b/lib/msun/src/s_cpowl.c index 5d43b55a7b6..342dfcff848 100644 --- a/lib/msun/src/s_cpowl.c +++ b/lib/msun/src/s_cpowl.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "math_private.h" diff --git a/lib/msun/src/s_cproj.c b/lib/msun/src/s_cproj.c index 5b0d4ed0636..75cb083baf1 100644 --- a/lib/msun/src/s_cproj.c +++ b/lib/msun/src/s_cproj.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_cprojf.c b/lib/msun/src/s_cprojf.c index 0d76e75c70f..aadc5ef35cb 100644 --- a/lib/msun/src/s_cprojf.c +++ b/lib/msun/src/s_cprojf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_cprojl.c b/lib/msun/src/s_cprojl.c index 7fc35d212f5..78e3e9a6fdc 100644 --- a/lib/msun/src/s_cprojl.c +++ b/lib/msun/src/s_cprojl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_csinh.c b/lib/msun/src/s_csinh.c index b3928ce87eb..1bd78b1e49b 100644 --- a/lib/msun/src/s_csinh.c +++ b/lib/msun/src/s_csinh.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_csinhf.c b/lib/msun/src/s_csinhf.c index a8d6f2d1da5..b1f333955e5 100644 --- a/lib/msun/src/s_csinhf.c +++ b/lib/msun/src/s_csinhf.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_csqrt.c b/lib/msun/src/s_csqrt.c index d96c34446f1..afac4db17b6 100644 --- a/lib/msun/src/s_csqrt.c +++ b/lib/msun/src/s_csqrt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_csqrtf.c b/lib/msun/src/s_csqrtf.c index e3ef4d0f65a..ece9f6c1365 100644 --- a/lib/msun/src/s_csqrtf.c +++ b/lib/msun/src/s_csqrtf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_csqrtl.c b/lib/msun/src/s_csqrtl.c index d5641337d03..b0fc37c902f 100644 --- a/lib/msun/src/s_csqrtl.c +++ b/lib/msun/src/s_csqrtl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_ctanh.c b/lib/msun/src/s_ctanh.c index aa4e10c749a..33186510a8a 100644 --- a/lib/msun/src/s_ctanh.c +++ b/lib/msun/src/s_ctanh.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_ctanhf.c b/lib/msun/src/s_ctanhf.c index e9ebe4f0103..c2fb2f8618f 100644 --- a/lib/msun/src/s_ctanhf.c +++ b/lib/msun/src/s_ctanhf.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c index ab2dc19058b..6fc9e56d11a 100644 --- a/lib/msun/src/s_erf.c +++ b/lib/msun/src/s_erf.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* double erf(double x) * double erfc(double x) * x diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c index d6cfbd22767..bf011b312bf 100644 --- a/lib/msun/src/s_erff.c +++ b/lib/msun/src/s_erff.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_exp2.c b/lib/msun/src/s_exp2.c index 1dd9673dcc7..5bf9d65975e 100644 --- a/lib/msun/src/s_exp2.c +++ b/lib/msun/src/s_exp2.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_exp2f.c b/lib/msun/src/s_exp2f.c index c5b4c8e60e2..f94cfaf9ce9 100644 --- a/lib/msun/src/s_exp2f.c +++ b/lib/msun/src/s_exp2f.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c index 844f10360fe..154a5d8148a 100644 --- a/lib/msun/src/s_expm1.c +++ b/lib/msun/src/s_expm1.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* expm1(x) * Returns exp(x)-1, the exponential of x minus 1. * diff --git a/lib/msun/src/s_expm1f.c b/lib/msun/src/s_expm1f.c index b47daac2eb3..831c0caa6db 100644 --- a/lib/msun/src/s_expm1f.c +++ b/lib/msun/src/s_expm1f.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c index 48aab252db3..ec071d481ac 100644 --- a/lib/msun/src/s_fabs.c +++ b/lib/msun/src/s_fabs.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * fabs(x) returns the absolute value of x. */ diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c index e9383d0db37..50167625338 100644 --- a/lib/msun/src/s_fabsf.c +++ b/lib/msun/src/s_fabsf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * fabsf(x) returns the absolute value of x. */ diff --git a/lib/msun/src/s_fdim.c b/lib/msun/src/s_fdim.c index b81dbacbfce..580ab4605f9 100644 --- a/lib/msun/src/s_fdim.c +++ b/lib/msun/src/s_fdim.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define DECL(type, fn) \ diff --git a/lib/msun/src/s_finite.c b/lib/msun/src/s_finite.c index 4c5135290a4..c6b1cfa6d11 100644 --- a/lib/msun/src/s_finite.c +++ b/lib/msun/src/s_finite.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * finite(x) returns 1 is x is finite, else 0; * no branching! diff --git a/lib/msun/src/s_finitef.c b/lib/msun/src/s_finitef.c index c62239e4451..94e527257c0 100644 --- a/lib/msun/src/s_finitef.c +++ b/lib/msun/src/s_finitef.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * finitef(x) returns 1 is x is finite, else 0; * no branching! diff --git a/lib/msun/src/s_floor.c b/lib/msun/src/s_floor.c index 65f696a1578..1746cf27f01 100644 --- a/lib/msun/src/s_floor.c +++ b/lib/msun/src/s_floor.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * floor(x) * Return x rounded toward -inf to integral value diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c index 6b510dee3a8..145a5032104 100644 --- a/lib/msun/src/s_floorf.c +++ b/lib/msun/src/s_floorf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * floorf(x) * Return x rounded toward -inf to integral value diff --git a/lib/msun/src/s_floorl.c b/lib/msun/src/s_floorl.c index 6cec3e781cd..ee9a391ffe4 100644 --- a/lib/msun/src/s_floorl.c +++ b/lib/msun/src/s_floorl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * floorl(x) * Return x rounded toward -inf to integral value diff --git a/lib/msun/src/s_fma.c b/lib/msun/src/s_fma.c index 2fd7075a7f5..0788bb2d47e 100644 --- a/lib/msun/src/s_fma.c +++ b/lib/msun/src/s_fma.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_fmaf.c b/lib/msun/src/s_fmaf.c index ae979cb4a0a..c433f523fe0 100644 --- a/lib/msun/src/s_fmaf.c +++ b/lib/msun/src/s_fmaf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_fmal.c b/lib/msun/src/s_fmal.c index a0622a29553..0d5e2c0bc98 100644 --- a/lib/msun/src/s_fmal.c +++ b/lib/msun/src/s_fmal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_fmax.c b/lib/msun/src/s_fmax.c index 42bd11c426d..aca4e0585cd 100644 --- a/lib/msun/src/s_fmax.c +++ b/lib/msun/src/s_fmax.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_fmaxf.c b/lib/msun/src/s_fmaxf.c index 10667d38279..8684fb6bb68 100644 --- a/lib/msun/src/s_fmaxf.c +++ b/lib/msun/src/s_fmaxf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "fpmath.h" diff --git a/lib/msun/src/s_fmaxl.c b/lib/msun/src/s_fmaxl.c index bf42587824d..d0c1a806bda 100644 --- a/lib/msun/src/s_fmaxl.c +++ b/lib/msun/src/s_fmaxl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "fpmath.h" diff --git a/lib/msun/src/s_fmin.c b/lib/msun/src/s_fmin.c index e79071d2faa..aa67d161ec3 100644 --- a/lib/msun/src/s_fmin.c +++ b/lib/msun/src/s_fmin.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_fminf.c b/lib/msun/src/s_fminf.c index 19ffd428946..01e52d9becd 100644 --- a/lib/msun/src/s_fminf.c +++ b/lib/msun/src/s_fminf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "fpmath.h" diff --git a/lib/msun/src/s_fminl.c b/lib/msun/src/s_fminl.c index c906f1d3eb6..f79a08d6c77 100644 --- a/lib/msun/src/s_fminl.c +++ b/lib/msun/src/s_fminl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "fpmath.h" diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c index 318a9916687..ee234d24730 100644 --- a/lib/msun/src/s_frexp.c +++ b/lib/msun/src/s_frexp.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * for non-zero x * x = frexp(arg,&exp); diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c index 5a7c4862d28..6b39e6ff8b2 100644 --- a/lib/msun/src/s_frexpf.c +++ b/lib/msun/src/s_frexpf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_ilogb.c b/lib/msun/src/s_ilogb.c index a930bc9eccc..0b076edbd9b 100644 --- a/lib/msun/src/s_ilogb.c +++ b/lib/msun/src/s_ilogb.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* ilogb(double x) * return the binary exponent of non-zero x * ilogb(0) = FP_ILOGB0 diff --git a/lib/msun/src/s_ilogbf.c b/lib/msun/src/s_ilogbf.c index 93fe2958bdd..ff3df1fc5b9 100644 --- a/lib/msun/src/s_ilogbf.c +++ b/lib/msun/src/s_ilogbf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_ilogbl.c b/lib/msun/src/s_ilogbl.c index 3211f44090a..f45cd7b6715 100644 --- a/lib/msun/src/s_ilogbl.c +++ b/lib/msun/src/s_ilogbl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_llrint.c b/lib/msun/src/s_llrint.c index 7c959ec950a..460c4a07d5e 100644 --- a/lib/msun/src/s_llrint.c +++ b/lib/msun/src/s_llrint.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type double #define roundit rint #define dtype long long diff --git a/lib/msun/src/s_llrintf.c b/lib/msun/src/s_llrintf.c index 7ec6015238d..3ed16799f47 100644 --- a/lib/msun/src/s_llrintf.c +++ b/lib/msun/src/s_llrintf.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type float #define roundit rintf #define dtype long long diff --git a/lib/msun/src/s_llrintl.c b/lib/msun/src/s_llrintl.c index 6ef83759c31..fed23f32fd6 100644 --- a/lib/msun/src/s_llrintl.c +++ b/lib/msun/src/s_llrintl.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type long double #define roundit rintl #define dtype long long diff --git a/lib/msun/src/s_llround.c b/lib/msun/src/s_llround.c index 827dfc1f636..f8e76134b65 100644 --- a/lib/msun/src/s_llround.c +++ b/lib/msun/src/s_llround.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type double #define roundit round #define dtype long long diff --git a/lib/msun/src/s_llroundf.c b/lib/msun/src/s_llroundf.c index c037a18d570..753fd96265a 100644 --- a/lib/msun/src/s_llroundf.c +++ b/lib/msun/src/s_llroundf.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type float #define roundit roundf #define dtype long long diff --git a/lib/msun/src/s_llroundl.c b/lib/msun/src/s_llroundl.c index 02c44eb4bde..b5a97d97f2a 100644 --- a/lib/msun/src/s_llroundl.c +++ b/lib/msun/src/s_llroundl.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type long double #define roundit roundl #define dtype long long diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c index 3cc77bda2ec..61b03f00f33 100644 --- a/lib/msun/src/s_log1p.c +++ b/lib/msun/src/s_log1p.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* double log1p(double x) * * Method : diff --git a/lib/msun/src/s_log1pf.c b/lib/msun/src/s_log1pf.c index df04c6756e8..d53fc7144e1 100644 --- a/lib/msun/src/s_log1pf.c +++ b/lib/msun/src/s_log1pf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_logb.c b/lib/msun/src/s_logb.c index a47e35489a4..b5ffff4fd11 100644 --- a/lib/msun/src/s_logb.c +++ b/lib/msun/src/s_logb.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * double logb(x) * IEEE 754 logb. Included to pass IEEE test suite. Not recommend. diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c index 3ab190d9862..658c7d3a15c 100644 --- a/lib/msun/src/s_logbf.c +++ b/lib/msun/src/s_logbf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_logbl.c b/lib/msun/src/s_logbl.c index ee1a91fd838..280c302ac01 100644 --- a/lib/msun/src/s_logbl.c +++ b/lib/msun/src/s_logbl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/s_lrint.c b/lib/msun/src/s_lrint.c index be00cbb6a91..f4e56ac34b6 100644 --- a/lib/msun/src/s_lrint.c +++ b/lib/msun/src/s_lrint.c @@ -31,7 +31,6 @@ #include #ifndef type -__FBSDID("$FreeBSD$"); #define type double #define roundit rint #define dtype long diff --git a/lib/msun/src/s_lrintf.c b/lib/msun/src/s_lrintf.c index a757ded233a..ca7cb99a3cf 100644 --- a/lib/msun/src/s_lrintf.c +++ b/lib/msun/src/s_lrintf.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type float #define roundit rintf #define dtype long diff --git a/lib/msun/src/s_lrintl.c b/lib/msun/src/s_lrintl.c index 497b442f32d..7eedbc707c6 100644 --- a/lib/msun/src/s_lrintl.c +++ b/lib/msun/src/s_lrintl.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type long double #define roundit rintl #define dtype long diff --git a/lib/msun/src/s_lround.c b/lib/msun/src/s_lround.c index 00f4b95aeb8..0b305918adc 100644 --- a/lib/msun/src/s_lround.c +++ b/lib/msun/src/s_lround.c @@ -32,7 +32,6 @@ #include #ifndef type -__FBSDID("$FreeBSD$"); #define type double #define roundit round #define dtype long diff --git a/lib/msun/src/s_lroundf.c b/lib/msun/src/s_lroundf.c index e24fe7f8190..e27e6a2fe18 100644 --- a/lib/msun/src/s_lroundf.c +++ b/lib/msun/src/s_lroundf.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type float #define roundit roundf #define dtype long diff --git a/lib/msun/src/s_lroundl.c b/lib/msun/src/s_lroundl.c index e410827e262..cfd43bc7fbf 100644 --- a/lib/msun/src/s_lroundl.c +++ b/lib/msun/src/s_lroundl.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define type long double #define roundit roundl #define dtype long diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c index 062259c66f6..57f59117a87 100644 --- a/lib/msun/src/s_modff.c +++ b/lib/msun/src/s_modff.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_nearbyint.c b/lib/msun/src/s_nearbyint.c index ae6ffdecd47..96604594c49 100644 --- a/lib/msun/src/s_nearbyint.c +++ b/lib/msun/src/s_nearbyint.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c index 52dd21cb2f9..99c65b11aeb 100644 --- a/lib/msun/src/s_nextafter.c +++ b/lib/msun/src/s_nextafter.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* IEEE functions * nextafter(x,y) * return the next machine floating-point number of x in the diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c index 96e21eff896..18e04632495 100644 --- a/lib/msun/src/s_nextafterf.c +++ b/lib/msun/src/s_nextafterf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_nextafterl.c b/lib/msun/src/s_nextafterl.c index 9c61a436a66..168dbb4ed09 100644 --- a/lib/msun/src/s_nextafterl.c +++ b/lib/msun/src/s_nextafterl.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* IEEE functions * nextafter(x,y) * return the next machine floating-point number of x in the diff --git a/lib/msun/src/s_nexttoward.c b/lib/msun/src/s_nexttoward.c index b2a50d3139d..d876ba2bfeb 100644 --- a/lib/msun/src/s_nexttoward.c +++ b/lib/msun/src/s_nexttoward.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * We assume that a long double has a 15-bit exponent. On systems * where long double is the same as double, nexttoward() is an alias diff --git a/lib/msun/src/s_nexttowardf.c b/lib/msun/src/s_nexttowardf.c index 9ddfff961bf..03d8cc5e472 100644 --- a/lib/msun/src/s_nexttowardf.c +++ b/lib/msun/src/s_nexttowardf.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "fpmath.h" diff --git a/lib/msun/src/s_remquo.c b/lib/msun/src/s_remquo.c index 6a111dfc6e1..e3aac25230e 100644 --- a/lib/msun/src/s_remquo.c +++ b/lib/msun/src/s_remquo.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_remquof.c b/lib/msun/src/s_remquof.c index f4c10162068..c42bd8c4320 100644 --- a/lib/msun/src/s_remquof.c +++ b/lib/msun/src/s_remquof.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_remquol.c b/lib/msun/src/s_remquol.c index a9f5813d042..a0f93d4fcae 100644 --- a/lib/msun/src/s_remquol.c +++ b/lib/msun/src/s_remquol.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c index c56f8fb264b..96faf6a007e 100644 --- a/lib/msun/src/s_rint.c +++ b/lib/msun/src/s_rint.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * rint(x) * Return x rounded to integral value according to the prevailing diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c index f8743a4f0f8..328738f0ba0 100644 --- a/lib/msun/src/s_rintf.c +++ b/lib/msun/src/s_rintf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_rintl.c b/lib/msun/src/s_rintl.c index 790edbcf620..15bce02e219 100644 --- a/lib/msun/src/s_rintl.c +++ b/lib/msun/src/s_rintl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/src/s_round.c b/lib/msun/src/s_round.c index a112bc59239..04d49c22097 100644 --- a/lib/msun/src/s_round.c +++ b/lib/msun/src/s_round.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_roundf.c b/lib/msun/src/s_roundf.c index bb6f77c78c3..795d88df305 100644 --- a/lib/msun/src/s_roundf.c +++ b/lib/msun/src/s_roundf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_roundl.c b/lib/msun/src/s_roundl.c index 9e85423a54e..05cb3e9f491 100644 --- a/lib/msun/src/s_roundl.c +++ b/lib/msun/src/s_roundl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __i386__ #include diff --git a/lib/msun/src/s_scalbln.c b/lib/msun/src/s_scalbln.c index e8c637793f4..ff402b0f8fa 100644 --- a/lib/msun/src/s_scalbln.c +++ b/lib/msun/src/s_scalbln.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define NMAX 65536 diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c index eed80ece1cc..29ff0cc2980 100644 --- a/lib/msun/src/s_significand.c +++ b/lib/msun/src/s_significand.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * significand(x) computes just * scalb(x, (double) -ilogb(x)), diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c index b33ab7b6f6b..9fd919d65a9 100644 --- a/lib/msun/src/s_significandf.c +++ b/lib/msun/src/s_significandf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_sin.c b/lib/msun/src/s_sin.c index 17ea84695d7..e9cd928d300 100644 --- a/lib/msun/src/s_sin.c +++ b/lib/msun/src/s_sin.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* sin(x) * Return sine function of x. * diff --git a/lib/msun/src/s_sincos.c b/lib/msun/src/s_sincos.c index 85e8d740829..028ce416280 100644 --- a/lib/msun/src/s_sincos.c +++ b/lib/msun/src/s_sincos.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_sincosf.c b/lib/msun/src/s_sincosf.c index 755ff05d481..ee9f0344494 100644 --- a/lib/msun/src/s_sincosf.c +++ b/lib/msun/src/s_sincosf.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_sincosl.c b/lib/msun/src/s_sincosl.c index 3dd34575f89..2d3833c93d4 100644 --- a/lib/msun/src/s_sincosl.c +++ b/lib/msun/src/s_sincosl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __i386__ #include diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c index 41b5dc11827..9837e80bb6f 100644 --- a/lib/msun/src/s_sinf.c +++ b/lib/msun/src/s_sinf.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_sinl.c b/lib/msun/src/s_sinl.c index c5ee10679b9..605a4b4b627 100644 --- a/lib/msun/src/s_sinl.c +++ b/lib/msun/src/s_sinl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __i386__ #include diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c index 196c27e7ce3..be5154e8946 100644 --- a/lib/msun/src/s_tan.c +++ b/lib/msun/src/s_tan.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* tan(x) * Return tangent function of x. * diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c index 4fe8c17c0ac..1b72cd6cae9 100644 --- a/lib/msun/src/s_tanf.c +++ b/lib/msun/src/s_tanf.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "math.h" diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c index 6d26c695dd3..1dbd1d4630e 100644 --- a/lib/msun/src/s_tanh.c +++ b/lib/msun/src/s_tanh.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Tanh(x) * Return the Hyperbolic Tangent of x * diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c index f537be4fd0b..986404f52f5 100644 --- a/lib/msun/src/s_tanhf.c +++ b/lib/msun/src/s_tanhf.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_tanhl.c b/lib/msun/src/s_tanhl.c index b7531866dd9..3ee5b50bd2c 100644 --- a/lib/msun/src/s_tanhl.c +++ b/lib/msun/src/s_tanhl.c @@ -13,8 +13,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * See s_tanh.c for complete comments. * diff --git a/lib/msun/src/s_tanl.c b/lib/msun/src/s_tanl.c index c21e38d7f71..1e9d7263c28 100644 --- a/lib/msun/src/s_tanl.c +++ b/lib/msun/src/s_tanl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Limited testing on pseudorandom numbers drawn within [0:4e8] shows * an accuracy of <= 1.5 ULP where 247024 values of x out of 40 million diff --git a/lib/msun/src/s_tgammaf.c b/lib/msun/src/s_tgammaf.c index 6cbd356a87c..3bf937ce958 100644 --- a/lib/msun/src/s_tgammaf.c +++ b/lib/msun/src/s_tgammaf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/lib/msun/src/s_trunc.c b/lib/msun/src/s_trunc.c index 63a6753748e..4bd1249544e 100644 --- a/lib/msun/src/s_trunc.c +++ b/lib/msun/src/s_trunc.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * trunc(x) * Return x rounded toward 0 to integral value diff --git a/lib/msun/src/s_truncf.c b/lib/msun/src/s_truncf.c index 384eaee5500..8d15c78d69d 100644 --- a/lib/msun/src/s_truncf.c +++ b/lib/msun/src/s_truncf.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * truncf(x) * Return x rounded toward 0 to integral value diff --git a/lib/msun/src/s_truncl.c b/lib/msun/src/s_truncl.c index 9e2b5113253..f54608ac7ab 100644 --- a/lib/msun/src/s_truncl.c +++ b/lib/msun/src/s_truncl.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * truncl(x) * Return x rounded toward 0 to integral value diff --git a/lib/msun/src/w_cabs.c b/lib/msun/src/w_cabs.c index 543b8581044..dfae649b990 100644 --- a/lib/msun/src/w_cabs.c +++ b/lib/msun/src/w_cabs.c @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/src/w_cabsl.c b/lib/msun/src/w_cabsl.c index b715e0c340d..943413c3110 100644 --- a/lib/msun/src/w_cabsl.c +++ b/lib/msun/src/w_cabsl.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/tests/cexp_test.c b/lib/msun/tests/cexp_test.c index bb5b45b3849..a23e448ee62 100644 --- a/lib/msun/tests/cexp_test.c +++ b/lib/msun/tests/cexp_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/tests/conj_test.c b/lib/msun/tests/conj_test.c index d0256c13b22..313f284925c 100644 --- a/lib/msun/tests/conj_test.c +++ b/lib/msun/tests/conj_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/csqrt_test.c b/lib/msun/tests/csqrt_test.c index 895aec481b6..1154c0fc016 100644 --- a/lib/msun/tests/csqrt_test.c +++ b/lib/msun/tests/csqrt_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/lib/msun/tests/ctrig_test.c b/lib/msun/tests/ctrig_test.c index f5d52a0c06f..dd03d11fdbd 100644 --- a/lib/msun/tests/ctrig_test.c +++ b/lib/msun/tests/ctrig_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/exponential_test.c b/lib/msun/tests/exponential_test.c index 280f3e483d0..9dc3b269874 100644 --- a/lib/msun/tests/exponential_test.c +++ b/lib/msun/tests/exponential_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/fenv_test.c b/lib/msun/tests/fenv_test.c index 7750764406d..9069921d8ea 100644 --- a/lib/msun/tests/fenv_test.c +++ b/lib/msun/tests/fenv_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/fma_test.c b/lib/msun/tests/fma_test.c index 2855877c68d..e6a34e0f2af 100644 --- a/lib/msun/tests/fma_test.c +++ b/lib/msun/tests/fma_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/fmaxmin_test.c b/lib/msun/tests/fmaxmin_test.c index 12d845b7639..51956b1084a 100644 --- a/lib/msun/tests/fmaxmin_test.c +++ b/lib/msun/tests/fmaxmin_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/invctrig_test.c b/lib/msun/tests/invctrig_test.c index 179499f9f0b..170fb1cad3a 100644 --- a/lib/msun/tests/invctrig_test.c +++ b/lib/msun/tests/invctrig_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/invtrig_test.c b/lib/msun/tests/invtrig_test.c index 90ebcc5dfda..8c6fdb7c6e2 100644 --- a/lib/msun/tests/invtrig_test.c +++ b/lib/msun/tests/invtrig_test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/logarithm_test.c b/lib/msun/tests/logarithm_test.c index e372e889cb8..9da4ad3ba40 100644 --- a/lib/msun/tests/logarithm_test.c +++ b/lib/msun/tests/logarithm_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/lrint_test.c b/lib/msun/tests/lrint_test.c index a2a93180e97..29ba8222264 100644 --- a/lib/msun/tests/lrint_test.c +++ b/lib/msun/tests/lrint_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/lround_test.c b/lib/msun/tests/lround_test.c index ddb2b2cea9b..a6167261708 100644 --- a/lib/msun/tests/lround_test.c +++ b/lib/msun/tests/lround_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/nan_test.c b/lib/msun/tests/nan_test.c index 8913596f6e1..75c28d45fb7 100644 --- a/lib/msun/tests/nan_test.c +++ b/lib/msun/tests/nan_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/nearbyint_test.c b/lib/msun/tests/nearbyint_test.c index 25950eedd5d..9dcdbdf6b85 100644 --- a/lib/msun/tests/nearbyint_test.c +++ b/lib/msun/tests/nearbyint_test.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/next_test.c b/lib/msun/tests/next_test.c index 763b1cc14e6..282e47d783a 100644 --- a/lib/msun/tests/next_test.c +++ b/lib/msun/tests/next_test.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/rem_test.c b/lib/msun/tests/rem_test.c index 96c3822aba9..9e5b8c30294 100644 --- a/lib/msun/tests/rem_test.c +++ b/lib/msun/tests/rem_test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/lib/msun/tests/trig_test.c b/lib/msun/tests/trig_test.c index 2660c3f2c47..d1d831e07c7 100644 --- a/lib/msun/tests/trig_test.c +++ b/lib/msun/tests/trig_test.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 938444127f4..14edf333372 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -38,8 +38,6 @@ SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index 1aab5e7f6f5..74f159cb397 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -31,8 +31,6 @@ SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index c0273564923..a0ee5ed6897 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* * Verify that we are at least 4.4 BSD diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 5e7d61fc52b..1797bcb9574 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; #include diff --git a/libexec/flua/modules/lfs.c b/libexec/flua/modules/lfs.c index e36c78d3b35..8cb8d6fc9fe 100644 --- a/libexec/flua/modules/lfs.c +++ b/libexec/flua/modules/lfs.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _STANDALONE #include #include diff --git a/libexec/flua/modules/lposix.c b/libexec/flua/modules/lposix.c index 22df27ff297..5b6e80a0309 100644 --- a/libexec/flua/modules/lposix.c +++ b/libexec/flua/modules/lposix.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 917dd5ef79e..9d57017e2f1 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 45c6c96d447..a41a23ab118 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * FTP server. */ diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 0ae48dd4cd7..933fca37a41 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 082b2270a95..887883af348 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c index 0a348d6b2eb..b4e6cf83899 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/getty/main.c b/libexec/getty/main.c index b8af86c22e9..2cdcfaeb3e0 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)from: main.c 8.1 (Berkeley) 6/20/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/phttpget/phttpget.c b/libexec/phttpget/phttpget.c index 714f609d1fa..e51fdaea59e 100644 --- a/libexec/phttpget/phttpget.c +++ b/libexec/phttpget/phttpget.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index 6afceae050a..6b0fb75184c 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -54,8 +54,6 @@ static const char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index cc78a9a71c3..a8ff56a0171 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index d1167219bd2..f265ff034e9 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/rtld-elf/aarch64/reloc.c b/libexec/rtld-elf/aarch64/reloc.c index f9a1ae4c2b6..c8f09d79721 100644 --- a/libexec/rtld-elf/aarch64/reloc.c +++ b/libexec/rtld-elf/aarch64/reloc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/libexec/rtld-elf/aarch64/rtld_start.S b/libexec/rtld-elf/aarch64/rtld_start.S index 10792054843..7dc87213b5f 100644 --- a/libexec/rtld-elf/aarch64/rtld_start.S +++ b/libexec/rtld-elf/aarch64/rtld_start.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(.rtld_start) .cfi_undefined x30 mov x19, x0 /* Put ps_strings in a callee-saved register */ diff --git a/libexec/rtld-elf/arm/reloc.c b/libexec/rtld-elf/arm/reloc.c index 36e73b55aee..b2fb3fdad2c 100644 --- a/libexec/rtld-elf/arm/reloc.c +++ b/libexec/rtld-elf/arm/reloc.c @@ -1,7 +1,6 @@ /* $NetBSD: mdreloc.c,v 1.23 2003/07/26 15:04:38 mrg Exp $ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/libexec/rtld-elf/arm/rtld_start.S b/libexec/rtld-elf/arm/rtld_start.S index 431ea4801b7..609a7d0603e 100644 --- a/libexec/rtld-elf/arm/rtld_start.S +++ b/libexec/rtld-elf/arm/rtld_start.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .text .align 0 .globl .rtld_start diff --git a/libexec/rtld-elf/riscv/reloc.c b/libexec/rtld-elf/riscv/reloc.c index b5dea298b74..5ed516bc433 100644 --- a/libexec/rtld-elf/riscv/reloc.c +++ b/libexec/rtld-elf/riscv/reloc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/libexec/rtld-elf/riscv/rtld_start.S b/libexec/rtld-elf/riscv/rtld_start.S index 71806123deb..5459089fa1e 100644 --- a/libexec/rtld-elf/riscv/rtld_start.S +++ b/libexec/rtld-elf/riscv/rtld_start.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * func_ptr_type * _rtld(Elf_Addr *sp, func_ptr_type *exit_proc, Obj_Entry **objp) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 83315d5023b..886758a5a48 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tests/functional.c b/libexec/tftpd/tests/functional.c index dd77ed5be1e..1d5c1e17c42 100644 --- a/libexec/tftpd/tests/functional.c +++ b/libexec/tftpd/tests/functional.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-file.c b/libexec/tftpd/tftp-file.c index 1da85d3dec3..949cf9c7475 100644 --- a/libexec/tftpd/tftp-file.c +++ b/libexec/tftpd/tftp-file.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-file.h b/libexec/tftpd/tftp-file.h index c456ffff313..0fb7f6c1dec 100644 --- a/libexec/tftpd/tftp-file.h +++ b/libexec/tftpd/tftp-file.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - int write_init(int fd, FILE *f, const char *mode); size_t write_file(char *buffer, int count); int write_close(void); diff --git a/libexec/tftpd/tftp-io.c b/libexec/tftpd/tftp-io.c index e32e472a07c..b5f39423fd6 100644 --- a/libexec/tftpd/tftp-io.c +++ b/libexec/tftpd/tftp-io.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-io.h b/libexec/tftpd/tftp-io.h index 16590139461..85934e824a1 100644 --- a/libexec/tftpd/tftp-io.h +++ b/libexec/tftpd/tftp-io.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define RP_NONE 0 #define RP_RECVFROM -1 #define RP_TOOSMALL -2 diff --git a/libexec/tftpd/tftp-options.c b/libexec/tftpd/tftp-options.c index 162a43d586e..ee413603fbf 100644 --- a/libexec/tftpd/tftp-options.c +++ b/libexec/tftpd/tftp-options.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-options.h b/libexec/tftpd/tftp-options.h index 82dc4169caa..c68db53de4e 100644 --- a/libexec/tftpd/tftp-options.h +++ b/libexec/tftpd/tftp-options.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Options */ diff --git a/libexec/tftpd/tftp-transfer.c b/libexec/tftpd/tftp-transfer.c index 4560101d705..5655d912ab6 100644 --- a/libexec/tftpd/tftp-transfer.c +++ b/libexec/tftpd/tftp-transfer.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-transfer.h b/libexec/tftpd/tftp-transfer.h index 0edfb1e0a5e..48431ebbc86 100644 --- a/libexec/tftpd/tftp-transfer.h +++ b/libexec/tftpd/tftp-transfer.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - int tftp_send(int peer, uint16_t *block, struct tftp_stats *tp); int tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp, struct tftphdr *firstblock, size_t fb_size); diff --git a/libexec/tftpd/tftp-utils.c b/libexec/tftpd/tftp-utils.c index 93abad7a828..9754c3238d5 100644 --- a/libexec/tftpd/tftp-utils.c +++ b/libexec/tftpd/tftp-utils.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/tftpd/tftp-utils.h b/libexec/tftpd/tftp-utils.h index af80a9bfe09..3fecf1fc869 100644 --- a/libexec/tftpd/tftp-utils.h +++ b/libexec/tftpd/tftp-utils.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* */ #define TIMEOUT 5 diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 1c04cd11393..ffe31927780 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Trivial file transfer protocol server. * diff --git a/libexec/ulog-helper/ulog-helper.c b/libexec/ulog-helper/ulog-helper.c index 47174f63306..e92ea87cbd5 100644 --- a/libexec/ulog-helper/ulog-helper.c +++ b/libexec/ulog-helper/ulog-helper.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c index 120e6748b60..30c52c3cb88 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 5fc45b327d8..83b860dd75b 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index 6ea877a4992..409d37fe15f 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 3ee3ff58b8d..48baf75f9f5 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 2358b68b9be..62bd881f1a7 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c index 1bbae1837c7..7ed46f9c4d8 100644 --- a/sbin/adjkerntz/adjkerntz.c +++ b/sbin/adjkerntz/adjkerntz.c @@ -34,8 +34,6 @@ static const char copyright[] = #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Andrey A. Chernov Dec 20 1993 * diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index 018b8cb7930..287eeaf29fa 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/bectl/bectl_jail.c b/sbin/bectl/bectl_jail.c index 702dc7ecbf2..ae48202163d 100644 --- a/sbin/bectl/bectl_jail.c +++ b/sbin/bectl/bectl_jail.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/bectl/bectl_list.c b/sbin/bectl/bectl_list.c index 4f04389f6b3..0fcb5deb37f 100644 --- a/sbin/bectl/bectl_list.c +++ b/sbin/bectl/bectl_list.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index f438b9f4515..766def59ffe 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -55,8 +55,6 @@ static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 1/7/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/attrib.c b/sbin/camcontrol/attrib.c index 05cabb1b814..7e89dbc3d48 100644 --- a/sbin/camcontrol/attrib.c +++ b/sbin/camcontrol/attrib.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index fb0556111fa..9417943afcb 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/depop.c b/sbin/camcontrol/depop.c index cf205ab6b47..3be67650cda 100644 --- a/sbin/camcontrol/depop.c +++ b/sbin/camcontrol/depop.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/camcontrol/epc.c b/sbin/camcontrol/epc.c index aac94ccaa4e..206b34594f4 100644 --- a/sbin/camcontrol/epc.c +++ b/sbin/camcontrol/epc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/fwdownload.c b/sbin/camcontrol/fwdownload.c index a8493aab37a..25b98c804e3 100644 --- a/sbin/camcontrol/fwdownload.c +++ b/sbin/camcontrol/fwdownload.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 724229951ea..46accea0da4 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/persist.c b/sbin/camcontrol/persist.c index f7ef30e06ed..d6fb9c6a5f2 100644 --- a/sbin/camcontrol/persist.c +++ b/sbin/camcontrol/persist.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/camcontrol/progress.c b/sbin/camcontrol/progress.c index c620b577416..c3c23fba428 100644 --- a/sbin/camcontrol/progress.c +++ b/sbin/camcontrol/progress.c @@ -44,8 +44,6 @@ #include #include -__FBSDID("$FreeBSD$"); - #include "progress.h" static const char * const suffixes[] = { diff --git a/sbin/camcontrol/timestamp.c b/sbin/camcontrol/timestamp.c index 9667db83229..403c126c95d 100644 --- a/sbin/camcontrol/timestamp.c +++ b/sbin/camcontrol/timestamp.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 58fc93746fc..08b4cb7630c 100644 --- a/sbin/camcontrol/util.c +++ b/sbin/camcontrol/util.c @@ -46,8 +46,6 @@ * from: scsi.c,v 1.17 1998/01/12 07:57:57 charnier Exp $"; */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/camcontrol/zone.c b/sbin/camcontrol/zone.c index fed94cd967e..d651ca0e2ac 100644 --- a/sbin/camcontrol/zone.c +++ b/sbin/camcontrol/zone.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 1429426e863..fd62c459a78 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 7f9a4f09bfe..7144490869c 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/comcontrol/comcontrol.c b/sbin/comcontrol/comcontrol.c index fc7e619c623..7a03b3a569c 100644 --- a/sbin/comcontrol/comcontrol.c +++ b/sbin/comcontrol/comcontrol.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/conscontrol/conscontrol.c b/sbin/conscontrol/conscontrol.c index 5633720b798..b8890cf2203 100644 --- a/sbin/conscontrol/conscontrol.c +++ b/sbin/conscontrol/conscontrol.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c index d886ce9bdc5..885921d7c51 100644 --- a/sbin/ddb/ddb.c +++ b/sbin/ddb/ddb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ddb/ddb_capture.c b/sbin/ddb/ddb_capture.c index 3754e810e03..fcff16e292e 100644 --- a/sbin/ddb/ddb_capture.c +++ b/sbin/ddb/ddb_capture.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ddb/ddb_script.c b/sbin/ddb/ddb_script.c index f110a7a1643..c40b8b96b21 100644 --- a/sbin/ddb/ddb_script.c +++ b/sbin/ddb/ddb_script.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/decryptcore/decryptcore.c b/sbin/decryptcore/decryptcore.c index 04892395a54..adeccfac8d4 100644 --- a/sbin/decryptcore/decryptcore.c +++ b/sbin/decryptcore/decryptcore.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 0dd6b32b7ed..05715c18708 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -64,8 +64,6 @@ // - devd.conf needs more details on the supported statements. #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/devd/tests/client_test.c b/sbin/devd/tests/client_test.c index 90081d963f4..729c7a2f8ba 100644 --- a/sbin/devd/tests/client_test.c +++ b/sbin/devd/tests/client_test.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c index 5f6352064f1..72feed7fb85 100644 --- a/sbin/devfs/devfs.c +++ b/sbin/devfs/devfs.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index 9a7d100be12..b9b493ae374 100644 --- a/sbin/devfs/rule.c +++ b/sbin/devfs/rule.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c index f9f5122663a..2485120c57b 100644 --- a/sbin/devmatch/devmatch.c +++ b/sbin/devmatch/devmatch.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/dhclient/alloc.c b/sbin/dhclient/alloc.c index c3ea309a545..1926f792417 100644 --- a/sbin/dhclient/alloc.c +++ b/sbin/dhclient/alloc.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" struct string_list * diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index d938b68c7c9..d4bbe56332c 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include "privsep.h" #include diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 295a800a732..c883e2a0ddb 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include "dhctoken.h" diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index 3a6824a9a81..377f7a1d440 100644 --- a/sbin/dhclient/conflex.c +++ b/sbin/dhclient/conflex.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "dhcpd.h" diff --git a/sbin/dhclient/convert.c b/sbin/dhclient/convert.c index c30195254d4..8401615b5bf 100644 --- a/sbin/dhclient/convert.c +++ b/sbin/dhclient/convert.c @@ -46,8 +46,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" u_int32_t diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index 4261251b6b7..8179a5c3420 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 29ae7310391..310f477f8a4 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/errwarn.c b/sbin/dhclient/errwarn.c index 824faafd75a..c073d599705 100644 --- a/sbin/dhclient/errwarn.c +++ b/sbin/dhclient/errwarn.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "dhcpd.h" diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c index 5d797cc9696..b2d72a5a299 100644 --- a/sbin/dhclient/hash.c +++ b/sbin/dhclient/hash.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" static int do_hash(const unsigned char *, int, int); diff --git a/sbin/dhclient/inet.c b/sbin/dhclient/inet.c index c72a7f6b702..1684994129b 100644 --- a/sbin/dhclient/inet.c +++ b/sbin/dhclient/inet.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" /* diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index afdb3985aa5..4bc26c00792 100644 --- a/sbin/dhclient/options.c +++ b/sbin/dhclient/options.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define DHCP_OPTION_DATA diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c index 276bb5c2457..3d7390c06ee 100644 --- a/sbin/dhclient/packet.c +++ b/sbin/dhclient/packet.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c index 70e2013d081..da0c4aa754e 100644 --- a/sbin/dhclient/parse.c +++ b/sbin/dhclient/parse.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "dhcpd.h" diff --git a/sbin/dhclient/privsep.c b/sbin/dhclient/privsep.c index a286b690080..02d12a36a3d 100644 --- a/sbin/dhclient/privsep.c +++ b/sbin/dhclient/privsep.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" #include "privsep.h" diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index 9225c4fe205..134b54fa3b5 100644 --- a/sbin/dhclient/tables.c +++ b/sbin/dhclient/tables.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" /* diff --git a/sbin/dhclient/tree.c b/sbin/dhclient/tree.c index 9639cb87321..0414129b2ef 100644 --- a/sbin/dhclient/tree.c +++ b/sbin/dhclient/tree.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dhcpd.h" pair diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index f266e6b98b3..9b744aee7d2 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -41,8 +41,6 @@ static const char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 5bcfe2b8f1e..81144e33bc7 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -41,8 +41,6 @@ static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/etherswitchcfg/etherswitchcfg.c b/sbin/etherswitchcfg/etherswitchcfg.c index a0d6931371e..f47dff1f0de 100644 --- a/sbin/etherswitchcfg/etherswitchcfg.c +++ b/sbin/etherswitchcfg/etherswitchcfg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 30382a56d13..6cfa2b510f2 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fdisk/fdisk_mbr_enc.c b/sbin/fdisk/fdisk_mbr_enc.c index 351fd3ef0a0..6fe99bbba1b 100644 --- a/sbin/fdisk/fdisk_mbr_enc.c +++ b/sbin/fdisk/fdisk_mbr_enc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index b6ad92ebf49..3757ed062ba 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a3888eeea25..9b011e0ed18 100644 --- a/sbin/fsck/fsutil.c +++ b/sbin/fsck/fsutil.c @@ -35,8 +35,6 @@ #ifndef lint __RCSID("$NetBSD: fsutil.c,v 1.15 2006/06/05 16:52:05 christos Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c index 3ff6c467ee0..0551ba4521c 100644 --- a/sbin/fsck_ffs/dir.c +++ b/sbin/fsck_ffs/dir.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/ea.c b/sbin/fsck_ffs/ea.c index c64fb20ee9e..8e5e8ebe8aa 100644 --- a/sbin/fsck_ffs/ea.c +++ b/sbin/fsck_ffs/ea.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 5edc258d54b..5cf17e22fe8 100644 --- a/sbin/fsck_ffs/fsutil.c +++ b/sbin/fsck_ffs/fsutil.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/gjournal.c b/sbin/fsck_ffs/gjournal.c index 03bf7f08b66..b94f2775831 100644 --- a/sbin/fsck_ffs/gjournal.c +++ b/sbin/fsck_ffs/gjournal.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/globs.c b/sbin/fsck_ffs/globs.c index 22b15186eca..038fc347574 100644 --- a/sbin/fsck_ffs/globs.c +++ b/sbin/fsck_ffs/globs.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index c56d938cce4..3db8a5e5c23 100644 --- a/sbin/fsck_ffs/inode.c +++ b/sbin/fsck_ffs/inode.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index bfe2901c405..58e184f3581 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index 5b27cf8cbfb..bed9d547f63 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass1.c 8.6 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c index e2a200b8b2f..c1af6158f92 100644 --- a/sbin/fsck_ffs/pass1b.c +++ b/sbin/fsck_ffs/pass1b.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass1b.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index 48bf27a8b14..977ee1b1c61 100644 --- a/sbin/fsck_ffs/pass2.c +++ b/sbin/fsck_ffs/pass2.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass2.c 8.9 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/fsck_ffs/pass3.c b/sbin/fsck_ffs/pass3.c index 49cb4362039..9a01bb02ccc 100644 --- a/sbin/fsck_ffs/pass3.c +++ b/sbin/fsck_ffs/pass3.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass3.c 8.2 (Berkeley) 4/27/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c index cfcd3629688..b4cf59bc97d 100644 --- a/sbin/fsck_ffs/pass4.c +++ b/sbin/fsck_ffs/pass4.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass4.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index d973183eb36..58de6791903 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/pass5.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index fbcf069c9c9..49e89f9221b 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/suj.c b/sbin/fsck_ffs/suj.c index b78123b5967..c66b605bd69 100644 --- a/sbin/fsck_ffs/suj.c +++ b/sbin/fsck_ffs/suj.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index 4f56f1ed8c2..45bbcc9d661 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index 5556c846c56..ccaf7adca30 100644 --- a/sbin/geom/core/geom.c +++ b/sbin/geom/core/geom.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index c297d0182b4..2d3db86c943 100644 --- a/sbin/geom/misc/subr.c +++ b/sbin/geom/misc/subr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 51bf997406d..fc314d19a4e 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -53,8 +53,6 @@ All rights reserved.\n"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c index b649ced1f29..ab2d618c698 100644 --- a/sbin/hastctl/hastctl.c +++ b/sbin/hastctl/hastctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/activemap.c b/sbin/hastd/activemap.c index 439461f8b04..f5e3c60fd0a 100644 --- a/sbin/hastd/activemap.c +++ b/sbin/hastd/activemap.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* powerof2() */ #include diff --git a/sbin/hastd/control.c b/sbin/hastd/control.c index 61bec25b95e..f6f937d3b18 100644 --- a/sbin/hastd/control.c +++ b/sbin/hastd/control.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/ebuf.c b/sbin/hastd/ebuf.c index 5e6e1bb558a..522e4e821b1 100644 --- a/sbin/hastd/ebuf.c +++ b/sbin/hastd/ebuf.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/event.c b/sbin/hastd/event.c index b4548d3da19..aff8018dd49 100644 --- a/sbin/hastd/event.c +++ b/sbin/hastd/event.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "hast.h" diff --git a/sbin/hastd/hast_checksum.c b/sbin/hastd/hast_checksum.c index f975d28f13f..ea3113b0184 100644 --- a/sbin/hastd/hast_checksum.c +++ b/sbin/hastd/hast_checksum.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/hast_compression.c b/sbin/hastd/hast_compression.c index def7dd0ff29..769fd1d2676 100644 --- a/sbin/hastd/hast_compression.c +++ b/sbin/hastd/hast_compression.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/hast_proto.c b/sbin/hastd/hast_proto.c index 0a85b46fa2c..d9f231e7b00 100644 --- a/sbin/hastd/hast_proto.c +++ b/sbin/hastd/hast_proto.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c index 4f0acfeac9c..f303f277e0a 100644 --- a/sbin/hastd/hastd.c +++ b/sbin/hastd/hastd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index e15e5df43ed..7a5ccb4e22e 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/metadata.c b/sbin/hastd/metadata.c index 2bdbb9612a8..2f9cbc5e097 100644 --- a/sbin/hastd/metadata.c +++ b/sbin/hastd/metadata.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/nv.c b/sbin/hastd/nv.c index 128db3f7f0a..5f50ae34902 100644 --- a/sbin/hastd/nv.c +++ b/sbin/hastd/nv.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c index d314f2b9e3b..6726cab4769 100644 --- a/sbin/hastd/pjdlog.c +++ b/sbin/hastd/pjdlog.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c index f8e88e344a3..76c454d14a7 100644 --- a/sbin/hastd/primary.c +++ b/sbin/hastd/primary.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/proto.c b/sbin/hastd/proto.c index 9e6b8a4c067..56ff4933c9b 100644 --- a/sbin/hastd/proto.c +++ b/sbin/hastd/proto.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/proto_common.c b/sbin/hastd/proto_common.c index c6d4dbbedff..143b7666b7c 100644 --- a/sbin/hastd/proto_common.c +++ b/sbin/hastd/proto_common.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/proto_socketpair.c b/sbin/hastd/proto_socketpair.c index a51b3e54351..ab30a6a2726 100644 --- a/sbin/hastd/proto_socketpair.c +++ b/sbin/hastd/proto_socketpair.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/proto_tcp.c b/sbin/hastd/proto_tcp.c index 9ec0326c7da..dc5a23da7b2 100644 --- a/sbin/hastd/proto_tcp.c +++ b/sbin/hastd/proto_tcp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* MAXHOSTNAMELEN */ #include diff --git a/sbin/hastd/proto_uds.c b/sbin/hastd/proto_uds.c index 183f630ebb6..5bf4c64fe5f 100644 --- a/sbin/hastd/proto_uds.c +++ b/sbin/hastd/proto_uds.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* UDS - UNIX Domain Socket */ #include diff --git a/sbin/hastd/rangelock.c b/sbin/hastd/rangelock.c index 715aea12278..33aee39651a 100644 --- a/sbin/hastd/rangelock.c +++ b/sbin/hastd/rangelock.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index e9882dbc7f3..bf118d7e123 100644 --- a/sbin/hastd/secondary.c +++ b/sbin/hastd/secondary.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/hastd/subr.c b/sbin/hastd/subr.c index 1319a4d942c..27641a6f8ac 100644 --- a/sbin/hastd/subr.c +++ b/sbin/hastd/subr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ifconfig/ifgre.c b/sbin/ifconfig/ifgre.c index 018167a3204..dda04e363bf 100644 --- a/sbin/ifconfig/ifgre.c +++ b/sbin/ifconfig/ifgre.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ifconfig/ifipsec.c b/sbin/ifconfig/ifipsec.c index 2d979020885..6fd1f9f630f 100644 --- a/sbin/ifconfig/ifipsec.c +++ b/sbin/ifconfig/ifipsec.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ifconfig/ifvxlan.c b/sbin/ifconfig/ifvxlan.c index 6a0bacfc32a..e4871da645f 100644 --- a/sbin/ifconfig/ifvxlan.c +++ b/sbin/ifconfig/ifvxlan.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ipfw/nat64clat.c b/sbin/ipfw/nat64clat.c index bd286f78cfc..e8b767a0c80 100644 --- a/sbin/ipfw/nat64clat.c +++ b/sbin/ipfw/nat64clat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ipfw/nat64lsn.c b/sbin/ipfw/nat64lsn.c index f005432d7fb..f50ea366123 100644 --- a/sbin/ipfw/nat64lsn.c +++ b/sbin/ipfw/nat64lsn.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ipfw/nat64stl.c b/sbin/ipfw/nat64stl.c index 8ac0b546a44..d8dd239e7da 100644 --- a/sbin/ipfw/nat64stl.c +++ b/sbin/ipfw/nat64stl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ipfw/nptv6.c b/sbin/ipfw/nptv6.c index 27b6d3945d2..fc9ce638b8a 100644 --- a/sbin/ipfw/nptv6.c +++ b/sbin/ipfw/nptv6.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/kldconfig/kldconfig.c b/sbin/kldconfig/kldconfig.c index 7f256c17f1c..27956a961cc 100644 --- a/sbin/kldconfig/kldconfig.c +++ b/sbin/kldconfig/kldconfig.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 8946d8ac281..c573a253c7c 100644 --- a/sbin/kldload/kldload.c +++ b/sbin/kldload/kldload.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 2fee78238e9..60d12e0327a 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index 44a602d33f4..ebdc17ce414 100644 --- a/sbin/kldunload/kldunload.c +++ b/sbin/kldunload/kldunload.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index abc542ced82..15fd7ebec5d 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index e42bea43575..dbd206f953d 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c index 3a5cac0d9ba..31987f7b0b7 100644 --- a/sbin/mount/getmntopts.c +++ b/sbin/mount/getmntopts.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 8ab17d37a0f..2fcc94e4081 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #define _WANT_MNTOPTNAMES #include diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index e45aaec5fc0..3785451e65b 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/mount_fusefs/mount_fusefs.c b/sbin/mount_fusefs/mount_fusefs.c index 9b9b6d002d0..59667c39db1 100644 --- a/sbin/mount_fusefs/mount_fusefs.c +++ b/sbin/mount_fusefs/mount_fusefs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 284b3432388..f2f22e0a0cc 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index 599a5247ac8..29c68987adf 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define SYSLOG_NAMES #include diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 85137c7881f..b0d178de984 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)mkfs.c 8.11 (Berkeley) 5/3/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #define _WANT_P_OSREL #include #include diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 2e46b50e7d4..afb71f9f25b 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -50,8 +50,6 @@ static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * newfs: friendly front end to mkfs */ diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c index b518d94d384..45a0ec0a974 100644 --- a/sbin/nfsiod/nfsiod.c +++ b/sbin/nfsiod/nfsiod.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)nfsiod.c 8.4 (Berkeley) 5/3/95"; #endif #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/nvmecontrol/comnd.c b/sbin/nvmecontrol/comnd.c index 6f460670c44..de979af71d9 100644 --- a/sbin/nvmecontrol/comnd.c +++ b/sbin/nvmecontrol/comnd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/devlist.c b/sbin/nvmecontrol/devlist.c index ce54bb85f23..7e3dfe60fff 100644 --- a/sbin/nvmecontrol/devlist.c +++ b/sbin/nvmecontrol/devlist.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/firmware.c b/sbin/nvmecontrol/firmware.c index 4fada6aa04e..256847ef8ac 100644 --- a/sbin/nvmecontrol/firmware.c +++ b/sbin/nvmecontrol/firmware.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/nvmecontrol/format.c b/sbin/nvmecontrol/format.c index c9a15b13338..541b207b373 100644 --- a/sbin/nvmecontrol/format.c +++ b/sbin/nvmecontrol/format.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/identify.c b/sbin/nvmecontrol/identify.c index 7d80103ba53..50698e8bfc7 100644 --- a/sbin/nvmecontrol/identify.c +++ b/sbin/nvmecontrol/identify.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/identify_ext.c b/sbin/nvmecontrol/identify_ext.c index 617db86b6dd..72b1ff5ccd7 100644 --- a/sbin/nvmecontrol/identify_ext.c +++ b/sbin/nvmecontrol/identify_ext.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/logpage.c b/sbin/nvmecontrol/logpage.c index ae5bcc3a5aa..725815edc47 100644 --- a/sbin/nvmecontrol/logpage.c +++ b/sbin/nvmecontrol/logpage.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/modules/intel/intel.c b/sbin/nvmecontrol/modules/intel/intel.c index 02fad72d4bc..cc5c9c49beb 100644 --- a/sbin/nvmecontrol/modules/intel/intel.c +++ b/sbin/nvmecontrol/modules/intel/intel.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/modules/samsung/samsung.c b/sbin/nvmecontrol/modules/samsung/samsung.c index b85959eaa93..cc4528a0a78 100644 --- a/sbin/nvmecontrol/modules/samsung/samsung.c +++ b/sbin/nvmecontrol/modules/samsung/samsung.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/modules/wdc/wdc.c b/sbin/nvmecontrol/modules/wdc/wdc.c index 8936a74bab9..2600464eeb0 100644 --- a/sbin/nvmecontrol/modules/wdc/wdc.c +++ b/sbin/nvmecontrol/modules/wdc/wdc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/nvmecontrol/nc_util.c b/sbin/nvmecontrol/nc_util.c index f5382cf311d..6b02ac0098e 100644 --- a/sbin/nvmecontrol/nc_util.c +++ b/sbin/nvmecontrol/nc_util.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "nvmecontrol.h" diff --git a/sbin/nvmecontrol/ns.c b/sbin/nvmecontrol/ns.c index 9b9de403e12..dd678568d5c 100644 --- a/sbin/nvmecontrol/ns.c +++ b/sbin/nvmecontrol/ns.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/nsid.c b/sbin/nvmecontrol/nsid.c index 4b9cb568eae..3d71186f396 100644 --- a/sbin/nvmecontrol/nsid.c +++ b/sbin/nvmecontrol/nsid.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/nvmecontrol.c b/sbin/nvmecontrol/nvmecontrol.c index 91e2d516f69..92fbf9e2537 100644 --- a/sbin/nvmecontrol/nvmecontrol.c +++ b/sbin/nvmecontrol/nvmecontrol.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/nvmecontrol/passthru.c b/sbin/nvmecontrol/passthru.c index 9f4e3189bd0..015c52305ce 100644 --- a/sbin/nvmecontrol/passthru.c +++ b/sbin/nvmecontrol/passthru.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/perftest.c b/sbin/nvmecontrol/perftest.c index a54301aecf3..0afab9951e5 100644 --- a/sbin/nvmecontrol/perftest.c +++ b/sbin/nvmecontrol/perftest.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/power.c b/sbin/nvmecontrol/power.c index c6d7ad5455f..95ee1763a28 100644 --- a/sbin/nvmecontrol/power.c +++ b/sbin/nvmecontrol/power.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/reset.c b/sbin/nvmecontrol/reset.c index 8d5285c867c..4cd4987d88b 100644 --- a/sbin/nvmecontrol/reset.c +++ b/sbin/nvmecontrol/reset.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/resv.c b/sbin/nvmecontrol/resv.c index f70a44dba38..835ad47a924 100644 --- a/sbin/nvmecontrol/resv.c +++ b/sbin/nvmecontrol/resv.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/sanitize.c b/sbin/nvmecontrol/sanitize.c index 9680b3d138d..d56a7468565 100644 --- a/sbin/nvmecontrol/sanitize.c +++ b/sbin/nvmecontrol/sanitize.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/nvmecontrol/selftest.c b/sbin/nvmecontrol/selftest.c index 4dc2d4c0b51..6139a790223 100644 --- a/sbin/nvmecontrol/selftest.c +++ b/sbin/nvmecontrol/selftest.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 39088852600..041dcb0587b 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -30,8 +30,6 @@ */ %{ #include -__FBSDID("$FreeBSD$"); - #define PFIOC_USE_LATEST #include diff --git a/sbin/pfctl/pf_print_state.c b/sbin/pfctl/pf_print_state.c index cabfc78de97..20594e050c9 100644 --- a/sbin/pfctl/pf_print_state.c +++ b/sbin/pfctl/pf_print_state.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pf_ruleset.c b/sbin/pfctl/pf_ruleset.c index a7f31366f48..09ee0fdb916 100644 --- a/sbin/pfctl/pf_ruleset.c +++ b/sbin/pfctl/pf_ruleset.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index ea1812a3858..bfa76b299a0 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PFIOC_USE_LATEST #include diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index 66075258f10..1b32e90aea1 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PFIOC_USE_LATEST #define _WANT_FREEBSD_BITSET diff --git a/sbin/pfctl/pfctl_optimize.c b/sbin/pfctl/pfctl_optimize.c index 99c597ec84c..a377f9eb04d 100644 --- a/sbin/pfctl/pfctl_optimize.c +++ b/sbin/pfctl/pfctl_optimize.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pfctl_osfp.c b/sbin/pfctl/pfctl_osfp.c index e2657805157..7fcdcf96228 100644 --- a/sbin/pfctl/pfctl_osfp.c +++ b/sbin/pfctl/pfctl_osfp.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index c3aa840bca4..936c5ec5375 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pfctl_qstats.c b/sbin/pfctl/pfctl_qstats.c index 5312a6da8ea..397598b0c11 100644 --- a/sbin/pfctl/pfctl_qstats.c +++ b/sbin/pfctl/pfctl_qstats.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PFIOC_USE_LATEST #include diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c index 95407ccae26..d33f091d8b6 100644 --- a/sbin/pfctl/pfctl_radix.c +++ b/sbin/pfctl/pfctl_radix.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/pfctl_table.c b/sbin/pfctl/pfctl_table.c index 3d1aef5571d..fe934a8d2ea 100644 --- a/sbin/pfctl/pfctl_table.c +++ b/sbin/pfctl/pfctl_table.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfctl/tests/pfctl_test.c b/sbin/pfctl/tests/pfctl_test.c index 4f342a9b95e..5a98ad9f0d5 100644 --- a/sbin/pfctl/tests/pfctl_test.c +++ b/sbin/pfctl/tests/pfctl_test.c @@ -31,8 +31,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/pfilctl/pfilctl.c b/sbin/pfilctl/pfilctl.c index 3c6a2d98049..c2fe04ecc77 100644 --- a/sbin/pfilctl/pfilctl.c +++ b/sbin/pfilctl/pfilctl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/ping/main.c b/sbin/ping/main.c index bfe19e0ff44..47d20f56900 100644 --- a/sbin/ping/main.c +++ b/sbin/ping/main.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 965b565da7b..072d4607f74 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * P I N G . C * diff --git a/sbin/ping/ping6.c b/sbin/ping/ping6.c index 5449d02a5d5..bd1658f9500 100644 --- a/sbin/ping/ping6.c +++ b/sbin/ping/ping6.c @@ -78,8 +78,6 @@ static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Using the InterNet Control Message Protocol (ICMP) "ECHO" facility, * measure round-trip-delays and packet loss across network paths. diff --git a/sbin/ping/tests/in_cksum_test.c b/sbin/ping/tests/in_cksum_test.c index a0353adfc9a..fd51a83b1f4 100644 --- a/sbin/ping/tests/in_cksum_test.c +++ b/sbin/ping/tests/in_cksum_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/ping/utils.c b/sbin/ping/utils.c index 1df233995bf..920102a6896 100644 --- a/sbin/ping/utils.c +++ b/sbin/ping/utils.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include "utils.h" diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c index 1e656d2a581..3f608c103b1 100644 --- a/sbin/quotacheck/quotacheck.c +++ b/sbin/quotacheck/quotacheck.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)quotacheck.c 8.3 (Berkeley) 1/29/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Fix up / report on disk quotas & usage */ diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c index 1e3c60f8a1c..87b0e873c7a 100644 --- a/sbin/rcorder/rcorder.c +++ b/sbin/rcorder/rcorder.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 8cae59002b2..6f656fd5f88 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 15b1fb45bb0..336ab61221d 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)interactive.c 8.5 (Berkeley) 5/1/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/restore/main.c b/sbin/restore/main.c index 7b9a5359d57..6eba6954b6e 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 7c9056ee16d..33e97c18c41 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index e5508bc0863..c3fe0d7d8b0 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)tape.c 8.9 (Berkeley) 5/1/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/route/route.c b/sbin/route/route.c index 223b1d6f69d..3913bdc9e6a 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)route.c 8.6 (Berkeley) 4/28/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 9f1f04422a5..a571144589b 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index 76e02d1fd6b..3864e44025e 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index d98f63b153d..b9b865c0fc0 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 9a1f8c5431a..fe1a53a9d64 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 4445603dbc9..9b38e23effd 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * tunefs: change layout parameters to an existing file system. */ diff --git a/sbin/veriexec/veriexec.c b/sbin/veriexec/veriexec.c index e30aabe55fa..3899a781625 100644 --- a/sbin/veriexec/veriexec.c +++ b/sbin/veriexec/veriexec.c @@ -25,8 +25,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sbin/zfsbootcfg/zfsbootcfg.c b/sbin/zfsbootcfg/zfsbootcfg.c index f4b2eeabcc3..0c1e9e0f7ea 100644 --- a/sbin/zfsbootcfg/zfsbootcfg.c +++ b/sbin/zfsbootcfg/zfsbootcfg.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/secure/lib/libcrypt/blowfish.c b/secure/lib/libcrypt/blowfish.c index 5b33f025fdf..3a3ac1283f8 100644 --- a/secure/lib/libcrypt/blowfish.c +++ b/secure/lib/libcrypt/blowfish.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This code is derived from section 14.3 and the given source * in section V of Applied Cryptography, second edition. diff --git a/secure/lib/libcrypt/crypt-blowfish.c b/secure/lib/libcrypt/crypt-blowfish.c index eb2d3456b25..e0b14f675b0 100644 --- a/secure/lib/libcrypt/crypt-blowfish.c +++ b/secure/lib/libcrypt/crypt-blowfish.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* This password hashing algorithm was designed by David Mazieres * and works as follows: * diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index 6d8591330ec..f96933ab1bf 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/share/examples/kld/firmware/fwconsumer/fw_consumer.c b/share/examples/kld/firmware/fwconsumer/fw_consumer.c index 294d2fbb636..05c93446eed 100644 --- a/share/examples/kld/firmware/fwconsumer/fw_consumer.c +++ b/share/examples/kld/firmware/fwconsumer/fw_consumer.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/share/examples/kld/khelp/h_example.c b/share/examples/kld/khelp/h_example.c index 16f4351a4d2..5bca2b36af5 100644 --- a/share/examples/kld/khelp/h_example.c +++ b/share/examples/kld/khelp/h_example.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/share/examples/kld/random_adaptor/random_adaptor_example.c b/share/examples/kld/random_adaptor/random_adaptor_example.c index 7907179d307..f462f64cd17 100644 --- a/share/examples/kld/random_adaptor/random_adaptor_example.c +++ b/share/examples/kld/random_adaptor/random_adaptor_example.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/arm64/libarm64/cache.c b/stand/arm64/libarm64/cache.c index e0c627f36a6..291b55f3b25 100644 --- a/stand/arm64/libarm64/cache.c +++ b/stand/arm64/libarm64/cache.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/common/bcache.c b/stand/common/bcache.c index 88dee8c7ce2..2b460352574 100644 --- a/stand/common/bcache.c +++ b/stand/common/bcache.c @@ -27,8 +27,6 @@ #include #include -__FBSDID("$FreeBSD$"); - /* * Simple hashed block cache */ diff --git a/stand/common/boot.c b/stand/common/boot.c index 3ec827617d5..db4bb4fc2ea 100644 --- a/stand/common/boot.c +++ b/stand/common/boot.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Loading modules, booting the system */ diff --git a/stand/common/commands.c b/stand/common/commands.c index 6643a3ca360..b09bb960438 100644 --- a/stand/common/commands.c +++ b/stand/common/commands.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/common/console.c b/stand/common/console.c index ae1bb7c9f95..d9d075ef7bd 100644 --- a/stand/common/console.c +++ b/stand/common/console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/dev_net.c b/stand/common/dev_net.c index 24bfbe9636e..b6880e89447 100644 --- a/stand/common/dev_net.c +++ b/stand/common/dev_net.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * This module implements a "raw device" interface suitable for * use by the stand-alone I/O library NFS code. This interface diff --git a/stand/common/devopen.c b/stand/common/devopen.c index 4fd955d5a9e..a51ebaf0c9d 100644 --- a/stand/common/devopen.c +++ b/stand/common/devopen.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/common/disk.c b/stand/common/disk.c index eecf519c52a..e1add50bd1f 100644 --- a/stand/common/disk.c +++ b/stand/common/disk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/gfx_fb_stub.c b/stand/common/gfx_fb_stub.c index e212bd2daa1..a4ebdeb8c38 100644 --- a/stand/common/gfx_fb_stub.c +++ b/stand/common/gfx_fb_stub.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic gfx stubs. */ diff --git a/stand/common/install.c b/stand/common/install.c index ea6eaaa7ceb..418799822e4 100644 --- a/stand/common/install.c +++ b/stand/common/install.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/interp.c b/stand/common/interp.c index 8b779fb7a5e..b71e0858e70 100644 --- a/stand/common/interp.c +++ b/stand/common/interp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Simple commandline interpreter, toplevel and misc. * diff --git a/stand/common/interp_backslash.c b/stand/common/interp_backslash.c index c75081beca5..6d650cd2e28 100644 --- a/stand/common/interp_backslash.c +++ b/stand/common/interp_backslash.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "bootstrap.h" diff --git a/stand/common/interp_forth.c b/stand/common/interp_forth.c index edf21e53dc1..0320e081d40 100644 --- a/stand/common/interp_forth.c +++ b/stand/common/interp_forth.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* to pick up __FreeBSD_version */ #include #include diff --git a/stand/common/interp_lua.c b/stand/common/interp_lua.c index 8a420660683..db58d80b204 100644 --- a/stand/common/interp_lua.c +++ b/stand/common/interp_lua.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" diff --git a/stand/common/interp_parse.c b/stand/common/interp_parse.c index c46a497e240..6e883a81e38 100644 --- a/stand/common/interp_parse.c +++ b/stand/common/interp_parse.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "bootstrap.h" diff --git a/stand/common/interp_simple.c b/stand/common/interp_simple.c index e25743d4f01..fa021c79630 100644 --- a/stand/common/interp_simple.c +++ b/stand/common/interp_simple.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Simple commandline interpreter, toplevel and misc. */ diff --git a/stand/common/isapnp.c b/stand/common/isapnp.c index 8a0cdfda2ac..3f554305c2e 100644 --- a/stand/common/isapnp.c +++ b/stand/common/isapnp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Machine-independent ISA PnP enumerator implementing a subset of the * ISA PnP specification. diff --git a/stand/common/load_elf.c b/stand/common/load_elf.c index 81b9e3e7ee9..9f3b015fef7 100644 --- a/stand/common/load_elf.c +++ b/stand/common/load_elf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/load_elf32.c b/stand/common/load_elf32.c index 0c9f460d486..5b942fd6344 100644 --- a/stand/common/load_elf32.c +++ b/stand/common/load_elf32.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #define _MACHINE_ELF_WANT_32BIT diff --git a/stand/common/load_elf32_obj.c b/stand/common/load_elf32_obj.c index 94b08961883..dffb0070b0c 100644 --- a/stand/common/load_elf32_obj.c +++ b/stand/common/load_elf32_obj.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #define _MACHINE_ELF_WANT_32BIT diff --git a/stand/common/load_elf64.c b/stand/common/load_elf64.c index c29e8e3596a..e3a913c0ce8 100644 --- a/stand/common/load_elf64.c +++ b/stand/common/load_elf64.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include "load_elf.c" diff --git a/stand/common/load_elf64_obj.c b/stand/common/load_elf64_obj.c index 3c9371ba013..14d6e3dc3d4 100644 --- a/stand/common/load_elf64_obj.c +++ b/stand/common/load_elf64_obj.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include "load_elf_obj.c" diff --git a/stand/common/load_elf_obj.c b/stand/common/load_elf_obj.c index ed202e08b78..86e0fb2b5d2 100644 --- a/stand/common/load_elf_obj.c +++ b/stand/common/load_elf_obj.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/ls.c b/stand/common/ls.c index cd6b7c49ea5..daeecfa488d 100644 --- a/stand/common/ls.c +++ b/stand/common/ls.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/md.c b/stand/common/md.c index 61db56ece7a..6b6e6303c89 100644 --- a/stand/common/md.c +++ b/stand/common/md.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/metadata.c b/stand/common/metadata.c index a69c6d824d4..8d5003ec47b 100644 --- a/stand/common/metadata.c +++ b/stand/common/metadata.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/misc.c b/stand/common/misc.c index b80909b9edf..046094f868e 100644 --- a/stand/common/misc.c +++ b/stand/common/misc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/module.c b/stand/common/module.c index 9902309b7f9..289d174733d 100644 --- a/stand/common/module.c +++ b/stand/common/module.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * file/module function dispatcher, support, etc. */ diff --git a/stand/common/part.c b/stand/common/part.c index 90d7855b53f..41c0eef95d7 100644 --- a/stand/common/part.c +++ b/stand/common/part.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/pnp.c b/stand/common/pnp.c index 4759c4417d1..8ee7f5f711b 100644 --- a/stand/common/pnp.c +++ b/stand/common/pnp.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * "Plug and Play" functionality. * diff --git a/stand/common/reloc_elf.c b/stand/common/reloc_elf.c index f143b20eee5..a7243bc634f 100644 --- a/stand/common/reloc_elf.c +++ b/stand/common/reloc_elf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/common/reloc_elf32.c b/stand/common/reloc_elf32.c index 03d9d73bab7..ee2617b371c 100644 --- a/stand/common/reloc_elf32.c +++ b/stand/common/reloc_elf32.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include "reloc_elf.c" diff --git a/stand/common/reloc_elf64.c b/stand/common/reloc_elf64.c index c8dcf2a36b0..c7b76ca6b26 100644 --- a/stand/common/reloc_elf64.c +++ b/stand/common/reloc_elf64.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include "reloc_elf.c" diff --git a/stand/common/self_reloc.c b/stand/common/self_reloc.c index aee19cd8c57..39dad510b0b 100644 --- a/stand/common/self_reloc.c +++ b/stand/common/self_reloc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/tslog.c b/stand/common/tslog.c index 3851e760daf..6f27b9ebc31 100644 --- a/stand/common/tslog.c +++ b/stand/common/tslog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/common/vdisk.c b/stand/common/vdisk.c index 5c08a524b4d..3bbb13d908c 100644 --- a/stand/common/vdisk.c +++ b/stand/common/vdisk.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/common/zfs_cmd.c b/stand/common/zfs_cmd.c index cee5b899321..9a4dc01f015 100644 --- a/stand/common/zfs_cmd.c +++ b/stand/common/zfs_cmd.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MD bootstrap main() and assorted miscellaneous * commands. diff --git a/stand/efi/boot1/boot1.c b/stand/efi/boot1/boot1.c index 2f9801c8ea9..19627e87020 100644 --- a/stand/efi/boot1/boot1.c +++ b/stand/efi/boot1/boot1.c @@ -20,8 +20,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/boot1/proto.c b/stand/efi/boot1/proto.c index eeb3cd9568a..cec4e2d1942 100644 --- a/stand/efi/boot1/proto.c +++ b/stand/efi/boot1/proto.c @@ -20,8 +20,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/fdt/efi_fdt.c b/stand/efi/fdt/efi_fdt.c index 21107bb2ccb..7010a272d9d 100644 --- a/stand/efi/fdt/efi_fdt.c +++ b/stand/efi/fdt/efi_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/gptboot/proto.c b/stand/efi/gptboot/proto.c index 38ccb5023c1..54a229db7bc 100644 --- a/stand/efi/gptboot/proto.c +++ b/stand/efi/gptboot/proto.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/delay.c b/stand/efi/libefi/delay.c index 9bf40d28f96..becdcb3fa26 100644 --- a/stand/efi/libefi/delay.c +++ b/stand/efi/libefi/delay.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/devicename.c b/stand/efi/libefi/devicename.c index ec821821bdf..22844bbbd6e 100644 --- a/stand/efi/libefi/devicename.c +++ b/stand/efi/libefi/devicename.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/devpath.c b/stand/efi/libefi/devpath.c index 94bb0754037..6b4b8785a2d 100644 --- a/stand/efi/libefi/devpath.c +++ b/stand/efi/libefi/devpath.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efi_console.c b/stand/efi/libefi/efi_console.c index 1aeb94344c5..1758cd9d4d6 100644 --- a/stand/efi/libefi/efi_console.c +++ b/stand/efi/libefi/efi_console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efichar.c b/stand/efi/libefi/efichar.c index 233027f4e6e..0703c167de4 100644 --- a/stand/efi/libefi/efichar.c +++ b/stand/efi/libefi/efichar.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef _STANDALONE diff --git a/stand/efi/libefi/eficom.c b/stand/efi/libefi/eficom.c index f5969cc5d42..c84e040420e 100644 --- a/stand/efi/libefi/eficom.c +++ b/stand/efi/libefi/eficom.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efienv.c b/stand/efi/libefi/efienv.c index 04df6bc00fc..031c144ee19 100644 --- a/stand/efi/libefi/efienv.c +++ b/stand/efi/libefi/efienv.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efihttp.c b/stand/efi/libefi/efihttp.c index 4e65b8dac16..081b34336cb 100644 --- a/stand/efi/libefi/efihttp.c +++ b/stand/efi/libefi/efihttp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/efinet.c b/stand/efi/libefi/efinet.c index a6582bd2c1b..ede8b7297f1 100644 --- a/stand/efi/libefi/efinet.c +++ b/stand/efi/libefi/efinet.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efipart.c b/stand/efi/libefi/efipart.c index 9a4d2b22ed2..475a796b4da 100644 --- a/stand/efi/libefi/efipart.c +++ b/stand/efi/libefi/efipart.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/efizfs.c b/stand/efi/libefi/efizfs.c index 4fa336df1d5..83551596bb3 100644 --- a/stand/efi/libefi/efizfs.c +++ b/stand/efi/libefi/efizfs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/env.c b/stand/efi/libefi/env.c index 1d70e78e2a6..6887038fe95 100644 --- a/stand/efi/libefi/env.c +++ b/stand/efi/libefi/env.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/errno.c b/stand/efi/libefi/errno.c index 0f354c3f3c8..e614824a2be 100644 --- a/stand/efi/libefi/errno.c +++ b/stand/efi/libefi/errno.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/handles.c b/stand/efi/libefi/handles.c index a55239dbec8..bc42ae14450 100644 --- a/stand/efi/libefi/handles.c +++ b/stand/efi/libefi/handles.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/libefi.c b/stand/efi/libefi/libefi.c index e7b1406839f..c33c61cdef1 100644 --- a/stand/efi/libefi/libefi.c +++ b/stand/efi/libefi/libefi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/libefi/time.c b/stand/efi/libefi/time.c index fe0d2ef2702..bab8e4f7343 100644 --- a/stand/efi/libefi/time.c +++ b/stand/efi/libefi/time.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/time_arm64.c b/stand/efi/libefi/time_arm64.c index baa0f8bfa1e..616d05adb80 100644 --- a/stand/efi/libefi/time_arm64.c +++ b/stand/efi/libefi/time_arm64.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/time_event.c b/stand/efi/libefi/time_event.c index f171bf99707..e6aad64342c 100644 --- a/stand/efi/libefi/time_event.c +++ b/stand/efi/libefi/time_event.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/libefi/wchar.c b/stand/efi/libefi/wchar.c index d0c65351436..d67f1bf34cf 100644 --- a/stand/efi/libefi/wchar.c +++ b/stand/efi/libefi/wchar.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/loader/arch/amd64/elf64_freebsd.c b/stand/efi/loader/arch/amd64/elf64_freebsd.c index 0ed9d2d78ff..196efb04806 100644 --- a/stand/efi/loader/arch/amd64/elf64_freebsd.c +++ b/stand/efi/loader/arch/amd64/elf64_freebsd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include #include diff --git a/stand/efi/loader/arch/amd64/trap.c b/stand/efi/loader/arch/amd64/trap.c index 81357e55818..56a3ee67da6 100644 --- a/stand/efi/loader/arch/amd64/trap.c +++ b/stand/efi/loader/arch/amd64/trap.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/loader/arch/arm/exec.c b/stand/efi/loader/arch/arm/exec.c index 2fecb2ea043..99ee498b1b6 100644 --- a/stand/efi/loader/arch/arm/exec.c +++ b/stand/efi/loader/arch/arm/exec.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/loader/arch/arm64/exec.c b/stand/efi/loader/arch/arm64/exec.c index a8cd80cd0fc..09be15b2b6f 100644 --- a/stand/efi/loader/arch/arm64/exec.c +++ b/stand/efi/loader/arch/arm64/exec.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/loader/arch/riscv/exec.c b/stand/efi/loader/arch/riscv/exec.c index c7d90a4f31d..686a4202860 100644 --- a/stand/efi/loader/arch/riscv/exec.c +++ b/stand/efi/loader/arch/riscv/exec.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/loader/autoload.c b/stand/efi/loader/autoload.c index d409285834c..a7a5f8212e9 100644 --- a/stand/efi/loader/autoload.c +++ b/stand/efi/loader/autoload.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LOADER_FDT_SUPPORT) #include #include diff --git a/stand/efi/loader/bootinfo.c b/stand/efi/loader/bootinfo.c index 6dad3868b84..f47d81e2359 100644 --- a/stand/efi/loader/bootinfo.c +++ b/stand/efi/loader/bootinfo.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/loader/conf.c b/stand/efi/loader/conf.c index 163b5835e4a..389489726d8 100644 --- a/stand/efi/loader/conf.c +++ b/stand/efi/loader/conf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/loader/copy.c b/stand/efi/loader/copy.c index 6a4e65f2dbc..12f7273edac 100644 --- a/stand/efi/loader/copy.c +++ b/stand/efi/loader/copy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/efi/loader/efi_main.c b/stand/efi/loader/efi_main.c index 3e1fa06638e..25b13d5d372 100644 --- a/stand/efi/loader/efi_main.c +++ b/stand/efi/loader/efi_main.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/loader/framebuffer.c b/stand/efi/loader/framebuffer.c index 9dfe547d755..b8e61dc73ac 100644 --- a/stand/efi/loader/framebuffer.c +++ b/stand/efi/loader/framebuffer.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c index 5e6a10adb98..39e32a56adc 100644 --- a/stand/efi/loader/main.c +++ b/stand/efi/loader/main.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/fdt/fdt_loader_cmd.c b/stand/fdt/fdt_loader_cmd.c index 8703d5f05e3..a27ac53cb13 100644 --- a/stand/fdt/fdt_loader_cmd.c +++ b/stand/fdt/fdt_loader_cmd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/boot2/boot2.c b/stand/i386/boot2/boot2.c index 0c35fe9b7d9..da699b58b3b 100644 --- a/stand/i386/boot2/boot2.c +++ b/stand/i386/boot2/boot2.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/common/cons.c b/stand/i386/common/cons.c index 25dda1ce740..c3a44499b5b 100644 --- a/stand/i386/common/cons.c +++ b/stand/i386/common/cons.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/i386/common/drv.c b/stand/i386/common/drv.c index e2e4d55e533..bc8927dc6c5 100644 --- a/stand/i386/common/drv.c +++ b/stand/i386/common/drv.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/i386/gptboot/gptboot.c b/stand/i386/gptboot/gptboot.c index 78d876554c8..7cae837f9a5 100644 --- a/stand/i386/gptboot/gptboot.c +++ b/stand/i386/gptboot/gptboot.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/isoboot/isoboot.c b/stand/i386/isoboot/isoboot.c index f7da4c7d310..4c3f7af8537 100644 --- a/stand/i386/isoboot/isoboot.c +++ b/stand/i386/isoboot/isoboot.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/bio.c b/stand/i386/libi386/bio.c index 1bcb35f77aa..e3b17ccc2a4 100644 --- a/stand/i386/libi386/bio.c +++ b/stand/i386/libi386/bio.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libi386.h" diff --git a/stand/i386/libi386/biosacpi.c b/stand/i386/libi386/biosacpi.c index 3bda472f3fc..f94e8684c97 100644 --- a/stand/i386/libi386/biosacpi.c +++ b/stand/i386/libi386/biosacpi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/biosdisk.c b/stand/i386/libi386/biosdisk.c index 87c8c47844b..29cd39e157b 100644 --- a/stand/i386/libi386/biosdisk.c +++ b/stand/i386/libi386/biosdisk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * BIOS disk device handling. * diff --git a/stand/i386/libi386/biosmem.c b/stand/i386/libi386/biosmem.c index 8596ce6abf4..eaf41743bb1 100644 --- a/stand/i386/libi386/biosmem.c +++ b/stand/i386/libi386/biosmem.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Obtain memory configuration information from the BIOS */ diff --git a/stand/i386/libi386/biospci.c b/stand/i386/libi386/biospci.c index 968533e210c..1003e368043 100644 --- a/stand/i386/libi386/biospci.c +++ b/stand/i386/libi386/biospci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PnP enumerator using the PCI BIOS. */ diff --git a/stand/i386/libi386/biospnp.c b/stand/i386/libi386/biospnp.c index 6cd381b2ee1..7e3bc97a35e 100644 --- a/stand/i386/libi386/biospnp.c +++ b/stand/i386/libi386/biospnp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PnP BIOS enumerator. */ diff --git a/stand/i386/libi386/biossmap.c b/stand/i386/libi386/biossmap.c index e95ea64517d..a2ad83cafdb 100644 --- a/stand/i386/libi386/biossmap.c +++ b/stand/i386/libi386/biossmap.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Obtain memory configuration information from the BIOS */ diff --git a/stand/i386/libi386/bootinfo.c b/stand/i386/libi386/bootinfo.c index 92238d4fab4..cc9a42164ed 100644 --- a/stand/i386/libi386/bootinfo.c +++ b/stand/i386/libi386/bootinfo.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/bootinfo32.c b/stand/i386/libi386/bootinfo32.c index 169d2dfb81f..1b038ff6b24 100644 --- a/stand/i386/libi386/bootinfo32.c +++ b/stand/i386/libi386/bootinfo32.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/bootinfo64.c b/stand/i386/libi386/bootinfo64.c index bc8830d0909..2a62eba4fc0 100644 --- a/stand/i386/libi386/bootinfo64.c +++ b/stand/i386/libi386/bootinfo64.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/comconsole.c b/stand/i386/libi386/comconsole.c index 6d48e876fa3..8a8373cf144 100644 --- a/stand/i386/libi386/comconsole.c +++ b/stand/i386/libi386/comconsole.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/devicename.c b/stand/i386/libi386/devicename.c index 99674a4ac87..c6125ba7a78 100644 --- a/stand/i386/libi386/devicename.c +++ b/stand/i386/libi386/devicename.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "bootstrap.h" diff --git a/stand/i386/libi386/elf32_freebsd.c b/stand/i386/libi386/elf32_freebsd.c index 641e2733c3a..185dc0c08d0 100644 --- a/stand/i386/libi386/elf32_freebsd.c +++ b/stand/i386/libi386/elf32_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/elf64_freebsd.c b/stand/i386/libi386/elf64_freebsd.c index 1108a9e4d71..da034437c6e 100644 --- a/stand/i386/libi386/elf64_freebsd.c +++ b/stand/i386/libi386/elf64_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include #include diff --git a/stand/i386/libi386/i386_copy.c b/stand/i386/libi386/i386_copy.c index a1e7c734ebf..3fcf9d09b28 100644 --- a/stand/i386/libi386/i386_copy.c +++ b/stand/i386/libi386/i386_copy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MD primitives supporting placement of module data * diff --git a/stand/i386/libi386/i386_module.c b/stand/i386/libi386/i386_module.c index 78ab61ba9a5..8c6300b3ad9 100644 --- a/stand/i386/libi386/i386_module.c +++ b/stand/i386/libi386/i386_module.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * i386-specific module functionality. * diff --git a/stand/i386/libi386/multiboot.c b/stand/i386/libi386/multiboot.c index 2d0a4a9b227..1ac5aefebf3 100644 --- a/stand/i386/libi386/multiboot.c +++ b/stand/i386/libi386/multiboot.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/nullconsole.c b/stand/i386/libi386/nullconsole.c index ebb1e7edd2b..b39e52630c9 100644 --- a/stand/i386/libi386/nullconsole.c +++ b/stand/i386/libi386/nullconsole.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/i386/libi386/pread.c b/stand/i386/libi386/pread.c index 870e2540150..854f28068ab 100644 --- a/stand/i386/libi386/pread.c +++ b/stand/i386/libi386/pread.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* read into destination in flat addr space */ #include diff --git a/stand/i386/libi386/pxe.c b/stand/i386/libi386/pxe.c index 3c6c5468fe3..895e8fc5ff5 100644 --- a/stand/i386/libi386/pxe.c +++ b/stand/i386/libi386/pxe.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/libi386/spinconsole.c b/stand/i386/libi386/spinconsole.c index 1daac358693..05ce33bfc5a 100644 --- a/stand/i386/libi386/spinconsole.c +++ b/stand/i386/libi386/spinconsole.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/i386/libi386/time.c b/stand/i386/libi386/time.c index 5b8a9c9017a..74d0fecda4d 100644 --- a/stand/i386/libi386/time.c +++ b/stand/i386/libi386/time.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "bootstrap.h" diff --git a/stand/i386/libi386/vidconsole.c b/stand/i386/libi386/vidconsole.c index 7e798a1b850..aec41a6373d 100644 --- a/stand/i386/libi386/vidconsole.c +++ b/stand/i386/libi386/vidconsole.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/loader/chain.c b/stand/i386/loader/chain.c index d4e3936e13d..5fab9183ccc 100644 --- a/stand/i386/loader/chain.c +++ b/stand/i386/loader/chain.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/i386/loader/conf.c b/stand/i386/loader/conf.c index 9d7f4c7b814..329bcd577fb 100644 --- a/stand/i386/loader/conf.c +++ b/stand/i386/loader/conf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "libi386/libi386.h" diff --git a/stand/i386/loader/main.c b/stand/i386/loader/main.c index 76e309d4130..97c4448afdc 100644 --- a/stand/i386/loader/main.c +++ b/stand/i386/loader/main.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MD bootstrap main() and assorted miscellaneous * commands. diff --git a/stand/i386/zfsboot/zfsboot.c b/stand/i386/zfsboot/zfsboot.c index 6b8c72ea0fb..14464eeda56 100644 --- a/stand/i386/zfsboot/zfsboot.c +++ b/stand/i386/zfsboot/zfsboot.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/kboot/arch/aarch64/exec.c b/stand/kboot/arch/aarch64/exec.c index 22fb48471dc..5ea45226bd3 100644 --- a/stand/kboot/arch/aarch64/exec.c +++ b/stand/kboot/arch/aarch64/exec.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/kboot/arch/amd64/elf64_freebsd.c b/stand/kboot/arch/amd64/elf64_freebsd.c index c25a22f504f..4da5a7177a3 100644 --- a/stand/kboot/arch/amd64/elf64_freebsd.c +++ b/stand/kboot/arch/amd64/elf64_freebsd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include #include diff --git a/stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c b/stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c index 613186ab19c..ebf35dc72ba 100644 --- a/stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c +++ b/stand/kboot/arch/powerpc64/ppc64_elf_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/stand/kboot/conf.c b/stand/kboot/conf.c index 160cd0ad955..b24171ab6e3 100644 --- a/stand/kboot/conf.c +++ b/stand/kboot/conf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" diff --git a/stand/kboot/hostcons.c b/stand/kboot/hostcons.c index 9ff536279a7..24e26af2ab1 100644 --- a/stand/kboot/hostcons.c +++ b/stand/kboot/hostcons.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" #include "host_syscall.h" diff --git a/stand/kboot/hostdisk.c b/stand/kboot/hostdisk.c index d28530891e0..a659c6e6353 100644 --- a/stand/kboot/hostdisk.c +++ b/stand/kboot/hostdisk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/kboot/kbootfdt.c b/stand/kboot/kbootfdt.c index 3791b0c92dd..34c475f0bb3 100644 --- a/stand/kboot/kbootfdt.c +++ b/stand/kboot/kbootfdt.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/kboot/main.c b/stand/kboot/main.c index c8c49067bcc..17cbfa97592 100644 --- a/stand/kboot/main.c +++ b/stand/kboot/main.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/liblua/lerrno.c b/stand/liblua/lerrno.c index defa3c73baa..3056e21aa99 100644 --- a/stand/liblua/lerrno.c +++ b/stand/liblua/lerrno.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_KERNEL_ERRNO 1 #include diff --git a/stand/liblua/lpager.c b/stand/liblua/lpager.c index 910931e11d5..7156941eee6 100644 --- a/stand/liblua/lpager.c +++ b/stand/liblua/lpager.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "lauxlib.h" diff --git a/stand/liblua/lstd.c b/stand/liblua/lstd.c index 12675842f65..95bf37c70d1 100644 --- a/stand/liblua/lstd.c +++ b/stand/liblua/lstd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "lstd.h" #include "math.h" diff --git a/stand/liblua/lutils.c b/stand/liblua/lutils.c index 8ae77b52327..d6c9051f903 100644 --- a/stand/liblua/lutils.c +++ b/stand/liblua/lutils.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "lua.h" diff --git a/stand/libofw/devicename.c b/stand/libofw/devicename.c index 510fe9d92ec..2238fd000dd 100644 --- a/stand/libofw/devicename.c +++ b/stand/libofw/devicename.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" diff --git a/stand/libofw/ofw_console.c b/stand/libofw/ofw_console.c index a129997c5df..76942358e5c 100644 --- a/stand/libofw/ofw_console.c +++ b/stand/libofw/ofw_console.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" diff --git a/stand/libofw/ofw_copy.c b/stand/libofw/ofw_copy.c index 1d46ba29d9c..e819c61b21f 100644 --- a/stand/libofw/ofw_copy.c +++ b/stand/libofw/ofw_copy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MD primitives supporting placement of module data * diff --git a/stand/libofw/ofw_disk.c b/stand/libofw/ofw_disk.c index ae36ca8be4b..e9002ca23fe 100644 --- a/stand/libofw/ofw_disk.c +++ b/stand/libofw/ofw_disk.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Disk I/O routines using Open Firmware */ diff --git a/stand/libofw/ofw_memory.c b/stand/libofw/ofw_memory.c index 2b7cd87ac76..cd95827cba9 100644 --- a/stand/libofw/ofw_memory.c +++ b/stand/libofw/ofw_memory.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libofw/ofw_module.c b/stand/libofw/ofw_module.c index d39a3434455..d5371543051 100644 --- a/stand/libofw/ofw_module.c +++ b/stand/libofw/ofw_module.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ofw-specific module functionality. * diff --git a/stand/libofw/ofw_net.c b/stand/libofw/ofw_net.c index 0a2e7e2a871..15bac848a34 100644 --- a/stand/libofw/ofw_net.c +++ b/stand/libofw/ofw_net.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libofw/ofw_reboot.c b/stand/libofw/ofw_reboot.c index bbb420ac176..d23492695a5 100644 --- a/stand/libofw/ofw_reboot.c +++ b/stand/libofw/ofw_reboot.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "openfirm.h" diff --git a/stand/libofw/ofw_time.c b/stand/libofw/ofw_time.c index d5ca271564d..46a3c0840ac 100644 --- a/stand/libofw/ofw_time.c +++ b/stand/libofw/ofw_time.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "openfirm.h" diff --git a/stand/libofw/openfirm.c b/stand/libofw/openfirm.c index b780a9e3612..211722c08e1 100644 --- a/stand/libofw/openfirm.c +++ b/stand/libofw/openfirm.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/__main.c b/stand/libsa/__main.c index e38f33865c0..f65f3a4105b 100644 --- a/stand/libsa/__main.c +++ b/stand/libsa/__main.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void __main(void); diff --git a/stand/libsa/abort.c b/stand/libsa/abort.c index d8f66ca0ba2..266a1525054 100644 --- a/stand/libsa/abort.c +++ b/stand/libsa/abort.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/stand/libsa/amd64/_setjmp.S b/stand/libsa/amd64/_setjmp.S index 38f27dc1968..077f080faa7 100644 --- a/stand/libsa/amd64/_setjmp.S +++ b/stand/libsa/amd64/_setjmp.S @@ -34,8 +34,6 @@ .asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /* * C library -- _setjmp, _longjmp * diff --git a/stand/libsa/arp.c b/stand/libsa/arp.c index 9152cb2773d..caca08d4cc8 100644 --- a/stand/libsa/arp.c +++ b/stand/libsa/arp.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/assert.c b/stand/libsa/assert.c index 74b9fb4bacb..35d24e4355b 100644 --- a/stand/libsa/assert.c +++ b/stand/libsa/assert.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/bcd.c b/stand/libsa/bcd.c index 7bd67c91620..600d2bbff70 100644 --- a/stand/libsa/bcd.c +++ b/stand/libsa/bcd.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include u_char const bcd2bin_data[] = { diff --git a/stand/libsa/bootp.c b/stand/libsa/bootp.c index b00c713d1c3..2dc82302723 100644 --- a/stand/libsa/bootp.c +++ b/stand/libsa/bootp.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/bootparam.c b/stand/libsa/bootparam.c index 30e109e7574..688c4be0d66 100644 --- a/stand/libsa/bootparam.c +++ b/stand/libsa/bootparam.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RPC/bootparams */ diff --git a/stand/libsa/bzipfs.c b/stand/libsa/bzipfs.c index efa2806ce1d..9a14380bae5 100644 --- a/stand/libsa/bzipfs.c +++ b/stand/libsa/bzipfs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef REGRESSION #include "stand.h" #else diff --git a/stand/libsa/cd9660.c b/stand/libsa/cd9660.c index 57e4916c0fb..58b16725f91 100644 --- a/stand/libsa/cd9660.c +++ b/stand/libsa/cd9660.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Stand-alone ISO9660 file reading package. * diff --git a/stand/libsa/cd9660read.c b/stand/libsa/cd9660read.c index 3f4e667f694..4a4501ada52 100644 --- a/stand/libsa/cd9660read.c +++ b/stand/libsa/cd9660read.c @@ -33,8 +33,6 @@ /* $NetBSD: cd9660.c,v 1.5 1997/06/26 19:11:33 drochner Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/close.c b/stand/libsa/close.c index a177eb85eb3..52357899648 100644 --- a/stand/libsa/close.c +++ b/stand/libsa/close.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" int diff --git a/stand/libsa/closeall.c b/stand/libsa/closeall.c index 1624788f854..61c9d69f64d 100644 --- a/stand/libsa/closeall.c +++ b/stand/libsa/closeall.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" void diff --git a/stand/libsa/dev.c b/stand/libsa/dev.c index e76be6cd0eb..e83af5d2e6a 100644 --- a/stand/libsa/dev.c +++ b/stand/libsa/dev.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/dosfs.c b/stand/libsa/dosfs.c index e50f8f25e16..06215b1ab0f 100644 --- a/stand/libsa/dosfs.c +++ b/stand/libsa/dosfs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Readonly filesystem for Microsoft FAT12/FAT16/FAT32 filesystems, * also supports VFAT. diff --git a/stand/libsa/environment.c b/stand/libsa/environment.c index 53b6a75cc02..2dabaa59352 100644 --- a/stand/libsa/environment.c +++ b/stand/libsa/environment.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manage an environment-like space in which string variables may be stored. * Provide support for some method-like operations for setting/retrieving diff --git a/stand/libsa/ether.c b/stand/libsa/ether.c index 3616777e795..304983295eb 100644 --- a/stand/libsa/ether.c +++ b/stand/libsa/ether.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/ext2fs.c b/stand/libsa/ext2fs.c index 043da159f0e..7de39c27d6a 100644 --- a/stand/libsa/ext2fs.c +++ b/stand/libsa/ext2fs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. diff --git a/stand/libsa/fstat.c b/stand/libsa/fstat.c index 47893416e0b..a0bdd8fe860 100644 --- a/stand/libsa/fstat.c +++ b/stand/libsa/fstat.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" int diff --git a/stand/libsa/geli/pwgets.c b/stand/libsa/geli/pwgets.c index 450255f1ee3..5b3c8586178 100644 --- a/stand/libsa/geli/pwgets.c +++ b/stand/libsa/geli/pwgets.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" /* gets() with constrained input length, for passwords */ diff --git a/stand/libsa/getopt.c b/stand/libsa/getopt.c index ead2ee56267..22c8b2b7fe0 100644 --- a/stand/libsa/getopt.c +++ b/stand/libsa/getopt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ diff --git a/stand/libsa/gets.c b/stand/libsa/gets.c index 206a6d25fce..04775f6f528 100644 --- a/stand/libsa/gets.c +++ b/stand/libsa/gets.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" /* gets() with constrained input length */ diff --git a/stand/libsa/globals.c b/stand/libsa/globals.c index 8fb56cf23e6..ca8d190eeee 100644 --- a/stand/libsa/globals.c +++ b/stand/libsa/globals.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/gpt.c b/stand/libsa/gpt.c index 6f061e4a809..14e9821eef8 100644 --- a/stand/libsa/gpt.c +++ b/stand/libsa/gpt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/gzipfs.c b/stand/libsa/gzipfs.c index 1486df039aa..6924ad4975c 100644 --- a/stand/libsa/gzipfs.c +++ b/stand/libsa/gzipfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" #include diff --git a/stand/libsa/hexdump.c b/stand/libsa/hexdump.c index 50cce47b8f3..8d62828eb9f 100644 --- a/stand/libsa/hexdump.c +++ b/stand/libsa/hexdump.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/in_cksum.c b/stand/libsa/in_cksum.c index 590a304271d..cdc1110fa4a 100644 --- a/stand/libsa/in_cksum.c +++ b/stand/libsa/in_cksum.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/inet_ntoa.c b/stand/libsa/inet_ntoa.c index 45c79f26151..6c32c020557 100644 --- a/stand/libsa/inet_ntoa.c +++ b/stand/libsa/inet_ntoa.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ diff --git a/stand/libsa/ioctl.c b/stand/libsa/ioctl.c index 5d38d73bf10..26d817dbaef 100644 --- a/stand/libsa/ioctl.c +++ b/stand/libsa/ioctl.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" int diff --git a/stand/libsa/ip.c b/stand/libsa/ip.c index f9e373bb115..753aeb1bae5 100644 --- a/stand/libsa/ip.c +++ b/stand/libsa/ip.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/lseek.c b/stand/libsa/lseek.c index c4ca97b148d..eb063394a14 100644 --- a/stand/libsa/lseek.c +++ b/stand/libsa/lseek.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" off_t diff --git a/stand/libsa/mount.c b/stand/libsa/mount.c index c9abe6b945f..6d42f0c23fa 100644 --- a/stand/libsa/mount.c +++ b/stand/libsa/mount.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/net.c b/stand/libsa/net.c index e04a370e466..5125f89aaa9 100644 --- a/stand/libsa/net.c +++ b/stand/libsa/net.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/netif.c b/stand/libsa/netif.c index 91d07dcf96a..30e1528bdfe 100644 --- a/stand/libsa/netif.c +++ b/stand/libsa/netif.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/nfs.c b/stand/libsa/nfs.c index 8957fce51a6..1cc8fb00994 100644 --- a/stand/libsa/nfs.c +++ b/stand/libsa/nfs.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/nullfs.c b/stand/libsa/nullfs.c index cc77f950078..157c8a3178e 100644 --- a/stand/libsa/nullfs.c +++ b/stand/libsa/nullfs.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" /* diff --git a/stand/libsa/nvstore.c b/stand/libsa/nvstore.c index e5a804ff15e..fb4cf9cac41 100644 --- a/stand/libsa/nvstore.c +++ b/stand/libsa/nvstore.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "stand.h" diff --git a/stand/libsa/open.c b/stand/libsa/open.c index c62e48f0e1d..fc70e2c3904 100644 --- a/stand/libsa/open.c +++ b/stand/libsa/open.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" struct fs_ops *exclusive_file_system; diff --git a/stand/libsa/pager.c b/stand/libsa/pager.c index a966b0bd799..b6f20c8d942 100644 --- a/stand/libsa/pager.c +++ b/stand/libsa/pager.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" #include diff --git a/stand/libsa/panic.c b/stand/libsa/panic.c index bc6e7e2aca5..b54668ce21c 100644 --- a/stand/libsa/panic.c +++ b/stand/libsa/panic.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/pkgfs.c b/stand/libsa/pkgfs.c index 9d98e48d9a8..56e34dfe842 100644 --- a/stand/libsa/pkgfs.c +++ b/stand/libsa/pkgfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" #include diff --git a/stand/libsa/preload.c b/stand/libsa/preload.c index 3d41101dc86..9ca80e2c6ab 100644 --- a/stand/libsa/preload.c +++ b/stand/libsa/preload.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/printf.c b/stand/libsa/printf.c index 4de547b644d..4d469682898 100644 --- a/stand/libsa/printf.c +++ b/stand/libsa/printf.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Standaloneified version of the FreeBSD kernel printf family. */ diff --git a/stand/libsa/random.c b/stand/libsa/random.c index e4eee6e43c8..8570c9d514c 100644 --- a/stand/libsa/random.c +++ b/stand/libsa/random.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static long randseed = 1; diff --git a/stand/libsa/rarp.c b/stand/libsa/rarp.c index 72aa2650f15..38a936a8833 100644 --- a/stand/libsa/rarp.c +++ b/stand/libsa/rarp.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/read.c b/stand/libsa/read.c index d079944bf5d..3f928f8e691 100644 --- a/stand/libsa/read.c +++ b/stand/libsa/read.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/readdir.c b/stand/libsa/readdir.c index 7757647e11e..56c2b880d21 100644 --- a/stand/libsa/readdir.c +++ b/stand/libsa/readdir.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/rpc.c b/stand/libsa/rpc.c index 0f011e13a30..c1fecd42261 100644 --- a/stand/libsa/rpc.c +++ b/stand/libsa/rpc.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RPC functions used by NFS and bootparams. * Note that bootparams requires the ability to find out the diff --git a/stand/libsa/sbrk.c b/stand/libsa/sbrk.c index 2f169ea60f6..3d9cf97a7c9 100644 --- a/stand/libsa/sbrk.c +++ b/stand/libsa/sbrk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Minimal sbrk() emulation required for malloc support. */ diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c index 01083fdfd75..2708cbe1650 100644 --- a/stand/libsa/smbios.c +++ b/stand/libsa/smbios.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/splitfs.c b/stand/libsa/splitfs.c index 30762563d13..550ed708bf2 100644 --- a/stand/libsa/splitfs.c +++ b/stand/libsa/splitfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" #define NTRIES (3) diff --git a/stand/libsa/stat.c b/stand/libsa/stat.c index f3b198955ab..fb79723ad03 100644 --- a/stand/libsa/stat.c +++ b/stand/libsa/stat.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" int diff --git a/stand/libsa/strcasecmp.c b/stand/libsa/strcasecmp.c index 12ec81b022c..6c149e1fa5d 100644 --- a/stand/libsa/strcasecmp.c +++ b/stand/libsa/strcasecmp.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "stand.h" diff --git a/stand/libsa/strdup.c b/stand/libsa/strdup.c index ad7200c6985..f256bb95aff 100644 --- a/stand/libsa/strdup.c +++ b/stand/libsa/strdup.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ diff --git a/stand/libsa/strerror.c b/stand/libsa/strerror.c index e08ca0a7f17..5895329bb8c 100644 --- a/stand/libsa/strerror.c +++ b/stand/libsa/strerror.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "stand.h" static struct diff --git a/stand/libsa/tftp.c b/stand/libsa/tftp.c index f1e056da356..71600fd45b8 100644 --- a/stand/libsa/tftp.c +++ b/stand/libsa/tftp.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Simple TFTP implementation for libsa. * Assumes: diff --git a/stand/libsa/time.c b/stand/libsa/time.c index c34cbfc92af..333ca216fba 100644 --- a/stand/libsa/time.c +++ b/stand/libsa/time.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include volatile time_t time_second = 1; diff --git a/stand/libsa/tslog.c b/stand/libsa/tslog.c index a2791f9dc9c..4501746474e 100644 --- a/stand/libsa/tslog.c +++ b/stand/libsa/tslog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if defined(__amd64__) || defined(__i386__) diff --git a/stand/libsa/twiddle.c b/stand/libsa/twiddle.c index 60022e4c816..682e66424cf 100644 --- a/stand/libsa/twiddle.c +++ b/stand/libsa/twiddle.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/udp.c b/stand/libsa/udp.c index e531627e057..ae7989c1745 100644 --- a/stand/libsa/udp.c +++ b/stand/libsa/udp.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/libsa/ufs.c b/stand/libsa/ufs.c index cb4c7ca6453..6239fc4bd25 100644 --- a/stand/libsa/ufs.c +++ b/stand/libsa/ufs.c @@ -68,8 +68,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Stand-alone file reading package. */ diff --git a/stand/libsa/ufsread.c b/stand/libsa/ufsread.c index bd9ad2c5710..0ae1b3eb714 100644 --- a/stand/libsa/ufsread.c +++ b/stand/libsa/ufsread.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/write.c b/stand/libsa/write.c index db82d7eaf4f..2827f986974 100644 --- a/stand/libsa/write.c +++ b/stand/libsa/write.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "stand.h" diff --git a/stand/libsa/x86/hypervisor.c b/stand/libsa/x86/hypervisor.c index 8061a638663..ef329059e43 100644 --- a/stand/libsa/x86/hypervisor.c +++ b/stand/libsa/x86/hypervisor.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/zalloc.c b/stand/libsa/zalloc.c index 851cdfbd563..3bee66c0220 100644 --- a/stand/libsa/zalloc.c +++ b/stand/libsa/zalloc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/stand/libsa/zalloc_malloc.c b/stand/libsa/zalloc_malloc.c index 215e07d34a8..aa98ad87e59 100644 --- a/stand/libsa/zalloc_malloc.c +++ b/stand/libsa/zalloc_malloc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MALLOC.C - malloc equivalent, runs on top of zalloc and uses sbrk */ diff --git a/stand/libsa/zfs/nvlist.c b/stand/libsa/zfs/nvlist.c index e5e0abecb27..e6634ec969d 100644 --- a/stand/libsa/zfs/nvlist.c +++ b/stand/libsa/zfs/nvlist.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/libsa/zfs/zfs.c b/stand/libsa/zfs/zfs.c index 64c53d3a82b..af938fbe1b2 100644 --- a/stand/libsa/zfs/zfs.c +++ b/stand/libsa/zfs/zfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Stand-alone file reading package. */ diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c index fb8938c587c..b904ead24e1 100644 --- a/stand/libsa/zfs/zfsimpl.c +++ b/stand/libsa/zfs/zfsimpl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Stand-alone ZFS file reader. */ diff --git a/stand/powerpc/boot1.chrp/boot1.c b/stand/powerpc/boot1.chrp/boot1.c index 2423b568055..2804a2a2bef 100644 --- a/stand/powerpc/boot1.chrp/boot1.c +++ b/stand/powerpc/boot1.chrp/boot1.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/powerpc/ofw/cas.c b/stand/powerpc/ofw/cas.c index e95af42762a..93816fa07cf 100644 --- a/stand/powerpc/ofw/cas.c +++ b/stand/powerpc/ofw/cas.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/powerpc/ofw/conf.c b/stand/powerpc/ofw/conf.c index c2b28f4fe0f..4930eea1864 100644 --- a/stand/powerpc/ofw/conf.c +++ b/stand/powerpc/ofw/conf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" #include "libofw.h" diff --git a/stand/powerpc/ofw/elf_freebsd.c b/stand/powerpc/ofw/elf_freebsd.c index ee173d55e25..5cd8a974cfb 100644 --- a/stand/powerpc/ofw/elf_freebsd.c +++ b/stand/powerpc/ofw/elf_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/powerpc/ofw/main.c b/stand/powerpc/ofw/main.c index 83ab2647f30..868d1eea6dc 100644 --- a/stand/powerpc/ofw/main.c +++ b/stand/powerpc/ofw/main.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/powerpc/ofw/ofwfdt.c b/stand/powerpc/ofw/ofwfdt.c index ff1458ed2ed..4eccefa3d4c 100644 --- a/stand/powerpc/ofw/ofwfdt.c +++ b/stand/powerpc/ofw/ofwfdt.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/powerpc/ofw/ppc64_elf_freebsd.c b/stand/powerpc/ofw/ppc64_elf_freebsd.c index ece3dbc6d82..5d449c79bd3 100644 --- a/stand/powerpc/ofw/ppc64_elf_freebsd.c +++ b/stand/powerpc/ofw/ppc64_elf_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/stand/powerpc/ofw/start.c b/stand/powerpc/ofw/start.c index 5e0744be45a..e5973e12da8 100644 --- a/stand/powerpc/ofw/start.c +++ b/stand/powerpc/ofw/start.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libofw.h" diff --git a/stand/uboot/arch/arm/conf.c b/stand/uboot/arch/arm/conf.c index 077541220f9..90f8f929149 100644 --- a/stand/uboot/arch/arm/conf.c +++ b/stand/uboot/arch/arm/conf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" #include "libuboot.h" diff --git a/stand/uboot/arch/powerpc/conf.c b/stand/uboot/arch/powerpc/conf.c index 1ace9b5e53d..e36336e2019 100644 --- a/stand/uboot/arch/powerpc/conf.c +++ b/stand/uboot/arch/powerpc/conf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" #include "libuboot.h" diff --git a/stand/uboot/arch/powerpc/ppc64_elf_freebsd.c b/stand/uboot/arch/powerpc/ppc64_elf_freebsd.c index feabcde3bf4..0b4864d3a54 100644 --- a/stand/uboot/arch/powerpc/ppc64_elf_freebsd.c +++ b/stand/uboot/arch/powerpc/ppc64_elf_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/stand/uboot/copy.c b/stand/uboot/copy.c index 65451d0fbec..cc12cfaeef3 100644 --- a/stand/uboot/copy.c +++ b/stand/uboot/copy.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/stand/uboot/devicename.c b/stand/uboot/devicename.c index d5de8638436..aaeb3632bdd 100644 --- a/stand/uboot/devicename.c +++ b/stand/uboot/devicename.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/uboot/elf_freebsd.c b/stand/uboot/elf_freebsd.c index 0541edd92c6..42ed4080c36 100644 --- a/stand/uboot/elf_freebsd.c +++ b/stand/uboot/elf_freebsd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/uboot/glue.c b/stand/uboot/glue.c index 83c0e3da41a..78263681700 100644 --- a/stand/uboot/glue.c +++ b/stand/uboot/glue.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/uboot/main.c b/stand/uboot/main.c index 58de335edf7..0106243a0e1 100644 --- a/stand/uboot/main.c +++ b/stand/uboot/main.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/stand/uboot/net.c b/stand/uboot/net.c index 81b8c5bc9f5..e703afcadca 100644 --- a/stand/uboot/net.c +++ b/stand/uboot/net.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/uboot/reboot.c b/stand/uboot/reboot.c index 9f4d277eb6f..d8ded778130 100644 --- a/stand/uboot/reboot.c +++ b/stand/uboot/reboot.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "glue.h" diff --git a/stand/uboot/time.c b/stand/uboot/time.c index a3c73f471a2..547e3118c51 100644 --- a/stand/uboot/time.c +++ b/stand/uboot/time.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "glue.h" diff --git a/stand/uboot/uboot_console.c b/stand/uboot/uboot_console.c index f49f455c7ef..d8819b8193e 100644 --- a/stand/uboot/uboot_console.c +++ b/stand/uboot/uboot_console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bootstrap.h" #include "glue.h" diff --git a/stand/uboot/uboot_disk.c b/stand/uboot/uboot_disk.c index 63a7a68e8c1..407de94017f 100644 --- a/stand/uboot/uboot_disk.c +++ b/stand/uboot/uboot_disk.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/uboot/uboot_fdt.c b/stand/uboot/uboot_fdt.c index 697aa85ea01..4d592db1aed 100644 --- a/stand/uboot/uboot_fdt.c +++ b/stand/uboot/uboot_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/uboot/uboot_module.c b/stand/uboot/uboot_module.c index 0951ed6618e..6120dcb1d48 100644 --- a/stand/uboot/uboot_module.c +++ b/stand/uboot/uboot_module.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * U-Boot-specific module functionality. */ diff --git a/stand/userboot/userboot/autoload.c b/stand/userboot/userboot/autoload.c index a86afcfa2b4..a165a31fa01 100644 --- a/stand/userboot/userboot/autoload.c +++ b/stand/userboot/userboot/autoload.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - int userboot_autoload(void) { diff --git a/stand/userboot/userboot/biossmap.c b/stand/userboot/userboot/biossmap.c index 9e556be373c..01dccacb999 100644 --- a/stand/userboot/userboot/biossmap.c +++ b/stand/userboot/userboot/biossmap.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/bootinfo.c b/stand/userboot/userboot/bootinfo.c index d77b2f3e51c..350a906351b 100644 --- a/stand/userboot/userboot/bootinfo.c +++ b/stand/userboot/userboot/bootinfo.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/bootinfo32.c b/stand/userboot/userboot/bootinfo32.c index 782628c4126..f4950d2f09f 100644 --- a/stand/userboot/userboot/bootinfo32.c +++ b/stand/userboot/userboot/bootinfo32.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/bootinfo64.c b/stand/userboot/userboot/bootinfo64.c index 530ddaf768e..e44c84ea9f6 100644 --- a/stand/userboot/userboot/bootinfo64.c +++ b/stand/userboot/userboot/bootinfo64.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/conf.c b/stand/userboot/userboot/conf.c index 066c2aa8749..1c6801038bb 100644 --- a/stand/userboot/userboot/conf.c +++ b/stand/userboot/userboot/conf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libuserboot.h" diff --git a/stand/userboot/userboot/copy.c b/stand/userboot/userboot/copy.c index f39c83c57d7..d417b015429 100644 --- a/stand/userboot/userboot/copy.c +++ b/stand/userboot/userboot/copy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "libuserboot.h" diff --git a/stand/userboot/userboot/devicename.c b/stand/userboot/userboot/devicename.c index 8caafd1cab6..e6f97d908ce 100644 --- a/stand/userboot/userboot/devicename.c +++ b/stand/userboot/userboot/devicename.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/stand/userboot/userboot/elf32_freebsd.c b/stand/userboot/userboot/elf32_freebsd.c index d8ccc3375cf..edbee9ec090 100644 --- a/stand/userboot/userboot/elf32_freebsd.c +++ b/stand/userboot/userboot/elf32_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/elf64_freebsd.c b/stand/userboot/userboot/elf64_freebsd.c index 12fd3aa0409..f2948006d61 100644 --- a/stand/userboot/userboot/elf64_freebsd.c +++ b/stand/userboot/userboot/elf64_freebsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include #include diff --git a/stand/userboot/userboot/host.c b/stand/userboot/userboot/host.c index d7f01f45c0a..c222d599e4c 100644 --- a/stand/userboot/userboot/host.c +++ b/stand/userboot/userboot/host.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Read from the host filesystem */ diff --git a/stand/userboot/userboot/main.c b/stand/userboot/userboot/main.c index 3dde6f6b410..371f4b6a4e6 100644 --- a/stand/userboot/userboot/main.c +++ b/stand/userboot/userboot/main.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/stand/userboot/userboot/userboot_cons.c b/stand/userboot/userboot/userboot_cons.c index 89c1e70b116..b2f8d73fa3f 100644 --- a/stand/userboot/userboot/userboot_cons.c +++ b/stand/userboot/userboot/userboot_cons.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "bootstrap.h" diff --git a/stand/userboot/userboot/userboot_disk.c b/stand/userboot/userboot/userboot_disk.c index 7af31a158ed..025fd00cb78 100644 --- a/stand/userboot/userboot/userboot_disk.c +++ b/stand/userboot/userboot/userboot_disk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Userboot disk image handling. */ diff --git a/tests/sys/capsicum/bindat_connectat.c b/tests/sys/capsicum/bindat_connectat.c index 03695128a67..397bbbd562a 100644 --- a/tests/sys/capsicum/bindat_connectat.c +++ b/tests/sys/capsicum/bindat_connectat.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/capsicum/ioctls_test.c b/tests/sys/capsicum/ioctls_test.c index df509870886..d35e1582861 100644 --- a/tests/sys/capsicum/ioctls_test.c +++ b/tests/sys/capsicum/ioctls_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/devrandom/uint128_test.c b/tests/sys/devrandom/uint128_test.c index d1a0502b5a3..2c9b956c9c8 100644 --- a/tests/sys/devrandom/uint128_test.c +++ b/tests/sys/devrandom/uint128_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/fifo/fifo_kqueue.c b/tests/sys/fifo/fifo_kqueue.c index 410b389c5a4..43af68545ba 100644 --- a/tests/sys/fifo/fifo_kqueue.c +++ b/tests/sys/fifo/fifo_kqueue.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/file/closefrom_test.c b/tests/sys/file/closefrom_test.c index 729312c2fdf..7c6787bfd5f 100644 --- a/tests/sys/file/closefrom_test.c +++ b/tests/sys/file/closefrom_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Regression tests for the closefrom(2) system call. */ diff --git a/tests/sys/kern/acct/acct_test.c b/tests/sys/kern/acct/acct_test.c index c2e9673df8f..b3028d51888 100644 --- a/tests/sys/kern/acct/acct_test.c +++ b/tests/sys/kern/acct/acct_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/kern/fdgrowtable_test.c b/tests/sys/kern/fdgrowtable_test.c index bd348e10b26..e066c97a05f 100644 --- a/tests/sys/kern/fdgrowtable_test.c +++ b/tests/sys/kern/fdgrowtable_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/kcov.c b/tests/sys/kern/kcov.c index d7d22109cc4..914511f7d13 100644 --- a/tests/sys/kern/kcov.c +++ b/tests/sys/kern/kcov.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/kern_copyin.c b/tests/sys/kern/kern_copyin.c index db29fb1ce3b..25c9eda9654 100644 --- a/tests/sys/kern/kern_copyin.c +++ b/tests/sys/kern/kern_copyin.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/kern_descrip_test.c b/tests/sys/kern/kern_descrip_test.c index 676c121da37..b181187fa16 100644 --- a/tests/sys/kern/kern_descrip_test.c +++ b/tests/sys/kern/kern_descrip_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/kill_zombie.c b/tests/sys/kern/kill_zombie.c index c7cff7ef69a..a62b8dbab81 100644 --- a/tests/sys/kern/kill_zombie.c +++ b/tests/sys/kern/kill_zombie.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/kern/pdeathsig.c b/tests/sys/kern/pdeathsig.c index 34c9adef577..51032e07ff9 100644 --- a/tests/sys/kern/pdeathsig.c +++ b/tests/sys/kern/pdeathsig.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/pdeathsig_helper.c b/tests/sys/kern/pdeathsig_helper.c index e1a82520fc1..27d286a1026 100644 --- a/tests/sys/kern/pdeathsig_helper.c +++ b/tests/sys/kern/pdeathsig_helper.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/pipe/pipe_kqueue_test.c b/tests/sys/kern/pipe/pipe_kqueue_test.c index b184d84180a..b432e839c10 100644 --- a/tests/sys/kern/pipe/pipe_kqueue_test.c +++ b/tests/sys/kern/pipe/pipe_kqueue_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/ptrace_test.c b/tests/sys/kern/ptrace_test.c index 0a0f219d6f3..5666215f937 100644 --- a/tests/sys/kern/ptrace_test.c +++ b/tests/sys/kern/ptrace_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/reaper.c b/tests/sys/kern/reaper.c index d8551388255..fb5eeb9b324 100644 --- a/tests/sys/kern/reaper.c +++ b/tests/sys/kern/reaper.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/sched_affinity.c b/tests/sys/kern/sched_affinity.c index db8d9132550..dce8678bcf6 100644 --- a/tests/sys/kern/sched_affinity.c +++ b/tests/sys/kern/sched_affinity.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/sigaltstack.c b/tests/sys/kern/sigaltstack.c index a66ca8f578b..36d9542e554 100644 --- a/tests/sys/kern/sigaltstack.c +++ b/tests/sys/kern/sigaltstack.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/sigwait.c b/tests/sys/kern/sigwait.c index 960a315cafc..b971985de02 100644 --- a/tests/sys/kern/sigwait.c +++ b/tests/sys/kern/sigwait.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/socket_msg_trunc.c b/tests/sys/kern/socket_msg_trunc.c index 56157761135..a863705adba 100644 --- a/tests/sys/kern/socket_msg_trunc.c +++ b/tests/sys/kern/socket_msg_trunc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/subr_physmem_test.c b/tests/sys/kern/subr_physmem_test.c index 10824f7fe4f..92420fd39ee 100644 --- a/tests/sys/kern/subr_physmem_test.c +++ b/tests/sys/kern/subr_physmem_test.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/kern/sys_getrandom.c b/tests/sys/kern/sys_getrandom.c index e6ef9c41fde..5f1acdc2efb 100644 --- a/tests/sys/kern/sys_getrandom.c +++ b/tests/sys/kern/sys_getrandom.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/unix_passfd_test.c b/tests/sys/kern/unix_passfd_test.c index 16a9a304bf3..94f0c420029 100644 --- a/tests/sys/kern/unix_passfd_test.c +++ b/tests/sys/kern/unix_passfd_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/unix_seqpacket_test.c b/tests/sys/kern/unix_seqpacket_test.c index 72be92ee398..a2604d06502 100644 --- a/tests/sys/kern/unix_seqpacket_test.c +++ b/tests/sys/kern/unix_seqpacket_test.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/unix_socketpair_test.c b/tests/sys/kern/unix_socketpair_test.c index 3ca9172f358..b994b791a2e 100644 --- a/tests/sys/kern/unix_socketpair_test.c +++ b/tests/sys/kern/unix_socketpair_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/kern/waitpid_nohang.c b/tests/sys/kern/waitpid_nohang.c index 116ccf335d3..279eda740f7 100644 --- a/tests/sys/kern/waitpid_nohang.c +++ b/tests/sys/kern/waitpid_nohang.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/net/routing/test_rtsock_ops.c b/tests/sys/net/routing/test_rtsock_ops.c index 2d085d3517e..bc169411640 100644 --- a/tests/sys/net/routing/test_rtsock_ops.c +++ b/tests/sys/net/routing/test_rtsock_ops.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/netinet/ip_reass_test.c b/tests/sys/netinet/ip_reass_test.c index 46b3ded7f37..f649dd9ad4d 100644 --- a/tests/sys/netinet/ip_reass_test.c +++ b/tests/sys/netinet/ip_reass_test.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/netinet/so_reuseport_lb_test.c b/tests/sys/netinet/so_reuseport_lb_test.c index 89014b3597e..5d3b2ab03af 100644 --- a/tests/sys/netinet/so_reuseport_lb_test.c +++ b/tests/sys/netinet/so_reuseport_lb_test.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tests/sys/netinet/socket_afinet.c b/tests/sys/netinet/socket_afinet.c index 8c6bb4ccd29..7076f084719 100644 --- a/tests/sys/netinet/socket_afinet.c +++ b/tests/sys/netinet/socket_afinet.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/netinet/tcp6_v4mapped_bind_test.c b/tests/sys/netinet/tcp6_v4mapped_bind_test.c index 0d768500a15..c7fc682d7ae 100644 --- a/tests/sys/netinet/tcp6_v4mapped_bind_test.c +++ b/tests/sys/netinet/tcp6_v4mapped_bind_test.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/netinet/tcp_connect_port_test.c b/tests/sys/netinet/tcp_connect_port_test.c index 6805c9cf178..c8d211cc87c 100644 --- a/tests/sys/netinet/tcp_connect_port_test.c +++ b/tests/sys/netinet/tcp_connect_port_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/posixshm/memfd_test.c b/tests/sys/posixshm/memfd_test.c index 0bb95b30162..5cae184206b 100644 --- a/tests/sys/posixshm/memfd_test.c +++ b/tests/sys/posixshm/memfd_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/posixshm/posixshm_test.c b/tests/sys/posixshm/posixshm_test.c index bc48863f98a..c97a10bb0a8 100644 --- a/tests/sys/posixshm/posixshm_test.c +++ b/tests/sys/posixshm/posixshm_test.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/vfs/lookup_cap_dotdot.c b/tests/sys/vfs/lookup_cap_dotdot.c index 916129f7067..416c045d2f5 100644 --- a/tests/sys/vfs/lookup_cap_dotdot.c +++ b/tests/sys/vfs/lookup_cap_dotdot.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tests/sys/vm/mlock_test.c b/tests/sys/vm/mlock_test.c index dfbb59a0dc9..f0c76fe86b5 100644 --- a/tests/sys/vm/mlock_test.c +++ b/tests/sys/vm/mlock_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/build/cross-build/capsicum_stubs.c b/tools/build/cross-build/capsicum_stubs.c index 227ef3496b0..5c7d0e617ad 100644 --- a/tools/build/cross-build/capsicum_stubs.c +++ b/tools/build/cross-build/capsicum_stubs.c @@ -34,8 +34,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/build/cross-build/fake_sysctl.c b/tools/build/cross-build/fake_sysctl.c index 289fb83652f..4f1b271f385 100644 --- a/tools/build/cross-build/fake_sysctl.c +++ b/tools/build/cross-build/fake_sysctl.c @@ -35,8 +35,6 @@ */ /* This file contains wrappers for sysctls used during build/install */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/build/cross-build/progname.c b/tools/build/cross-build/progname.c index 645227df48d..81467627f16 100644 --- a/tools/build/cross-build/progname.c +++ b/tools/build/cross-build/progname.c @@ -34,8 +34,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __GLIBC__ diff --git a/tools/build/fspacectl.c b/tools/build/fspacectl.c index 13abca23a31..478539a8798 100644 --- a/tools/build/fspacectl.c +++ b/tools/build/fspacectl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/build/futimens.c b/tools/build/futimens.c index 7d1cae701e9..d00f94d342a 100644 --- a/tools/build/futimens.c +++ b/tools/build/futimens.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/build/utimensat.c b/tools/build/utimensat.c index 210599303cb..49c389d13fb 100644 --- a/tools/build/utimensat.c +++ b/tools/build/utimensat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/bus_space/C/lang.c b/tools/bus_space/C/lang.c index 3ef454466f9..a96a45f212e 100644 --- a/tools/bus_space/C/lang.c +++ b/tools/bus_space/C/lang.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/bus_space/Python/lang.c b/tools/bus_space/Python/lang.c index 4fe3e6ee3d1..4af26da373b 100644 --- a/tools/bus_space/Python/lang.c +++ b/tools/bus_space/Python/lang.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bus.h" diff --git a/tools/bus_space/bus.c b/tools/bus_space/bus.c index 1b0d2ca59c3..d562f5c0437 100644 --- a/tools/bus_space/bus.c +++ b/tools/bus_space/bus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/bus_space/busdma.c b/tools/bus_space/busdma.c index 04a9da8b2ef..eec9a1e05ff 100644 --- a/tools/bus_space/busdma.c +++ b/tools/bus_space/busdma.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/aio/aiop/aiop.c b/tools/regression/aio/aiop/aiop.c index 36fe3463d46..e83e9047cb8 100644 --- a/tools/regression/aio/aiop/aiop.c +++ b/tools/regression/aio/aiop/aiop.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/bpf/bpf_filter/bpf_test.c b/tools/regression/bpf/bpf_filter/bpf_test.c index b62ca774d21..b3fd88befdb 100644 --- a/tools/regression/bpf/bpf_filter/bpf_test.c +++ b/tools/regression/bpf/bpf_filter/bpf_test.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/capsicum/syscalls/cap_fcntls_limit.c b/tools/regression/capsicum/syscalls/cap_fcntls_limit.c index e3a05bf6614..55627579963 100644 --- a/tools/regression/capsicum/syscalls/cap_fcntls_limit.c +++ b/tools/regression/capsicum/syscalls/cap_fcntls_limit.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/capsicum/syscalls/cap_getmode.c b/tools/regression/capsicum/syscalls/cap_getmode.c index 32037c3c13d..a2584895b17 100644 --- a/tools/regression/capsicum/syscalls/cap_getmode.c +++ b/tools/regression/capsicum/syscalls/cap_getmode.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/capsicum/syscalls/cap_ioctls_limit.c b/tools/regression/capsicum/syscalls/cap_ioctls_limit.c index 2ed00f17546..b0d392c8f0c 100644 --- a/tools/regression/capsicum/syscalls/cap_ioctls_limit.c +++ b/tools/regression/capsicum/syscalls/cap_ioctls_limit.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/capsicum/syscalls/misc.c b/tools/regression/capsicum/syscalls/misc.c index 303a9117910..914c606ac90 100644 --- a/tools/regression/capsicum/syscalls/misc.c +++ b/tools/regression/capsicum/syscalls/misc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/environ/envctl.c b/tools/regression/environ/envctl.c index 586314bc085..06071f642cc 100644 --- a/tools/regression/environ/envctl.c +++ b/tools/regression/environ/envctl.c @@ -33,9 +33,6 @@ #include -__FBSDID("$FreeBSD$"); - - extern char **environ; diff --git a/tools/regression/environ/retention.c b/tools/regression/environ/retention.c index 7f75cd100e1..3edaf8ca1d0 100644 --- a/tools/regression/environ/retention.c +++ b/tools/regression/environ/retention.c @@ -29,9 +29,6 @@ #include -__FBSDID("$FreeBSD$"); - - extern char **environ; const char *envName = "FOOBAR"; const char *envValSmall = "Hi"; diff --git a/tools/regression/environ/timings.c b/tools/regression/environ/timings.c index 7999fa156d7..ac7dfcaa658 100644 --- a/tools/regression/environ/timings.c +++ b/tools/regression/environ/timings.c @@ -34,9 +34,6 @@ #include -__FBSDID("$FreeBSD$"); - - const char value1[] = "Large ------------------ value"; const char value2[] = "Small -- value"; char nameValuePair[] = "less=more"; diff --git a/tools/regression/ethernet/ethermulti/ethermulti.c b/tools/regression/ethernet/ethermulti/ethermulti.c index 61f0cddb4a1..b278a106b94 100644 --- a/tools/regression/ethernet/ethermulti/ethermulti.c +++ b/tools/regression/ethernet/ethermulti/ethermulti.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/geom_gpt/gctl_test_helper.c b/tools/regression/geom_gpt/gctl_test_helper.c index 870266e1e1b..700ce0aeb16 100644 --- a/tools/regression/geom_gpt/gctl_test_helper.c +++ b/tools/regression/geom_gpt/gctl_test_helper.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/include/stdatomic/logic.c b/tools/regression/include/stdatomic/logic.c index 96599833afa..e5534851417 100644 --- a/tools/regression/include/stdatomic/logic.c +++ b/tools/regression/include/stdatomic/logic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/kthread/kld/kthrdlk.c b/tools/regression/kthread/kld/kthrdlk.c index 67825b6daf1..8e4ed1a3585 100644 --- a/tools/regression/kthread/kld/kthrdlk.c +++ b/tools/regression/kthread/kld/kthrdlk.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/netinet/ipbroadcast/ipbroadcast.c b/tools/regression/netinet/ipbroadcast/ipbroadcast.c index 8d6f2479aab..43957e9fd10 100644 --- a/tools/regression/netinet/ipbroadcast/ipbroadcast.c +++ b/tools/regression/netinet/ipbroadcast/ipbroadcast.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/netinet/ipmulticast/ipmulticast.c b/tools/regression/netinet/ipmulticast/ipmulticast.c index af67fcfb150..7bd97dfc002 100644 --- a/tools/regression/netinet/ipmulticast/ipmulticast.c +++ b/tools/regression/netinet/ipmulticast/ipmulticast.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c b/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c index 5ac1d976856..c3de967cc5b 100644 --- a/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c +++ b/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/netinet6/inet6_rth/test_subr.c b/tools/regression/netinet6/inet6_rth/test_subr.c index ab09ec80385..2beedd83702 100644 --- a/tools/regression/netinet6/inet6_rth/test_subr.c +++ b/tools/regression/netinet6/inet6_rth/test_subr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/posixsem/posixsem.c b/tools/regression/posixsem/posixsem.c index 9d046568295..d03a64c04b9 100644 --- a/tools/regression/posixsem/posixsem.c +++ b/tools/regression/posixsem/posixsem.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/posixsem/test.c b/tools/regression/posixsem/test.c index bd309733c56..3d8fd0532ba 100644 --- a/tools/regression/posixsem/test.c +++ b/tools/regression/posixsem/test.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/redzone9/redzone.c b/tools/regression/redzone9/redzone.c index 10137389218..d4d5c3e3e78 100644 --- a/tools/regression/redzone9/redzone.c +++ b/tools/regression/redzone9/redzone.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/cap_test/cap_test.c b/tools/regression/security/cap_test/cap_test.c index 0ea8a9d234f..3544bf69021 100644 --- a/tools/regression/security/cap_test/cap_test.c +++ b/tools/regression/security/cap_test/cap_test.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/security/cap_test/cap_test_capabilities.c b/tools/regression/security/cap_test/cap_test_capabilities.c index 1ffac9a519c..9fa60a2f8dd 100644 --- a/tools/regression/security/cap_test/cap_test_capabilities.c +++ b/tools/regression/security/cap_test/cap_test_capabilities.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/cap_test/cap_test_capmode.c b/tools/regression/security/cap_test/cap_test_capmode.c index 5aca6678997..81dce2e758e 100644 --- a/tools/regression/security/cap_test/cap_test_capmode.c +++ b/tools/regression/security/cap_test/cap_test_capmode.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/cap_test/cap_test_fcntl.c b/tools/regression/security/cap_test/cap_test_fcntl.c index 626abe7a95b..b08bc3f8828 100644 --- a/tools/regression/security/cap_test/cap_test_fcntl.c +++ b/tools/regression/security/cap_test/cap_test_fcntl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/cap_test/cap_test_pdfork.c b/tools/regression/security/cap_test/cap_test_pdfork.c index b9525613e63..791c8385564 100644 --- a/tools/regression/security/cap_test/cap_test_pdfork.c +++ b/tools/regression/security/cap_test/cap_test_pdfork.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/security/cap_test/cap_test_pdkill.c b/tools/regression/security/cap_test/cap_test_pdkill.c index e4bd4b4d727..be4cae793d5 100644 --- a/tools/regression/security/cap_test/cap_test_pdkill.c +++ b/tools/regression/security/cap_test/cap_test_pdkill.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/security/cap_test/cap_test_relative.c b/tools/regression/security/cap_test/cap_test_relative.c index 2b123f6406e..517ff0bf573 100644 --- a/tools/regression/security/cap_test/cap_test_relative.c +++ b/tools/regression/security/cap_test/cap_test_relative.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/cap_test/cap_test_sysctl.c b/tools/regression/security/cap_test/cap_test_sysctl.c index 423abfdbbc1..04982c1e9fc 100644 --- a/tools/regression/security/cap_test/cap_test_sysctl.c +++ b/tools/regression/security/cap_test/cap_test_sysctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/security/open_to_operation/open_to_operation.c b/tools/regression/security/open_to_operation/open_to_operation.c index c8c816becab..444c574aa07 100644 --- a/tools/regression/security/open_to_operation/open_to_operation.c +++ b/tools/regression/security/open_to_operation/open_to_operation.c @@ -90,8 +90,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/udp_pingpong/udp_pingpong.c b/tools/regression/sockets/udp_pingpong/udp_pingpong.c index fc585d275db..9babe144adc 100644 --- a/tools/regression/sockets/udp_pingpong/udp_pingpong.c +++ b/tools/regression/sockets/udp_pingpong/udp_pingpong.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_cmsg_len.c b/tools/regression/sockets/unix_cmsg/t_cmsg_len.c index 3a88cebf164..c0064f15fd2 100644 --- a/tools/regression/sockets/unix_cmsg/t_cmsg_len.c +++ b/tools/regression/sockets/unix_cmsg/t_cmsg_len.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_cmsgcred.c b/tools/regression/sockets/unix_cmsg/t_cmsgcred.c index 3e3653c1517..de87f1d62b2 100644 --- a/tools/regression/sockets/unix_cmsg/t_cmsgcred.c +++ b/tools/regression/sockets/unix_cmsg/t_cmsgcred.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c b/tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c index 72110b32af6..323458f9748 100644 --- a/tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c +++ b/tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_generic.c b/tools/regression/sockets/unix_cmsg/t_generic.c index 02a65255011..7add752433d 100644 --- a/tools/regression/sockets/unix_cmsg/t_generic.c +++ b/tools/regression/sockets/unix_cmsg/t_generic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_peercred.c b/tools/regression/sockets/unix_cmsg/t_peercred.c index 9b6e14868fc..f10ee2833df 100644 --- a/tools/regression/sockets/unix_cmsg/t_peercred.c +++ b/tools/regression/sockets/unix_cmsg/t_peercred.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_sockcred.c b/tools/regression/sockets/unix_cmsg/t_sockcred.c index 45ac5bfe823..d6156dc74c3 100644 --- a/tools/regression/sockets/unix_cmsg/t_sockcred.c +++ b/tools/regression/sockets/unix_cmsg/t_sockcred.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/t_xxxtime.c.in b/tools/regression/sockets/unix_cmsg/t_xxxtime.c.in index 8bed032a5e2..332bab621fb 100644 --- a/tools/regression/sockets/unix_cmsg/t_xxxtime.c.in +++ b/tools/regression/sockets/unix_cmsg/t_xxxtime.c.in @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/uc_check_time.c b/tools/regression/sockets/unix_cmsg/uc_check_time.c index 682cd442077..abc20e84ade 100644 --- a/tools/regression/sockets/unix_cmsg/uc_check_time.c +++ b/tools/regression/sockets/unix_cmsg/uc_check_time.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/sockets/unix_cmsg/uc_common.c b/tools/regression/sockets/unix_cmsg/uc_common.c index 0799df2e0d7..bcb18a808d9 100644 --- a/tools/regression/sockets/unix_cmsg/uc_common.c +++ b/tools/regression/sockets/unix_cmsg/uc_common.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_cmsg/unix_cmsg.c b/tools/regression/sockets/unix_cmsg/unix_cmsg.c index 1d1dfbfc4b0..45a2fd02179 100644 --- a/tools/regression/sockets/unix_cmsg/unix_cmsg.c +++ b/tools/regression/sockets/unix_cmsg/unix_cmsg.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/regression/sockets/unix_sorflush/unix_sorflush.c b/tools/regression/sockets/unix_sorflush/unix_sorflush.c index e0deb00a389..082db5a02d1 100644 --- a/tools/regression/sockets/unix_sorflush/unix_sorflush.c +++ b/tools/regression/sockets/unix_sorflush/unix_sorflush.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/regression/usr.bin/cc/float.c b/tools/regression/usr.bin/cc/float.c index 9bdd7d959c1..e08e0f5a617 100644 --- a/tools/regression/usr.bin/cc/float.c +++ b/tools/regression/usr.bin/cc/float.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/test/iconv/const-gnuism.c b/tools/test/iconv/const-gnuism.c index fdf130fc215..e30a23cc68a 100644 --- a/tools/test/iconv/const-gnuism.c +++ b/tools/test/iconv/const-gnuism.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/test/iconv/gnu/gnu.c b/tools/test/iconv/gnu/gnu.c index ecf180d23b9..1640bdc631f 100644 --- a/tools/test/iconv/gnu/gnu.c +++ b/tools/test/iconv/gnu/gnu.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/test/iconv/posix/posix.c b/tools/test/iconv/posix/posix.c index 3e813226fa5..1ca9d43d9ca 100644 --- a/tools/test/iconv/posix/posix.c +++ b/tools/test/iconv/posix/posix.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/test/iconv/tablegen/tablegen.c b/tools/test/iconv/tablegen/tablegen.c index 12d44ae753f..843f8f6cb13 100644 --- a/tools/test/iconv/tablegen/tablegen.c +++ b/tools/test/iconv/tablegen/tablegen.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/test/ppsapi/ppsapitest.c b/tools/test/ppsapi/ppsapitest.c index ef655e96d6d..598411d7af6 100644 --- a/tools/test/ppsapi/ppsapitest.c +++ b/tools/test/ppsapi/ppsapitest.c @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/test/pthread_vfork/pthread_vfork_test.c b/tools/test/pthread_vfork/pthread_vfork_test.c index 925c8625573..1f65f70a1c3 100644 --- a/tools/test/pthread_vfork/pthread_vfork_test.c +++ b/tools/test/pthread_vfork/pthread_vfork_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/test/ptrace/scescx.c b/tools/test/ptrace/scescx.c index 8f19f9a5588..fc6aed86da4 100644 --- a/tools/test/ptrace/scescx.c +++ b/tools/test/ptrace/scescx.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/test/vm86/vm86_test.c b/tools/test/vm86/vm86_test.c index 4c980b073c8..1057fc5c83d 100644 --- a/tools/test/vm86/vm86_test.c +++ b/tools/test/vm86/vm86_test.c @@ -30,7 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* $Id: vm86_test.c,v 1.10 2018/05/12 11:35:58 kostik Exp kostik $ */ #include diff --git a/tools/tools/aac/aac_checkq.c b/tools/tools/aac/aac_checkq.c index 62eedb20aa5..220d2eb7b79 100644 --- a/tools/tools/aac/aac_checkq.c +++ b/tools/tools/aac/aac_checkq.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar5210_ds.c b/tools/tools/ath/athalq/ar5210_ds.c index 624092ec45e..5db5dcaf9bc 100644 --- a/tools/tools/ath/athalq/ar5210_ds.c +++ b/tools/tools/ath/athalq/ar5210_ds.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar5211_ds.c b/tools/tools/ath/athalq/ar5211_ds.c index d389b5a55ca..844da8f1cf8 100644 --- a/tools/tools/ath/athalq/ar5211_ds.c +++ b/tools/tools/ath/athalq/ar5211_ds.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar5212_ds.c b/tools/tools/ath/athalq/ar5212_ds.c index f752f151d41..b8eb978a2d0 100644 --- a/tools/tools/ath/athalq/ar5212_ds.c +++ b/tools/tools/ath/athalq/ar5212_ds.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar5416_ds.c b/tools/tools/ath/athalq/ar5416_ds.c index c7d1bb42ec5..bb1d7e9e56d 100644 --- a/tools/tools/ath/athalq/ar5416_ds.c +++ b/tools/tools/ath/athalq/ar5416_ds.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar5416_ds_tdma.c b/tools/tools/ath/athalq/ar5416_ds_tdma.c index 42a61cb5864..febea0f8ef3 100644 --- a/tools/tools/ath/athalq/ar5416_ds_tdma.c +++ b/tools/tools/ath/athalq/ar5416_ds_tdma.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/ar9300_ds.c b/tools/tools/ath/athalq/ar9300_ds.c index 541ee39eaf7..18a077e8594 100644 --- a/tools/tools/ath/athalq/ar9300_ds.c +++ b/tools/tools/ath/athalq/ar9300_ds.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/main.c b/tools/tools/ath/athalq/main.c index c8c2c335f56..5319942e002 100644 --- a/tools/tools/ath/athalq/main.c +++ b/tools/tools/ath/athalq/main.c @@ -15,8 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ath/athalq/tdma.c b/tools/tools/ath/athalq/tdma.c index 55772de33f9..8f18fa1b062 100644 --- a/tools/tools/ath/athalq/tdma.c +++ b/tools/tools/ath/athalq/tdma.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/bootparttest/bootparttest.c b/tools/tools/bootparttest/bootparttest.c index 82e991c6776..af784027f95 100644 --- a/tools/tools/bootparttest/bootparttest.c +++ b/tools/tools/bootparttest/bootparttest.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/bootparttest/stub.c b/tools/tools/bootparttest/stub.c index 88e31d48ae5..660b1d39c9b 100644 --- a/tools/tools/bootparttest/stub.c +++ b/tools/tools/bootparttest/stub.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/cxgbtool/cxgbtool.c b/tools/tools/cxgbtool/cxgbtool.c index a78c7931eeb..b871d67700f 100644 --- a/tools/tools/cxgbtool/cxgbtool.c +++ b/tools/tools/cxgbtool/cxgbtool.c @@ -33,8 +33,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/decioctl/decioctl.c b/tools/tools/decioctl/decioctl.c index f9af0f5a3a9..2be99e9f9f4 100644 --- a/tools/tools/decioctl/decioctl.c +++ b/tools/tools/decioctl/decioctl.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/dmardump/dmardump.c b/tools/tools/dmardump/dmardump.c index 43a2779dd6b..08b2570ba6e 100644 --- a/tools/tools/dmardump/dmardump.c +++ b/tools/tools/dmardump/dmardump.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/drm/radeon/mkregtable/mkregtable.c b/tools/tools/drm/radeon/mkregtable/mkregtable.c index 51b8f909cd2..e0b94561f5c 100644 --- a/tools/tools/drm/radeon/mkregtable/mkregtable.c +++ b/tools/tools/drm/radeon/mkregtable/mkregtable.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ether_reflect/ether_reflect.c b/tools/tools/ether_reflect/ether_reflect.c index bb6d865ec2d..ade6ea132a6 100644 --- a/tools/tools/ether_reflect/ether_reflect.c +++ b/tools/tools/ether_reflect/ether_reflect.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/fixwhite/fixwhite.c b/tools/tools/fixwhite/fixwhite.c index 2b1763060e0..4cfe49e4ed3 100644 --- a/tools/tools/fixwhite/fixwhite.c +++ b/tools/tools/fixwhite/fixwhite.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ifpifa/ifpifa.c b/tools/tools/ifpifa/ifpifa.c index 3f2a8190fde..493be768f04 100644 --- a/tools/tools/ifpifa/ifpifa.c +++ b/tools/tools/ifpifa/ifpifa.c @@ -52,9 +52,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - static struct nlist nl[] = { #define N_IFNET 0 { .n_name = "_ifnet", }, diff --git a/tools/tools/ioat/ioatcontrol.c b/tools/tools/ioat/ioatcontrol.c index f76af5b0e76..4c435853942 100644 --- a/tools/tools/ioat/ioatcontrol.c +++ b/tools/tools/ioat/ioatcontrol.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/ipw/ipwstats.c b/tools/tools/ipw/ipwstats.c index fe8c5a83ab1..1da6efeeaea 100644 --- a/tools/tools/ipw/ipwstats.c +++ b/tools/tools/ipw/ipwstats.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/iwi/iwistats.c b/tools/tools/iwi/iwistats.c index 31ccf13e8d4..16044f1a7ba 100644 --- a/tools/tools/iwi/iwistats.c +++ b/tools/tools/iwi/iwistats.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/mcgrab/mcgrab.cc b/tools/tools/mcgrab/mcgrab.cc index 35687b8d42c..4b34103869a 100644 --- a/tools/tools/mcgrab/mcgrab.cc +++ b/tools/tools/mcgrab/mcgrab.cc @@ -30,8 +30,6 @@ // #include -__FBSDID("$FreeBSD$"); - // C++ STL and other related includes #include #include diff --git a/tools/tools/mctest/mctest.cc b/tools/tools/mctest/mctest.cc index 6d723ba137f..b6fdf62ed7b 100644 --- a/tools/tools/mctest/mctest.cc +++ b/tools/tools/mctest/mctest.cc @@ -33,8 +33,6 @@ // #include -__FBSDID("$FreeBSD$"); - // C++ STL and other related includes #include #include diff --git a/tools/tools/mfi/mfi_checkq.c b/tools/tools/mfi/mfi_checkq.c index 9f860ad92d2..ca3fc0c7fa8 100644 --- a/tools/tools/mfi/mfi_checkq.c +++ b/tools/tools/mfi/mfi_checkq.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/ncpus/biosmptable.c b/tools/tools/ncpus/biosmptable.c index ee39e366977..0289409939b 100644 --- a/tools/tools/ncpus/biosmptable.c +++ b/tools/tools/ncpus/biosmptable.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/tools/tools/net80211/wlantxtime/wlantxtime.c b/tools/tools/net80211/wlantxtime/wlantxtime.c index 90c5c8f6076..edcb4403cf8 100644 --- a/tools/tools/net80211/wlantxtime/wlantxtime.c +++ b/tools/tools/net80211/wlantxtime/wlantxtime.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 PHY-related support. */ diff --git a/tools/tools/pciroms/pciroms.c b/tools/tools/pciroms/pciroms.c index 9919c208796..0e5e3236c96 100644 --- a/tools/tools/pciroms/pciroms.c +++ b/tools/tools/pciroms/pciroms.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/pirtool/pirtool.c b/tools/tools/pirtool/pirtool.c index 3484eb5663c..024810109a7 100644 --- a/tools/tools/pirtool/pirtool.c +++ b/tools/tools/pirtool/pirtool.c @@ -30,8 +30,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/switch_tls/switch_tls.c b/tools/tools/switch_tls/switch_tls.c index fecf58f429c..2e214af2e45 100644 --- a/tools/tools/switch_tls/switch_tls.c +++ b/tools/tools/switch_tls/switch_tls.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/tscdrift/tscdrift.c b/tools/tools/tscdrift/tscdrift.c index 13e754ef677..7d8940e9f3a 100644 --- a/tools/tools/tscdrift/tscdrift.c +++ b/tools/tools/tscdrift/tscdrift.c @@ -27,8 +27,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/tools/tools/vt/mkkfont/mkkfont.c b/tools/tools/vt/mkkfont/mkkfont.c index ebfead14e34..3f92f926c02 100644 --- a/tools/tools/vt/mkkfont/mkkfont.c +++ b/tools/tools/vt/mkkfont/mkkfont.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index fc90af6d3df..88f14c479df 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l index 427147ebfca..a294de1adcf 100644 --- a/usr.bin/ar/acplex.l +++ b/usr.bin/ar/acplex.l @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y index ef5c5ec0856..4bfc5ab8424 100644 --- a/usr.bin/ar/acpyacc.y +++ b/usr.bin/ar/acpyacc.y @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index 17dd2a88d25..9e7cc08468c 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/read.c b/usr.bin/ar/read.c index fc098e84b7b..bd3586234c6 100644 --- a/usr.bin/ar/read.c +++ b/usr.bin/ar/read.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/util.c b/usr.bin/ar/util.c index c5ec93547fe..920a2e00e6d 100644 --- a/usr.bin/ar/util.c +++ b/usr.bin/ar/util.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ar/write.c b/usr.bin/ar/write.c index e29f37204ee..1279a1ca7cb 100644 --- a/usr.bin/ar/write.c +++ b/usr.bin/ar/write.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/asa/asa.c b/usr.bin/asa/asa.c index 4491beeead0..757278442a5 100644 --- a/usr.bin/asa/asa.c +++ b/usr.bin/asa/asa.c @@ -38,8 +38,6 @@ __RCSID("$NetBSD: asa.c,v 1.11 1997/09/20 14:55:00 lukem Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 2096369859b..5b423d9d40d 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _USE_BSD 1 /* System Headers */ diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 00418625f5d..e72cae4596f 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* System Headers */ #include diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 99b67ccd3ec..a9223f3fb25 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* System Headers */ #include diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 0ad343e9862..9e26dbe3563 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* System Headers */ #include diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index b28c5e44028..c7bfa6e27b1 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif #include -__FBSDID("$FreeBSD$"); - /* * banner - prints large signs * banner [-w#] [-d] [-t] message ... diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index 78f6d52e864..c2a734688a1 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y index 793ad46d7f5..245748528a5 100644 --- a/usr.bin/bc/bc.y +++ b/usr.bin/bc/bc.y @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/bc/scan.l b/usr.bin/bc/scan.l index cb1977ad5c0..0f57f02e50d 100644 --- a/usr.bin/bc/scan.l +++ b/usr.bin/bc/scan.l @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index ad238b95136..1de902800ca 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/bintrans/uudecode.c b/usr.bin/bintrans/uudecode.c index 29e31d474aa..b0ab415486c 100644 --- a/usr.bin/bintrans/uudecode.c +++ b/usr.bin/bintrans/uudecode.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * uudecode [file ...] * diff --git a/usr.bin/bintrans/uuencode.c b/usr.bin/bintrans/uuencode.c index a0e1406c364..267ab7deb8d 100644 --- a/usr.bin/bintrans/uuencode.c +++ b/usr.bin/bintrans/uuencode.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * uuencode [input] output * diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index c95f2aef806..2c908efdc22 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.c b/usr.bin/bsdiff/bsdiff/bsdiff.c index a1f51dbc9a6..9836b8ee96f 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.c +++ b/usr.bin/bsdiff/bsdiff/bsdiff.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/bsdiff/bspatch/bspatch.c b/usr.bin/bsdiff/bspatch/bspatch.c index b7abdfb88d4..a596ab1837d 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.c +++ b/usr.bin/bsdiff/bspatch/bspatch.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef WITHOUT_CAPSICUM #include #endif diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index dd2d3b47d4b..3e1fd5dbdfe 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index a1752e6f454..9040aab4e7f 100644 --- a/usr.bin/c99/c99.c +++ b/usr.bin/c99/c99.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/caesar/caesar.c b/usr.bin/caesar/caesar.c index b1f9920e6a5..296fa77120c 100644 --- a/usr.bin/caesar/caesar.c +++ b/usr.bin/caesar/caesar.c @@ -47,8 +47,6 @@ static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 5f6d97ad149..476c0495d21 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/dates.c b/usr.bin/calendar/dates.c index 88fd029c591..cdcd565dd6e 100644 --- a/usr.bin/calendar/dates.c +++ b/usr.bin/calendar/dates.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 84562ccd9b3..7e52439cad6 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/events.c b/usr.bin/calendar/events.c index 5a7592ef46e..cbc1d09f389 100644 --- a/usr.bin/calendar/events.c +++ b/usr.bin/calendar/events.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 5a77455d0ff..5390882305a 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/locale.c b/usr.bin/calendar/locale.c index 34f0f98ca87..572b715b8e9 100644 --- a/usr.bin/calendar/locale.c +++ b/usr.bin/calendar/locale.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index ed6da20d827..dfbca892cec 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c index 656a3c39185..7b2b4d9114b 100644 --- a/usr.bin/calendar/parsedata.c +++ b/usr.bin/calendar/parsedata.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index 86fa203d9ff..4ea345f9cd5 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/calendar/pom.c b/usr.bin/calendar/pom.c index 79a0d1bbf9a..2cd12e8f75f 100644 --- a/usr.bin/calendar/pom.c +++ b/usr.bin/calendar/pom.c @@ -43,8 +43,6 @@ static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Phase of the Moon. Calculates the current phase of the moon. * Based on routines from `Practical Astronomy with Your Calculator', diff --git a/usr.bin/calendar/sunpos.c b/usr.bin/calendar/sunpos.c index 5b91f007faa..a919f40007a 100644 --- a/usr.bin/calendar/sunpos.c +++ b/usr.bin/calendar/sunpos.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This code is created to match the formulas available at: * Formula and examples obtained from "How to Calculate alt/az: SAAO" at diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index fbff878c9cc..ff85c14b9b3 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)cap_mkdb.c 8.2 (Berkeley) 4/27/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index ec558a61590..c15c3037d8a 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -78,8 +78,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/chkey/chkey.c b/usr.bin/chkey/chkey.c index 55d34bcc0fc..afacae4d0f7 100644 --- a/usr.bin/chkey/chkey.c +++ b/usr.bin/chkey/chkey.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Copyright (C) 1986, Sun Microsystems, Inc. */ diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 643b0f387c3..b48d17e80a1 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -52,8 +52,6 @@ static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index fbe101592b3..9c832bfbcd9 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index 3b5129c085a..6a3aa59b13f 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index bebb27cd2ca..29550dcad27 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -35,8 +35,6 @@ static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include "chpass.h" diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 6b10b684b44..2d32f228f7e 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 6634bd1903d..8eebb89d326 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)cksum.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index b7285132e9b..f4465673731 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index 4389969716c..646704dcea4 100644 --- a/usr.bin/cksum/crc32.c +++ b/usr.bin/cksum/crc32.c @@ -12,8 +12,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 34766104de4..3e0967049ce 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index cb32bfc4353..49d75ae45d2 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index 84c4d7a725d..bd4da5ae3fa 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index a71565760a8..56775e73ffa 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index d19f2f49c51..550273cb471 100644 --- a/usr.bin/cmp/link.c +++ b/usr.bin/cmp/link.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 1dba34d2879..1924025a3a5 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 182a303f70e..fbe62bb7560 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 1342f2a8627..3da54fde24e 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 5ed097c232b..a3e7a25d11f 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 739b184b6e6..06b5e817f61 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index a253d24ca1b..a808113649b 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 4c237606825..e3bb682d70c 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -45,8 +45,6 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index d50f08571e3..602572ac31b 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index 1622508fb6c..a5b34ef83ec 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - /*- * fcompress.c - File compression ala IEEE Computer, June 1984. * diff --git a/usr.bin/csplit/csplit.c b/usr.bin/csplit/csplit.c index 431293c20f3..dd645396948 100644 --- a/usr.bin/csplit/csplit.c +++ b/usr.bin/csplit/csplit.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index e36b60de4a5..25c5db5d405 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 9b5139f08be..6053a52f32d 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 4174d4fda91..7fa6ec3823d 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 7d2c2d50b79..d167c82e7c6 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index 49dc371a3eb..4174cd28d0e 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 85ac5dd0d8b..15291f4a5e8 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index bc60469db69..0fd8537fb74 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ctlstat/ctlstat.c b/usr.bin/ctlstat/ctlstat.c index f21ddf65c40..8aed0f52e35 100644 --- a/usr.bin/ctlstat/ctlstat.c +++ b/usr.bin/ctlstat/ctlstat.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index f5847794f31..796ab66c0c6 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -39,8 +39,6 @@ static const char copyright[] = static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/dc/bcode.c b/usr.bin/dc/bcode.c index d9a42073e6b..0e34f039903 100644 --- a/usr.bin/dc/bcode.c +++ b/usr.bin/dc/bcode.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/dc/dc.c b/usr.bin/dc/dc.c index 79e0aca87a7..4f9a55f450b 100644 --- a/usr.bin/dc/dc.c +++ b/usr.bin/dc/dc.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/dc/inout.c b/usr.bin/dc/inout.c index 29d8d147e9e..a91531b2c76 100644 --- a/usr.bin/dc/inout.c +++ b/usr.bin/dc/inout.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/dc/mem.c b/usr.bin/dc/mem.c index 0bb3ef39c75..95c5068f204 100644 --- a/usr.bin/dc/mem.c +++ b/usr.bin/dc/mem.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/dc/stack.c b/usr.bin/dc/stack.c index ba7c7e4a589..c4b15dda4a1 100644 --- a/usr.bin/dc/stack.c +++ b/usr.bin/dc/stack.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 8b8b1f65c07..03eb363fc32 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/diff/diffdir.c b/usr.bin/diff/diffdir.c index c5a32c217c3..798229e990d 100644 --- a/usr.bin/diff/diffdir.c +++ b/usr.bin/diff/diffdir.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index d9b08aece64..11aefb73cda 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/diff/pr.c b/usr.bin/diff/pr.c index 4c7108cd745..5dedf689351 100644 --- a/usr.bin/diff/pr.c +++ b/usr.bin/diff/pr.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/diff/xmalloc.c b/usr.bin/diff/xmalloc.c index 9d02238e87f..69ccae83cfd 100644 --- a/usr.bin/diff/xmalloc.c +++ b/usr.bin/diff/xmalloc.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index d52678846fa..e80b1d14223 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -70,8 +70,6 @@ static char sccsid[] = "@(#)diff3.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 38028423dd4..58083e8a0cb 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -39,8 +39,6 @@ static const char copyright[] = static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/dpv/dpv.c b/usr.bin/dpv/dpv.c index 725b24f6bbe..1fd89eca77c 100644 --- a/usr.bin/dpv/dpv.c +++ b/usr.bin/dpv/dpv.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 012e439bba3..ead3e952ce0 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -44,8 +44,6 @@ static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/elfctl/elfctl.c b/usr.bin/elfctl/elfctl.c index 5c15ddd4352..d9cb557bbad 100644 --- a/usr.bin/elfctl/elfctl.c +++ b/usr.bin/elfctl/elfctl.c @@ -48,9 +48,6 @@ #include #include "_elftc.h" - -__FBSDID("$FreeBSD$"); - static bool convert_to_feature_val(const char *, uint32_t *); static bool edit_file_features(Elf *, int, int, char *, bool); static bool get_file_features(Elf *, int, int, uint32_t *, uint64_t *, bool); diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c index 0ab64534ac5..e5d5bccc414 100644 --- a/usr.bin/elfdump/elfdump.c +++ b/usr.bin/elfdump/elfdump.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 0961d876433..32f8972b238 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 4c4e36d1207..784caa76063 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index 3834385f313..8b8df5b47e7 100644 --- a/usr.bin/env/envopts.c +++ b/usr.bin/env/envopts.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/etdump/etdump.c b/usr.bin/etdump/etdump.c index e393eba61a8..6c4a256e15f 100644 --- a/usr.bin/etdump/etdump.c +++ b/usr.bin/etdump/etdump.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/etdump/output_shell.c b/usr.bin/etdump/output_shell.c index d1e1d570269..d709684c02d 100644 --- a/usr.bin/etdump/output_shell.c +++ b/usr.bin/etdump/output_shell.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/etdump/output_text.c b/usr.bin/etdump/output_text.c index 26b19e9c7ab..aafc6d702a5 100644 --- a/usr.bin/etdump/output_text.c +++ b/usr.bin/etdump/output_text.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 26f350d9ac5..ae063c2c649 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/factor/factor.c b/usr.bin/factor/factor.c index 0b53ac3b583..cc25b9dd2bf 100644 --- a/usr.bin/factor/factor.c +++ b/usr.bin/factor/factor.c @@ -43,7 +43,6 @@ __SCCSID("@(#)factor.c 8.4 (Berkeley) 5/4/95"); __RCSID("$NetBSD: factor.c,v 1.19 2009/08/12 05:54:31 dholland Exp $"); #endif #ifdef __FBSDID -__FBSDID("$FreeBSD$"); #endif #endif /* not lint */ diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 3f2c61dd7e9..7b3f1199626 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -39,8 +39,6 @@ static const char copyright[] = 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/fetch/fetch.c b/usr.bin/fetch/fetch.c index ad51de15f4d..8be5742386e 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index e50bd1f8a46..3f9b81aaf83 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 656a7e06204..3bff4982b4b 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 0b78d9cafce..d887c847909 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -37,8 +37,6 @@ static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index d1326537c67..a1aeaf0cacd 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,8 +13,6 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 8d740621625..d8a150a30ee 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -34,8 +34,6 @@ static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 6090f71d6e7..56f1feece6e 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 4ac402ede44..0ef7af894b2 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index 83094b80183..2a2317da765 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index d467b80f268..c5b461f3389 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 6f357f9d994..c489b4b84c4 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -55,8 +55,6 @@ static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Finger prints out information about users. It is not portable since * certain fields (e.g. the full user name, office, and phone numbers) are diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index a169e5ca5b9..d276855afae 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 659bae0c2f7..3ed3ac0813f 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 3e629df1b27..af7802acc17 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 5a19d25ba62..39a6553b16c 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 967de1309e9..78646f4e37a 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -173,8 +173,6 @@ static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index e2995ee049c..1124f373828 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fortune/fortune/fortune.c b/usr.bin/fortune/fortune/fortune.c index 0a49c322907..62977e15d5e 100644 --- a/usr.bin/fortune/fortune/fortune.c +++ b/usr.bin/fortune/fortune/fortune.c @@ -42,8 +42,6 @@ static const char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/fortune/strfile/strfile.c b/usr.bin/fortune/strfile/strfile.c index abc35946e77..15caadd27c0 100644 --- a/usr.bin/fortune/strfile/strfile.c +++ b/usr.bin/fortune/strfile/strfile.c @@ -42,8 +42,6 @@ static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fortune/unstr/unstr.c b/usr.bin/fortune/unstr/unstr.c index 77ee1ecce60..de67c2b790d 100644 --- a/usr.bin/fortune/unstr/unstr.c +++ b/usr.bin/fortune/unstr/unstr.c @@ -42,8 +42,6 @@ static const char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * This program un-does what "strfile" makes, thereby obtaining the * original file again. This can be invoked with the name of the output diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 5569ec1c275..8579ed37ae0 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index ee5ba0ca1f0..c3374ecfffa 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fstat/fuser.c b/usr.bin/fstat/fuser.c index 87e5284c53e..2e2befde639 100644 --- a/usr.bin/fstat/fuser.c +++ b/usr.bin/fstat/fuser.c @@ -27,8 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fstat/main.c b/usr.bin/fstat/main.c index 6d2c0ff43d0..c1ad8cacc14 100644 --- a/usr.bin/fstat/main.c +++ b/usr.bin/fstat/main.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 1ec96358781..16d5a176da9 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -29,8 +29,6 @@ #ifndef lint #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index b1d1d4898e1..2bffd409bb1 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 8055193625f..52630fb976b 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Originally written by Eric Cooper in Fall 1981. * Inspired by a version 6 program by Len Levin, 1978. diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index f79bbb56d5c..d618c49fcc3 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -67,8 +67,6 @@ up-to-date. Many thanks. ******************************************************************/ #include -__FBSDID("$FreeBSD$"); - #define _NLS_PRIVATE #include diff --git a/usr.bin/getaddrinfo/getaddrinfo.c b/usr.bin/getaddrinfo/getaddrinfo.c index a42fe1a201c..f01ccd7b2e1 100644 --- a/usr.bin/getaddrinfo/getaddrinfo.c +++ b/usr.bin/getaddrinfo/getaddrinfo.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 8edb3c380a4..a4434c31fd3 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/getent/getent.c b/usr.bin/getent/getent.c index 440d59a7a41..34fcf0571a4 100644 --- a/usr.bin/getent/getent.c +++ b/usr.bin/getent/getent.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index 970a4c7659a..09036a34b65 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /* * This material, written by Henry Spencer, was released by him * into the public domain and is thus not subject to any copyright. diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 5198654c880..e70a0f5628a 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include "gprof.h" diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index ef03b3924b5..5c4104f5082 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)dfn.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include "gprof.h" diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index b4dbf279e52..8f7d21dc08c 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 2723eb2d817..ef4f0e27d6d 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index 684c9767aa6..0a6726345cb 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index 7af98977de2..ca2d53ed3f5 100644 --- a/usr.bin/gprof/kernel.c +++ b/usr.bin/gprof/kernel.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index 8279ff5bc87..b399ec19985 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include "gprof.h" /* diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index a3852759869..b7bd70489fb 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index bf07aa85cb4..93040990bc2 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/grep/file.c b/usr.bin/grep/file.c index 12c52418858..2845f0ec225 100644 --- a/usr.bin/grep/file.c +++ b/usr.bin/grep/file.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c index 4b7cbc4e1bb..cbf52a4df82 100644 --- a/usr.bin/grep/grep.c +++ b/usr.bin/grep/grep.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/grep/queue.c b/usr.bin/grep/queue.c index 1b74c179999..3ef8a640b37 100644 --- a/usr.bin/grep/queue.c +++ b/usr.bin/grep/queue.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c index 723b41e8798..68bfd504279 100644 --- a/usr.bin/grep/util.c +++ b/usr.bin/grep/util.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 560fdd31d6f..8eddac4adcd 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -34,7 +34,6 @@ #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006, 2008,\ 2009, 2010, 2011, 2015, 2017 Matthew R. Green. All rights reserved."); -__FBSDID("$FreeBSD$"); #endif /* not lint */ /* diff --git a/usr.bin/gzip/unxz.c b/usr.bin/gzip/unxz.c index 1764358b210..de6683b246b 100644 --- a/usr.bin/gzip/unxz.c +++ b/usr.bin/gzip/unxz.c @@ -31,8 +31,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index e323099754a..d3c3cacdf01 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c index fa81864a5d0..ed91f14f564 100644 --- a/usr.bin/hesinfo/hesinfo.c +++ b/usr.bin/hesinfo/hesinfo.c @@ -19,8 +19,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 160158b0a5b..591826efa6a 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -33,8 +33,6 @@ static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index b4e7084e1e9..6c0018dcef3 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index ff97a189b1f..a71728c9f80 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 3ab9a3b4a68..2253e4e4c4e 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 5032d434d44..6cd07197de6 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index c6616fdd24d..e16dd416d6e 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index b8988dedd6f..77255819130 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/ident/ident.c b/usr.bin/ident/ident.c index 14ff8ec8f33..84ac402f74d 100644 --- a/usr.bin/ident/ident.c +++ b/usr.bin/ident/ident.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 58ab9bf4b9f..2f8ea765912 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Argument scanning and profile reading code. Default parameters are set * here as well. diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 7af4c6ae17c..5d97a5069ad 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index a15acb7e6fb..bbbb5dc805d 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -27,7 +27,6 @@ */ #if 0 -__FBSDID("$FreeBSD$"); #endif void add_typename(const char *); diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 4a27a74ff6f..65568891cf1 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index c47db6baead..7ad1ddc74ff 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Here we have the token scanner for indent. It scans off one token and puts * it in the global variable "token". It returns a code, indicating the type diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 68e07bc922e..b6e8ee076fd 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include "indent_globs.h" diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 229e4005423..58ef9a0eec0 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index 7f132c182a0..6c2361f056d 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define _WANT_SYSVMSG_INTERNALS #include diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index d48389dd54b..0729f27e594 100644 --- a/usr.bin/ipcs/ipc.c +++ b/usr.bin/ipcs/ipc.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #define _WANT_SYSVMSG_INTERNALS diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index cc1884ad0e0..bcb4f1953fa 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #define _WANT_SYSVMSG_INTERNALS diff --git a/usr.bin/iscsictl/iscsictl.c b/usr.bin/iscsictl/iscsictl.c index 698f2cebbe6..d95cb9a1c09 100644 --- a/usr.bin/iscsictl/iscsictl.c +++ b/usr.bin/iscsictl/iscsictl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/iscsictl/periphs.c b/usr.bin/iscsictl/periphs.c index e4d4f99264b..1f623277af1 100644 --- a/usr.bin/iscsictl/periphs.c +++ b/usr.bin/iscsictl/periphs.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 0ad4b467793..b9e708dd98c 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 23c8e1a24d6..deda23a0c75 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif #endif #include -__FBSDID("$FreeBSD$"); - /* * jot - print sequential or random data * diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index bff2920c6aa..cb8f5ff1f53 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #define _WANT_KERNEL_ERRNO #ifdef __LP64__ #define _WANT_KEVENT32 diff --git a/usr.bin/kdump/linux.c b/usr.bin/kdump/linux.c index 48c82b2a801..4b115f051b4 100644 --- a/usr.bin/kdump/linux.c +++ b/usr.bin/kdump/linux.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c index 3f4bdba94d2..021935163a1 100644 --- a/usr.bin/keylogin/keylogin.c +++ b/usr.bin/keylogin/keylogin.c @@ -31,8 +31,6 @@ 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 c7ec0496b67..03eeee0f641 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -32,8 +32,6 @@ */ #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 6966460236b..deedd06cada 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 1b477fca2fc..27c31dd8303 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 7049985740f..b52ae1b981e 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index 4718a577f52..f1c49cbbd41 100644 --- a/usr.bin/ktrdump/ktrdump.c +++ b/usr.bin/ktrdump/ktrdump.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 693e9903cd3..7b27eb6194b 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * lam - laminate files * Author: John Kunze, UCB diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 28d14dbbace..846ab5d2c08 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -40,8 +40,6 @@ static const char copyright[] = static const char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 3f712066fe6..bcd84b2ed37 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/lastcomm/readrec.c b/usr.bin/lastcomm/readrec.c index 03991e0282c..b99e7664540 100644 --- a/usr.bin/lastcomm/readrec.c +++ b/usr.bin/lastcomm/readrec.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index 148df2df946..5dcac0e56c2 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index bc2d524b7f9..f9e40be124a 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 558d8adf1f0..68b1853651b 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/charmap.c b/usr.bin/localedef/charmap.c index cfa05ef8152..bc302965de1 100644 --- a/usr.bin/localedef/charmap.c +++ b/usr.bin/localedef/charmap.c @@ -32,8 +32,6 @@ * CHARMAP file handling for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/localedef/collate.c b/usr.bin/localedef/collate.c index 0bed283b6aa..d76c2c2c08b 100644 --- a/usr.bin/localedef/collate.c +++ b/usr.bin/localedef/collate.c @@ -32,8 +32,6 @@ * LC_COLLATE database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/localedef/ctype.c b/usr.bin/localedef/ctype.c index 02e525c5aed..ab7b76e57b2 100644 --- a/usr.bin/localedef/ctype.c +++ b/usr.bin/localedef/ctype.c @@ -33,8 +33,6 @@ * LC_CTYPE database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/localedef/localedef.c b/usr.bin/localedef/localedef.c index 390ebf8784e..ae0bd052b40 100644 --- a/usr.bin/localedef/localedef.c +++ b/usr.bin/localedef/localedef.c @@ -32,8 +32,6 @@ * POSIX localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/messages.c b/usr.bin/localedef/messages.c index a25711c4a17..6b8eb9d684d 100644 --- a/usr.bin/localedef/messages.c +++ b/usr.bin/localedef/messages.c @@ -32,8 +32,6 @@ * LC_MESSAGES database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/monetary.c b/usr.bin/localedef/monetary.c index dd144d73b80..659c495a71f 100644 --- a/usr.bin/localedef/monetary.c +++ b/usr.bin/localedef/monetary.c @@ -32,8 +32,6 @@ * LC_MONETARY database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/numeric.c b/usr.bin/localedef/numeric.c index 2950420897c..358355fe96a 100644 --- a/usr.bin/localedef/numeric.c +++ b/usr.bin/localedef/numeric.c @@ -32,8 +32,6 @@ * LC_NUMERIC database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/scanner.c b/usr.bin/localedef/scanner.c index 2c0c2d0465e..c6d45a993f2 100644 --- a/usr.bin/localedef/scanner.c +++ b/usr.bin/localedef/scanner.c @@ -33,8 +33,6 @@ * for localedef for processing by the higher level grammar processor. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/time.c b/usr.bin/localedef/time.c index 8715abb42aa..2de922a8eb1 100644 --- a/usr.bin/localedef/time.c +++ b/usr.bin/localedef/time.c @@ -32,8 +32,6 @@ * LC_TIME database generation routines for localedef. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/localedef/wide.c b/usr.bin/localedef/wide.c index 808239620db..062e120e691 100644 --- a/usr.bin/localedef/wide.c +++ b/usr.bin/localedef/wide.c @@ -35,8 +35,6 @@ * this approach means that we need a method for each and every encoding. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 30b7e7ac9df..5932699244f 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Lock a terminal up until the given key is entered or the given * interval times out. diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 3f582d01431..c98c584bc6a 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 32fda60717d..18292010c7c 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 2ac0d9324c2..c9673815115 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - /* * login [ name ] * login -h hostname (for telnetd, etc.) diff --git a/usr.bin/login/login_audit.c b/usr.bin/login/login_audit.c index 91aa4336c65..59b182e19de 100644 --- a/usr.bin/login/login_audit.c +++ b/usr.bin/login/login_audit.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index f4f0516a5a3..0fb9289346c 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index 48f4abf302a..aef7eb7aba5 100644 --- a/usr.bin/logins/logins.c +++ b/usr.bin/logins/logins.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index c939e49eddf..6da78d38492 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -39,8 +39,6 @@ static const char copyright[] = static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index cded8d39840..459105ba0d7 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif #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 596a4ddf23d..4ec98328760 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index c55bac4bbc8..82218eb9ba1 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -36,9 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - /* * eval.c * Facility: m4 macro processor diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 8a64217b576..7910403d74f 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -15,8 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index f0903378616..ecd89b5c8b6 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -27,8 +27,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * functions needed to support gnu-m4 extensions, including a fake freezing */ diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index acda9599603..d7ad94b18bd 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -34,8 +34,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * look.c * Facility: m4 macro processor diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index f776ca8594e..d68069cb10a 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -41,8 +41,6 @@ * by: oz */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 52d122ff241..4533e106a37 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index cce4c79e79b..fe84c5ee405 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -26,8 +26,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 0689c1eb0cb..1f08ed3e37a 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #endif #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 2c0f8d55e29..7aaf1d4891f 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 2b4a20b96bb..089299ad785 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #endif #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 7937849a114..ae55c8314f9 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #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 e8249a10f86..ccb3b60bec2 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif #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 bc7f4beb29f..b4f3ec88eff 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index 338062817b1..77339080bc0 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 728c6aac4b2..ec76be9ff02 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 831c99c7157..9446b3b3ab7 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif #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 dfca9edeab8..b931d6e16a1 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 9f1305edba7..3507d0b5dc9 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 5ea48985cc2..ec64d04c20b 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index 9e08b0870c5..9ab6cf52e6a 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; #endif #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 b28539a90cf..29f7fb9f092 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index e9d93285c65..a6ac212b8f9 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include "rcv.h" #include #include "extern.h" diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 702dbd03121..002157ba55c 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; #endif #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 80431338737..52ef8a8627b 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; #endif #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 85aa06fc690..d1fdaadc89b 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif #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 ed5c5f54634..92cec3c6865 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Mail -- a mail program * diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c index 7187d1b520f..9300484814e 100644 --- a/usr.bin/mail/util.c +++ b/usr.bin/mail/util.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 25e31783a5f..4b473f6f2a9 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; #endif #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 afed46a72b7..439d8fb6214 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif #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 e9d2c7f1514..c9f44b41788 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * Just keep track of the date/sid of this version of Mail. * Load this file first to get a "total" Mail version. diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index f998e4cde7a..a4b4f649dbd 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/ministat/ministat.c b/usr.bin/ministat/ministat.c index aa6bc27f89a..32472a8acee 100644 --- a/usr.bin/ministat/ministat.c +++ b/usr.bin/ministat/ministat.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 91355c142fc..44a82876638 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/mkimg/apm.c b/usr.bin/mkimg/apm.c index e1a591a9924..259a7533c27 100644 --- a/usr.bin/mkimg/apm.c +++ b/usr.bin/mkimg/apm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/bsd.c b/usr.bin/mkimg/bsd.c index 035bbae910f..17933c01ac0 100644 --- a/usr.bin/mkimg/bsd.c +++ b/usr.bin/mkimg/bsd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/ebr.c b/usr.bin/mkimg/ebr.c index bee2e64bea1..4d6adbb3b8b 100644 --- a/usr.bin/mkimg/ebr.c +++ b/usr.bin/mkimg/ebr.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/format.c b/usr.bin/mkimg/format.c index bca61c17ce4..6730c22ca15 100644 --- a/usr.bin/mkimg/format.c +++ b/usr.bin/mkimg/format.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/gpt.c b/usr.bin/mkimg/gpt.c index a071fbfac27..59c51a6a177 100644 --- a/usr.bin/mkimg/gpt.c +++ b/usr.bin/mkimg/gpt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/image.c b/usr.bin/mkimg/image.c index b9e51ebe9f3..07aaf1a6c0e 100644 --- a/usr.bin/mkimg/image.c +++ b/usr.bin/mkimg/image.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/mbr.c b/usr.bin/mkimg/mbr.c index e52e9df7ca6..7bda01c72e6 100644 --- a/usr.bin/mkimg/mbr.c +++ b/usr.bin/mkimg/mbr.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/mkimg.c b/usr.bin/mkimg/mkimg.c index 71af45b5815..bcf500cd675 100644 --- a/usr.bin/mkimg/mkimg.c +++ b/usr.bin/mkimg/mkimg.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/qcow.c b/usr.bin/mkimg/qcow.c index de4a4816978..2dc3e549842 100644 --- a/usr.bin/mkimg/qcow.c +++ b/usr.bin/mkimg/qcow.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/raw.c b/usr.bin/mkimg/raw.c index f94a0050ca6..2de674b908a 100644 --- a/usr.bin/mkimg/raw.c +++ b/usr.bin/mkimg/raw.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/mkimg/scheme.c b/usr.bin/mkimg/scheme.c index 5afe3245a2b..85ed94013e8 100644 --- a/usr.bin/mkimg/scheme.c +++ b/usr.bin/mkimg/scheme.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/uuid.c b/usr.bin/mkimg/uuid.c index 215e8acb385..470d92c7629 100644 --- a/usr.bin/mkimg/uuid.c +++ b/usr.bin/mkimg/uuid.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/mkimg/vhd.c b/usr.bin/mkimg/vhd.c index 87187380454..1e1f1e7f3c3 100644 --- a/usr.bin/mkimg/vhd.c +++ b/usr.bin/mkimg/vhd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/vhdx.c b/usr.bin/mkimg/vhdx.c index 744d6e810ca..e280250bd96 100644 --- a/usr.bin/mkimg/vhdx.c +++ b/usr.bin/mkimg/vhdx.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkimg/vmdk.c b/usr.bin/mkimg/vmdk.c index eac84d8bae4..132eb801387 100644 --- a/usr.bin/mkimg/vmdk.c +++ b/usr.bin/mkimg/vmdk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 8d572d1d5b6..cefc564181c 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_blk.c b/usr.bin/mkuzip/mkuz_blk.c index cfc52737926..347532a972b 100644 --- a/usr.bin/mkuzip/mkuz_blk.c +++ b/usr.bin/mkuzip/mkuz_blk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/mkuzip/mkuz_blockcache.c b/usr.bin/mkuzip/mkuz_blockcache.c index a369eebf287..ffaad69dd7b 100644 --- a/usr.bin/mkuzip/mkuz_blockcache.c +++ b/usr.bin/mkuzip/mkuz_blockcache.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_conveyor.c b/usr.bin/mkuzip/mkuz_conveyor.c index 2cfae1c0775..b355be41990 100644 --- a/usr.bin/mkuzip/mkuz_conveyor.c +++ b/usr.bin/mkuzip/mkuz_conveyor.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_fqueue.c b/usr.bin/mkuzip/mkuz_fqueue.c index db47a05cb5a..ef823e19d0d 100644 --- a/usr.bin/mkuzip/mkuz_fqueue.c +++ b/usr.bin/mkuzip/mkuz_fqueue.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_insize.c b/usr.bin/mkuzip/mkuz_insize.c index f1c2d1eaca7..f0b2f39229e 100644 --- a/usr.bin/mkuzip/mkuz_insize.c +++ b/usr.bin/mkuzip/mkuz_insize.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_lzma.c b/usr.bin/mkuzip/mkuz_lzma.c index bab2820f7c3..1c2ccf6a504 100644 --- a/usr.bin/mkuzip/mkuz_lzma.c +++ b/usr.bin/mkuzip/mkuz_lzma.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_time.c b/usr.bin/mkuzip/mkuz_time.c index a2219578d7f..10ad7aead3b 100644 --- a/usr.bin/mkuzip/mkuz_time.c +++ b/usr.bin/mkuzip/mkuz_time.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_zlib.c b/usr.bin/mkuzip/mkuz_zlib.c index fa2519ffb60..7ec6fe37823 100644 --- a/usr.bin/mkuzip/mkuz_zlib.c +++ b/usr.bin/mkuzip/mkuz_zlib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuz_zstd.c b/usr.bin/mkuzip/mkuz_zstd.c index d7f3a704688..e188b42ee0d 100644 --- a/usr.bin/mkuzip/mkuz_zstd.c +++ b/usr.bin/mkuzip/mkuz_zstd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index c834432a834..05d974a7774 100644 --- a/usr.bin/mkuzip/mkuzip.c +++ b/usr.bin/mkuzip/mkuzip.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index f7a18e1682c..e4b3b09efc8 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - /* * msgs - a user bulletin board program * diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index cfada982eaf..035fbaabf1a 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -72,8 +72,6 @@ static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * mt -- * magnetic tape manipulation program diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 1018e221600..20d14b3a4bd 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index ca035946635..c9b28b5eb08 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/common.c b/usr.bin/netstat/common.c index 9dbbaeee25e..4b1a778737d 100644 --- a/usr.bin/netstat/common.c +++ b/usr.bin/netstat/common.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 8fe9e3a3c92..2ac36fde94f 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 691f9d9e912..19f7ba1490c 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -34,8 +34,6 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 2724590de7d..b88e84ecc56 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -37,8 +37,6 @@ static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94"; #endif #include -__FBSDID("$FreeBSD$"); - #ifdef INET6 #include #include diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index c15fb5a2b5a..8a2fe55bd56 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -91,8 +91,6 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index e8a808bb4f5..481284cb88a 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef JAIL diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 2391de8b2c9..657caa86566 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 73b51b57c89..a5da29e8900 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Print multicast routing structures and statistics. * diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index e992d11e7d3..5873c1ee85c 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -68,8 +68,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef INET6 #include #include diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index 68ebcf7eff0..95821efc39a 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/nhgrp.c b/usr.bin/netstat/nhgrp.c index 45175f30e56..99bc5ce7d59 100644 --- a/usr.bin/netstat/nhgrp.c +++ b/usr.bin/netstat/nhgrp.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 6e382f290a8..4ee26f5d25d 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -66,8 +66,6 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index c597f3632fa..9096d5f58da 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,8 +36,6 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/route_netlink.c b/usr.bin/netstat/route_netlink.c index 3b1880fb9d9..796f8d3eca6 100644 --- a/usr.bin/netstat/route_netlink.c +++ b/usr.bin/netstat/route_netlink.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index 5f67e915788..09aea6cbf46 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 685cbff2cd3..3852651d2ea 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Display protocol blocks in the unix domain. */ diff --git a/usr.bin/newgrp/newgrp.c b/usr.bin/newgrp/newgrp.c index bec6806661d..4a00cbbd45c 100644 --- a/usr.bin/newgrp/newgrp.c +++ b/usr.bin/newgrp/newgrp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 324cb5b604a..124695ac259 100644 --- a/usr.bin/newkey/generic.c +++ b/usr.bin/newkey/generic.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)generic.c 1.2 91/03/11 Copyr 1986 Sun Micro"; */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/newkey/newkey.c b/usr.bin/newkey/newkey.c index cc4a73f1808..6efe64993ec 100644 --- a/usr.bin/newkey/newkey.c +++ b/usr.bin/newkey/newkey.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)newkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; * Administrative tool to add a new user to the publickey database */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index b6d18c47c95..514476eabf8 100644 --- a/usr.bin/newkey/update.c +++ b/usr.bin/newkey/update.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; * Administrative tool to add a new user to the publickey database */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 7d29cac0593..3aee7cfaa68 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 358cca73fbf..cbabf5a7552 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 7896428eb1c..b2ca1b35210 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 9296b94118b..98d480b3c35 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 65124338873..821c5de0ee2 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c index f6ffc9a5587..2ef65adf56e 100644 --- a/usr.bin/perror/perror.c +++ b/usr.bin/perror/perror.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/pom/pom.c b/usr.bin/pom/pom.c index 8e7bf8d8f84..01370114f36 100644 --- a/usr.bin/pom/pom.c +++ b/usr.bin/pom/pom.c @@ -41,8 +41,6 @@ static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Phase of the Moon. Calculates the current phase of the moon. * Based on routines from `Practical Astronomy with Your Calculator', diff --git a/usr.bin/posixshmcontrol/posixshmcontrol.c b/usr.bin/posixshmcontrol/posixshmcontrol.c index 5bb8aa47350..8b9206c5680 100644 --- a/usr.bin/posixshmcontrol/posixshmcontrol.c +++ b/usr.bin/posixshmcontrol/posixshmcontrol.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 4c60204c10e..a193f64b614 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index cc6d290ca4c..295566677c1 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -50,8 +50,6 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/primes/spsp.c b/usr.bin/primes/spsp.c index 8afd5f12b50..a07dbab016c 100644 --- a/usr.bin/primes/spsp.c +++ b/usr.bin/primes/spsp.c @@ -24,8 +24,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 485e4da2f25..69e102d1f52 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/proccontrol/proccontrol.c b/usr.bin/proccontrol/proccontrol.c index d9237c4c6b3..5b48ef2916f 100644 --- a/usr.bin/proccontrol/proccontrol.c +++ b/usr.bin/proccontrol/proccontrol.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index a0d5b91072c..445ea213ba2 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_args.c b/usr.bin/procstat/procstat_args.c index a43915e0d90..c618bc37a7c 100644 --- a/usr.bin/procstat/procstat_args.c +++ b/usr.bin/procstat/procstat_args.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_auxv.c b/usr.bin/procstat/procstat_auxv.c index 0bc51f125a4..9c37c511d19 100644 --- a/usr.bin/procstat/procstat_auxv.c +++ b/usr.bin/procstat/procstat_auxv.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_basic.c b/usr.bin/procstat/procstat_basic.c index cc08c8674e6..082689b6bd8 100644 --- a/usr.bin/procstat/procstat_basic.c +++ b/usr.bin/procstat/procstat_basic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_bin.c b/usr.bin/procstat/procstat_bin.c index 223d16f6690..a0e272808f1 100644 --- a/usr.bin/procstat/procstat_bin.c +++ b/usr.bin/procstat/procstat_bin.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_cred.c b/usr.bin/procstat/procstat_cred.c index a98d622e4f6..f37a328e362 100644 --- a/usr.bin/procstat/procstat_cred.c +++ b/usr.bin/procstat/procstat_cred.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_cs.c b/usr.bin/procstat/procstat_cs.c index 9fcc92de143..89da29c598c 100644 --- a/usr.bin/procstat/procstat_cs.c +++ b/usr.bin/procstat/procstat_cs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index 87995c7602a..99a0580f50d 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_kstack.c b/usr.bin/procstat/procstat_kstack.c index aa27a65be01..c1b7e06a64f 100644 --- a/usr.bin/procstat/procstat_kstack.c +++ b/usr.bin/procstat/procstat_kstack.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_penv.c b/usr.bin/procstat/procstat_penv.c index d374aa7e0a7..188f761149e 100644 --- a/usr.bin/procstat/procstat_penv.c +++ b/usr.bin/procstat/procstat_penv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_ptlwpinfo.c b/usr.bin/procstat/procstat_ptlwpinfo.c index 5c251539712..b2b27a4746a 100644 --- a/usr.bin/procstat/procstat_ptlwpinfo.c +++ b/usr.bin/procstat/procstat_ptlwpinfo.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_pwdx.c b/usr.bin/procstat/procstat_pwdx.c index fc850031425..f364856b0b2 100644 --- a/usr.bin/procstat/procstat_pwdx.c +++ b/usr.bin/procstat/procstat_pwdx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_rlimit.c b/usr.bin/procstat/procstat_rlimit.c index 17e91a2b3a4..f2dcfcd4732 100644 --- a/usr.bin/procstat/procstat_rlimit.c +++ b/usr.bin/procstat/procstat_rlimit.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_rusage.c b/usr.bin/procstat/procstat_rusage.c index 3d8c76370c0..5ee01c3211f 100644 --- a/usr.bin/procstat/procstat_rusage.c +++ b/usr.bin/procstat/procstat_rusage.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_sigs.c b/usr.bin/procstat/procstat_sigs.c index 21104abf709..973d622f203 100644 --- a/usr.bin/procstat/procstat_sigs.c +++ b/usr.bin/procstat/procstat_sigs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_threads.c b/usr.bin/procstat/procstat_threads.c index b20085366ee..d0679a83044 100644 --- a/usr.bin/procstat/procstat_threads.c +++ b/usr.bin/procstat/procstat_threads.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/procstat/procstat_vm.c b/usr.bin/procstat/procstat_vm.c index cf1cc58380c..26a8fee57d1 100644 --- a/usr.bin/procstat/procstat_vm.c +++ b/usr.bin/procstat/procstat_vm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/protect/protect.c b/usr.bin/protect/protect.c index 1bf807d7919..12c5c53083b 100644 --- a/usr.bin/protect/protect.c +++ b/usr.bin/protect/protect.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 2b8411c0f3b..d09f8f31785 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -46,8 +46,6 @@ static const char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; * Disk quota reporting program. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/random/random.c b/usr.bin/random/random.c index 4325469608a..7e19e26b30c 100644 --- a/usr.bin/random/random.c +++ b/usr.bin/random/random.c @@ -42,8 +42,6 @@ static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/random/randomize_fd.c b/usr.bin/random/randomize_fd.c index a60bb0c15e6..5efd1974b54 100644 --- a/usr.bin/random/randomize_fd.c +++ b/usr.bin/random/randomize_fd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c index 1dbc945f195..e7b2ec24bcb 100644 --- a/usr.bin/rctl/rctl.c +++ b/usr.bin/rctl/rctl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 42e93cce240..25a9c513018 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)renice.c 8.1 (Berkeley) 6/9/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/resizewin/resizewin.c b/usr.bin/resizewin/resizewin.c index e53364cf125..c6fefd79624 100644 --- a/usr.bin/resizewin/resizewin.c +++ b/usr.bin/resizewin/resizewin.c @@ -28,7 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index ab357fc275e..c6ef785ed45 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/revoke/revoke.c b/usr.bin/revoke/revoke.c index 3996ca8df8c..a332a470edd 100644 --- a/usr.bin/revoke/revoke.c +++ b/usr.bin/revoke/revoke.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 713cba11d55..c5cfa473036 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsytsems, Inc. diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 6e245bf6ca4..257ca67e702 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_cout.c, XDR routine outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 6aa6ff7b466..fb116301056 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_hout.c, Header file outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 6576d6cfb91..91ad16683ce 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_main.c, Top level of the RPC protocol compiler. * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index 0081106f851..ac9409295e6 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_parse.c, Parser for the RPC protocol compiler * Copyright (C) 1987 Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_sample.c b/usr.bin/rpcgen/rpc_sample.c index 5d6c9a9a9b0..d0c8c21ecde 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -30,8 +30,6 @@ /* #pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" */ #include -__FBSDID("$FreeBSD$"); - /* * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 49466bd1884..4d6fba6a198 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_scan.c, Scanner for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 06951940ff4..e339b50b83f 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler * Copyright (C) 1987, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 618d1f998bb..0b17ff9541a 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler * Copyright (C) 1989, Sun Microsystems, Inc. diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 13b3a028bcd..03f5ba24683 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -35,8 +35,6 @@ static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_util.c, Utility routines for the RPC protocol compiler * Copyright (C) 1989, Sun Microsystems, Inc. diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index c528a145319..6945c1de481 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)rpcinfo.c 1.16 89/04/05 Copyr 1986 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcinfo: ping a particular rpc program * or dump the registered programs on the remote machine. diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 62a771b02d3..44941afd136 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -40,8 +40,6 @@ static const char sccsid[] = "@(#)ruptime.c 8.2 (Berkeley) 4/5/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 2ed658a1440..511579aa034 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -45,8 +45,6 @@ static const char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; #endif #include -__FBSDID("$FreeBSD$"); - /* * This program is not related to David Wall, whose Stanford Ph.D. thesis * is entitled "Mechanisms for Broadcast and Selective Broadcast". diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index adc697989a1..aef64911d80 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 72e639e413d..b3a1869fcb4 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -31,7 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1992, 1993\n\ diff --git a/usr.bin/sdiff/edit.c b/usr.bin/sdiff/edit.c index 993b515c49b..af49fd16a2a 100644 --- a/usr.bin/sdiff/edit.c +++ b/usr.bin/sdiff/edit.c @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/sdiff/sdiff.c b/usr.bin/sdiff/sdiff.c index 9cfecbc7937..b863d5875db 100644 --- a/usr.bin/sdiff/sdiff.c +++ b/usr.bin/sdiff/sdiff.c @@ -6,8 +6,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sdiotool/cam_sdio.c b/usr.bin/sdiotool/cam_sdio.c index 3d074eb391f..0cd8eeb0485 100644 --- a/usr.bin/sdiotool/cam_sdio.c +++ b/usr.bin/sdiotool/cam_sdio.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "cam_sdio.h" /* Use CMD52 to read or write a single byte */ diff --git a/usr.bin/sdiotool/cam_sdio.h b/usr.bin/sdiotool/cam_sdio.h index ea3ea48025f..10d668951bf 100644 --- a/usr.bin/sdiotool/cam_sdio.h +++ b/usr.bin/sdiotool/cam_sdio.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sdiotool/linux_compat.h b/usr.bin/sdiotool/linux_compat.h index dd35ab89a68..58611fe5224 100644 --- a/usr.bin/sdiotool/linux_compat.h +++ b/usr.bin/sdiotool/linux_compat.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _LINUX_COMPAT_H_ #define _LINUX_COMPAT_H_ diff --git a/usr.bin/sdiotool/linux_sdio_compat.c b/usr.bin/sdiotool/linux_sdio_compat.c index 93b6d40835c..7d89bff01dc 100644 --- a/usr.bin/sdiotool/linux_sdio_compat.c +++ b/usr.bin/sdiotool/linux_sdio_compat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sdiotool/linux_sdio_compat.h b/usr.bin/sdiotool/linux_sdio_compat.h index 1422cc0ab60..2b56a74d624 100644 --- a/usr.bin/sdiotool/linux_sdio_compat.h +++ b/usr.bin/sdiotool/linux_sdio_compat.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _LINUX_SDIO_COMPAT_H_ #define _LINUX_SDIO_COMPAT_H_ diff --git a/usr.bin/sdiotool/sdiotool.c b/usr.bin/sdiotool/sdiotool.c index 80aad26266d..448fe830f7d 100644 --- a/usr.bin/sdiotool/sdiotool.c +++ b/usr.bin/sdiotool/sdiotool.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index a7cb3cbd6a7..9c2eba95330 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; #endif diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 4139b69da2f..efa28b5e723 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993\n\ diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 7068f705d70..9d677475aeb 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 261c6239c27..3d88096ffb7 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; #endif diff --git a/usr.bin/seq/seq.c b/usr.bin/seq/seq.c index d3d074985d8..2a35ef51690 100644 --- a/usr.bin/seq/seq.c +++ b/usr.bin/seq/seq.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index b50fd5f11e1..378fbbf0fef 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 72406f62a4f..8d012a20254 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c index d84c5558ba6..fc1b50cb78a 100644 --- a/usr.bin/sort/bwstring.c +++ b/usr.bin/sort/bwstring.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sort/coll.c b/usr.bin/sort/coll.c index 410137e3615..a8bdc4c3e8a 100644 --- a/usr.bin/sort/coll.c +++ b/usr.bin/sort/coll.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/sort/file.c b/usr.bin/sort/file.c index 4fd3c153816..339c9b8de27 100644 --- a/usr.bin/sort/file.c +++ b/usr.bin/sort/file.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sort/mem.c b/usr.bin/sort/mem.c index 8f0a44569fe..ce5ad3b901f 100644 --- a/usr.bin/sort/mem.c +++ b/usr.bin/sort/mem.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sort/radixsort.c b/usr.bin/sort/radixsort.c index 7add9c498f5..5ee998500d3 100644 --- a/usr.bin/sort/radixsort.c +++ b/usr.bin/sort/radixsort.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index 09c21635c9c..6e4023c4306 100644 --- a/usr.bin/sort/sort.c +++ b/usr.bin/sort/sort.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/sort/vsort.c b/usr.bin/sort/vsort.c index 6cc22e4adbd..6b04feff8f6 100644 --- a/usr.bin/sort/vsort.c +++ b/usr.bin/sort/vsort.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index cee3980ea29..b5a457ab6ec 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993, 1994\n\ diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index 40e0b23950a..720069db319 100644 --- a/usr.bin/stat/stat.c +++ b/usr.bin/stat/stat.c @@ -36,9 +36,6 @@ __RCSID("$NetBSD: stat.c,v 1.33 2011/01/15 22:54:10 njoly Exp $" "$OpenBSD: stat.c,v 1.14 2009/06/24 09:44:25 sobrado Exp $"); #endif #endif - -__FBSDID("$FreeBSD$"); - #if HAVE_CONFIG_H #include "config.h" #else /* HAVE_CONFIG_H */ diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 65c5640b0ba..3d97ab8deb3 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -72,8 +72,6 @@ static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 0bec6aceaaa..00a077720df 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Pigs display from Bill Reeves at Lucasfilm */ diff --git a/usr.bin/systat/sctp.c b/usr.bin/systat/sctp.c index b2170d965e7..928472dbfdc 100644 --- a/usr.bin/systat/sctp.c +++ b/usr.bin/systat/sctp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/systat/sysput.c b/usr.bin/systat/sysput.c index 491c4223e2d..78d68115876 100644 --- a/usr.bin/systat/sysput.c +++ b/usr.bin/systat/sysput.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 76f4c77d009..935a138be8e 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -39,8 +39,6 @@ static const char rcsid[] = #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/systat/zarc.c b/usr.bin/systat/zarc.c index abc5336a6cf..f2971094cdb 100644 --- a/usr.bin/systat/zarc.c +++ b/usr.bin/systat/zarc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index e01d7fcc6e0..7aa50472c34 100644 --- a/usr.bin/tabs/tabs.c +++ b/usr.bin/tabs/tabs.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 3373f072c22..12231530e67 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 9cc18fbb0d5..15ca7e03eb7 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* Many bug fixes are from Jim Guyton */ /* diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index d5f36e77d85..9d727fe8bc2 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* Many bug fixes are from Jim Guyton */ /* diff --git a/usr.bin/tip/libacu/biz22.c b/usr.bin/tip/libacu/biz22.c index 7e0a2acd846..099697a309e 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)biz22.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index dc8f26af13c..83094659808 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)biz31.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index a0a9b5c0eff..e8413e340ec 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)courier.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index cef96080b1b..7148ca12897 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)df.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index 385ba8b61be..28ae987f77b 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)dn11.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index 12e8401bfd6..b82f8466539 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)hayes.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index 861d8d04e00..a8507e7c7ff 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)t3000.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index 3fe6c21b9b1..3a8db034c61 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)v3451.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index 60666383700..a635654f8b0 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)v831.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index df086625e9a..18af5396405 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)ventel.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 1177e67bea2..2b0c5219566 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 49f1b4a4a60..502d42225d6 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)acutab.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 6676ae34ac9..734455ca282 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index d8c1231fffa..49ba3dade12 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index 6c888d1d6e6..639d99125ff 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 2f6711d0b14..c32c0f181cf 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index aeb324ad7ef..953b0185c4d 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index f2d6c313313..02080a7c772 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)partab.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 1fe03beb9c2..cef14a4f885 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993\n\ diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 9425e42d5c0..faed6ddd6ce 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index 8018229c02a..2fd200acd82 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)tipout.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index da1601590da..3833630cbce 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 9cf1052d3ea..76effba26f9 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index a412264295c..34f6ef820d5 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint #if 0 static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tr/cmap.c b/usr.bin/tr/cmap.c index cd67aa91a79..3789a91ced8 100644 --- a/usr.bin/tr/cmap.c +++ b/usr.bin/tr/cmap.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/tr/cset.c b/usr.bin/tr/cset.c index f6e110999a5..3fc20a97791 100644 --- a/usr.bin/tr/cset.c +++ b/usr.bin/tr/cset.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 942f9800807..21706668174 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The main module for truss. Surprisingly simple, but, then, the other * files handle the bulk of the work. And, of course, the kernel has to diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index db5361a88e8..52f02b6f870 100644 --- a/usr.bin/truss/setup.c +++ b/usr.bin/truss/setup.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Various setup functions for truss. Not the cleanest-written code, * I'm afraid. diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index 1d3232b1512..f9763d10c1b 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This file has routines used to print out system calls and their * arguments. diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 53c66e44c76..70556351191 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -43,8 +43,6 @@ static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 4f9549eb67c..945e62cc6f3 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/users/users.cc b/usr.bin/users/users.cc index 44b1f591e05..f25b9206120 100644 --- a/usr.bin/users/users.cc +++ b/usr.bin/users/users.cc @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index d007d4f6098..a03c28f19d0 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/vtfontcvt/vtfontcvt.c b/usr.bin/vtfontcvt/vtfontcvt.c index eafe7209796..d68516dda36 100644 --- a/usr.bin/vtfontcvt/vtfontcvt.c +++ b/usr.bin/vtfontcvt/vtfontcvt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 0ea22ec98f6..1cbe5cfabb5 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 6ba827612e3..246edcaec7a 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 046800c42df..8de56b9cf65 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -33,9 +33,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index f6acab0c249..c7331296913 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 5dccb3c4a48..13b9c7d13ae 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 399373c5bc5..b5f484dcdf2 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index 4a2ecd5aa9a..1d4eaac7772 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -9,8 +9,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index cd6b7da1a18..51f42ba2c84 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -46,8 +46,6 @@ static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 6c269bbb5d9..d19bacbe8c1 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index c2aee21e7d9..20d9b8bc468 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index 8d75c4ba101..1146475d5f1 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/accton/accton.c b/usr.sbin/accton/accton.c index 91b77592838..367307311b9 100644 --- a/usr.sbin/accton/accton.c +++ b/usr.sbin/accton/accton.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)accton.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index 05652da3f1c..01e75eb1f8b 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 8b82d73aab0..02b2bb1ac4f 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -44,8 +44,6 @@ static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * arp - display, set, and delete arp table entries */ diff --git a/usr.sbin/autofs/automount.c b/usr.sbin/autofs/automount.c index 540b64b3a37..188bbc3a040 100644 --- a/usr.sbin/autofs/automount.c +++ b/usr.sbin/autofs/automount.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/automountd.c b/usr.sbin/autofs/automountd.c index 905a4634368..50136044b50 100644 --- a/usr.sbin/autofs/automountd.c +++ b/usr.sbin/autofs/automountd.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/autounmountd.c b/usr.sbin/autofs/autounmountd.c index 0bc74ac67bd..04705faaaf9 100644 --- a/usr.sbin/autofs/autounmountd.c +++ b/usr.sbin/autofs/autounmountd.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/common.c b/usr.sbin/autofs/common.c index 96d7b910caf..b6e435603dc 100644 --- a/usr.sbin/autofs/common.c +++ b/usr.sbin/autofs/common.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/defined.c b/usr.sbin/autofs/defined.c index 9b84dc8c373..01bc8218ac5 100644 --- a/usr.sbin/autofs/defined.c +++ b/usr.sbin/autofs/defined.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/log.c b/usr.sbin/autofs/log.c index 8d9319d4529..02a889bffbe 100644 --- a/usr.sbin/autofs/log.c +++ b/usr.sbin/autofs/log.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/autofs/popen.c b/usr.sbin/autofs/popen.c index f1be8ec9a4c..2d3790ff2b0 100644 --- a/usr.sbin/autofs/popen.c +++ b/usr.sbin/autofs/popen.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/acpi.c b/usr.sbin/bhyve/acpi.c index 36cfbe39d4c..4a3233291b7 100644 --- a/usr.sbin/bhyve/acpi.c +++ b/usr.sbin/bhyve/acpi.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/atkbdc.c b/usr.sbin/bhyve/atkbdc.c index 96a952a84e0..c5dea0d220c 100644 --- a/usr.sbin/bhyve/atkbdc.c +++ b/usr.sbin/bhyve/atkbdc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/audio.c b/usr.sbin/bhyve/audio.c index deb2913bd78..fc9ded37044 100644 --- a/usr.sbin/bhyve/audio.c +++ b/usr.sbin/bhyve/audio.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef WITHOUT_CAPSICUM #include #include diff --git a/usr.sbin/bhyve/bhyvegc.c b/usr.sbin/bhyve/bhyvegc.c index 82981bb9207..1527343412b 100644 --- a/usr.sbin/bhyve/bhyvegc.c +++ b/usr.sbin/bhyve/bhyvegc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c index 057f6650e01..384c469f9ce 100644 --- a/usr.sbin/bhyve/bhyverun.c +++ b/usr.sbin/bhyve/bhyverun.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/block_if.c b/usr.sbin/bhyve/block_if.c index 3660974e14c..93ddf6d8e0c 100644 --- a/usr.sbin/bhyve/block_if.c +++ b/usr.sbin/bhyve/block_if.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/bootrom.c b/usr.sbin/bhyve/bootrom.c index 63d8d13a918..cf527b98af8 100644 --- a/usr.sbin/bhyve/bootrom.c +++ b/usr.sbin/bhyve/bootrom.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/config.c b/usr.sbin/bhyve/config.c index c844d30f2f7..cc9311624e5 100644 --- a/usr.sbin/bhyve/config.c +++ b/usr.sbin/bhyve/config.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/console.c b/usr.sbin/bhyve/console.c index fe1d691b767..176ae2e2a29 100644 --- a/usr.sbin/bhyve/console.c +++ b/usr.sbin/bhyve/console.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bhyvegc.h" diff --git a/usr.sbin/bhyve/fwctl.c b/usr.sbin/bhyve/fwctl.c index daf5ae423e2..01b16c38f3a 100644 --- a/usr.sbin/bhyve/fwctl.c +++ b/usr.sbin/bhyve/fwctl.c @@ -31,8 +31,6 @@ * but with a request/response messaging protocol. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/gdb.c b/usr.sbin/bhyve/gdb.c index aff87cf7296..dcd733c484c 100644 --- a/usr.sbin/bhyve/gdb.c +++ b/usr.sbin/bhyve/gdb.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/hda_codec.c b/usr.sbin/bhyve/hda_codec.c index b23171bf94f..1866149c020 100644 --- a/usr.sbin/bhyve/hda_codec.c +++ b/usr.sbin/bhyve/hda_codec.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/inout.c b/usr.sbin/bhyve/inout.c index f5cfdc59816..898dc9aa1ea 100644 --- a/usr.sbin/bhyve/inout.c +++ b/usr.sbin/bhyve/inout.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/ioapic.c b/usr.sbin/bhyve/ioapic.c index 2907b521f1e..89bb891fdaf 100644 --- a/usr.sbin/bhyve/ioapic.c +++ b/usr.sbin/bhyve/ioapic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/iov.c b/usr.sbin/bhyve/iov.c index bc24f370e6a..d01c7a5601f 100644 --- a/usr.sbin/bhyve/iov.c +++ b/usr.sbin/bhyve/iov.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/kernemu_dev.c b/usr.sbin/bhyve/kernemu_dev.c index d66c5b7d2b7..54ca55307c6 100644 --- a/usr.sbin/bhyve/kernemu_dev.c +++ b/usr.sbin/bhyve/kernemu_dev.c @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/mem.c b/usr.sbin/bhyve/mem.c index 483235bc822..b4cb93a1cea 100644 --- a/usr.sbin/bhyve/mem.c +++ b/usr.sbin/bhyve/mem.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/mevent.c b/usr.sbin/bhyve/mevent.c index 723efcd657e..ce272ce87f3 100644 --- a/usr.sbin/bhyve/mevent.c +++ b/usr.sbin/bhyve/mevent.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/mptbl.c b/usr.sbin/bhyve/mptbl.c index 2e7b28e89ec..e2653ddcf37 100644 --- a/usr.sbin/bhyve/mptbl.c +++ b/usr.sbin/bhyve/mptbl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/net_backends.c b/usr.sbin/bhyve/net_backends.c index dc7b9d0b260..fa7cd9c81f4 100644 --- a/usr.sbin/bhyve/net_backends.c +++ b/usr.sbin/bhyve/net_backends.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* u_short etc */ #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/net_utils.c b/usr.sbin/bhyve/net_utils.c index 1cee3f90ae8..9230895b49f 100644 --- a/usr.sbin/bhyve/net_utils.c +++ b/usr.sbin/bhyve/net_utils.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_ahci.c b/usr.sbin/bhyve/pci_ahci.c index 9cab0ff7e76..5ffb6526960 100644 --- a/usr.sbin/bhyve/pci_ahci.c +++ b/usr.sbin/bhyve/pci_ahci.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_e82545.c b/usr.sbin/bhyve/pci_e82545.c index 0d0acd216ca..7ab8f13f74f 100644 --- a/usr.sbin/bhyve/pci_e82545.c +++ b/usr.sbin/bhyve/pci_e82545.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/pci_emul.c b/usr.sbin/bhyve/pci_emul.c index a15f3ebc4b7..3c34d0e2247 100644 --- a/usr.sbin/bhyve/pci_emul.c +++ b/usr.sbin/bhyve/pci_emul.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_fbuf.c b/usr.sbin/bhyve/pci_fbuf.c index b8004c5ba9b..3d63707affa 100644 --- a/usr.sbin/bhyve/pci_fbuf.c +++ b/usr.sbin/bhyve/pci_fbuf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_hda.c b/usr.sbin/bhyve/pci_hda.c index 1d9a8c1652d..6f0c1b6cfba 100644 --- a/usr.sbin/bhyve/pci_hda.c +++ b/usr.sbin/bhyve/pci_hda.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_hostbridge.c b/usr.sbin/bhyve/pci_hostbridge.c index b7d231299aa..df75da4283a 100644 --- a/usr.sbin/bhyve/pci_hostbridge.c +++ b/usr.sbin/bhyve/pci_hostbridge.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_irq.c b/usr.sbin/bhyve/pci_irq.c index dbc4e1df1bc..12c2d94925a 100644 --- a/usr.sbin/bhyve/pci_irq.c +++ b/usr.sbin/bhyve/pci_irq.c @@ -29,8 +29,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_lpc.c b/usr.sbin/bhyve/pci_lpc.c index 2b1a8bc4006..ebda61aaea6 100644 --- a/usr.sbin/bhyve/pci_lpc.c +++ b/usr.sbin/bhyve/pci_lpc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_nvme.c b/usr.sbin/bhyve/pci_nvme.c index 67153b4cd00..5bdf4c454a2 100644 --- a/usr.sbin/bhyve/pci_nvme.c +++ b/usr.sbin/bhyve/pci_nvme.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_passthru.c b/usr.sbin/bhyve/pci_passthru.c index fbcf52ceff2..fa23358c07a 100644 --- a/usr.sbin/bhyve/pci_passthru.c +++ b/usr.sbin/bhyve/pci_passthru.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/pci_uart.c b/usr.sbin/bhyve/pci_uart.c index af5dcd5070b..362238bf316 100644 --- a/usr.sbin/bhyve/pci_uart.c +++ b/usr.sbin/bhyve/pci_uart.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/pci_virtio_9p.c b/usr.sbin/bhyve/pci_virtio_9p.c index 405692bec37..77ea2f4bed7 100644 --- a/usr.sbin/bhyve/pci_virtio_9p.c +++ b/usr.sbin/bhyve/pci_virtio_9p.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_virtio_block.c b/usr.sbin/bhyve/pci_virtio_block.c index 8c7e26b6d12..680c53c0c97 100644 --- a/usr.sbin/bhyve/pci_virtio_block.c +++ b/usr.sbin/bhyve/pci_virtio_block.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_virtio_console.c b/usr.sbin/bhyve/pci_virtio_console.c index 51e4ca84b2b..a0bb8591811 100644 --- a/usr.sbin/bhyve/pci_virtio_console.c +++ b/usr.sbin/bhyve/pci_virtio_console.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/pci_virtio_input.c b/usr.sbin/bhyve/pci_virtio_input.c index 6556c229208..389e6d2e931 100644 --- a/usr.sbin/bhyve/pci_virtio_input.c +++ b/usr.sbin/bhyve/pci_virtio_input.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/pci_virtio_net.c b/usr.sbin/bhyve/pci_virtio_net.c index 350dbeb2211..1bf45aadfd4 100644 --- a/usr.sbin/bhyve/pci_virtio_net.c +++ b/usr.sbin/bhyve/pci_virtio_net.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_virtio_rnd.c b/usr.sbin/bhyve/pci_virtio_rnd.c index a3d31b31114..779a664a636 100644 --- a/usr.sbin/bhyve/pci_virtio_rnd.c +++ b/usr.sbin/bhyve/pci_virtio_rnd.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/pci_virtio_scsi.c b/usr.sbin/bhyve/pci_virtio_scsi.c index fa6cb3a4878..08b52a55d38 100644 --- a/usr.sbin/bhyve/pci_virtio_scsi.c +++ b/usr.sbin/bhyve/pci_virtio_scsi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pci_xhci.c b/usr.sbin/bhyve/pci_xhci.c index b963d0fdc3b..2d37cb0f08f 100644 --- a/usr.sbin/bhyve/pci_xhci.c +++ b/usr.sbin/bhyve/pci_xhci.c @@ -33,8 +33,6 @@ tablet USB tablet mouse */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pctestdev.c b/usr.sbin/bhyve/pctestdev.c index 6c5a9dc5952..b6fc3c336a9 100644 --- a/usr.sbin/bhyve/pctestdev.c +++ b/usr.sbin/bhyve/pctestdev.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/pm.c b/usr.sbin/bhyve/pm.c index 54fc9fa7059..e54854dee85 100644 --- a/usr.sbin/bhyve/pm.c +++ b/usr.sbin/bhyve/pm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/post.c b/usr.sbin/bhyve/post.c index e4583771b45..53ca34f418b 100644 --- a/usr.sbin/bhyve/post.c +++ b/usr.sbin/bhyve/post.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/ps2kbd.c b/usr.sbin/bhyve/ps2kbd.c index ac6a6e6b5ec..6fe36dbc4a5 100644 --- a/usr.sbin/bhyve/ps2kbd.c +++ b/usr.sbin/bhyve/ps2kbd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/ps2mouse.c b/usr.sbin/bhyve/ps2mouse.c index 211e7f22136..f0b4b7cabd9 100644 --- a/usr.sbin/bhyve/ps2mouse.c +++ b/usr.sbin/bhyve/ps2mouse.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/rfb.c b/usr.sbin/bhyve/rfb.c index eb733391186..db2924fee45 100644 --- a/usr.sbin/bhyve/rfb.c +++ b/usr.sbin/bhyve/rfb.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/rtc.c b/usr.sbin/bhyve/rtc.c index 09093a4359c..ef1bdcaf7a2 100644 --- a/usr.sbin/bhyve/rtc.c +++ b/usr.sbin/bhyve/rtc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/smbiostbl.c b/usr.sbin/bhyve/smbiostbl.c index 046870078a8..0bc15087ac6 100644 --- a/usr.sbin/bhyve/smbiostbl.c +++ b/usr.sbin/bhyve/smbiostbl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/snapshot.c b/usr.sbin/bhyve/snapshot.c index 655f8299bf0..ec56bd0fed9 100644 --- a/usr.sbin/bhyve/snapshot.c +++ b/usr.sbin/bhyve/snapshot.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef WITHOUT_CAPSICUM #include diff --git a/usr.sbin/bhyve/sockstream.c b/usr.sbin/bhyve/sockstream.c index 27f614a1b2b..5b877fa11d4 100644 --- a/usr.sbin/bhyve/sockstream.c +++ b/usr.sbin/bhyve/sockstream.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/spinup_ap.c b/usr.sbin/bhyve/spinup_ap.c index 31db31fa5c5..f874efcd374 100644 --- a/usr.sbin/bhyve/spinup_ap.c +++ b/usr.sbin/bhyve/spinup_ap.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/task_switch.c b/usr.sbin/bhyve/task_switch.c index f6bf7210f46..351df7fb738 100644 --- a/usr.sbin/bhyve/task_switch.c +++ b/usr.sbin/bhyve/task_switch.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/uart_emul.c b/usr.sbin/bhyve/uart_emul.c index b4a6d1e4e22..645abf6dc24 100644 --- a/usr.sbin/bhyve/uart_emul.c +++ b/usr.sbin/bhyve/uart_emul.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifndef WITHOUT_CAPSICUM diff --git a/usr.sbin/bhyve/usb_emul.c b/usr.sbin/bhyve/usb_emul.c index fb3ef7031ee..dba11ef0922 100644 --- a/usr.sbin/bhyve/usb_emul.c +++ b/usr.sbin/bhyve/usb_emul.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/usb_mouse.c b/usr.sbin/bhyve/usb_mouse.c index 79a3a1c296d..80f79980a98 100644 --- a/usr.sbin/bhyve/usb_mouse.c +++ b/usr.sbin/bhyve/usb_mouse.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/vga.c b/usr.sbin/bhyve/vga.c index 67c473f6b72..9e78ed93424 100644 --- a/usr.sbin/bhyve/vga.c +++ b/usr.sbin/bhyve/vga.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/virtio.c b/usr.sbin/bhyve/virtio.c index d9ceb6bbbf2..0aeafa011bb 100644 --- a/usr.sbin/bhyve/virtio.c +++ b/usr.sbin/bhyve/virtio.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyve/vmgenc.c b/usr.sbin/bhyve/vmgenc.c index 05618c5cba8..4da5bb90e2f 100644 --- a/usr.sbin/bhyve/vmgenc.c +++ b/usr.sbin/bhyve/vmgenc.c @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyve/xmsr.c b/usr.sbin/bhyve/xmsr.c index a32957a66d3..99e758e84ff 100644 --- a/usr.sbin/bhyve/xmsr.c +++ b/usr.sbin/bhyve/xmsr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bhyvectl/bhyvectl.c b/usr.sbin/bhyvectl/bhyvectl.c index 2f69cd6636c..843e7a7b9dd 100644 --- a/usr.sbin/bhyvectl/bhyvectl.c +++ b/usr.sbin/bhyvectl/bhyvectl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bhyveload/bhyveload.c b/usr.sbin/bhyveload/bhyveload.c index da6e6acb177..6b2633cac28 100644 --- a/usr.sbin/bhyveload/bhyveload.c +++ b/usr.sbin/bhyveload/bhyveload.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/binmiscctl/binmiscctl.c b/usr.sbin/binmiscctl/binmiscctl.c index 2ec2cc3f64d..c2c54115580 100644 --- a/usr.sbin/binmiscctl/binmiscctl.c +++ b/usr.sbin/binmiscctl/binmiscctl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 1b742dd6ef9..8c00329f53d 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 5bbd5b4bece..5100c64b5d3 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.c +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c @@ -8,8 +8,6 @@ use and modify. Please send modifications and/or suggestions + bug fixes to */ #include -__FBSDID("$FreeBSD$"); - #ifdef YP #include #include diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index 578bb2605be..e0aa85f4b40 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -8,8 +8,6 @@ use and modify. Please send modifications and/or suggestions + bug fixes to */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 0a0980bd4aa..f9939d83cab 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -8,8 +8,6 @@ use and modify. Please send modifications and/or suggestions + bug fixes to */ #include -__FBSDID("$FreeBSD$"); - #include "bootparam_prot.h" #include #include diff --git a/usr.sbin/bsdinstall/distextract/distextract.c b/usr.sbin/bsdinstall/distextract/distextract.c index b5ce93f4cc4..0cb89ffabcb 100644 --- a/usr.sbin/bsdinstall/distextract/distextract.c +++ b/usr.sbin/bsdinstall/distextract/distextract.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bsdinstall/distfetch/distfetch.c b/usr.sbin/bsdinstall/distfetch/distfetch.c index 37bd78925ef..01f5f1aa214 100644 --- a/usr.sbin/bsdinstall/distfetch/distfetch.c +++ b/usr.sbin/bsdinstall/distfetch/distfetch.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c b/usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c index a7099eca7d8..74ddd48cd31 100644 --- a/usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c +++ b/usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c b/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c index 9da1dcc95cd..d3e1dcf051c 100644 --- a/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c +++ b/usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c index 1be2ca0f59a..4f15aa8eedc 100644 --- a/usr.sbin/camdd/camdd.c +++ b/usr.sbin/camdd/camdd.c @@ -38,8 +38,6 @@ * - An example of how to use the asynchronous pass(4) driver interface. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index 94337196157..c63ec3ee49f 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/chkgrp/chkgrp.c b/usr.sbin/chkgrp/chkgrp.c index 06e78d44055..650448d9e40 100644 --- a/usr.sbin/chkgrp/chkgrp.c +++ b/usr.sbin/chkgrp/chkgrp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index a3fe5d35132..caf801287ca 100644 --- a/usr.sbin/chown/chown.c +++ b/usr.sbin/chown/chown.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)chown.c 8.8 (Berkeley) 4/4/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index 59bf8f0791a..9fc918e38ea 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/clear_locks/clear_locks.c b/usr.sbin/clear_locks/clear_locks.c index 9479a607e37..f2abfeb2d81 100644 --- a/usr.sbin/clear_locks/clear_locks.c +++ b/usr.sbin/clear_locks/clear_locks.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cpucontrol/amd.c b/usr.sbin/cpucontrol/amd.c index 6dedba5a525..21a3389ced2 100644 --- a/usr.sbin/cpucontrol/amd.c +++ b/usr.sbin/cpucontrol/amd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cpucontrol/amd10h.c b/usr.sbin/cpucontrol/amd10h.c index 5d3c4a1ac00..b0c458fabb5 100644 --- a/usr.sbin/cpucontrol/amd10h.c +++ b/usr.sbin/cpucontrol/amd10h.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cpucontrol/cpucontrol.c b/usr.sbin/cpucontrol/cpucontrol.c index 467b901a5ca..9cc3968de01 100644 --- a/usr.sbin/cpucontrol/cpucontrol.c +++ b/usr.sbin/cpucontrol/cpucontrol.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cpucontrol/intel.c b/usr.sbin/cpucontrol/intel.c index 215c034462e..d775d66d33a 100644 --- a/usr.sbin/cpucontrol/intel.c +++ b/usr.sbin/cpucontrol/intel.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cpucontrol/via.c b/usr.sbin/cpucontrol/via.c index 0a233b8b50b..432399c69e3 100644 --- a/usr.sbin/cpucontrol/via.c +++ b/usr.sbin/cpucontrol/via.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/crunch/crunchgen/crunched_main.c b/usr.sbin/crunch/crunchgen/crunched_main.c index 45f61baae23..493c2de188b 100644 --- a/usr.sbin/crunch/crunchgen/crunched_main.c +++ b/usr.sbin/crunch/crunchgen/crunched_main.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/crunch/crunchgen/crunchgen.c b/usr.sbin/crunch/crunchgen/crunchgen.c index 63ce727496b..dfde38ed0b7 100644 --- a/usr.sbin/crunch/crunchgen/crunchgen.c +++ b/usr.sbin/crunch/crunchgen/crunchgen.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/crunch/crunchide/crunchide.c b/usr.sbin/crunch/crunchide/crunchide.c index 94778e8c9d3..eec9f19847a 100644 --- a/usr.sbin/crunch/crunchide/crunchide.c +++ b/usr.sbin/crunch/crunchide/crunchide.c @@ -61,8 +61,6 @@ #ifndef lint __RCSID("$NetBSD: crunchide.c,v 1.8 1997/11/01 06:51:45 lukem Exp $"); #endif -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/crunch/crunchide/exec_elf32.c b/usr.sbin/crunch/crunchide/exec_elf32.c index b9af82e1e5e..c67129f34a8 100644 --- a/usr.sbin/crunch/crunchide/exec_elf32.c +++ b/usr.sbin/crunch/crunchide/exec_elf32.c @@ -36,8 +36,6 @@ __RCSID("$NetBSD: exec_elf32.c,v 1.6 1999/09/20 04:12:16 christos Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); - #ifndef ELFSIZE #define ELFSIZE 32 #endif diff --git a/usr.sbin/crunch/crunchide/exec_elf64.c b/usr.sbin/crunch/crunchide/exec_elf64.c index c447116ccf5..30bd16fd65d 100644 --- a/usr.sbin/crunch/crunchide/exec_elf64.c +++ b/usr.sbin/crunch/crunchide/exec_elf64.c @@ -36,8 +36,6 @@ #ifndef lint __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $"); #endif -__FBSDID("$FreeBSD$"); - #define ELFSIZE 64 #include "exec_elf32.c" diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c index 2b51a2222bc..62dd8715567 100644 --- a/usr.sbin/ctladm/ctladm.c +++ b/usr.sbin/ctladm/ctladm.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ctladm/util.c b/usr.sbin/ctladm/util.c index 60293e49947..23723c2a228 100644 --- a/usr.sbin/ctladm/util.c +++ b/usr.sbin/ctladm/util.c @@ -46,8 +46,6 @@ * from: scsi.c,v 1.17 1998/01/12 07:57:57 charnier Exp $"; */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c index da8047104bc..2a69308ff06 100644 --- a/usr.sbin/ctld/ctld.c +++ b/usr.sbin/ctld/ctld.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ctld/discovery.c b/usr.sbin/ctld/discovery.c index 50b0a2d0eee..f548b41d5cb 100644 --- a/usr.sbin/ctld/discovery.c +++ b/usr.sbin/ctld/discovery.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ctld/isns.c b/usr.sbin/ctld/isns.c index 63b8425e9b9..3c85c1a3cad 100644 --- a/usr.sbin/ctld/isns.c +++ b/usr.sbin/ctld/isns.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ctld/kernel.c b/usr.sbin/ctld/kernel.c index 2202a780b31..cbb8e2c25f5 100644 --- a/usr.sbin/ctld/kernel.c +++ b/usr.sbin/ctld/kernel.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ctld/login.c b/usr.sbin/ctld/login.c index 40a647b68cd..afd3210a828 100644 --- a/usr.sbin/ctld/login.c +++ b/usr.sbin/ctld/login.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cxgbetool/cxgbetool.c b/usr.sbin/cxgbetool/cxgbetool.c index 149eacb5492..c02bc7fdc05 100644 --- a/usr.sbin/cxgbetool/cxgbetool.c +++ b/usr.sbin/cxgbetool/cxgbetool.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/cxgbetool/reg_defs_t4.c b/usr.sbin/cxgbetool/reg_defs_t4.c index 5207073b249..dac485778be 100644 --- a/usr.sbin/cxgbetool/reg_defs_t4.c +++ b/usr.sbin/cxgbetool/reg_defs_t4.c @@ -1,8 +1,6 @@ /* This file is automatically generated --- changes will be lost */ /* Generation Date : Tue Dec 8 09:33:01 IST 2015 */ /* Directory name: t4_reg.txt, Changeset: */ -__FBSDID("$FreeBSD$"); - struct reg_info t4_sge_regs[] = { { "SGE_PF_KDOORBELL", 0x1e000, 0 }, { "QID", 15, 17 }, diff --git a/usr.sbin/cxgbetool/reg_defs_t4vf.c b/usr.sbin/cxgbetool/reg_defs_t4vf.c index 34909036d42..5ea7d4f276d 100644 --- a/usr.sbin/cxgbetool/reg_defs_t4vf.c +++ b/usr.sbin/cxgbetool/reg_defs_t4vf.c @@ -3,8 +3,6 @@ * Virtual Function register map definitions in t4vf_defs.h in the common * code. */ -__FBSDID("$FreeBSD$"); - struct reg_info t4vf_sge_regs[] = { { "SGE_KDOORBELL", 0x000, 0 }, { "QID", 15, 17 }, diff --git a/usr.sbin/cxgbetool/reg_defs_t5.c b/usr.sbin/cxgbetool/reg_defs_t5.c index f5f64da7ebd..3c31a66e236 100644 --- a/usr.sbin/cxgbetool/reg_defs_t5.c +++ b/usr.sbin/cxgbetool/reg_defs_t5.c @@ -1,8 +1,6 @@ /* This file is automatically generated --- changes will be lost */ /* Generation Date : Tue Jan 28 03:02:12 IST 2020 */ /* Directory name: t5_reg.txt, Changeset: 6941:9063655afd44 */ -__FBSDID("$FreeBSD$"); - struct reg_info t5_sge_regs[] = { { "SGE_PF_KDOORBELL", 0x1e000, 0 }, { "QID", 15, 17 }, diff --git a/usr.sbin/cxgbetool/reg_defs_t6.c b/usr.sbin/cxgbetool/reg_defs_t6.c index 23a3d6d44a5..ffa2c9c5768 100644 --- a/usr.sbin/cxgbetool/reg_defs_t6.c +++ b/usr.sbin/cxgbetool/reg_defs_t6.c @@ -1,8 +1,6 @@ /* This file is automatically generated --- changes will be lost */ /* Generation Date : Tue Jan 28 03:02:08 IST 2020 */ /* Directory name: t6_reg.txt, Changeset: 4272:a648ba4d5c0c */ -__FBSDID("$FreeBSD$"); - struct reg_info t6_sge_regs[] = { { "SGE_PF_KDOORBELL", 0x1e000, 0 }, { "QID", 15, 17 }, diff --git a/usr.sbin/cxgbetool/tcb_common.c b/usr.sbin/cxgbetool/tcb_common.c index e37233d4ad3..53422c99458 100644 --- a/usr.sbin/cxgbetool/tcb_common.c +++ b/usr.sbin/cxgbetool/tcb_common.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "tcb_common.h" /***:----------------------------------------------------------------------- diff --git a/usr.sbin/cxgbetool/tcbinfot4.c b/usr.sbin/cxgbetool/tcbinfot4.c index e6f3aa6a3d2..ed7ea18dcf8 100644 --- a/usr.sbin/cxgbetool/tcbinfot4.c +++ b/usr.sbin/cxgbetool/tcbinfot4.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/cxgbetool/tcbinfot5.c b/usr.sbin/cxgbetool/tcbinfot5.c index 8b684fd3187..de20bc1e2cf 100644 --- a/usr.sbin/cxgbetool/tcbinfot5.c +++ b/usr.sbin/cxgbetool/tcbinfot5.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/cxgbetool/tcbinfot6.c b/usr.sbin/cxgbetool/tcbinfot6.c index 5f8316c0d89..ab44205c404 100644 --- a/usr.sbin/cxgbetool/tcbinfot6.c +++ b/usr.sbin/cxgbetool/tcbinfot6.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/cxgbetool/tcbshowt4.c b/usr.sbin/cxgbetool/tcbshowt4.c index 6beb72671b0..819b68c37e1 100644 --- a/usr.sbin/cxgbetool/tcbshowt4.c +++ b/usr.sbin/cxgbetool/tcbshowt4.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/cxgbetool/tcbshowt5.c b/usr.sbin/cxgbetool/tcbshowt5.c index cbdbb35c623..698345ce0d6 100644 --- a/usr.sbin/cxgbetool/tcbshowt5.c +++ b/usr.sbin/cxgbetool/tcbshowt5.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/cxgbetool/tcbshowt6.c b/usr.sbin/cxgbetool/tcbshowt6.c index 9d54512daf3..18a5c6f3944 100644 --- a/usr.sbin/cxgbetool/tcbshowt6.c +++ b/usr.sbin/cxgbetool/tcbshowt6.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Auto-generated file. Avoid direct editing. */ /* Edits will be lost when file regenerated. */ #include diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c index 92e640271d1..dfbb609ce10 100644 --- a/usr.sbin/daemon/daemon.c +++ b/usr.sbin/daemon/daemon.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/devctl/devctl.c b/usr.sbin/devctl/devctl.c index 1417b087b53..66bfb7dc6ed 100644 --- a/usr.sbin/devctl/devctl.c +++ b/usr.sbin/devctl/devctl.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c index ce35357162e..060f272dda7 100644 --- a/usr.sbin/devinfo/devinfo.c +++ b/usr.sbin/devinfo/devinfo.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/dumpcis/main.c b/usr.sbin/dumpcis/main.c index 3099a09805d..50d87bcfeb4 100644 --- a/usr.sbin/dumpcis/main.c +++ b/usr.sbin/dumpcis/main.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/dumpcis/printcis.c b/usr.sbin/dumpcis/printcis.c index c6ec2beb378..641fd19944d 100644 --- a/usr.sbin/dumpcis/printcis.c +++ b/usr.sbin/dumpcis/printcis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Code cleanup, bug-fix and extension * by Tatsumi Hosokawa diff --git a/usr.sbin/dumpcis/readcis.c b/usr.sbin/dumpcis/readcis.c index ce072d017cf..9afdb6f2ba2 100644 --- a/usr.sbin/dumpcis/readcis.c +++ b/usr.sbin/dumpcis/readcis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Code cleanup, bug-fix and extension * by Tatsumi Hosokawa diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 036b3f699ea..464694a5090 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)edquota.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Disk quota editor. */ diff --git a/usr.sbin/efibootmgr/efibootmgr.c b/usr.sbin/efibootmgr/efibootmgr.c index 625abd3bb8b..b0d023e3539 100644 --- a/usr.sbin/efibootmgr/efibootmgr.c +++ b/usr.sbin/efibootmgr/efibootmgr.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/efidp/efidp.c b/usr.sbin/efidp/efidp.c index 1f071c95bdd..513aa259e99 100644 --- a/usr.sbin/efidp/efidp.c +++ b/usr.sbin/efidp/efidp.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/efitable/efitable.c b/usr.sbin/efitable/efitable.c index 329c784611a..a5b37e64c13 100644 --- a/usr.sbin/efitable/efitable.c +++ b/usr.sbin/efitable/efitable.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/efivar/efiutil.c b/usr.sbin/efivar/efiutil.c index 838e5633406..fc2a309a81e 100644 --- a/usr.sbin/efivar/efiutil.c +++ b/usr.sbin/efivar/efiutil.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/efivar/efivar.c b/usr.sbin/efivar/efivar.c index 5bdf0c11a48..a87c73abef3 100644 --- a/usr.sbin/efivar/efivar.c +++ b/usr.sbin/efivar/efivar.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fdcontrol/fdcontrol.c b/usr.sbin/fdcontrol/fdcontrol.c index d0ea0c705ae..ebe9a90c847 100644 --- a/usr.sbin/fdcontrol/fdcontrol.c +++ b/usr.sbin/fdcontrol/fdcontrol.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/fstyp/apfs.c b/usr.sbin/fstyp/apfs.c index 7f8543a5a10..aeb459a1c3a 100644 --- a/usr.sbin/fstyp/apfs.c +++ b/usr.sbin/fstyp/apfs.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/befs.c b/usr.sbin/fstyp/befs.c index fd412c8fe49..6c204f7eb38 100644 --- a/usr.sbin/fstyp/befs.c +++ b/usr.sbin/fstyp/befs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/cd9660.c b/usr.sbin/fstyp/cd9660.c index 658af338d4d..e981a5978dd 100644 --- a/usr.sbin/fstyp/cd9660.c +++ b/usr.sbin/fstyp/cd9660.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/exfat.c b/usr.sbin/fstyp/exfat.c index 80cef5cbf82..83138fc26b9 100644 --- a/usr.sbin/fstyp/exfat.c +++ b/usr.sbin/fstyp/exfat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/fstyp/ext2fs.c b/usr.sbin/fstyp/ext2fs.c index 79a4e3ad417..d7110f6896c 100644 --- a/usr.sbin/fstyp/ext2fs.c +++ b/usr.sbin/fstyp/ext2fs.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/fstyp.c b/usr.sbin/fstyp/fstyp.c index 91c36d9d919..d62f9af7ce1 100644 --- a/usr.sbin/fstyp/fstyp.c +++ b/usr.sbin/fstyp/fstyp.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/geli.c b/usr.sbin/fstyp/geli.c index 59e8653bf19..17d1faf8407 100644 --- a/usr.sbin/fstyp/geli.c +++ b/usr.sbin/fstyp/geli.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/hammer.c b/usr.sbin/fstyp/hammer.c index 777f5d31237..45aee42fb53 100644 --- a/usr.sbin/fstyp/hammer.c +++ b/usr.sbin/fstyp/hammer.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/hammer2.c b/usr.sbin/fstyp/hammer2.c index dfd026649fd..e0c036c7442 100644 --- a/usr.sbin/fstyp/hammer2.c +++ b/usr.sbin/fstyp/hammer2.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/hfsplus.c b/usr.sbin/fstyp/hfsplus.c index 3a94faf7766..bdeaaa3b397 100644 --- a/usr.sbin/fstyp/hfsplus.c +++ b/usr.sbin/fstyp/hfsplus.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/msdosfs.c b/usr.sbin/fstyp/msdosfs.c index 473180d9c64..cd0a67243a1 100644 --- a/usr.sbin/fstyp/msdosfs.c +++ b/usr.sbin/fstyp/msdosfs.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/ntfs.c b/usr.sbin/fstyp/ntfs.c index c286d950dc2..a3457c285ed 100644 --- a/usr.sbin/fstyp/ntfs.c +++ b/usr.sbin/fstyp/ntfs.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef WITH_ICONV #include diff --git a/usr.sbin/fstyp/ufs.c b/usr.sbin/fstyp/ufs.c index 69ce90d600f..c62358704df 100644 --- a/usr.sbin/fstyp/ufs.c +++ b/usr.sbin/fstyp/ufs.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fstyp/zfs.c b/usr.sbin/fstyp/zfs.c index 2678a0444d1..62a5aca6a49 100644 --- a/usr.sbin/fstyp/zfs.c +++ b/usr.sbin/fstyp/zfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index 4554ab9a8fb..94478259606 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -36,7 +36,6 @@ #if defined(__FreeBSD__) #include -__FBSDID("$FreeBSD$"); #endif #include diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c index 2b351d2ad56..86cbabb24f5 100644 --- a/usr.sbin/gpioctl/gpioctl.c +++ b/usr.sbin/gpioctl/gpioctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/gssd/gssd.c b/usr.sbin/gssd/gssd.c index 2bc839b7a2e..59e0fc057f8 100644 --- a/usr.sbin/gssd/gssd.c +++ b/usr.sbin/gssd/gssd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/i2c/i2c.c b/usr.sbin/i2c/i2c.c index f9c79c01594..12155f1a066 100644 --- a/usr.sbin/i2c/i2c.c +++ b/usr.sbin/i2c/i2c.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ifmcstat/ifmcstat.c b/usr.sbin/ifmcstat/ifmcstat.c index 81befd3d6af..7e82ec0d72e 100644 --- a/usr.sbin/ifmcstat/ifmcstat.c +++ b/usr.sbin/ifmcstat/ifmcstat.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ifmcstat/printb.c b/usr.sbin/ifmcstat/printb.c index 9481a0dc1bf..6054be88a2b 100644 --- a/usr.sbin/ifmcstat/printb.c +++ b/usr.sbin/ifmcstat/printb.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index b9e0f9899d3..aed304ae99c 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 848714bd395..70082158842 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1983, 1991, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"); diff --git a/usr.sbin/iovctl/iovctl.c b/usr.sbin/iovctl/iovctl.c index 0350c732f67..413fb7b2f4a 100644 --- a/usr.sbin/iovctl/iovctl.c +++ b/usr.sbin/iovctl/iovctl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/iovctl/parse.c b/usr.sbin/iovctl/parse.c index 227e51ae28a..d04c008b449 100644 --- a/usr.sbin/iovctl/parse.c +++ b/usr.sbin/iovctl/parse.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/iovctl/validate.c b/usr.sbin/iovctl/validate.c index 6658a8c0c28..005a371fe35 100644 --- a/usr.sbin/iovctl/validate.c +++ b/usr.sbin/iovctl/validate.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/iscsid/discovery.c b/usr.sbin/iscsid/discovery.c index 590490542b6..f6072db3680 100644 --- a/usr.sbin/iscsid/discovery.c +++ b/usr.sbin/iscsid/discovery.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/iscsid/iscsid.c b/usr.sbin/iscsid/iscsid.c index ada9b98084f..53ea278af01 100644 --- a/usr.sbin/iscsid/iscsid.c +++ b/usr.sbin/iscsid/iscsid.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/iscsid/login.c b/usr.sbin/iscsid/login.c index dc69f00fbaa..1c53c5733fd 100644 --- a/usr.sbin/iscsid/login.c +++ b/usr.sbin/iscsid/login.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/command.c b/usr.sbin/jail/command.c index eee06b3f74a..9eabcc5ff53 100644 --- a/usr.sbin/jail/command.c +++ b/usr.sbin/jail/command.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/config.c b/usr.sbin/jail/config.c index 35f40c12304..8c9ff0a7bd0 100644 --- a/usr.sbin/jail/config.c +++ b/usr.sbin/jail/config.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index b8cccbbd625..9e443c9f3f1 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/jaillex.l b/usr.sbin/jail/jaillex.l index 540b43ab3c5..1dc61c1e9ab 100644 --- a/usr.sbin/jail/jaillex.l +++ b/usr.sbin/jail/jaillex.l @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/jailparse.y b/usr.sbin/jail/jailparse.y index e4f2310c7fb..047ca882e59 100644 --- a/usr.sbin/jail/jailparse.y +++ b/usr.sbin/jail/jailparse.y @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/jail/state.c b/usr.sbin/jail/state.c index 5b0c6284206..6cbe879acc5 100644 --- a/usr.sbin/jail/state.c +++ b/usr.sbin/jail/state.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c index 9d0bebe4855..c1cf074cd60 100644 --- a/usr.sbin/jls/jls.c +++ b/usr.sbin/jls/jls.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index d7a0ff5ecfd..522aab54c46 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/kbdmap/kbdmap.c b/usr.sbin/kbdmap/kbdmap.c index 4d8bc8a7438..78bb9e2741c 100644 --- a/usr.sbin/kbdmap/kbdmap.c +++ b/usr.sbin/kbdmap/kbdmap.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/kldxref/ef_riscv.c b/usr.sbin/kldxref/ef_riscv.c index b94b37b3a92..aeb45d2b7eb 100644 --- a/usr.sbin/kldxref/ef_riscv.c +++ b/usr.sbin/kldxref/ef_riscv.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.c b/usr.sbin/lpr/chkprintcap/chkprintcap.c index fab2239adbd..5e9179b03f2 100644 --- a/usr.sbin/lpr/chkprintcap/chkprintcap.c +++ b/usr.sbin/lpr/chkprintcap/chkprintcap.c @@ -31,8 +31,6 @@ static const char copyright[] = "Copyright (C) 1997, Massachusetts Institute of Technology\r\n"; #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/chkprintcap/skimprintcap.c b/usr.sbin/lpr/chkprintcap/skimprintcap.c index a6bfbbb11c8..f6e74bc6df0 100644 --- a/usr.sbin/lpr/chkprintcap/skimprintcap.c +++ b/usr.sbin/lpr/chkprintcap/skimprintcap.c @@ -34,8 +34,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index 21735fe4dfc..51d4c7a1cd0 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c index 3d529b2c2a1..5f5351b613c 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.c +++ b/usr.sbin/lpr/common_source/ctlinfo.c @@ -34,8 +34,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * ctlinfo - This collection of routines will know everything there is to * know about the information inside a control file ('cf*') which is used diff --git a/usr.sbin/lpr/common_source/displayq.c b/usr.sbin/lpr/common_source/displayq.c index f21852cdc5b..22fc41ca6d3 100644 --- a/usr.sbin/lpr/common_source/displayq.c +++ b/usr.sbin/lpr/common_source/displayq.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)displayq.c 8.4 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/common_source/matchjobs.c b/usr.sbin/lpr/common_source/matchjobs.c index 5dd860becef..47309cf2570 100644 --- a/usr.sbin/lpr/common_source/matchjobs.c +++ b/usr.sbin/lpr/common_source/matchjobs.c @@ -35,8 +35,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * movejobs.c - The lpc commands which move jobs around. */ diff --git a/usr.sbin/lpr/common_source/net.c b/usr.sbin/lpr/common_source/net.c index 3954b2286dc..93fe1f23243 100644 --- a/usr.sbin/lpr/common_source/net.c +++ b/usr.sbin/lpr/common_source/net.c @@ -41,8 +41,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index 96b3e9dfdba..070c08d0426 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)printcap.c 8.2 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/common_source/request.c b/usr.sbin/lpr/common_source/request.c index 0c68fe92674..e0a41a1161e 100644 --- a/usr.sbin/lpr/common_source/request.c +++ b/usr.sbin/lpr/common_source/request.c @@ -31,8 +31,6 @@ static const char copyright[] = "Copyright (C) 1997, Massachusetts Institute of Technology\r\n"; #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/common_source/rmjob.c b/usr.sbin/lpr/common_source/rmjob.c index f3502000ee0..3b4d37f01c4 100644 --- a/usr.sbin/lpr/common_source/rmjob.c +++ b/usr.sbin/lpr/common_source/rmjob.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c index 112846ebc0c..d1c08806a42 100644 --- a/usr.sbin/lpr/common_source/startdaemon.c +++ b/usr.sbin/lpr/common_source/startdaemon.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)startdaemon.c 8.2 (Berkeley) 4/17/94"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c index 4e6de53d963..595ea375a26 100644 --- a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c +++ b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c @@ -28,8 +28,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * KOI8-R -> CP855 conversion filter (Russian character sets) */ diff --git a/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c b/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c index dc6e38a0651..25cf23e3a51 100644 --- a/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c +++ b/usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c @@ -27,8 +27,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * KOI8-R -> CP866 conversion filter (Russian character sets) */ diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index 2f2f88f0208..a7c8c3748ce 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)lpf.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * filter which reads the output of nroff and converts lines * with ^H's to overwritten lines. Thus this works like 'ul' diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index ad147a18a8c..5243e69154f 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * lpc -- line printer control program -- commands: */ diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c index 8e8b2b63499..e4d9a5e6787 100644 --- a/usr.sbin/lpr/lpc/cmdtab.c +++ b/usr.sbin/lpr/lpc/cmdtab.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include "lpc.h" #include "extern.h" diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c index 3155a7cc771..a79e09bf974 100644 --- a/usr.sbin/lpr/lpc/lpc.c +++ b/usr.sbin/lpr/lpc/lpc.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)lpc.c 8.3 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/lpr/lpc/movejobs.c b/usr.sbin/lpr/lpc/movejobs.c index 1f5420c0311..35fdcaec3b0 100644 --- a/usr.sbin/lpr/lpc/movejobs.c +++ b/usr.sbin/lpr/lpc/movejobs.c @@ -35,8 +35,6 @@ */ #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * movejobs.c - The lpc commands which move jobs around. */ diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 56821d11426..19456c9406d 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * lpd -- line printer daemon. * diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c index acdb3a4f741..b86d9d34ad4 100644 --- a/usr.sbin/lpr/lpd/lpdchar.c +++ b/usr.sbin/lpr/lpd/lpdchar.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * Character set for line printer daemon */ diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index 653a2cefce7..03c794a4def 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c index ff16f8f298c..79bc36aef13 100644 --- a/usr.sbin/lpr/lpd/printjob.c +++ b/usr.sbin/lpr/lpd/printjob.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)printjob.c 8.7 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * printjob -- print jobs in the queue. * diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c index a6e93019481..a6495940b34 100644 --- a/usr.sbin/lpr/lpd/recvjob.c +++ b/usr.sbin/lpr/lpd/recvjob.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * Receive printer jobs from the network, queue them and * start the printer daemon. diff --git a/usr.sbin/lpr/lpq/lpq.c b/usr.sbin/lpr/lpq/lpq.c index 7a492950253..51a81fc8396 100644 --- a/usr.sbin/lpr/lpq/lpq.c +++ b/usr.sbin/lpr/lpq/lpq.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)lpq.c 8.3 (Berkeley) 5/10/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * Spool Queue examination program * diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index 4f69259303a..f539844851d 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -52,8 +52,6 @@ static char sccsid[] = "@(#)lpr.c 8.4 (Berkeley) 4/28/95"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * lpr -- off line print * diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c index 17aac1adc79..23916fb533d 100644 --- a/usr.sbin/lpr/lprm/lprm.c +++ b/usr.sbin/lpr/lprm/lprm.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)lprm.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * lprm - remove the current user's spool entry * diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index f064e333362..32d0c6ba419 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c index 7713096da64..85c9327f433 100644 --- a/usr.sbin/lpr/pac/pac.c +++ b/usr.sbin/lpr/pac/pac.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93"; #endif #include "lp.cdefs.h" /* A cross-platform version of */ -__FBSDID("$FreeBSD$"); - /* * Do Printer accounting summary. * Currently, usage is diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index 834f62456b5..9381722a6d0 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/mailwrapper/mailwrapper.c b/usr.sbin/mailwrapper/mailwrapper.c index ef9c3b4d55c..af732674a52 100644 --- a/usr.sbin/mailwrapper/mailwrapper.c +++ b/usr.sbin/mailwrapper/mailwrapper.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/cd9660.c b/usr.sbin/makefs/cd9660.c index 7d308802556..cc56421a873 100644 --- a/usr.sbin/makefs/cd9660.c +++ b/usr.sbin/makefs/cd9660.c @@ -98,8 +98,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/cd9660/cd9660_archimedes.c b/usr.sbin/makefs/cd9660/cd9660_archimedes.c index cf53e0123d2..93560da40d5 100644 --- a/usr.sbin/makefs/cd9660/cd9660_archimedes.c +++ b/usr.sbin/makefs/cd9660/cd9660_archimedes.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/cd9660/cd9660_conversion.c b/usr.sbin/makefs/cd9660/cd9660_conversion.c index e21becbab44..4ccc87e2266 100644 --- a/usr.sbin/makefs/cd9660/cd9660_conversion.c +++ b/usr.sbin/makefs/cd9660/cd9660_conversion.c @@ -36,8 +36,6 @@ #include "cd9660.h" #include -__FBSDID("$FreeBSD$"); - static char cd9660_compute_gm_offset(time_t); #if 0 diff --git a/usr.sbin/makefs/cd9660/cd9660_debug.c b/usr.sbin/makefs/cd9660/cd9660_debug.c index 9fe85d4e5aa..da9d73203cb 100644 --- a/usr.sbin/makefs/cd9660/cd9660_debug.c +++ b/usr.sbin/makefs/cd9660/cd9660_debug.c @@ -35,7 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.sbin/makefs/cd9660/cd9660_eltorito.c b/usr.sbin/makefs/cd9660/cd9660_eltorito.c index e84ea53507b..dd5bf67b2b0 100644 --- a/usr.sbin/makefs/cd9660/cd9660_eltorito.c +++ b/usr.sbin/makefs/cd9660/cd9660_eltorito.c @@ -39,8 +39,6 @@ #include #include -__FBSDID("$FreeBSD$"); - /* * Partition Status Information from Apple Tech Note 1189 */ diff --git a/usr.sbin/makefs/cd9660/cd9660_strings.c b/usr.sbin/makefs/cd9660/cd9660_strings.c index 6c60ea92fac..c1890e23d8c 100644 --- a/usr.sbin/makefs/cd9660/cd9660_strings.c +++ b/usr.sbin/makefs/cd9660/cd9660_strings.c @@ -37,7 +37,6 @@ #include #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/usr.sbin/makefs/cd9660/cd9660_write.c b/usr.sbin/makefs/cd9660/cd9660_write.c index 7e3910ceb83..828af11669c 100644 --- a/usr.sbin/makefs/cd9660/cd9660_write.c +++ b/usr.sbin/makefs/cd9660/cd9660_write.c @@ -38,8 +38,6 @@ #include "iso9660_rrip.h" #include -__FBSDID("$FreeBSD$"); - #include static int cd9660_write_volume_descriptors(iso9660_disk *, FILE *); diff --git a/usr.sbin/makefs/cd9660/iso9660_rrip.c b/usr.sbin/makefs/cd9660/iso9660_rrip.c index 3b5ee2c51c4..a4ce5c09b24 100644 --- a/usr.sbin/makefs/cd9660/iso9660_rrip.c +++ b/usr.sbin/makefs/cd9660/iso9660_rrip.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c index 17682dea2a4..597379cc1a4 100644 --- a/usr.sbin/makefs/ffs.c +++ b/usr.sbin/makefs/ffs.c @@ -68,8 +68,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif diff --git a/usr.sbin/makefs/ffs/buf.c b/usr.sbin/makefs/ffs/buf.c index 3d03e9866b3..db73ceb6be5 100644 --- a/usr.sbin/makefs/ffs/buf.c +++ b/usr.sbin/makefs/ffs/buf.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/ffs/ffs_alloc.c b/usr.sbin/makefs/ffs/ffs_alloc.c index 4dee635fba9..06302457696 100644 --- a/usr.sbin/makefs/ffs/ffs_alloc.c +++ b/usr.sbin/makefs/ffs/ffs_alloc.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/ffs/ffs_balloc.c b/usr.sbin/makefs/ffs/ffs_balloc.c index 275ec4c0447..db3b7285643 100644 --- a/usr.sbin/makefs/ffs/ffs_balloc.c +++ b/usr.sbin/makefs/ffs/ffs_balloc.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/ffs/ffs_bswap.c b/usr.sbin/makefs/ffs/ffs_bswap.c index 1f28a3cccd9..ebbd1744180 100644 --- a/usr.sbin/makefs/ffs/ffs_bswap.c +++ b/usr.sbin/makefs/ffs/ffs_bswap.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if defined(_KERNEL) #include diff --git a/usr.sbin/makefs/ffs/ffs_subr.c b/usr.sbin/makefs/ffs/ffs_subr.c index 53e5b97ada4..63dd9d9f280 100644 --- a/usr.sbin/makefs/ffs/ffs_subr.c +++ b/usr.sbin/makefs/ffs/ffs_subr.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/ffs/mkfs.c b/usr.sbin/makefs/ffs/mkfs.c index 4e88dae7aae..b579565b6a0 100644 --- a/usr.sbin/makefs/ffs/mkfs.c +++ b/usr.sbin/makefs/ffs/mkfs.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/ffs/ufs_bmap.c b/usr.sbin/makefs/ffs/ufs_bmap.c index 196693587da..e095f1ab7a0 100644 --- a/usr.sbin/makefs/ffs/ufs_bmap.c +++ b/usr.sbin/makefs/ffs/ufs_bmap.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c index e775b72fd4b..8c8e03b9d59 100644 --- a/usr.sbin/makefs/makefs.c +++ b/usr.sbin/makefs/makefs.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/msdos.c b/usr.sbin/makefs/msdos.c index ec38c1d207d..75aad694920 100644 --- a/usr.sbin/makefs/msdos.c +++ b/usr.sbin/makefs/msdos.c @@ -34,7 +34,6 @@ #include #if defined(__RCSID) && !defined(__lint) -__FBSDID("$FreeBSD$"); #endif /* !__lint */ #include diff --git a/usr.sbin/makefs/msdos/msdosfs_conv.c b/usr.sbin/makefs/msdos/msdosfs_conv.c index b53656d3b43..4dcb1170bbb 100644 --- a/usr.sbin/makefs/msdos/msdosfs_conv.c +++ b/usr.sbin/makefs/msdos/msdosfs_conv.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/msdos/msdosfs_denode.c b/usr.sbin/makefs/msdos/msdosfs_denode.c index ff706ad9956..a9c37ebf8f6 100644 --- a/usr.sbin/makefs/msdos/msdosfs_denode.c +++ b/usr.sbin/makefs/msdos/msdosfs_denode.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/msdos/msdosfs_vfsops.c b/usr.sbin/makefs/msdos/msdosfs_vfsops.c index d543adc2bbc..8b5eac4a4b6 100644 --- a/usr.sbin/makefs/msdos/msdosfs_vfsops.c +++ b/usr.sbin/makefs/msdos/msdosfs_vfsops.c @@ -49,8 +49,6 @@ #include /* $NetBSD: msdosfs_vfsops.c,v 1.10 2016/01/30 09:59:27 mlelstv Exp $ */ -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/makefs/msdos/msdosfs_vnops.c b/usr.sbin/makefs/msdos/msdosfs_vnops.c index 5bc9b495c58..13a6ade47d6 100644 --- a/usr.sbin/makefs/msdos/msdosfs_vnops.c +++ b/usr.sbin/makefs/msdos/msdosfs_vnops.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/mtree.c b/usr.sbin/makefs/mtree.c index d1d300261a1..45588e20254 100644 --- a/usr.sbin/makefs/mtree.c +++ b/usr.sbin/makefs/mtree.c @@ -30,8 +30,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/makefs/walk.c b/usr.sbin/makefs/walk.c index 79b68d1d3e1..56e2d19c6f0 100644 --- a/usr.sbin/makefs/walk.c +++ b/usr.sbin/makefs/walk.c @@ -39,8 +39,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/mld6query/mld6.c b/usr.sbin/mld6query/mld6.c index e722f91eb99..d0830e7233d 100644 --- a/usr.sbin/mld6query/mld6.c +++ b/usr.sbin/mld6query/mld6.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/mlx5tool/mlx5tool.c b/usr.sbin/mlx5tool/mlx5tool.c index 4d2cbe51cff..cc13d008fcd 100644 --- a/usr.sbin/mlx5tool/mlx5tool.c +++ b/usr.sbin/mlx5tool/mlx5tool.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 22dfcc3c1ab..436481bad14 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -45,8 +45,6 @@ static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index a6d7a9c2f29..dcfd72099cb 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -47,8 +47,6 @@ **/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/mtest/mtest.c b/usr.sbin/mtest/mtest.c index 0b315b778b7..d0ed511c21f 100644 --- a/usr.sbin/mtest/mtest.c +++ b/usr.sbin/mtest/mtest.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 5cd0f8b7a5d..c867237d212 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define OSF #include diff --git a/usr.sbin/newsyslog/ptimes.c b/usr.sbin/newsyslog/ptimes.c index d54ca1d4005..792ad3e1727 100644 --- a/usr.sbin/newsyslog/ptimes.c +++ b/usr.sbin/newsyslog/ptimes.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nfscbd/nfscbd.c b/usr.sbin/nfscbd/nfscbd.c index 3731575b482..9d8efaecee5 100644 --- a/usr.sbin/nfscbd/nfscbd.c +++ b/usr.sbin/nfscbd/nfscbd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nfsdumpstate/nfsdumpstate.c b/usr.sbin/nfsdumpstate/nfsdumpstate.c index 16f6efab303..831a1efa46b 100644 --- a/usr.sbin/nfsdumpstate/nfsdumpstate.c +++ b/usr.sbin/nfsdumpstate/nfsdumpstate.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nfsrevoke/nfsrevoke.c b/usr.sbin/nfsrevoke/nfsrevoke.c index e9750afac72..0f7ef0f7713 100644 --- a/usr.sbin/nfsrevoke/nfsrevoke.c +++ b/usr.sbin/nfsrevoke/nfsrevoke.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nfsuserd/nfsuserd.c b/usr.sbin/nfsuserd/nfsuserd.c index 0f632a6efcc..08e8c3c5e6a 100644 --- a/usr.sbin/nfsuserd/nfsuserd.c +++ b/usr.sbin/nfsuserd/nfsuserd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ngctl/main.c b/usr.sbin/ngctl/main.c index 4b1cdabdb8e..b9e88681d59 100644 --- a/usr.sbin/ngctl/main.c +++ b/usr.sbin/ngctl/main.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c index 38f0db70492..2cc73340838 100644 --- a/usr.sbin/ngctl/msg.c +++ b/usr.sbin/ngctl/msg.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index 700ca5e1a59..cee8bf481df 100644 --- a/usr.sbin/nghook/main.c +++ b/usr.sbin/nghook/main.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nologin/nologin.c b/usr.sbin/nologin/nologin.c index 658637ef2ae..9535ed64390 100644 --- a/usr.sbin/nologin/nologin.c +++ b/usr.sbin/nologin/nologin.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/agent.c b/usr.sbin/nscd/agent.c index 55b1565a119..f44cc1071bd 100644 --- a/usr.sbin/nscd/agent.c +++ b/usr.sbin/nscd/agent.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/agents/group.c b/usr.sbin/nscd/agents/group.c index 92be7ed0ae4..b91b77fe5df 100644 --- a/usr.sbin/nscd/agents/group.c +++ b/usr.sbin/nscd/agents/group.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/agents/passwd.c b/usr.sbin/nscd/agents/passwd.c index 247444f5c4b..79b69e87db0 100644 --- a/usr.sbin/nscd/agents/passwd.c +++ b/usr.sbin/nscd/agents/passwd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/agents/services.c b/usr.sbin/nscd/agents/services.c index 7b02e50cebd..c234af2950d 100644 --- a/usr.sbin/nscd/agents/services.c +++ b/usr.sbin/nscd/agents/services.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/cachelib.c b/usr.sbin/nscd/cachelib.c index ff3e8cb730a..3a2d58300f3 100644 --- a/usr.sbin/nscd/cachelib.c +++ b/usr.sbin/nscd/cachelib.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/cacheplcs.c b/usr.sbin/nscd/cacheplcs.c index be71baa773a..534f757c22f 100644 --- a/usr.sbin/nscd/cacheplcs.c +++ b/usr.sbin/nscd/cacheplcs.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/config.c b/usr.sbin/nscd/config.c index 74a5cddc143..f8d33625b52 100644 --- a/usr.sbin/nscd/config.c +++ b/usr.sbin/nscd/config.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/debug.c b/usr.sbin/nscd/debug.c index 2d2ea5b2ca4..6485cb19f22 100644 --- a/usr.sbin/nscd/debug.c +++ b/usr.sbin/nscd/debug.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "debug.h" diff --git a/usr.sbin/nscd/log.c b/usr.sbin/nscd/log.c index 5f4c578f113..d76b2b380b3 100644 --- a/usr.sbin/nscd/log.c +++ b/usr.sbin/nscd/log.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/mp_rs_query.c b/usr.sbin/nscd/mp_rs_query.c index 4bec5174a63..2c09d6151b8 100644 --- a/usr.sbin/nscd/mp_rs_query.c +++ b/usr.sbin/nscd/mp_rs_query.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/mp_ws_query.c b/usr.sbin/nscd/mp_ws_query.c index 5e29748529e..0e4bf657b47 100644 --- a/usr.sbin/nscd/mp_ws_query.c +++ b/usr.sbin/nscd/mp_ws_query.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/nscd.c b/usr.sbin/nscd/nscd.c index 14d0a6780bf..5f70eea3d39 100644 --- a/usr.sbin/nscd/nscd.c +++ b/usr.sbin/nscd/nscd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/nscdcli.c b/usr.sbin/nscd/nscdcli.c index f9aa1903ed7..ba603f61028 100644 --- a/usr.sbin/nscd/nscdcli.c +++ b/usr.sbin/nscd/nscdcli.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/parser.c b/usr.sbin/nscd/parser.c index 1c1523a031a..6427f179707 100644 --- a/usr.sbin/nscd/parser.c +++ b/usr.sbin/nscd/parser.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/nscd/protocol.c b/usr.sbin/nscd/protocol.c index 3e40739600a..528fec1c755 100644 --- a/usr.sbin/nscd/protocol.c +++ b/usr.sbin/nscd/protocol.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/query.c b/usr.sbin/nscd/query.c index a7737c0ea9a..652be235700 100644 --- a/usr.sbin/nscd/query.c +++ b/usr.sbin/nscd/query.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/nscd/singletons.c b/usr.sbin/nscd/singletons.c index e557c20cfc1..a6c3d1337b3 100644 --- a/usr.sbin/nscd/singletons.c +++ b/usr.sbin/nscd/singletons.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "singletons.h" diff --git a/usr.sbin/ofwdump/ofw_util.c b/usr.sbin/ofwdump/ofw_util.c index 71361d45251..2f90eb1652c 100644 --- a/usr.sbin/ofwdump/ofw_util.c +++ b/usr.sbin/ofwdump/ofw_util.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/ofwdump/ofwdump.c b/usr.sbin/ofwdump/ofwdump.c index 6bca1ac839a..f2bcad8b7c1 100644 --- a/usr.sbin/ofwdump/ofwdump.c +++ b/usr.sbin/ofwdump/ofwdump.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c index b7b3018e0ae..a2b005eca83 100644 --- a/usr.sbin/pkg/config.c +++ b/usr.sbin/pkg/config.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pkg/dns_utils.c b/usr.sbin/pkg/dns_utils.c index b656d1db011..dcf4b559953 100644 --- a/usr.sbin/pkg/dns_utils.c +++ b/usr.sbin/pkg/dns_utils.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c index b64ccb2c34c..0689c67cf82 100644 --- a/usr.sbin/pkg/pkg.c +++ b/usr.sbin/pkg/pkg.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmc/cmd_pmc_filter.cc b/usr.sbin/pmc/cmd_pmc_filter.cc index 283af229f63..286d9cc97da 100644 --- a/usr.sbin/pmc/cmd_pmc_filter.cc +++ b/usr.sbin/pmc/cmd_pmc_filter.cc @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmc/cmd_pmc_list.c b/usr.sbin/pmc/cmd_pmc_list.c index 46886c8f1fe..9701abd6679 100644 --- a/usr.sbin/pmc/cmd_pmc_list.c +++ b/usr.sbin/pmc/cmd_pmc_list.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmc/cmd_pmc_stat.c b/usr.sbin/pmc/cmd_pmc_stat.c index 02980761811..659b3613772 100644 --- a/usr.sbin/pmc/cmd_pmc_stat.c +++ b/usr.sbin/pmc/cmd_pmc_stat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmc/cmd_pmc_summary.cc b/usr.sbin/pmc/cmd_pmc_summary.cc index 771a0955579..9f7e36c694b 100644 --- a/usr.sbin/pmc/cmd_pmc_summary.cc +++ b/usr.sbin/pmc/cmd_pmc_summary.cc @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmc/pmc_util.c b/usr.sbin/pmc/pmc_util.c index 7ca4b28ad4b..03e9a7554fb 100644 --- a/usr.sbin/pmc/pmc_util.c +++ b/usr.sbin/pmc/pmc_util.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c index b9af29e28b8..32138aa6c3a 100644 --- a/usr.sbin/pmcannotate/pmcannotate.c +++ b/usr.sbin/pmcannotate/pmcannotate.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/pmccontrol/pmccontrol.c b/usr.sbin/pmccontrol/pmccontrol.c index 878518e78c3..6734e6d16d9 100644 --- a/usr.sbin/pmccontrol/pmccontrol.c +++ b/usr.sbin/pmccontrol/pmccontrol.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcpl_annotate.c b/usr.sbin/pmcstat/pmcpl_annotate.c index 3a4076318aa..fbc6c90f75a 100644 --- a/usr.sbin/pmcstat/pmcpl_annotate.c +++ b/usr.sbin/pmcstat/pmcpl_annotate.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcpl_annotate_cg.c b/usr.sbin/pmcstat/pmcpl_annotate_cg.c index 7c3f2c435bf..c7399cc5467 100644 --- a/usr.sbin/pmcstat/pmcpl_annotate_cg.c +++ b/usr.sbin/pmcstat/pmcpl_annotate_cg.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcpl_callgraph.c b/usr.sbin/pmcstat/pmcpl_callgraph.c index 2df3aa675f5..2ba6dfc0f8d 100644 --- a/usr.sbin/pmcstat/pmcpl_callgraph.c +++ b/usr.sbin/pmcstat/pmcpl_callgraph.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcpl_calltree.c b/usr.sbin/pmcstat/pmcpl_calltree.c index 26b6299731c..434263ccee2 100644 --- a/usr.sbin/pmcstat/pmcpl_calltree.c +++ b/usr.sbin/pmcstat/pmcpl_calltree.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcpl_gprof.c b/usr.sbin/pmcstat/pmcpl_gprof.c index f9897d52c24..2c98c1c494a 100644 --- a/usr.sbin/pmcstat/pmcpl_gprof.c +++ b/usr.sbin/pmcstat/pmcpl_gprof.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index 634085a9533..fd4be99f83c 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c index 8eb01d0e230..cab41873eef 100644 --- a/usr.sbin/pmcstat/pmcstat_log.c +++ b/usr.sbin/pmcstat/pmcstat_log.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pmcstudy/eval_expr.c b/usr.sbin/pmcstudy/eval_expr.c index 984e5ea7217..32369f04617 100644 --- a/usr.sbin/pmcstudy/eval_expr.c +++ b/usr.sbin/pmcstudy/eval_expr.c @@ -32,8 +32,6 @@ #include #include #include "eval_expr.h" -__FBSDID("$FreeBSD$"); - static struct expression * alloc_and_hook_expr(struct expression **exp_p, struct expression **last_p) { diff --git a/usr.sbin/pmcstudy/eval_expr.h b/usr.sbin/pmcstudy/eval_expr.h index 2c264ff711b..de61e54b8c9 100644 --- a/usr.sbin/pmcstudy/eval_expr.h +++ b/usr.sbin/pmcstudy/eval_expr.h @@ -26,8 +26,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -__FBSDID("$FreeBSD$"); - enum exptype { TYPE_OP_PLUS, TYPE_OP_MINUS, diff --git a/usr.sbin/pmcstudy/pmcstudy.c b/usr.sbin/pmcstudy/pmcstudy.c index c72822ccccf..653ae7c53b4 100644 --- a/usr.sbin/pmcstudy/pmcstudy.c +++ b/usr.sbin/pmcstudy/pmcstudy.c @@ -35,8 +35,6 @@ #include #include #include "eval_expr.h" -__FBSDID("$FreeBSD$"); - static int max_pmc_counters = 1; static int run_all = 0; diff --git a/usr.sbin/pnfsdscopymr/pnfsdscopymr.c b/usr.sbin/pnfsdscopymr/pnfsdscopymr.c index 7a6eb298fa8..639cb7f9202 100644 --- a/usr.sbin/pnfsdscopymr/pnfsdscopymr.c +++ b/usr.sbin/pnfsdscopymr/pnfsdscopymr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pnfsdsfile/pnfsdsfile.c b/usr.sbin/pnfsdsfile/pnfsdsfile.c index 7669f1f29b9..37b2bc79d46 100644 --- a/usr.sbin/pnfsdsfile/pnfsdsfile.c +++ b/usr.sbin/pnfsdsfile/pnfsdsfile.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pnfsdskill/pnfsdskill.c b/usr.sbin/pnfsdskill/pnfsdskill.c index 878ca584d14..06b0dee6d36 100644 --- a/usr.sbin/pnfsdskill/pnfsdskill.c +++ b/usr.sbin/pnfsdskill/pnfsdskill.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/powerd/powerd.c b/usr.sbin/powerd/powerd.c index 1dcc9ae38fe..5e4c752519f 100644 --- a/usr.sbin/powerd/powerd.c +++ b/usr.sbin/powerd/powerd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index f5e9dde06d7..6a0cc9e8e97 100644 --- a/usr.sbin/ppp/async.c +++ b/usr.sbin/ppp/async.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index 59cbcd0c0ff..0b2dfd5f4b3 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c b/usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c index 6c20d639a6d..09c8051786d 100644 --- a/usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c +++ b/usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index bcb3df20b8b..4b31947f6c4 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -48,8 +48,6 @@ static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pw/pw_utils.c b/usr.sbin/pw/pw_utils.c index fbf4a3f5f56..9be1656bcfe 100644 --- a/usr.sbin/pw/pw_utils.c +++ b/usr.sbin/pw/pw_utils.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/pw/strtounum.c b/usr.sbin/pw/strtounum.c index ae578bdeaeb..b138e7f130b 100644 --- a/usr.sbin/pw/strtounum.c +++ b/usr.sbin/pw/strtounum.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c index f843b7eae37..aac4fb8f3a3 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.c +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c @@ -42,8 +42,6 @@ static char sccsid[] = "@(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 7e84dd79e14..dc189f0b8e4 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c index 224da3b2032..44f0c564f13 100644 --- a/usr.sbin/quotaon/quotaon.c +++ b/usr.sbin/quotaon/quotaon.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)quotaon.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Turn quota on/off for a filesystem. */ diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index 29781be817f..14b45c1d899 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -24,8 +24,6 @@ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * rarpd - Reverse ARP Daemon * diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c index 9fc8829ad1b..b212a470f2d 100644 --- a/usr.sbin/repquota/repquota.c +++ b/usr.sbin/repquota/repquota.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)repquota.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * Quota report */ diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index 308d41b14c6..e2d6f859e32 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -41,8 +41,6 @@ static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - /* * rmt */ diff --git a/usr.sbin/rpc.lockd/kern.c b/usr.sbin/rpc.lockd/kern.c index b25ca828fa2..1bd6fadc737 100644 --- a/usr.sbin/rpc.lockd/kern.c +++ b/usr.sbin/rpc.lockd/kern.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index 0bde779642c..7ba948c5ca8 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LOCKD_DEBUG #include diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c index 3f1b60bd3f2..70fb52e3245 100644 --- a/usr.sbin/rpc.statd/procs.c +++ b/usr.sbin/rpc.statd/procs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index a1cd8582e7a..c7127018199 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -38,8 +38,6 @@ /* The actual program logic is in the file procs.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c index e6784576982..223ec61aba7 100644 --- a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c +++ b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.tlsservd/rpc.tlscommon.c b/usr.sbin/rpc.tlsservd/rpc.tlscommon.c index 6aeeb3ff5de..5bf7f86fba2 100644 --- a/usr.sbin/rpc.tlsservd/rpc.tlscommon.c +++ b/usr.sbin/rpc.tlsservd/rpc.tlscommon.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.tlsservd/rpc.tlsservd.c b/usr.sbin/rpc.tlsservd/rpc.tlsservd.c index 275bc2b9389..9103cff2204 100644 --- a/usr.sbin/rpc.tlsservd/rpc.tlsservd.c +++ b/usr.sbin/rpc.tlsservd/rpc.tlsservd.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.umntall/mounttab.c b/usr.sbin/rpc.umntall/mounttab.c index 72032d96c1a..0043d4302e5 100644 --- a/usr.sbin/rpc.umntall/mounttab.c +++ b/usr.sbin/rpc.umntall/mounttab.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index b48ba40aeec..9a4779f9293 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index 8089dac2a6e..5d087900593 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c index 7ef14586739..d07a8fcd2ff 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c +++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c index d4cfc7ac035..af17bf5244e 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index 4d826afa4e6..dae956594da 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ypupdate_prot.h" #include #include /* getenv, exit */ diff --git a/usr.sbin/rpc.ypupdated/ypupdated_server.c b/usr.sbin/rpc.ypupdated/ypupdated_server.c index 67fa05eceee..47e52401cd6 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_server.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_server.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index 412190c9ebe..be24b8d7dff 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ypxfrd.h" #include #include diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c index ca8a2a3c4fe..f012fbaf50d 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ypxfrd.h" #include diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index f8da2cc9629..63d89971b8e 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/rtsold/cap_llflags.c b/usr.sbin/rtsold/cap_llflags.c index aea45d9fb8a..bc07b2f1e3e 100644 --- a/usr.sbin/rtsold/cap_llflags.c +++ b/usr.sbin/rtsold/cap_llflags.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rtsold/cap_script.c b/usr.sbin/rtsold/cap_script.c index 971d0bae417..ba27bd1987c 100644 --- a/usr.sbin/rtsold/cap_script.c +++ b/usr.sbin/rtsold/cap_script.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index 1b2b2b153a0..f23b45a0da2 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -43,8 +43,6 @@ static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93"; #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/sa/db.c b/usr.sbin/sa/db.c index e717ee02c20..f9af179b0db 100644 --- a/usr.sbin/sa/db.c +++ b/usr.sbin/sa/db.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index b6c9708de74..e19fc00aaa9 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -38,8 +38,6 @@ static const char copyright[] = #endif #endif #include -__FBSDID("$FreeBSD$"); - /* * sa: system accounting */ diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index eb3f4a40c98..348c5494f95 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index 50a33e1a91a..8161bca3f8d 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/services_mkdb/services_mkdb.c b/usr.sbin/services_mkdb/services_mkdb.c index b77e74c819f..9c2a7975002 100644 --- a/usr.sbin/services_mkdb/services_mkdb.c +++ b/usr.sbin/services_mkdb/services_mkdb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/services_mkdb/uniq.c b/usr.sbin/services_mkdb/uniq.c index e95ecf145b1..e18d0e462c9 100644 --- a/usr.sbin/services_mkdb/uniq.c +++ b/usr.sbin/services_mkdb/uniq.c @@ -31,8 +31,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/sesutil/sesutil.c b/usr.sbin/sesutil/sesutil.c index 9c546f8ba21..b6cdd2cf331 100644 --- a/usr.sbin/sesutil/sesutil.c +++ b/usr.sbin/sesutil/sesutil.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/setfib/setfib.c b/usr.sbin/setfib/setfib.c index 1c8adbc988d..aa998a0f6e7 100644 --- a/usr.sbin/setfib/setfib.c +++ b/usr.sbin/setfib/setfib.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/spi/spi.c b/usr.sbin/spi/spi.c index 0407f40a352..d5344edd18c 100644 --- a/usr.sbin/spi/spi.c +++ b/usr.sbin/spi/spi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index 730575c2415..de3d7c106f8 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -69,8 +69,6 @@ static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94"; #endif /* not lint */ #include -__FBSDID("$FreeBSD$"); - /* * syslogd -- log system messages * diff --git a/usr.sbin/tcpdrop/tcpdrop.c b/usr.sbin/tcpdrop/tcpdrop.c index 018ef8456e6..882dff73230 100644 --- a/usr.sbin/tcpdrop/tcpdrop.c +++ b/usr.sbin/tcpdrop/tcpdrop.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/trim/trim.c b/usr.sbin/trim/trim.c index da036b45f5f..3e187faa0fb 100644 --- a/usr.sbin/trim/trim.c +++ b/usr.sbin/trim/trim.c @@ -45,8 +45,6 @@ #include #include -__FBSDID("$FreeBSD$"); - static bool candelete(int fd); static off_t getsize(const char *path); static int opendev(const char *path, int flags); diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 4865e4571bd..5dfe840528b 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/uefisign/child.c b/usr.sbin/uefisign/child.c index 00adb994583..ee3f518f147 100644 --- a/usr.sbin/uefisign/child.c +++ b/usr.sbin/uefisign/child.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/uefisign/pe.c b/usr.sbin/uefisign/pe.c index 21e782a541c..7c194cc134a 100644 --- a/usr.sbin/uefisign/pe.c +++ b/usr.sbin/uefisign/pe.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/uefisign/uefisign.c b/usr.sbin/uefisign/uefisign.c index df9770d5bfe..bf6a2c0d0e4 100644 --- a/usr.sbin/uefisign/uefisign.c +++ b/usr.sbin/uefisign/uefisign.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ugidfw/ugidfw.c b/usr.sbin/ugidfw/ugidfw.c index 4a8c2dc2118..99156e6bbf9 100644 --- a/usr.sbin/ugidfw/ugidfw.c +++ b/usr.sbin/ugidfw/ugidfw.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/utx/utx.c b/usr.sbin/utx/utx.c index 2bd7d89286c..ab40668a092 100644 --- a/usr.sbin/utx/utx.c +++ b/usr.sbin/utx/utx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/vipw/vipw.c b/usr.sbin/vipw/vipw.c index 09d37ea440d..28247eb2163 100644 --- a/usr.sbin/vipw/vipw.c +++ b/usr.sbin/vipw/vipw.c @@ -48,8 +48,6 @@ static char sccsid[] = "@(#)vipw.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/usr.sbin/wake/wake.c b/usr.sbin/wake/wake.c index 0281bf8deb9..7b3a87c0103 100644 --- a/usr.sbin/wake/wake.c +++ b/usr.sbin/wake/wake.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 85583882ea4..f52a70872de 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/watchdogd/watchdogd.c b/usr.sbin/watchdogd/watchdogd.c index aa3806e1a9a..88b467486da 100644 --- a/usr.sbin/watchdogd/watchdogd.c +++ b/usr.sbin/watchdogd/watchdogd.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index 021153bdb03..4e733325141 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c index d65c5eb695e..b5d18817ce5 100644 --- a/usr.sbin/ypbind/yp_ping.c +++ b/usr.sbin/ypbind/yp_ping.c @@ -66,8 +66,6 @@ static char *sccsid = "@(#)from: clnt_udp.c 2.2 88/08/01 4.0 RPCSRC"; #endif #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_udp.c, Implements a UDP/IP based, client side RPC. * diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 357e35a9a7b..1cfe7d4edcb 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index 03828238f67..e6ca3015f30 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index bfcdeb7f4f2..15163bc6ba8 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ypserv/common/yplib_host.c b/usr.sbin/ypserv/common/yplib_host.c index dfdfda22ffc..8462d61432d 100644 --- a/usr.sbin/ypserv/common/yplib_host.c +++ b/usr.sbin/ypserv/common/yplib_host.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index 50c8d3dbd53..fefe9607609 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index 291daba0da0..ee3a4c2e9d9 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index b33b80c2e82..b1dc712c35f 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Do standard and reverse DNS lookups using the resolver library. * Take care of all the dirty work here so the main program only has to diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index c22375f859a..314c11d2514 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * error logging/reporting facilities * stolen from /usr/libexec/mail.local via ypserv diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index 452bee79d2c..dac006d4bc2 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ypserv startup function. * We need out own main() since we have to do some additional work diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index 7acb5d7f2b5..8bfff7355a1 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "yp.h" #include "yp_extern.h" #include diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 288bd28423b..9cb904db01b 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "yp_extern.h" diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index fb6ed90d6b8..7f269e36196 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/usr.sbin/zonectl/zonectl.c b/usr.sbin/zonectl/zonectl.c index dac773974de..56cd3c436d1 100644 --- a/usr.sbin/zonectl/zonectl.c +++ b/usr.sbin/zonectl/zonectl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include