summaryrefslogtreecommitdiff
path: root/sys/dev/lindev
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/lindev
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'sys/dev/lindev')
-rw-r--r--sys/dev/lindev/full.c2
-rw-r--r--sys/dev/lindev/lindev.c2
-rw-r--r--sys/dev/lindev/lindev.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/lindev/full.c b/sys/dev/lindev/full.c
index 294094c075d3..a6c9a3b512af 100644
--- a/sys/dev/lindev/full.c
+++ b/sys/dev/lindev/full.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/lindev/full.c,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/conf.h>
diff --git a/sys/dev/lindev/lindev.c b/sys/dev/lindev/lindev.c
index cf876042ae95..9fe657f89daf 100644
--- a/sys/dev/lindev/lindev.c
+++ b/sys/dev/lindev/lindev.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/lindev/lindev.c,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/conf.h>
diff --git a/sys/dev/lindev/lindev.h b/sys/dev/lindev/lindev.h
index 9b0be8250a02..3aa62383c412 100644
--- a/sys/dev/lindev/lindev.h
+++ b/sys/dev/lindev/lindev.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/lindev/lindev.h,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $
*/
#ifndef _DEV_LINDEV_LINDEV_H