Cosmetic changes.

Approved-by:	jkh
This commit is contained in:
Greg Lehey 2000-02-29 06:07:01 +00:00
parent eb76ec8076
commit cb357bf915
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57588
2 changed files with 7 additions and 6 deletions

View File

@ -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 [] =
{ "

View File

@ -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[] =
{