summaryrefslogtreecommitdiff
path: root/net/cnet/files/patch-ad
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-28 05:35:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-28 05:35:40 +0000
commitf254027b5f65981ae3eccc99be5302bf1255526c (patch)
treec87c90b4526402941908aa4325e7cbb4d0671a96 /net/cnet/files/patch-ad
parentUpdate the original dictionary to 20010615 (diff)
- update to 1.7.4
- use tk83 PR: 30143 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=47002
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"