diff options
Diffstat (limited to 'usr.bin/cut/cut.c')
-rw-r--r-- | usr.bin/cut/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index a370e600ef0a..27a9e64b9922 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cut/cut.c,v 1.30.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> |