diff options
Diffstat (limited to 'share/examples/drivers/make_device_driver.sh')
-rwxr-xr-x | share/examples/drivers/make_device_driver.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh index e8249770a07ab..f0179f5a9dc55 100755 --- a/share/examples/drivers/make_device_driver.sh +++ b/share/examples/drivers/make_device_driver.sh @@ -29,7 +29,7 @@ DONE cat >${UPPER} <<DONE # Configuration file for kernel type: ${UPPER} ident ${UPPER} -# \$Id: make_device_driver.sh,v 1.2 1997/12/30 03:23:12 julian Exp $" +# \$Id: make_device_driver.sh,v 1.3 1998/01/12 07:47:03 julian Exp $" DONE grep -v GENERIC < GENERIC >>${UPPER} @@ -45,7 +45,7 @@ cat >../isa/${1}.c <<DONE * Copyright ME * * ${1} driver - * \$Id: make_device_driver.sh,v 1.2 1997/12/30 03:23:12 julian Exp $ + * \$Id: make_device_driver.sh,v 1.3 1998/01/12 07:47:03 julian Exp $ */ |