/[classpath]/classpath/native/jni/java-nio/gnu_java_nio_VMSelector.c
ViewVC logotype

Diff of /classpath/native/jni/java-nio/gnu_java_nio_VMSelector.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rschuster, Fri Mar 18 04:50:32 2005 UTC revision 1.5 by robilad, Sun Mar 27 02:19:28 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    #include "config.h"
39    
40    /* <sys/types.h> needs to be included on OSX before <sys/select.h> */
41    #if defined(HAVE_SYS_TYPES_H)
42    #include <sys/types.h>
43    #endif
44    
45  #include <sys/select.h>  #include <sys/select.h>
46  #include <sys/time.h>  #include <sys/time.h>
47    
48  #include <string.h>  #include <string.h>
49    
 #include <config.h>  
50  #include <errno.h>  #include <errno.h>
51    
52  #include <jni.h>  #include <jni.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26