diff options
Diffstat (limited to 'usr.bin/mail/collect.c')
-rw-r--r-- | usr.bin/mail/collect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c148..3badff9f2539d 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/collect.c,v 1.12 2002/06/30 05:25:06 obrien Exp $"); /* * Mail -- a mail program |