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:
parent
e9b61ea0fd
commit
2925899ae9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53694
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user