summaryrefslogtreecommitdiff
path: root/net-mgmt/ehnt/files/patch-ehnt-lookup
blob: d6f6d655ef119367dfb9d0efd8e4ed10333a0458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 ( ; ; ) {