From danny@cs.huji.ac.il  Thu May 24 14:13:52 2007
Return-Path: <danny@cs.huji.ac.il>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7074B16A46B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 14:13:52 +0000 (UTC)
	(envelope-from danny@cs.huji.ac.il)
Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 26C5913C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 14:13:51 +0000 (UTC)
	(envelope-from danny@cs.huji.ac.il)
Received: from bsd.cs.huji.ac.il ([132.65.16.112])
	by cs1.cs.huji.ac.il with esmtp
	id 1HrDYG-000KC6-Uo
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 May 2007 16:40:24 +0300
Received: from danny by bsd.cs.huji.ac.il with local (Exim 4.60)
	(envelope-from <danny@cs.huji.ac.il>)
	id 1HrDYG-000HKn-P3
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 May 2007 16:40:24 +0300
Message-Id: <E1HrDYG-000HKn-P3@bsd.cs.huji.ac.il>
Date: Thu, 24 May 2007 16:40:24 +0300
From: Danny Braniss <danny@cs.huji.ac.il>
Reply-To: Danny Braniss <danny@cs.huji.ac.il>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: misspelled hesiod_resolve
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112943
>Category:       bin
>Synopsis:       misspelled hesiod_resolve
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 14:20:04 GMT 2007
>Closed-Date:    Thu May 24 14:38:18 GMT 2007
>Last-Modified:  Thu May 24 14:38:18 GMT 2007
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Thu May 24 14:37:54 UTC 2007 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112943 
>Unformatted:
