diff options
Diffstat (limited to 'net/ehnt/files/patch-ehnt-lookup')
-rw-r--r-- | net/ehnt/files/patch-ehnt-lookup | 11 |
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 ( ; ; ) { |