diff options
author | joe <joe@FreeBSD.org> | 2003-07-14 20:19:21 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-07-14 20:19:21 +0000 |
commit | 978493a28115fbd966965aee4d2d5cff12f6329e (patch) | |
tree | 823e47850afa453581e13bcebde53e16927973ac /sys/dev/usb/ucom.c | |
parent | 40628b2c0bfcef18cbde784b53a124bb41d68416 (diff) | |
download | FreeBSD-src-978493a28115fbd966965aee4d2d5cff12f6329e.zip FreeBSD-src-978493a28115fbd966965aee4d2d5cff12f6329e.tar.gz |
Make note that we already have these NetBSD patches.
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r-- | sys/dev/usb/ucom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index fbd49ee..4e2b2fb 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -1,4 +1,4 @@ -/* $NetBSD: ucom.c,v 1.39 2001/08/16 22:31:24 augustss Exp $ */ +/* $NetBSD: ucom.c,v 1.40 2001/11/13 06:24:54 lukem Exp $ */ /* $FreeBSD$ */ /*- |