db9ecb9918
fixes PR pkg/47820
15 lines
401 B
Text
15 lines
401 B
Text
$NetBSD: patch-configure,v 1.1 2013/05/19 07:09:51 obache Exp $
|
|
|
|
* use the header file really used in util.
|
|
|
|
--- configure.orig 2013-05-19 04:32:55.000000000 +0000
|
|
+++ configure
|
|
@@ -18182,7 +18182,7 @@ $as_echo_n "checking for inb... " >&6; }
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
-#include "util/AsmMacros.h"
|
|
+#include "util/iopl.h"
|
|
|
|
int main() {
|
|
int x = inb(0);
|