Author: nyan
Date: Sun Aug  5 14:48:55 2012
New Revision: 239069
URL: http://svn.freebsd.org/changeset/base/239069

Log:
  Reduce diffs against i386.

Modified:
  head/sys/boot/pc98/cdboot/cdboot.S
  head/sys/boot/pc98/libpc98/Makefile

Modified: head/sys/boot/pc98/cdboot/cdboot.S
==============================================================================
--- head/sys/boot/pc98/cdboot/cdboot.S  Sun Aug  5 14:48:28 2012        
(r239068)
+++ head/sys/boot/pc98/cdboot/cdboot.S  Sun Aug  5 14:48:55 2012        
(r239069)
@@ -30,14 +30,14 @@
 
 # $FreeBSD$
 
-#include <bootargs.h>
-
 #
 # Basically, we first create a set of boot arguments to pass to the loaded
 # binary.  Then we attempt to load /boot/loader from the CD we were booted
 # off of. 
 #
 
+#include <bootargs.h>
+
 #
 # Memory locations.
 #

Modified: head/sys/boot/pc98/libpc98/Makefile
==============================================================================
--- head/sys/boot/pc98/libpc98/Makefile Sun Aug  5 14:48:28 2012        
(r239068)
+++ head/sys/boot/pc98/libpc98/Makefile Sun Aug  5 14:48:55 2012        
(r239069)
@@ -37,7 +37,8 @@ CFLAGS+= -DTERM_EMU
 # XXX: make alloca() useable
 CFLAGS+= -Dalloca=__builtin_alloca
 
-CFLAGS+=       -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
+CFLAGS+=       -I${.CURDIR}/../../common \
+               -I${.CURDIR}/../btx/lib \
                -I${.CURDIR}/../../i386/libi386 \
                -I${.CURDIR}/../../.. -I.
 # the location of libstand
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to