summaryrefslogtreecommitdiff
path: root/Ports/byacc
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2021-12-23 09:24:31 +0100
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-12-24 17:02:40 +0330
commit9418d4bf25d732cc9f205ba9949e4dc9c2e90c1d (patch)
tree2b26ba894206f2b53500e54ca5763c1ea42c2222 /Ports/byacc
parent55a42906a71283dece67803e980ed97cdd9b5087 (diff)
downloadserenity-9418d4bf25d732cc9f205ba9949e4dc9c2e90c1d.zip
Ports/byacc: Remove obsolete getopt.h patch
We (correctly) declare getopt() and the related variables in unistd.h, so this patch is unnecessary.
Diffstat (limited to 'Ports/byacc')
-rw-r--r--Ports/byacc/patches/fix-main.patch11
1 files changed, 0 insertions, 11 deletions
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 <stdlib.h> /* for _exit() */
- #endif
-
-+#include <getopt.h>
-+
- #include "defs.h"
-
- #ifdef HAVE_MKSTEMP