aports/main/gvpe/musl-getopt_long.patch
2018-11-07 16:46:12 +00:00

17 lines
397 B
Diff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff --git a/lib/getopt1.c b/lib/getopt1.c
index 9e29155..f8788bb 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -21,6 +21,7 @@ along with gvpe; if not, write to the Free Software
Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#if 0
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -189,3 +190,4 @@ main (argc, argv)
}
#endif /* TEST */
+#endif