1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

minor bugfix to loader.conf code.

This commit is contained in:
Jordan K. Hubbard 1999-11-25 17:56:00 +00:00
parent e9b61ea0fd
commit 2925899ae9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53694
3 changed files with 3 additions and 3 deletions
release/sysinstall
usr.sbin
sade
sysinstall

View File

@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
char *cp;
int i;
FILE *fp;
int kstat;
int kstat = 1;
/* All of this is done only as init, just to be safe */
if (RunningAsInit) {

View File

@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
char *cp;
int i;
FILE *fp;
int kstat;
int kstat = 1;
/* All of this is done only as init, just to be safe */
if (RunningAsInit) {

View File

@ -733,7 +733,7 @@ installFixupBin(dialogMenuItem *self)
char *cp;
int i;
FILE *fp;
int kstat;
int kstat = 1;
/* All of this is done only as init, just to be safe */
if (RunningAsInit) {