[BACK]Return to port_after.h.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / dist / bind / lib / bind

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/dist/bind/lib/bind/Attic/port_after.h.in between version 1.1.1.4 and 1.1.1.4.6.1

version 1.1.1.4, 2005/12/21 23:15:17 version 1.1.1.4.6.1, 2007/06/03 17:22:49
Line 5 
Line 5 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/param.h>  #include <sys/param.h>
   #include <sys/time.h>
 #if (!defined(BSD)) || (BSD < 199306)  #if (!defined(BSD)) || (BSD < 199306)
 #include <sys/bitypes.h>  #include <sys/bitypes.h>
 #endif  #endif
 #ifdef HAVE_INTTYPES_H  #ifdef HAVE_INTTYPES_H
 #include <inttypes.h>  #include <inttypes.h>
 #endif  #endif
   #ifdef HAVE_SYS_SELECT_H
   #include <sys/select.h>
   #endif /* HAVE_SYS_SELECT_H */
   
 @NEED_PSELECT@  @NEED_PSELECT@
 @HAVE_SA_LEN@  @HAVE_SA_LEN@

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.4.6.1

CVSweb <webmaster@jp.NetBSD.org>