Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/libsa Latest change to loadfile_elf32...
details: https://anonhg.NetBSD.org/src/rev/12c41566b2cc
branches: trunk
changeset: 753041:12c41566b2cc
user: he <he%NetBSD.org@localhost>
date: Mon Mar 15 16:13:13 2010 +0000
description:
Latest change to loadfile_elf32.c grew a dependency on strncmp,
so provide that as well as part of libsa for this platform.
diffstat:
sys/arch/mvme68k/stand/libsa/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0485dfb51456 -r 12c41566b2cc sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile Mon Mar 15 15:00:58 2010 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile Mon Mar 15 16:13:13 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/12/06 13:31:17 tsutsui Exp $
+# $NetBSD: Makefile,v 1.32 2010/03/15 16:13:13 he Exp $
LIB=sa
@@ -28,7 +28,7 @@
open.c \
panic.c printf.c \
read.c \
- snprintf.c sprintf.c strerror.c subr_prf.c \
+ snprintf.c sprintf.c strerror.c strncmp.c subr_prf.c \
twiddle.c \
udp.c ufs.c
Home |
Main Index |
Thread Index |
Old Index