patch-ab 727 B

12345678910111213141516171819202122232425
  1. $NetBSD: patch-ab,v 1.1.1.1 2002/07/23 12:07:45 agc Exp $
  2. --- include/isapnp/iopl.h Tue May 8 15:14:21 2001
  3. +++ include/isapnp/iopl.h Mon Jul 22 07:40:38 2002
  4. @@ -45,6 +45,12 @@
  5. #endif
  6. /****************************************************************************/
  7. +#if defined(__NetBSD__) && defined(HAVE_LIBI386)
  8. +#include <sys/types.h>
  9. +#include <machine/bus.h>
  10. +#include <machine/sysarch.h>
  11. +#include <machine/pio.h>
  12. +#else
  13. #ifdef __DJGPP__
  14. #if !defined __TURBOC__ && !defined __BORLANDC__
  15. #include <inlines/pc.h>
  16. @@ -65,6 +71,7 @@
  17. #include <sys/hw.h>
  18. #endif /* _OS2_ */
  19. #endif
  20. +#endif /* !(__NetBSD__ && HAVE_LIBI386) */
  21. /****************************************************************************/