Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb urio(4) was deleted



details:   https://anonhg.NetBSD.org/src/rev/2f487969c2d2
branches:  trunk
changeset: 744331:2f487969c2d2
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Jan 29 21:52:16 2020 +0000

description:
urio(4) was deleted

diffstat:

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

diffs (17 lines):

diff -r 156a98f3a224 -r 2f487969c2d2 sys/dev/usb/Makefile
--- a/sys/dev/usb/Makefile      Wed Jan 29 21:11:38 2020 +0000
+++ b/sys/dev/usb/Makefile      Wed Jan 29 21:52:16 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2018/07/31 16:44:29 khorben Exp $
+#      $NetBSD: Makefile,v 1.11 2020/01/29 21:52:16 mlelstv Exp $
 
 # use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
 # _after_ you committed usbdevs. See comment in Makefile.usbdevs
@@ -6,6 +6,6 @@
 INCSDIR= /usr/include/dev/usb
 
 # Only install includes which are used by userland
-INCS=  if_umbreg.h mbim.h ukyopon.h urio.h usb.h usbhid.h utoppy.h
+INCS=  if_umbreg.h mbim.h ukyopon.h usb.h usbhid.h utoppy.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index