Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/amiga/stand/bootblock/boot Pull up revision 1....
details: https://anonhg.NetBSD.org/src/rev/dd52bd737826
branches: netbsd-1-5
changeset: 492726:dd52bd737826
user: he <he%NetBSD.org@localhost>
date: Sat Feb 09 17:35:23 2002 +0000
description:
Pull up revision 1.23 (requested by mhitch):
Add a left-shift routine needed by lib/libsa/ufs.c due to changes
in fs.h.
diffstat:
sys/arch/amiga/stand/bootblock/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a28275725c90 -r dd52bd737826 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile Sat Feb 09 17:35:07 2002 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile Sat Feb 09 17:35:23 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20.4.1 2000/09/19 18:15:11 is Exp $
+# $NetBSD: Makefile,v 1.20.4.2 2002/02/09 17:35:23 he Exp $
### what we need:
@@ -21,7 +21,7 @@
COBJS+= lseek.o open.o read.o close.o dev.o errno.o
COBJS+= ufs.o
-SOBJS = alloc.o ashrdi3.o bcopy.o muldi3.o printf.o startit.o
+SOBJS = alloc.o ashrdi3.o ashldi3.o bcopy.o muldi3.o printf.o startit.o
SOBJS += strlen.o strcmp.o
SOBJS += libstubs.o
Home |
Main Index |
Thread Index |
Old Index