aboutsummaryrefslogtreecommitdiff
path: root/share/examples/drivers/make_device_driver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/drivers/make_device_driver.sh')
-rwxr-xr-xshare/examples/drivers/make_device_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh
index 2acea33d57b7..5278fe084b7f 100755
--- a/share/examples/drivers/make_device_driver.sh
+++ b/share/examples/drivers/make_device_driver.sh
@@ -20,7 +20,7 @@
# o generate foo_isa.c, foo_pci.c, foo_pccard.c, foo_cardbus.c, and foovar.h
# o Put pccard stuff in here.
#
-# $FreeBSD$"
+# $FreeBSD: src/share/examples/drivers/make_device_driver.sh,v 1.24.8.1 2009/04/15 03:14:26 kensmith Exp $"
#
#
if [ "X${1}" = "X" ]; then