diff options
author | phk <phk@FreeBSD.org> | 1994-11-12 05:40:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-12 05:40:28 +0000 |
commit | 72f0a6c2c9f28ecf1ee7eb7b0447b978c79e4f22 (patch) | |
tree | fa827631702e0c8ab3473d29893894c1b2c10945 /sbin/sysinstall/sysinstall.h | |
parent | 1b2b8288a57b07a3296b0b7d8d5625facf341009 (diff) | |
download | FreeBSD-src-72f0a6c2c9f28ecf1ee7eb7b0447b978c79e4f22.zip FreeBSD-src-72f0a6c2c9f28ecf1ee7eb7b0447b978c79e4f22.tar.gz |
Don't continue if we don't get a /, swap and a /usr or 80Mb in /.
Diffstat (limited to 'sbin/sysinstall/sysinstall.h')
-rw-r--r-- | sbin/sysinstall/sysinstall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/sysinstall.h b/sbin/sysinstall/sysinstall.h index 831c63a..e7575df 100644 --- a/sbin/sysinstall/sysinstall.h +++ b/sbin/sysinstall/sysinstall.h @@ -113,7 +113,7 @@ int exec __P((int magic, char *cmd, char *args, ...)); void stage0 __P((void)); /* stage1.c */ -void stage1 __P((void)); +int stage1 __P((void)); /* stage2.c */ void stage2 __P((void)); |