patch-src_rx_rx_lwp_c 367 B

12345678910
  1. --- openafs-1.6.5.orig/src/rx/rx_lwp.c 2013-07-18 00:10:42.000000000 +0200
  2. +++ openafs-1.6.5/src/rx/rx_lwp.c 2013-09-14 15:12:45.580963823 +0200
  3. @@ -28,6 +28,7 @@
  4. #ifdef AFS_NT40_ENV
  5. # include <winsock2.h>
  6. #else
  7. +# include <fcntl.h>
  8. # include <unistd.h> /* select() prototype */
  9. # include <sys/time.h> /* struct timeval, select() prototype */
  10. # ifndef FD_SET