Cosmetic changes.
Approved-by: jkh
This commit is contained in:
parent
292eeb7939
commit
b12d30efe5
@ -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 [] =
|
||||
{ "
|
||||
|
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user