diff options
Diffstat (limited to 'usr.bin/sed/main.c')
-rw-r--r-- | usr.bin/sed/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index e17741f6257d8..17594ea5cafeb 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/main.c,v 1.39 2007/06/12 12:05:23 yar Exp $"); #ifndef lint static const char copyright[] = |