From c2b811d1053445766f82962e7010747b97d11155 Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 26 Oct 2021 20:44:29 -0300 Subject: [PATCH] Updated version information in init --- src/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/init.c b/src/init.c index 16d45c3..8614282 100644 --- a/src/init.c +++ b/src/init.c @@ -13,7 +13,7 @@ Version information is not placed in the top-level Makefile by default */ #ifndef VERSION -#define VERSION "2.94" +#define VERSION "3.01" #endif /* * This file is part of the sysvinit suite, @@ -1525,8 +1525,6 @@ void read_inittab(void) } fclose(fp_tab); /* do some checks */ - if( buf == NULL ) - continue; if( strlen( p ) == 0 ) continue; } /* end of readdir, all is done */