Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Use 32bit daddr_t.



details:   https://anonhg.NetBSD.org/src/rev/2037c36c57a4
branches:  trunk
changeset: 542593:2037c36c57a4
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Feb 02 07:10:54 2003 +0000

description:
Use 32bit daddr_t.

diffstat:

 sys/arch/x68k/stand/boot_ufs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55f3b98f5e85 -r 2037c36c57a4 sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile     Sun Feb 02 05:14:38 2003 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile     Sun Feb 02 07:10:54 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/03/17 16:14:30 minoura Exp $
+#      $NetBSD: Makefile,v 1.12 2003/02/02 07:10:54 isaki Exp $
 
 NOMAN=         # defined
 
@@ -40,7 +40,7 @@
 CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
 CPPFLAGS+= -DSCSI_ADHOC_BOOTPART
 #CPPFLAGS+= -DBOOT_DEBUG
-CPPFLAGS+= -DUSE_FFS -DUSE_LFS
+CPPFLAGS+= -DUSE_FFS -DUSE_LFS -D__daddr_t=int32_t
 CPPFLAGS+= -I${COMMONDIR} -I${LIBIOCS}
 AFLAGS=           ${CFLAGS:M-[ID]*}
 .if ${OBJECT_FMT} == "ELF"



Home | Main Index | Thread Index | Old Index