diff options
Diffstat (limited to 'usr.bin/what/what.c')
-rw-r--r-- | usr.bin/what/what.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 91f114d9278c0..effe21febfa73 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: what.c,v 1.2.6.1 1997/08/26 06:53:45 charnier Exp $"; #endif /* not lint */ #include <err.h> |