mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:57:49 +00:00
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
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
Add a link
Reference in a new issue