summaryrefslogtreecommitdiff
path: root/net/cnet/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/cnet/files/patch-ad')
-rw-r--r--net/cnet/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/cnet/files/patch-ad b/net/cnet/files/patch-ad
deleted file mode 100644
index 44e00b2b000f..000000000000
--- a/net/cnet/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/compile.c.orig Sat May 13 03:41:53 2000
-+++ src/compile.c Sat Jul 22 01:44:09 2000
-@@ -25,6 +25,10 @@
- #elif defined(USE_IRIX5)
- #include "compile/irix5.c"
-
-+#elif defined(USE_FREEBSD)
-+#include <dlfcn.h>
-+#include "compile/freebsd.c"
-+
- #elif defined(USE_WIN32)
- #include <process.h>
- #include "compile/win32.c"