summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-06-14 19:39:20 +0000
committermarcel <marcel@FreeBSD.org>2010-06-14 19:39:20 +0000
commitf702a7e6bc7382df6f5db644e1f21d49284c87af (patch)
tree711ea79175214ddaadc3f3853a876f85bce7de4b /usr.sbin/sysinstall
parentabc3ca6c6012e5fd2c322e2679e9e87edfc2cb31 (diff)
downloadFreeBSD-src-f702a7e6bc7382df6f5db644e1f21d49284c87af.zip
FreeBSD-src-f702a7e6bc7382df6f5db644e1f21d49284c87af.tar.gz
Further unbreak powerpc & sparc64.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/disks.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index c911ef0..dca6945 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -215,6 +215,7 @@ print_command_summary(void)
mvprintw(21, 0, "Use F1 or ? to get more help, arrow keys to select.");
move(0, 0);
}
+#endif /* WITH_SLICES */
#if !defined(__ia64__)
static u_char *
@@ -249,8 +250,9 @@ bootalloc(char *name, size_t *size)
msgDebug("bootalloc: can't stat %s\n", buf);
return NULL;
}
-#endif
+#endif /* !defined(__ia64__) */
+#ifdef WITH_SLICES
#ifdef PC98
static void
getBootMgr(char *dname, u_char **bootipl, size_t *bootipl_size,
OpenPOWER on IntegriCloud