From owner-freebsd-current@FreeBSD.ORG Sat Jul 28 23:46:15 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 491C5106564A for ; Sat, 28 Jul 2012 23:46:15 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CDA138FC08 for ; Sat, 28 Jul 2012 23:46:14 +0000 (UTC) Received: by weyx56 with SMTP id x56so3391910wey.13 for ; Sat, 28 Jul 2012 16:46:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tM7MD7Ut/0EpaeVknxZFVcwRU93RDSQ5dY550ZwKRAQ=; b=Wv+nG1MRh5eomMOfQZufCz+TTrFmY14Dg3w2nGslXjtqScHDSjj3LiLncjcT14Znx0 u5QC9oXcXkx9FFIwZJEkAuhcsWtrAqRWZY01ltUz57sl/gplezJxvCTsIDJ1RuN4krJk mbcTWnLo73+LIMXsctyGAmQfDp7PDIere6Y6snMonlRWdk7jSzmuSYjkZ8FjMV8Jhe2u 56iyQ2mHOeh+G2kX79Z3RVjJv4oykqN4JE2Lgg6KxLd2g7Skz5x0mMLtAGr5OC0K+8Zt xSlIXAQoP7y08SjxMs5Qkw9Zr+q96IYxt1WgiS86PoMO3YY1KkCSxa9aYmlGtP5N/TUr voPQ== MIME-Version: 1.0 Received: by 10.180.103.136 with SMTP id fw8mr16039026wib.20.1343519173686; Sat, 28 Jul 2012 16:46:13 -0700 (PDT) Received: by 10.216.199.31 with HTTP; Sat, 28 Jul 2012 16:46:13 -0700 (PDT) In-Reply-To: References: <20120725155211.GA33971@onelab2.iet.unipi.it> Date: Sat, 28 Jul 2012 19:46:13 -0400 Message-ID: From: Arnaud Lacombe To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Cc: Luigi Rizzo , current@freebsd.org Subject: Re: RFC: libkern version of inet_ntoa_r 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: Sat, 28 Jul 2012 23:46:15 -0000 Hi, On Sat, Jul 28, 2012 at 6:44 PM, Bjoern A. Zeeb wrote: > Which again leaves me with the question - why does libc have it? > as for the semantic, theoretical, "why", I would refer you to the POSIX's comity, as inet_ntop() is part of it. - Arnaud