diff options
Diffstat (limited to 'share/examples/drivers/make_device_driver.sh')
-rwxr-xr-x | share/examples/drivers/make_device_driver.sh | 2 |
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 14e3d3ba16166..df32fb3e51a00 100755 --- a/share/examples/drivers/make_device_driver.sh +++ b/share/examples/drivers/make_device_driver.sh @@ -19,7 +19,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.21 2003/10/03 19:31:55 dds Exp $" # # if [ "X${1}" = "X" ]; then |