diff options
Diffstat (limited to 'usr.bin/mail/edit.c')
-rw-r--r-- | usr.bin/mail/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f..0acda60bc2ed 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/edit.c,v 1.9 2002/06/30 05:25:06 obrien Exp $"); #include "rcv.h" #include <fcntl.h> |