summaryrefslogtreecommitdiff
path: root/net/bld/files/patch-ac
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/bld/files/patch-ac
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net/bld/files/patch-ac')
-rw-r--r--net/bld/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac
deleted file mode 100644
index 65667ad83db2..000000000000
--- a/net/bld/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Fix build on 4.x reorganizing #include headers
-#
-
---- client.c.orig Wed May 31 14:23:30 2006
-+++ client.c Wed May 31 14:23:45 2006
-@@ -24,11 +24,12 @@
- * SUCH DAMAGE.
- *
- */
-+#include <stdio.h>
-+#include <unistd.h>
- #include <ctype.h>
- #include <sys/select.h>
- #include <sys/time.h>
- #include <sys/types.h>
--#include <unistd.h>
- #include <string.h>
- #include <errno.h>
- #include "options.h"