summaryrefslogtreecommitdiff
path: root/dev-libs/atf/files/atf-0.21-getopt-solaris.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/atf/files/atf-0.21-getopt-solaris.patch')
-rw-r--r--dev-libs/atf/files/atf-0.21-getopt-solaris.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/atf/files/atf-0.21-getopt-solaris.patch b/dev-libs/atf/files/atf-0.21-getopt-solaris.patch
deleted file mode 100644
index d70af36ce40e..000000000000
--- a/dev-libs/atf/files/atf-0.21-getopt-solaris.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-On Solaris, getopt(3) is in stdio.h.
-
---- a/atf-c/tp_test.c
-+++ b/atf-c/tp_test.c
-@@ -25,6 +25,7 @@
-
- #include "atf-c/tp.h"
-
-+#include <stdio.h>
- #include <string.h>
- #include <unistd.h>
-