undefined reference to `hisv6_error' in inn-CURRENT-20010726

Katsuhiro Kondou Katsuhiro_Kondou at isc.org
Sun Jul 29 14:57:21 UTC 2001


In article <01K6GVDRDA6Q8WYJRS at OREGON.UOREGON.EDU>,
	Joe St Sauver <JOE at OREGON.UOREGON.EDU> wrote;

} FYI, with 2001728, and doing a make clean before doing a make, the same 
} error is still occuring (this is under Linux) so I don't believe that
} this was a transient issue or the result of litter from an earlier build.

Attached fixes for me, and committed.
-- 
Katsuhiro Kondou

Index: history/hisbuildconfig.in
===================================================================
RCS file: /home/kondou/news/inn/repository/inn/history/hisbuildconfig.in,v
retrieving revision 1.2
diff -u -r1.2 hisbuildconfig.in
--- history/hisbuildconfig.in	2001/07/18 12:38:59	1.2
+++ history/hisbuildconfig.in	2001/07/29 14:50:39
@@ -71,7 +71,7 @@
     print DEF $method, "_open, ", $method, "_close, \n\t  ", $method, "_sync, ";
     print DEF $method, "_lookup, \n\t  ", $method, "_check, ", $method, "_write, \n\t  ";
     print DEF $method, "_replace, ", $method, "_expire, \n\t  ", $method, "_walk, ";
-    print DEF $method, "_error, \n\t  ", $method, "_remember, \n\t  ", $method, "_ctl";
+    print DEF $method, "_remember, \n\t  ", $method, "_ctl";
     $first++;
 }
 


More information about the inn-workers mailing list