Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Functional declaration nit. No functional ...
details: https://anonhg.NetBSD.org/src/rev/8eb066fefb1d
branches: nick-nhusb
changeset: 334556:8eb066fefb1d
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Nov 04 16:22:38 2016 +0000
description:
Functional declaration nit. No functional change.
diffstat:
sys/dev/usb/ucomvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1ac76b6c2a83 -r 8eb066fefb1d sys/dev/usb/ucomvar.h
--- a/sys/dev/usb/ucomvar.h Wed Nov 02 08:41:00 2016 +0000
+++ b/sys/dev/usb/ucomvar.h Fri Nov 04 16:22:38 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ucomvar.h,v 1.20.24.5 2016/05/30 06:54:17 skrll Exp $ */
+/* $NetBSD: ucomvar.h,v 1.20.24.6 2016/11/04 16:22:38 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -109,7 +109,7 @@
};
int ucomprint(void *, const char *);
-int ucomsubmatch(device_t t, cfdata_t, const int *, void *);
+int ucomsubmatch(device_t, cfdata_t, const int *, void *);
void ucom_status_change(struct ucom_softc *);
void ucomreadcb(struct usbd_xfer *, void *, usbd_status);
Home |
Main Index |
Thread Index |
Old Index