bin/112943: misspelled hesiod_resolve

Danny Braniss danny at cs.huji.ac.il
Thu May 24 14:20:05 UTC 2007


>Number:         112943
>Category:       bin
>Synopsis:       misspelled hesiod_resolve
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 14:20:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Danny Braniss
>Release:        FreeBSD 7.0-CURRENT
>Organization:
>Environment:
System: FreeBSD bsd 6.2-STABLE FreeBSD 6.2-STABLE #38: Mon Apr 16 12:05:54 IDT 2007 danny at bsd:/r+d/obj/bsd/r+d/6.2/src/sys/HUJI amd64


	
>Description:
	make buildworld -DWITH_HESIOD failes because hesiod_resolve
	is not exported
>How-To-Repeat:
	
>Fix:
--- /r+d/current/src/lib/libc/net/Symbol.map    Wed May 23 09:33:26 2007
+++ /r+d/7.0/src/lib/libc/net/Symbol.map        Thu May 24 16:25:34 2007
@@ -62,7 +62,7 @@
        hesiod_init;
        hesiod_end;
        hesiod_to_bind;
-       hesiod_resolv;
+       hesiod_resolve;
        hesiod_free_list;
        hes_init;
        hes_to_bind;
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list