1999-07-01 18:07:44 -04:00
|
|
|
# $OpenBSD: patch-ab,v 1.6 1999/07/01 22:07:44 form Exp $
|
|
|
|
|
|
|
|
--- bsd/obsdintr.h.orig Fri Jul 2 04:26:33 1999
|
|
|
|
+++ bsd/obsdintr.h Fri Jul 2 04:26:50 1999
|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
#ifndef _OPENBSDINTR_H_
|
|
|
|
#define _OPENBSDINTR_H_
|
|
|
|
|
|
|
|
-#ifdef i386
|
|
|
|
+#ifdef __i386__
|
|
|
|
struct intrhand {
|
|
|
|
int (*ih_fun) __P((void *));
|
|
|
|
void *ih_arg;
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-#ifdef pc532
|
|
|
|
+#ifdef __pc532__
|
|
|
|
struct iv {
|
|
|
|
void (*iv_vec)();
|
|
|
|
void *iv_arg;
|