artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7c11d
)
get __LDPGSZ def
author
niklas
<niklas@openbsd.org>
Sat, 22 Mar 1997 00:20:48 +0000
(
00:20
+0000)
committer
niklas
<niklas@openbsd.org>
Sat, 22 Mar 1997 00:20:48 +0000
(
00:20
+0000)
sys/arch/amiga/stand/boot/aout2bb/aout2bb.c
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c
b/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c
index
3ef9839
..
006faa0
100644
(file)
--- a/
sys/arch/amiga/stand/boot/aout2bb/aout2bb.c
+++ b/
sys/arch/amiga/stand/boot/aout2bb/aout2bb.c
@@
-1,5
+1,5
@@
/*
- * $OpenBSD: aout2bb.c,v 1.
1 1997/01/16 09:26
:48 niklas Exp $
+ * $OpenBSD: aout2bb.c,v 1.
2 1997/03/22 00:20
:48 niklas Exp $
* $NetBSD: aout2bb.c,v 1.2 1996/12/31 22:39:58 veego Exp $
*
* Copyright (c) 1996 Ignatios Souvatzis
@@
-45,6
+45,7
@@
#include <sys/mman.h> /* of the machine we're running on */
#include <machine/endian.h> /* of the machine we're running on */
+#include <machine/exec.h> /* TARGET */
#include <sys/exec_aout.h> /* TARGET */
#include "aout2bb.h"