X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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)" 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 AT cygwin DOT com Subject: Re: what library provides __b64_ntop? (libresolv does not) References: <519AE0C2 DOT 6050002 AT users DOT sourceforge DOT net> In-Reply-To: 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