svn commit: r209172 - head/usr.sbin/sysinstall

Marcel Moolenaar marcel at FreeBSD.org
Mon Jun 14 19:39:20 UTC 2010


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,


More information about the svn-src-all mailing list