diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1998-12-13 23:53:42 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1998-12-13 23:53:42 +0000 |
commit | db1a25dccb2053eb230311cd83e4bfe1aaf32ed9 (patch) | |
tree | f08ca86f549f990d7ed5399a56f91d89b526a336 | |
parent | 9dee5ea855ca6aba70057552f75d19834c7ff6e4 (diff) | |
download | FreeBSD-src-db1a25dccb2053eb230311cd83e4bfe1aaf32ed9.zip FreeBSD-src-db1a25dccb2053eb230311cd83e4bfe1aaf32ed9.tar.gz |
small oops on previous bug fix, it's late...
-rw-r--r-- | sys/dev/usb/usb_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 8ab5416..a18bcad 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -40,7 +40,7 @@ typedef struct device bdevice; /* base device */ /* XXX can't we put this somehow into a typedef? */ #define bdevice device_t /* base device */ - +#endif /* |