diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
commit | 2749b1412921cacde0110606121acb7a5e1e2b62 (patch) | |
tree | a81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/pax | |
parent | 5eb43ac2f70729e688f03999a2f66d1272e14a6d (diff) | |
download | src-2749b1412921cacde0110606121acb7a5e1e2b62.tar.gz src-2749b1412921cacde0110606121acb7a5e1e2b62.zip |
Consistently use FBSDID
Notes
Notes:
svn path=/head/; revision=99110
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/ar_io.c | 4 | ||||
-rw-r--r-- | bin/pax/ar_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/buf_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/cache.c | 4 | ||||
-rw-r--r-- | bin/pax/cpio.c | 4 | ||||
-rw-r--r-- | bin/pax/file_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/ftree.c | 4 | ||||
-rw-r--r-- | bin/pax/gen_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/getoldopt.c | 5 | ||||
-rw-r--r-- | bin/pax/options.c | 2 | ||||
-rw-r--r-- | bin/pax/pat_rep.c | 4 | ||||
-rw-r--r-- | bin/pax/pax.c | 4 | ||||
-rw-r--r-- | bin/pax/sel_subs.c | 4 | ||||
-rw-r--r-- | bin/pax/tables.c | 4 | ||||
-rw-r--r-- | bin/pax/tar.c | 4 | ||||
-rw-r--r-- | bin/pax/tty_subs.c | 4 |
16 files changed, 32 insertions, 31 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index a8abea4004e5..83bb68d63afc 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index ac6cb112863c..118614aaca9b 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 401e6236e226..6e85b079c6cd 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index a7f3538086a0..28bb895c00fb 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index ae51a370b44c..ed403dbbc1e6 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 44d9064e6cb6..711c5deadba1 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 0eb3c3594798..91331d45016d 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 6daefa4c355a..86e729fa0aa9 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 291e1554716a..ca18d9174401 100644 --- a/bin/pax/getoldopt.c +++ b/bin/pax/getoldopt.c @@ -10,9 +10,8 @@ * in the Pubic Domain for your edification and enjoyment. */ -#ifndef lint -static const char rcsid[] = "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <stdio.h> #include <string.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 45ca520abaf4..26eadaa64a5d 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -40,6 +40,8 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index b4998edfe34f..e7dc4f3972b9 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/pax.c b/bin/pax/pax.c index d3bf18feae62..649ad3e16dec 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -45,9 +45,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 1dfa6167ab96..130b8e96e401 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 48d535052fd6..9696181414ea 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tar.c b/bin/pax/tar.c index b869cfa5d24c..43dcdda92af3 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index c8200c437afa..a56d56b09a78 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -39,9 +39,9 @@ #if 0 static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> |