Module Name:    src
Committed By:   skrll
Date:           Fri Nov  4 16:22:38 UTC 2016

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ucomvar.h

Log Message:
Functional declaration nit.  No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.20.24.5 -r1.20.24.6 src/sys/dev/usb/ucomvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ucomvar.h
diff -u src/sys/dev/usb/ucomvar.h:1.20.24.5 src/sys/dev/usb/ucomvar.h:1.20.24.6
--- src/sys/dev/usb/ucomvar.h:1.20.24.5	Mon May 30 06:54:17 2016
+++ src/sys/dev/usb/ucomvar.h	Fri Nov  4 16:22:38 2016
@@ -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 @@ struct ucom_attach_args {
 };
 
 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);
 

Reply via email to