Updated version information in init
This commit is contained in:
parent
0b695c7e0b
commit
c2b811d105
@ -13,7 +13,7 @@
|
|||||||
Version information is not placed in the top-level Makefile by default
|
Version information is not placed in the top-level Makefile by default
|
||||||
*/
|
*/
|
||||||
#ifndef VERSION
|
#ifndef VERSION
|
||||||
#define VERSION "2.94"
|
#define VERSION "3.01"
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This file is part of the sysvinit suite,
|
* This file is part of the sysvinit suite,
|
||||||
@ -1525,8 +1525,6 @@ void read_inittab(void)
|
|||||||
}
|
}
|
||||||
fclose(fp_tab);
|
fclose(fp_tab);
|
||||||
/* do some checks */
|
/* do some checks */
|
||||||
if( buf == NULL )
|
|
||||||
continue;
|
|
||||||
if( strlen( p ) == 0 )
|
if( strlen( p ) == 0 )
|
||||||
continue;
|
continue;
|
||||||
} /* end of readdir, all is done */
|
} /* end of readdir, all is done */
|
||||||
|
Loading…
Reference in New Issue
Block a user