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/rm | |
parent | c84c569bd147997ed62ff1c5e725709828199b68 (diff) | |
download | FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.zip FreeBSD-src-f6f518b207e19ee2f8ab4870471673b934719bfd.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c index f2665ed..3457454 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -40,11 +40,10 @@ static const char copyright[] = #ifndef lint #if 0 static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <sys/param.h> |