diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/usb/misc | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/dev/usb/misc')
| -rw-r--r-- | sys/dev/usb/misc/udbp.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/misc/udbp.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/misc/ufm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/misc/udbp.c b/sys/dev/usb/misc/udbp.c index 7e3a4b1c8eb8..fdf22e51ed4b 100644 --- a/sys/dev/usb/misc/udbp.c +++ b/sys/dev/usb/misc/udbp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/misc/udbp.c,v 1.10.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* Driver for arbitrary double bulk pipe devices. * The driver assumes that there will be the same driver on the other side. diff --git a/sys/dev/usb/misc/udbp.h b/sys/dev/usb/misc/udbp.h index e6fd85326152..64c4b23374d8 100644 --- a/sys/dev/usb/misc/udbp.h +++ b/sys/dev/usb/misc/udbp.h @@ -34,7 +34,7 @@ * This file was derived from src/sys/netgraph/ng_sample.h, revision 1.1 * written by Julian Elischer, Whistle Communications. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/misc/udbp.h,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _NETGRAPH_UDBP_H_ diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c index 5889dafe9597..aaa4579dc31d 100644 --- a/sys/dev/usb/misc/ufm.c +++ b/sys/dev/usb/misc/ufm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/misc/ufm.c,v 1.8.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/stdint.h> |
