From 9418d4bf25d732cc9f205ba9949e4dc9c2e90c1d Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Thu, 23 Dec 2021 09:24:31 +0100 Subject: [PATCH] Ports/byacc: Remove obsolete getopt.h patch We (correctly) declare getopt() and the related variables in unistd.h, so this patch is unnecessary. --- Ports/byacc/patches/fix-main.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Ports/byacc/patches/fix-main.patch diff --git a/Ports/byacc/patches/fix-main.patch b/Ports/byacc/patches/fix-main.patch deleted file mode 100644 index 1c67bf79ed..0000000000 --- a/Ports/byacc/patches/fix-main.patch +++ /dev/null @@ -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 /* for _exit() */ - #endif - -+#include -+ - #include "defs.h" - - #ifdef HAVE_MKSTEMP