aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template_msc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/template/usb_template_msc.c')
-rw-r--r--sys/dev/usb/template/usb_template_msc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c
index 5c05ffe8e289..0830d092eb59 100644
--- a/sys/dev/usb/template/usb_template_msc.c
+++ b/sys/dev/usb/template/usb_template_msc.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_msc.c,v 1.5.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $");
/*-
* Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org>