summaryrefslogtreecommitdiff
path: root/www/quickie/files/patch-lib_arglex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/quickie/files/patch-lib_arglex.cc')
-rw-r--r--www/quickie/files/patch-lib_arglex.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/quickie/files/patch-lib_arglex.cc b/www/quickie/files/patch-lib_arglex.cc
deleted file mode 100644
index 5f7e54bf8798..000000000000
--- a/www/quickie/files/patch-lib_arglex.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/arglex.cc.orig Sat May 20 23:56:52 2006
-+++ lib/arglex.cc Thu May 25 12:36:38 2006
-@@ -21,6 +21,11 @@
-
- #include <cctype>
-
-+#ifdef __FreeBSD__
-+#include <unistd.h>
-+#include <stdio.h>
-+#endif
-+
- #include <arglex.h>
- #include <progname.h>
- #include <quit.h>