summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-05-13 04:17:07 +0000
committerderaadt <deraadt@openbsd.org>2006-05-13 04:17:07 +0000
commit71a416dfde4162ac3f2348980f863caaf0f17e93 (patch)
tree350c323c66a14ad920325838ac130d0fb44ed08a /libexec/mail.local
parentAdd section on 0x0008 flags (SMBIOS), initially from gwk@. Tweak (diff)
downloadwireguard-openbsd-71a416dfde4162ac3f2348980f863caaf0f17e93.tar.xz
wireguard-openbsd-71a416dfde4162ac3f2348980f863caaf0f17e93.zip
delete case for ?; cdp_xe@gmx.net
Diffstat (limited to 'libexec/mail.local')
-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();
}