diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-20 10:12:01 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-04-20 10:12:01 +0000 |
commit | cf60276eda0abd3fbd857e89963c21c8158b330e (patch) | |
tree | fe66b4889da6eeacd7126c2bcc14e55b73debc77 /sys/dev/usb/files.usb | |
parent | 6441d0775e63df383c38c49aeaa0857bb6753460 (diff) |
- remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCF
idom in udcf.c
- declare t1 to t7 as static to prevent the risk of name clashes
- add two missing function prototypes
help and ok miod@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index a13a3e48c66..dea7adc80fc 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.53 2006/04/19 21:12:49 mbalmer Exp $ +# $OpenBSD: files.usb,v 1.54 2006/04/20 10:12:00 mbalmer Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -99,7 +99,7 @@ file dev/usb/umass_scsi.c umass & (scsibus | atapiscsi) # Gude Expert mouseCLOCK DCF77 time signal station receiver device udcf attach udcf at uhub -file dev/usb/udcf.c udcf needs-flag +file dev/usb/udcf.c udcf # Diamond Multimedia Rio 500 device urio |