Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libumass unhook umass_isdata.c from here too



details:   https://anonhg.NetBSD.org/src/rev/a36aef103ccd
branches:  trunk
changeset: 930748:a36aef103ccd
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Apr 13 11:27:22 2020 +0000

description:
unhook umass_isdata.c from here too

diffstat:

 sys/rump/dev/lib/libumass/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3f57324394c -r a36aef103ccd sys/rump/dev/lib/libumass/Makefile
--- a/sys/rump/dev/lib/libumass/Makefile        Mon Apr 13 11:17:27 2020 +0000
+++ b/sys/rump/dev/lib/libumass/Makefile        Mon Apr 13 11:27:22 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2015/10/19 16:16:34 pooka Exp $
+#      $NetBSD: Makefile,v 1.11 2020/04/13 11:27:22 jdolecek Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/usb
@@ -9,7 +9,7 @@
 IOCONF=        UMASS.ioconf
 
 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
-SRCS=  umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
+SRCS=  umass.c umass_quirks.c umass_scsipi.c
 
 SRCS+= umass_component.c
 .else



Home | Main Index | Thread Index | Old Index