diff options
Diffstat (limited to 'usr.bin/mail/temp.c')
-rw-r--r-- | usr.bin/mail/temp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 57ca0f9ff2e..2b9d224a862 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: temp.c,v 1.14 2003/06/03 02:56:11 millert Exp $ */ +/* $OpenBSD: temp.c,v 1.15 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; -#else -static const char rcsid[] = "$OpenBSD: temp.c,v 1.14 2003/06/03 02:56:11 millert Exp $"; -#endif -#endif /* not lint */ - #include "rcv.h" #include "extern.h" |