diff options
Diffstat (limited to 'usr.bin/mail/head.c')
-rw-r--r-- | usr.bin/mail/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 61f43daec2c6..4b4e2768b55e 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mail/head.c,v 1.1.1.1.14.3 2002/03/15 19:46:31 mikeh Exp $"; #endif /* not lint */ #include "rcv.h" |