diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/usb/ucycom.c | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sys/dev/usb/ucycom.c')
-rw-r--r-- | sys/dev/usb/ucycom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c index ecf115f97a376..fddbbd33d9751 100644 --- a/sys/dev/usb/ucycom.c +++ b/sys/dev/usb/ucycom.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/ucycom.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $ */ /* @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ucycom.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |