summaryrefslogtreecommitdiff
path: root/net/ehnt/files/patch-ehnt-lookup
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/ehnt/files/patch-ehnt-lookup
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Notes
Notes: svn path=/head/; revision=101812
Diffstat (limited to 'net/ehnt/files/patch-ehnt-lookup')
-rw-r--r--net/ehnt/files/patch-ehnt-lookup11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ehnt/files/patch-ehnt-lookup b/net/ehnt/files/patch-ehnt-lookup
deleted file mode 100644
index d6f6d655ef11..000000000000
--- a/net/ehnt/files/patch-ehnt-lookup
+++ /dev/null
@@ -1,11 +0,0 @@
---- ehnt_lookup.c.orig Wed Jul 18 00:47:37 2001
-+++ ehnt_lookup.c Fri Aug 3 19:54:34 2001
-@@ -36,7 +36,7 @@
-
- memset(ASNs,0,sizeof(ASNs));
-
-- if ( ! (f=fopen ("asnc.txt","r")) ) {
-+ if ( ! (f=fopen (ASNCDIR "/asnc.txt","r")) ) {
- perror("fopen");
- } else {
- for ( ; ; ) {