From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.4 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: [PATCH] Fix build on OpenBSD Date: Tue, 15 Feb 2011 08:58:25 -0800 Message-ID: <20110215165825.GA22622@dcvr.yhbt.net> References: <20110215055511.GL12132@jeremyevans.local> <20110215055511.GL12132@jeremyevans.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297789129 13150 80.91.229.12 (15 Feb 2011 16:58:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 16:58:49 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Tue Feb 15 17:58:45 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:11 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpOEf-0000rJ-6r for gclrkg-kgio@m.gmane.org; Tue, 15 Feb 2011 17:58:45 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 8665E21C536 for ; Tue, 15 Feb 2011 16:58:37 +0000 (UTC) Jeremy Evans wrote: > OpenBSD's getnameinfo(3) requires the sys/types.h header file, and > including it should not cause a problem for other OSes. Thanks Jeremy! Just pushed this out along with a 2.3.2 release -- Eric Wong