diff options
Diffstat (limited to 'usr.bin/strip/strip.c')
| -rw-r--r-- | usr.bin/strip/strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 03ba76c6baac..b8814d201260 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/strip/strip.c,v 1.11.2.1 1999/08/29 15:32:56 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |
