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 a0a14fa7c2d3..24a1daba5207 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 char rcsid[] = - "$Id: strip.c,v 1.6.2.2 1997/08/29 05:29:56 imp Exp $"; + "$Id: strip.c,v 1.6.2.3 1998/03/08 12:19:06 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |