summaryrefslogtreecommitdiff
path: root/net-mgmt/ehnt/files/patch-ehnt-lookup
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ehnt/files/patch-ehnt-lookup')
-rw-r--r--net-mgmt/ehnt/files/patch-ehnt-lookup11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/ehnt/files/patch-ehnt-lookup b/net-mgmt/ehnt/files/patch-ehnt-lookup
deleted file mode 100644
index d6f6d655ef11..000000000000
--- a/net-mgmt/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 ( ; ; ) {