/[classpath]/classpath/native/jni/java-net/java_net_PlainSocketImpl.c
ViewVC logotype

Diff of /classpath/native/jni/java-net/java_net_PlainSocketImpl.c

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

revision 1.3 by mark, Mon Dec 2 00:28:09 2002 UTC revision 1.4 by cbj, Fri Jan 10 16:49:15 2003 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  #include <errno.h>  #include <errno.h>
40    
41    #ifdef HAVE_SYS_IOCTL_H
42  #include <sys/ioctl.h>  #include <sys/ioctl.h>
43    #endif
44    
45    #ifdef HAVE_ASM_IOCTLS_H
46    #ifndef _AIX
47  #include <asm/ioctls.h>  #include <asm/ioctls.h>
48    #endif
49    #endif
50    
51  #include <string.h>  #include <string.h>
52    
53  #include <jni.h>  #include <jni.h>

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

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