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/libdos Add missing functions needed by l...



details:   https://anonhg.NetBSD.org/src/rev/8d2158f6d27c
branches:  trunk
changeset: 786956:8d2158f6d27c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 24 16:04:37 2013 +0000

description:
Add missing functions needed by loadbsd.

diffstat:

 sys/arch/x68k/stand/libdos/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0144916f1dee -r 8d2158f6d27c sys/arch/x68k/stand/libdos/Makefile
--- a/sys/arch/x68k/stand/libdos/Makefile       Fri May 24 16:00:16 2013 +0000
+++ b/sys/arch/x68k/stand/libdos/Makefile       Fri May 24 16:04:37 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2013/05/24 15:35:36 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2013/05/24 16:04:37 christos Exp $
 
 LIB=   dos
 
@@ -42,7 +42,8 @@
        s_mal.Sc0.S s_mfree.S s_p.Scess.S retshell.S ctla.Srt.S erra.Srt.S \
        diskred.S diskred2.S diskwrt.S diskwrt2.S in.Ssflg.S super_jsr.S \
        memcpy.S.Spen_pr.S kill_pr.S get_pr.S suspend_pr.S sleep_pr.S \
-       send_pr.S time_pr.S change_pr.S
+       send_pr.S time_pr.S change_pr.S bus_err.S open.S malloc.S close.S \
+       fflush_set.S
 
 SRCS+= ${ASM}
 



Home | Main Index | Thread Index | Old Index