diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-14 06:40:04 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-14 06:40:04 +0000 |
| commit | 6821c5f6572259e8dc55b4c1d652dfcf7eb0d0e3 (patch) | |
| tree | da6bb977f700119a51d5c4020347bd10a51daeed /usr.sbin/sysinstall/system.c | |
| parent | aa22b266434e80deb90757e341f1ef9c15f892fc (diff) | |
Clean out the remaining alpha-isms.
Notes
svn path=/head/; revision=186075
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
| -rw-r--r-- | usr.sbin/sysinstall/system.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index a5d8aa9b02cf..4ee6e4f9491a 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -190,10 +190,6 @@ systemInitialize(int argc, char **argv) setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:/usr/X11R6/bin", 1); setbuf(stdin, 0); setbuf(stderr, 0); -#ifdef __alpha__ - i = 0; - sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i)); -#endif #if 0 signal(SIGCHLD, reap_children); #endif @@ -261,7 +257,7 @@ systemShutdown(int status) if (RunningAsInit) { /* Put the console back */ ioctl(0, VT_ACTIVATE, 2); -#if defined(__alpha__) || defined(__sparc64__) +#if defined(__sparc64__) reboot(RB_HALT); #else reboot(RB_AUTOBOOT); |
