diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-30 05:34:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-30 05:34:21 +0000 |
commit | 29b5b637c75d49af47f7cfcb79539380b0873621 (patch) | |
tree | 57dd0ae27386cb48b48b95b55f9be1b5cc4c42b2 /usr.bin | |
parent | e479ad14dea8ebf3d0afe1bb555b00cae41eaab2 (diff) | |
download | FreeBSD-src-29b5b637c75d49af47f7cfcb79539380b0873621.zip FreeBSD-src-29b5b637c75d49af47f7cfcb79539380b0873621.tar.gz |
Consistently use FBSDID
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cut/cut.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 209dbb9..dbb645e 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -39,9 +39,9 @@ static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <err.h> |