From f6f518b207e19ee2f8ab4870471673b934719bfd Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:15:05 +0000 Subject: Consistently use FBSDID --- bin/rcp/rcp.c | 4 ++-- bin/rcp/util.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/rcp') 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 +__FBSDID("$FreeBSD$"); #include #include 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 +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1