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

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

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

revision 1.2 by mkoch, Wed Jul 2 09:16:52 2003 UTC revision 1.3 by rupp, Tue Jul 15 14:35:02 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    /* do not move; needed here because of some macro definitions */
39  #include <config.h>  #include <config.h>
 #include <errno.h>  
   
 #ifdef HAVE_SYS_IOCTL_H  
 #include <sys/ioctl.h>  
 #endif  
   
 #ifdef HAVE_ASM_IOCTLS_H  
 #include <asm/ioctls.h>  
 #endif  
40    
41    #include <stdlib.h>
42    #include <stdio.h>
43  #include <string.h>  #include <string.h>
44    #include <assert.h>
45    
46  #include <jni.h>  #include <jni.h>
47  #include <jcl.h>  #include <jcl.h>
48    
# Line 65  Java_java_net_NetworkInterface_getRealNe Line 60  Java_java_net_NetworkInterface_getRealNe
60    return 0;    return 0;
61  }  }
62    
63    /* end of file */

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

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