summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-12-14 06:40:04 +0000
committerkensmith <kensmith@FreeBSD.org>2008-12-14 06:40:04 +0000
commit3d479167c5e2fbfd86505a5c2aeedda62323cc7d (patch)
treeda6bb977f700119a51d5c4020347bd10a51daeed /usr.sbin/sysinstall/main.c
parentb49ff9470f7dbb22bdaf2559126968d5394d4c9f (diff)
downloadFreeBSD-src-3d479167c5e2fbfd86505a5c2aeedda62323cc7d.zip
FreeBSD-src-3d479167c5e2fbfd86505a5c2aeedda62323cc7d.tar.gz
Clean out the remaining alpha-isms.
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index abea76c..2920380 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -198,7 +198,7 @@ main(int argc, char **argv)
choice = scroll = curr = max = 0;
dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);
if (getpid() != 1
-#if defined(__alpha__) || defined(__sparc64__)
+#if defined(__sparc64__)
|| !msgNoYes("Are you sure you wish to exit? The system will halt.")
#else
|| !msgNoYes("Are you sure you wish to exit? The system will reboot\n"
OpenPOWER on IntegriCloud