15 lines
398 B
Text
15 lines
398 B
Text
$NetBSD: patch-configure,v 1.2 2015/04/02 22:16:46 tnn Exp $
|
|
|
|
* use the header file really used in util.
|
|
|
|
--- configure.orig 2012-07-17 06:18:46.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);
|