diff options
author | jkh <jkh@FreeBSD.org> | 1999-11-25 17:56:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-11-25 17:56:00 +0000 |
commit | 4edd65bbda42c7b2b0124b4f7bbaf38006a86842 (patch) | |
tree | 3534d03ca2df7866c4bae86a54613b9d1a89a64c /usr.sbin | |
parent | edb014178dc2becbad775401b190809c5530785e (diff) | |
download | FreeBSD-src-4edd65bbda42c7b2b0124b4f7bbaf38006a86842.zip FreeBSD-src-4edd65bbda42c7b2b0124b4f7bbaf38006a86842.tar.gz |
minor bugfix to loader.conf code.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 82a5622..4bd986d 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -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) { diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 82a5622..4bd986d 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -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) { |