mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Further unbreak powerpc & sparc64.
This commit is contained in:
parent
edec9228fa
commit
91c7875842
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209172
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user