From 62204f60b7079e4d2f393ebf29c4a7444182bbd8 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Wed, 3 Nov 2004 20:45:52 +0000 Subject: [PATCH] Allow the -f argument to work. PR: bin/73229 Submitted by: Irina Liakh MT4: 2 weeks MT5: After 5.3-RELEASE --- usr.sbin/ancontrol/ancontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 69c38f8d9912..6ff491246c41 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -1547,7 +1547,7 @@ main(int argc, char *argv[]) opterr = 1; while ((ch = getopt(argc, argv, - "ANISCTRht:a:e:o:s:n:v:d:j:b:c:r:p:w:m:l:k:K:W:QZM:L:")) != -1) { + "ANISCTRht:a:e:o:s:n:v:d:j:b:c:f:r:p:w:m:l:k:K:W:QZM:L:")) != -1) { switch(ch) { case 'Z': #ifdef ANCACHE