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 8bb97e508344c..08370b1baab49 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/what/what.c,v 1.5.2.1 2000/07/01 12:32:35 ps Exp $"; #endif /* not lint */ #include <err.h> |