From ec6ba18ea31df233cecc446b0ad9166706ccf1e9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 13 May 2006 04:17:08 +0000 Subject: delete case for ?; cdp_xe@gmx.net --- libexec/mail.local/mail.local.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libexec') 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 @@ -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(); } -- cgit v1.2.3