diff options
Diffstat (limited to 'usr.bin/mail/popen.c')
-rw-r--r-- | usr.bin/mail/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index bbb2c11fbab6..480a7c0fe2a2 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mail/popen.c,v 1.2.6.2 2002/03/15 19:46:33 mikeh Exp $"; #endif /* not lint */ #include "rcv.h" |