patch-unix_unxcfg_h 426 B

123456789101112131415
  1. $OpenBSD: patch-unix_unxcfg_h,v 1.1 2013/12/03 21:18:50 naddy Exp $
  2. --- unix/unxcfg.h.orig Thu Apr 16 20:36:12 2009
  3. +++ unix/unxcfg.h Tue Dec 3 22:06:23 2013
  4. @@ -111,7 +111,9 @@ typedef struct stat z_stat;
  5. #ifdef BSD
  6. # include <sys/time.h>
  7. -# include <sys/timeb.h>
  8. +# ifndef BSD4_4
  9. +# include <sys/timeb.h>
  10. +# endif
  11. # if (defined(_AIX) || defined(__GLIBC__) || defined(__GNU__))
  12. # include <time.h>
  13. # endif