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
3 changed files with 3 additions and 3 deletions

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) {