diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
commit | f6f518b207e19ee2f8ab4870471673b934719bfd (patch) | |
tree | a81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/rcp | |
parent | c84c569bd147997ed62ff1c5e725709828199b68 (diff) | |
download | FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.zip FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/rcp.c | 4 | ||||
-rw-r--r-- | bin/rcp/util.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index b34506d..f36af01 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -48,9 +48,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 4174589..2e63c05 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -35,9 +35,9 @@ #if 0 static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/stat.h> |