From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nozomu Ando Newsgroups: gmane.emacs.devel Subject: HAVE_SYS_SELECT of sysselect.h Date: Sat, 30 Apr 2005 04:02:12 +0900 Message-ID: <86pswdcsp7.fsf@almi.jk.homeunix.org> References: <87ll71y9le.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114968485 24781 80.91.229.2 (1 May 2005 17:28:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 17:28:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 19:28:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSIEC-0000Nn-IU for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 19:27:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSIKw-0008Tz-7Y for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 13:34:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSI4u-0001QL-Jt for emacs-devel@gnu.org; Sun, 01 May 2005 13:18:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSI4t-0001PD-DJ for emacs-devel@gnu.org; Sun, 01 May 2005 13:17:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSI3i-0000Uk-CN for emacs-devel@gnu.org; Sun, 01 May 2005 13:16:46 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSI4C-0004O4-BN for emacs-devel@gnu.org; Sun, 01 May 2005 13:17:16 -0400 Original-Received: from [17.250.248.44] (helo=smtpout.mac.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1DRaky-0005Mr-AF for emacs-devel@gnu.org; Fri, 29 Apr 2005 15:02:32 -0400 Original-Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id j3TJ2PXL015266 for ; Fri, 29 Apr 2005 12:02:25 -0700 (PDT) Original-Received: from almi.jk.homeunix.org (o254124.ppp.dion.ne.jp [211.134.254.124]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j3TJ2DFG029016 for ; Fri, 29 Apr 2005 12:02:24 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <87ll71y9le.fsf@xs4all.nl> (Lute Kamstra's message of "Fri, 29 Apr 2005 15:51:41 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36537 sysselect.h failes to include . Is this a typo? --- Nozomu Ando --- Index: sysselect.h =================================================================== RCS file: /cvsroot/emacs/emacs/src/sysselect.h,v retrieving revision 1.3 diff -u -u -r1.3 sysselect.h --- sysselect.h 1 Sep 2003 15:45:56 -0000 1.3 +++ sysselect.h 29 Apr 2005 18:55:39 -0000 @@ -18,7 +18,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_SYS_SELECT +#ifdef HAVE_SYS_SELECT_H #include #endif