diff options
author | joe <joe@FreeBSD.org> | 2002-04-01 19:01:09 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-01 19:01:09 +0000 |
commit | a8d3735e783f4868ca88798e06562b03b1b40889 (patch) | |
tree | d9614a6fb3db536a4bc7970f0ab71d93744e3cfa /sys/dev/usb/ohci.c | |
parent | 97a1f83469897fc068d90a42aca2c79a7191cbd7 (diff) | |
download | FreeBSD-src-a8d3735e783f4868ca88798e06562b03b1b40889.zip FreeBSD-src-a8d3735e783f4868ca88798e06562b03b1b40889.tar.gz |
Use ANSI prototypes and declarations.
Update $NetBSD$ idents to better reflect reality.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 21d8c60..2b068de 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci.c,v 1.90 2000/05/08 18:28:46 thorpej Exp $ */ +/* $NetBSD: ohci.c,v 1.91 2000/06/01 14:28:58 augustss Exp $ */ /* $FreeBSD$ */ /* |