diff options
author | 2014-03-11 10:24:42 +0000 | |
---|---|---|
committer | 2014-03-11 10:24:42 +0000 | |
commit | d66649df7605bfbd4672ce30f5101e153ad0d070 (patch) | |
tree | b74ed9627587c00ee62f39cf7ebd68f2eabba8cf /sys/dev/usb/uhub.c | |
parent | Match bwrite()'s prototype with write()'s, zapping a lint comment (diff) | |
download | wireguard-openbsd-d66649df7605bfbd4672ce30f5101e153ad0d070.tar.xz wireguard-openbsd-d66649df7605bfbd4672ce30f5101e153ad0d070.zip |
Kill dead links.
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r-- | sys/dev/usb/uhub.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index a0b1df5f204..2ef5e6f8d9e 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhub.c,v 1.65 2014/03/08 11:52:02 mpi Exp $ */ +/* $OpenBSD: uhub.c,v 1.66 2014/03/11 10:24:42 mpi Exp $ */ /* $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */ @@ -32,10 +32,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* - * USB spec: http://www.usb.org/developers/docs/usbspec.zip - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |