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 b6dc30a39ac5..316ce6f83ac4 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/popen.c,v 1.7.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> |