X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=gA6oItIkPh1bJb1pkLYHzU0QqkhMXCefc6v9vGAvJYi
	AyJ6+jNNyth0Hpn5cZ1W5p/JzNP/+N6EE7zIdMfE3DGwG+pjkHF7avwLO72ad9Mz
	vVAT5nx+frZFSR3lL3dbfquBVabmqORH7qml0UDtcLeyLH5DrWql2bw3h9ay3Y2I
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=ANys3rkjZTPx7FI2OLyJ5eEAeRE=; b=BRqhRklUggQ/hU2Q7
	a2HmtefDDuXVICjZWXcuRaRTq/T3OLP98esJkv6TqeRxmw2y0Zs25wN/hdOooDGy
	4SLJx6vcd3nk/Tymv7IUo4Jwlgwn3zJO0biCHbiQZboF5XTb2Joey4N3gcski1+M
	H2dHk7zNjFoZLzTnWbDbz3FiiI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_CG autolearn=ham version=3.3.1
X-Received: by 10.42.58.201 with SMTP id j9mr416033ich.20.1369113546821;        Mon, 20 May 2013 22:19:06 -0700 (PDT)
Message-ID: <519B03D1.6040102@users.sourceforge.net>
Date: Tue, 21 May 2013 00:19:13 -0500
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: what library provides __b64_ntop? (libresolv does not)
References: <CAAZXUtyS2sBvp5OdhJfDU+dvUzPn+woRRP0fEqucMNfF-5iTiQ@mail.gmail.com>	<519AE0C2.6050002@users.sourceforge.net> <CAAZXUtzoybdqZvVY994UFu0BuFmEuN0rqsMe+EqLotNnqW7Lkw@mail.gmail.com>
In-Reply-To: <CAAZXUtzoybdqZvVY994UFu0BuFmEuN0rqsMe+EqLotNnqW7Lkw@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 2013-05-20 23:57, Luke White wrote:
> There appears to be an implementation of that function in cygwin's
> src/newlib/libc/sys/linux/net/base64.c.  Is it possible to link
> against whatever that gets compiled to?  If not, could that function
> be copied to cygwin's libresolv?  When the header and implementation
> are already there it seems a shame not to make it available.

That is an older version of the file currently shipped by FreeBSD, but 
like other libc/sys/linux files, it is only compiled into newlib when 
targeting Linux.  The file compiles cleanly on Cygwin, but whether or 
not we want to provide these non-standard functions would be up to cgf 
or Corinna.


Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

