From: deraadt Date: Mon, 5 Jun 2017 17:47:33 +0000 (+0000) Subject: include machine/param.h before machine.asm.h because uhm alpha. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d212e93426015ed7e0ca9a41f5f1f06919907723;p=openbsd include machine/param.h before machine.asm.h because uhm alpha. --- diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh index 3a9db58337b..da50aa602f8 100644 --- a/sys/conf/makegap.sh +++ b/sys/conf/makegap.sh @@ -3,8 +3,8 @@ PADBYTE=$1 cat << __EOF__ -#include #include +#include .text .balign PAGE_SIZE, $PADBYTE