Ports/byacc: Remove obsolete getopt.h patch

We (correctly) declare getopt() and the related variables in unistd.h,
so this patch is unnecessary.
This commit is contained in:
Daniel Bertalan 2021-12-23 09:24:31 +01:00 committed by Ali Mohammad Pur
parent 55a42906a7
commit 9418d4bf25
Notes: sideshowbarker 2024-07-17 22:13:58 +09:00

View file

@ -1,11 +0,0 @@
--- byacc-20191125/main.c.orig Thu Jan 23 16:59:19 2020
+++ byacc-20191125/main.c Thu Jan 23 16:59:29 2020
@@ -7,6 +7,8 @@
#include <stdlib.h> /* for _exit() */
#endif
+#include <getopt.h>
+
#include "defs.h"
#ifdef HAVE_MKSTEMP