From e64d01d199a043923a767e0a42856caa11b59729 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2001 12:43:13 +0000 Subject: Fix the bad GETOPT_LONG patch. svn path=/trunk/; revision=3495 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index c51e9d72..ee320d95 100644 --- a/options.c +++ b/options.c @@ -276,7 +276,7 @@ struct query *ctl; /* option record to be initialized */ ctl->smtp_socket = -1; while (!errflag && -#ifdef HAVE_GETOPTLONG +#ifdef HAVE_GETOPT_LONG (c = getopt_long(argc,argv,shortoptions, longoptions, &option_index)) != -1) #else -- cgit v1.2.3