diff options
Diffstat (limited to 'usr.bin/logger/logger.c')
-rw-r--r-- | usr.bin/logger/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index d1ce5139b530..dcabed343621 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: logger.c,v 1.2.2.2 1997/08/29 05:29:31 imp Exp $"; + "$Id: logger.c,v 1.2.2.3 1997/09/15 08:32:18 jkh Exp $"; #endif /* not lint */ #include <ctype.h> |