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 3832752528b7..827d51fb150f 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logger/logger.c,v 1.13 2002/09/04 23:29:03 dwmalone Exp $"); #include <sys/types.h> #include <sys/socket.h> |