summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/staden/files/staden-1.4.1-getopt.patch')
-rw-r--r--app-sci/staden/files/staden-1.4.1-getopt.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-sci/staden/files/staden-1.4.1-getopt.patch b/app-sci/staden/files/staden-1.4.1-getopt.patch
deleted file mode 100644
index e3aa06dcc137..000000000000
--- a/app-sci/staden/files/staden-1.4.1-getopt.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/Misc/misc.h.old 2003-06-09 07:24:36.000000000 -0400
-+++ src/Misc/misc.h 2004-09-10 10:37:54.593326848 -0400
-@@ -7,8 +7,8 @@
-
- #include "os.h"
- #include "xalloc.h"
-+#include <getopt.h>
-
--extern int getopt( int argc, char* const argv[], const char* optstring );
- extern int is_directory(char * fn);
- extern int is_file(char * fn);
- extern int file_exists(char * fn);