artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f3e37
)
include machine/param.h before machine.asm.h because uhm alpha.
author
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 17:47:33 +0000
(17:47 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 17:47:33 +0000
(17:47 +0000)
sys/conf/makegap.sh
patch
|
blob
|
history
diff --git
a/sys/conf/makegap.sh
b/sys/conf/makegap.sh
index
3a9db58
..
da50aa6
100644
(file)
--- a/
sys/conf/makegap.sh
+++ b/
sys/conf/makegap.sh
@@
-3,8
+3,8
@@
PADBYTE=$1
cat << __EOF__
-#include <machine/asm.h>
#include <machine/param.h>
+#include <machine/asm.h>
.text
.balign PAGE_SIZE, $PADBYTE