diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-27 19:54:57 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-27 19:54:57 +0000 |
commit | 1dad1624ba7e422be25efc3e4786b134b01353b0 (patch) | |
tree | 0a2572d465b5d92c9855630692b27b1bc0ba7733 /sys/arch/alpha/stand/OSFpal.c | |
parent | 4a14488d7c63678946c8d94c72d01460307f1b49 (diff) |
Make compilable in our env. Involved disabling ELF support,
reordering includes (due to -Wstrict-prototypes) and other -Wall goo
Diffstat (limited to 'sys/arch/alpha/stand/OSFpal.c')
-rw-r--r-- | sys/arch/alpha/stand/OSFpal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/OSFpal.c b/sys/arch/alpha/stand/OSFpal.c index 0bf89c96fd0..5a69e70d125 100644 --- a/sys/arch/alpha/stand/OSFpal.c +++ b/sys/arch/alpha/stand/OSFpal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: OSFpal.c,v 1.4 1996/10/30 22:40:27 niklas Exp $ */ +/* $OpenBSD: OSFpal.c,v 1.5 1996/11/27 19:54:45 niklas Exp $ */ /* $NetBSD: OSFpal.c,v 1.4 1996/10/13 03:00:24 christos Exp $ */ /* @@ -30,8 +30,8 @@ #include <sys/types.h> -#include <machine/prom.h> #include <machine/rpb.h> +#include <machine/prom.h> void OSFpal() |