summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-13 04:17:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-13 04:17:08 +0000
commitec6ba18ea31df233cecc446b0ad9166706ccf1e9 (patch)
tree74776d9e6c5a69ff7c1e36bcbec2384a6b7880e9 /libexec
parentc3122c199a011a2ea9ff1f8faa33b6267f16401c (diff)
delete case for ?; cdp_xe@gmx.net
Diffstat (limited to 'libexec')
-rw-r--r--libexec/mail.local/mail.local.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c
index 471f72b4713..02ccb905536 100644
--- a/libexec/mail.local/mail.local.c
+++ b/libexec/mail.local/mail.local.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mail.local.c,v 1.29 2006/04/01 22:48:57 deraadt Exp $ */
+/* $OpenBSD: mail.local.c,v 1.30 2006/05/13 04:17:07 deraadt Exp $ */
/*-
* Copyright (c) 1996-1998 Theo de Raadt <deraadt@theos.com>
@@ -41,7 +41,7 @@ char copyright[] =
#if 0
static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91";
#else
-static char rcsid[] = "$OpenBSD: mail.local.c,v 1.29 2006/04/01 22:48:57 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: mail.local.c,v 1.30 2006/05/13 04:17:07 deraadt Exp $";
#endif
#endif /* not lint */
@@ -92,7 +92,6 @@ main(int argc, char *argv[])
case 'H':
holdme=1;
break;
- case '?':
default:
usage();
}