summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-07-27 21:29:53 +0000
committermiod <miod@openbsd.org>2001-07-27 21:29:53 +0000
commit23cedef4e3b962355c0f641a55b5a5f2bf2b12ea (patch)
treefee4da8af33a313e276d054b8bd18fd8fcd51bbb
parentWall cleanup (diff)
downloadwireguard-openbsd-23cedef4e3b962355c0f641a55b5a5f2bf2b12ea.tar.xz
wireguard-openbsd-23cedef4e3b962355c0f641a55b5a5f2bf2b12ea.zip
#ifdef vax -> #ifdef __vax__
-rw-r--r--sys/compat/ultrix/ultrix_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/ultrix/ultrix_misc.c b/sys/compat/ultrix/ultrix_misc.c
index 7e8f7c560f7..de70e550b4c 100644
--- a/sys/compat/ultrix/ultrix_misc.c
+++ b/sys/compat/ultrix/ultrix_misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ultrix_misc.c,v 1.18 2001/05/16 12:50:21 ho Exp $ */
+/* $OpenBSD: ultrix_misc.c,v 1.19 2001/07/27 21:29:53 miod Exp $ */
/* $NetBSD: ultrix_misc.c,v 1.23 1996/04/07 17:23:04 jonathan Exp $ */
/*
@@ -140,9 +140,9 @@ extern char *ultrix_syscallnames[];
#define ULTRIX_EXEC_SETREGS cpu_exec_ecoff_setregs
#endif /* __mips__ */
-#ifdef vax
+#ifdef __vax__
#define ULTRIX_EXEC_SETREGS setregs
-#endif /* mips */
+#endif /* __vax__ */
extern void ULTRIX_EXEC_SETREGS __P((struct proc *, struct exec_package *,