summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-02-29 06:07:01 +0000
committergrog <grog@FreeBSD.org>2000-02-29 06:07:01 +0000
commitf7059144cdffe92f6c186e0b3bc75338c0da9997 (patch)
tree0965741c2e3f51ee87ae2dc8712c51629c32e8d2 /sys/dev
parentd18f009a9d9a9206692244f6159cbfcf728764f3 (diff)
downloadFreeBSD-src-f7059144cdffe92f6c186e0b3bc75338c0da9997.zip
FreeBSD-src-f7059144cdffe92f6c186e0b3bc75338c0da9997.tar.gz
Cosmetic changes.
Approved-by: jkh
Diffstat (limited to 'sys/dev')
-rwxr-xr-xsys/dev/vinum/makestatetext8
-rw-r--r--sys/dev/vinum/statetexts.h5
2 files changed, 7 insertions, 6 deletions
diff --git a/sys/dev/vinum/makestatetext b/sys/dev/vinum/makestatetext
index 3cb709c..c5a7da2 100755
--- a/sys/dev/vinum/makestatetext
+++ b/sys/dev/vinum/makestatetext
@@ -1,9 +1,12 @@
#!/bin/sh
# Make statetexts.h from vinumstate.h
# $FreeBSD$
+# $Id: makestatetext,v 1.7 1999/12/29 07:24:54 grog Exp grog $
infile=vinumstate.h
ofile=statetexts.h
-cat > $ofile <<FOO
+echo >$ofile "/* Created by $0 on" `date`. "Do not edit */"
+echo >>$ofile
+cat >> $ofile <<FOO
/*-
* Copyright (c) 1997, 1998
* Nan Yang Computer Services Limited. All rights reserved.
@@ -38,13 +41,10 @@ cat > $ofile <<FOO
* in contract, strict liability, or tort (including negligence or
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
- *
*/
FOO
-echo >>$ofile "/* Created by $0 on" `date`. "Do not edit */"
-echo >>$ofile
echo >>$ofile "/* Drive state texts */"
echo >>$ofile "char *drivestatetext [] =
{ "
diff --git a/sys/dev/vinum/statetexts.h b/sys/dev/vinum/statetexts.h
index 7c12804..88cfc17 100644
--- a/sys/dev/vinum/statetexts.h
+++ b/sys/dev/vinum/statetexts.h
@@ -1,3 +1,5 @@
+/* Created by ./makestatetext on Wed Jan 5 10:05:30 CST 2000. Do not edit */
+
/*-
* Copyright (c) 1997, 1998
* Nan Yang Computer Services Limited. All rights reserved.
@@ -33,10 +35,9 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
+ * $FreeBSD$
*/
-/* Created by ./makestatetext on Sun Aug 15 10:34:15 CST 1999. Do not edit */
-
/* Drive state texts */
char *drivestatetext[] =
{
OpenPOWER on IntegriCloud