[BACK]Return to includes.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/includes.h between version 1.2 and 1.3

version 1.2, 1999/09/29 12:59:13 version 1.3, 1999/09/29 18:16:19
Line 56 
Line 56 
 #if defined(bsd_44) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__PARAGON__)  #if defined(bsd_44) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__PARAGON__)
 #include <sys/param.h>  #include <sys/param.h>
 #include <machine/endian.h>  #include <machine/endian.h>
   #include <netgroup.h>
 #endif  #endif
 #if defined(linux)  #if defined(linux)
 #include <endian.h>  #include <endian.h>
Line 68 
Line 69 
 #include <fcntl.h>  #include <fcntl.h>
 #include <assert.h>  #include <assert.h>
 #include <signal.h>  #include <signal.h>
   
 #ifdef sparc  
 #undef HAVE_SYS_IOCTL_H  
 #endif  
   
 #ifdef HAVE_SYS_IOCTL_H  #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>  #include <sys/ioctl.h>

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