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