diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1999-06-01 17:54:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1999-06-01 17:54:33 +0000 |
commit | 4250454a54849b9eebc218dc55bb385295511485 (patch) | |
tree | a738cd5f99db4f5bf4d1eaa31565a89588a35187 /sys/compat/ultrix/ultrix_misc.c | |
parent | 4309307225f09098de013c97346c43afcb9edced (diff) |
Fix some mips -> __mips__ stuff.
Diffstat (limited to 'sys/compat/ultrix/ultrix_misc.c')
-rw-r--r-- | sys/compat/ultrix/ultrix_misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/ultrix/ultrix_misc.c b/sys/compat/ultrix/ultrix_misc.c index b616414ab04..b09bfd6cb9c 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.13 1998/01/05 03:15:22 deraadt Exp $ */ +/* $OpenBSD: ultrix_misc.c,v 1.14 1999/06/01 17:54:32 pefo Exp $ */ /* $NetBSD: ultrix_misc.c,v 1.23 1996/04/07 17:23:04 jonathan Exp $ */ /* @@ -134,9 +134,9 @@ extern char *ultrix_syscallnames[]; /* * Select the appropriate setregs callback for the target architecture. */ -#ifdef mips +#ifdef __mips__ #define ULTRIX_EXEC_SETREGS cpu_exec_ecoff_setregs -#endif /* mips */ +#endif /* __mips__ */ #ifdef vax #define ULTRIX_EXEC_SETREGS setregs |