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:
parent
55a42906a7
commit
9418d4bf25
Notes:
sideshowbarker
2024-07-17 22:13:58 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/9418d4bf25d Pull-request: https://github.com/SerenityOS/serenity/pull/11381
1 changed files with 0 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue