Module Name:    src
Committed By:   christos
Date:           Thu Nov  4 14:08:31 UTC 2010

Modified Files:
        src/sys/dev/usb: if_otus.c

Log Message:
more static


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/if_otus.c

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/if_otus.c
diff -u src/sys/dev/usb/if_otus.c:1.6 src/sys/dev/usb/if_otus.c:1.7
--- src/sys/dev/usb/if_otus.c:1.6	Thu Nov  4 09:21:08 2010
+++ src/sys/dev/usb/if_otus.c	Thu Nov  4 10:08:31 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_otus.c,v 1.6 2010/11/04 13:21:08 christos Exp $	*/
+/*	$NetBSD: if_otus.c,v 1.7 2010/11/04 14:08:31 christos Exp $	*/
 /*	$OpenBSD: if_otus.c,v 1.18 2010/08/27 17:08:00 jsg Exp $	*/
 
 /*-
@@ -636,7 +636,7 @@
 	usbd_add_drv_event(USB_EVENT_DRIVER_ATTACH, sc->sc_udev, sc->sc_dev);
 }
 
-int
+Static int
 otus_detach(device_t self, int flags)
 {
 	struct otus_softc *sc = device_private(self);

Reply via email to