diff options
Diffstat (limited to 'usr.bin/mail/quit.c')
-rw-r--r-- | usr.bin/mail/quit.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 061223e993a..7320df9d372 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: quit.c,v 1.19 2007/09/10 14:29:53 tobias Exp $ */ +/* $OpenBSD: quit.c,v 1.20 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: quit.c,v 1.6 1996/12/28 07:11:07 tls Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; -#else -static const char rcsid[] = "$OpenBSD: quit.c,v 1.19 2007/09/10 14:29:53 tobias Exp $"; -#endif -#endif /* not lint */ - #include "rcv.h" #include <fcntl.h> #include "extern.h" |