diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-05-14 19:44:24 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-05-14 19:44:24 +0000 |
commit | 1b242a6f371e957ae7f9314ccfc1f40cb12bb5d5 (patch) | |
tree | e4d9ded0a733955a7a4b5e4265f48186bb71c652 /sys/dev/usb/ulpt.c | |
parent | 6262213c44b6c2ee99819dc35cbb09f6703926a3 (diff) | |
download | FreeBSD-src-1b242a6f371e957ae7f9314ccfc1f40cb12bb5d5.zip FreeBSD-src-1b242a6f371e957ae7f9314ccfc1f40cb12bb5d5.tar.gz |
Sync with NetBSD:
Textual changes.
Diffstat (limited to 'sys/dev/usb/ulpt.c')
-rw-r--r-- | sys/dev/usb/ulpt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index a39d3f8..6f6a185 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: ulpt.c,v 1.29 1999/11/17 23:00:50 augustss Exp $ */ +/* $NetBSD: ulpt.c,v 1.37 2000/04/27 15:26:49 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -48,7 +48,7 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/kernel.h> -#if defined(__NetBSD__) +#if defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/device.h> #include <sys/ioctl.h> #elif defined(__FreeBSD__) @@ -220,7 +220,7 @@ USB_ATTACH(ulpt) #if 0 /* - * This code is disabled because for some mysterious it causes + * This code is disabled because for some mysterious reason it causes * printing not to work. But only sometimes, and mostly with * UHCI and less often with OHCI. *sigh* */ |