aboutsummaryrefslogtreecommitdiff
path: root/net/nc6
diff options
context:
space:
mode:
Diffstat (limited to 'net/nc6')
-rw-r--r--net/nc6/files/patch-aa10
-rw-r--r--net/nc6/files/patch-ab11
-rw-r--r--net/nc6/files/patch-ac19
3 files changed, 0 insertions, 40 deletions
diff --git a/net/nc6/files/patch-aa b/net/nc6/files/patch-aa
deleted file mode 100644
index 458fd9f6780e..000000000000
--- a/net/nc6/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sun May 11 21:30:20 2003
-+++ configure Wed Aug 27 17:45:55 2003
-@@ -9534,7 +9534,6 @@
- #define NDEBUG 1
- _ACEOF
-
-- CFLAGS="-O2"
- if test "X$GCC" = "Xyes"; then
- NC6_CFLAGS="${NC6_CFLAGS} -finline-functions"
- fi
diff --git a/net/nc6/files/patch-ab b/net/nc6/files/patch-ab
deleted file mode 100644
index 4f2d85d934b8..000000000000
--- a/net/nc6/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/parser.c.orig Thu Mar 27 18:09:49 2003
-+++ src/parser.c Thu Sep 4 22:11:43 2003
-@@ -148,7 +148,7 @@
- _verbosity_level = 0;
-
- /* option recognition loop */
-- while ((c = getopt_long(argc, argv, "46ehlnp:q:s:uvw:x",
-+ while ((c = getopt_long(argc, argv, "46e:hlnp:q:s:uvw:x",
- long_options, &option_index)) >= 0)
- {
- switch (c) {
diff --git a/net/nc6/files/patch-ac b/net/nc6/files/patch-ac
deleted file mode 100644
index a0f8f0ee0518..000000000000
--- a/net/nc6/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: src/filter.c
-diff -u src/filter.c.orig src/filter.c
---- src/filter.c.orig Mon Apr 14 18:00:50 2003
-+++ src/filter.c Thu Oct 30 00:23:07 2003
-@@ -205,8 +205,14 @@
- if (err != 0) {
- /* some errors just indicate that the address wasn't suitable */
- switch (err) {
-+#ifdef EAI_NODATA
- case EAI_NODATA:
-+#else
-+ case EAI_NONAME:
-+#endif
-+#ifdef EAI_ADDRFAMILY
- case EAI_ADDRFAMILY:
-+#endif
- case EAI_SERVICE:
- case EAI_SOCKTYPE:
- return FALSE;