emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HAVE_SYS_SELECT of sysselect.h


From: Nozomu Ando
Subject: HAVE_SYS_SELECT of sysselect.h
Date: Sat, 30 Apr 2005 04:02:12 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

sysselect.h failes to include <sys/select.h>.

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 <sys/select.h>
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]