From ad58c0f65db279a26495017f16b18a44e5bb5040 Mon Sep 17 00:00:00 2001 From: thorkill Date: Thu, 2 Jul 2015 21:45:43 +0200 Subject: [PATCH] Revert "Marked missing parameters in getopt.c on FreeBSD" This reverts commit 5bba2cc0669d8c7f129ec6390c90cdff5d332a43. --- src/getopt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/getopt.c b/src/getopt.c index abd00b86..d63887e5 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -445,8 +445,7 @@ _getopt_initialize (argc, argv, optstring) else nonoption_flags_len = 0; #endif - UNUSED(argc); - UNUSED(argv); + return optstring; }