From owner-freebsd-current@FreeBSD.ORG Wed Mar 7 00:44:55 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AD4A16A405 for ; Wed, 7 Mar 2007 00:44:55 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 91B8013C494 for ; Wed, 7 Mar 2007 00:44:54 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so2552098nfc for ; Tue, 06 Mar 2007 16:44:53 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ORoxlouRHBdcMGo9lTLxAX11PVOPwYBb0bY3rvt9KMcorstj4NPRkirfYKccLk6zBToaZMwa4R/3gjsUXXsHjSxYanSJxJzECDg2qQwkVgc7N8lWTlxgPJe/L9HzX+QQpWtsK+Qamm4yrq8ObnI+N38GcMlKKT51f/+mDZ6cLcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D/sWRVNeEnz7GDYtasiXQnF8FYUD5YH9ylpsQjsXLYy4HzLYHGkk1u0ENy4phkdIBZ3HLkvjW/qKfU6O+oSqgph8SZkdtG/ccPLS1a8IDBtyV9J1QanVjA7pW1IP6l7ZskpkCanMzWI1wUKJYtC3kL2X5eO/V2WKWwx7natnW4U= Received: by 10.115.108.1 with SMTP id k1mr1955861wam.1173228292438; Tue, 06 Mar 2007 16:44:52 -0800 (PST) Received: by 10.114.77.13 with HTTP; Tue, 6 Mar 2007 16:44:52 -0800 (PST) Message-ID: Date: Tue, 6 Mar 2007 19:44:52 -0500 From: "Scott Ullrich" To: "Bruce M. Simpson" In-Reply-To: <45EDFE78.4080702@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45EDFE78.4080702@FreeBSD.org> Cc: FreeBSD Current , Joerg.Pulz@frm2.tum.de Subject: Re: Compiling ISC DHCP Server on current - ascii2addr() errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 00:44:55 -0000 On 3/6/07, Bruce M. Simpson wrote: > We reached consensus on this over a year ago, just no one actually made > it happen til now. Better late than never. :) > > Is there a solution or workaround to get DHCP compiling again? > Try this. addr2ascii() is only special and magic if used for AF_LINK. > inet_pton() is fine for this job. > > This patch should be good for all branches and should probably go upstream. Thank you! Scott