From 91c7875842dff8c42e2a8f38937d2d8cdee13916 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 14 Jun 2010 19:39:20 +0000 Subject: [PATCH] Further unbreak powerpc & sparc64. --- usr.sbin/sysinstall/disks.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index c911ef04e17..dca6945bbf6 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,