Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 19:39:20 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209172 - head/usr.sbin/sysinstall
Message-ID:  <201006141939.o5EJdKdk049798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Mon Jun 14 19:39:20 2010
New Revision: 209172
URL: http://svn.freebsd.org/changeset/base/209172

Log:
  Further unbreak powerpc & sparc64.

Modified:
  head/usr.sbin/sysinstall/disks.c

Modified: head/usr.sbin/sysinstall/disks.c
==============================================================================
--- head/usr.sbin/sysinstall/disks.c	Mon Jun 14 19:10:30 2010	(r209171)
+++ head/usr.sbin/sysinstall/disks.c	Mon Jun 14 19:39:20 2010	(r209172)
@@ -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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006141939.o5EJdKdk049798>