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 da0e522a3ebf..6a78c088ca18 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.5 1999/03/19 00:33:31 msmith Exp $" +# \$Id: make_device_driver.sh,v 1.4.2.1 1999/03/19 00:38:00 msmith 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.5 1999/03/19 00:33:31 msmith Exp $ + * \$Id: make_device_driver.sh,v 1.4.2.1 1999/03/19 00:38:00 msmith Exp $ */ |
