summaryrefslogtreecommitdiffstats
path: root/loader/init.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
commite5ee9e326e8bb91ced4509dc8a4f17d4e94fa861 (patch)
tree5f075751a71d55a7ce1f1875d88f13fea40788d1 /loader/init.c
parent0d103c4c51791893739e9c8c5991daf111922ecb (diff)
downloadanaconda-e5ee9e326e8bb91ced4509dc8a4f17d4e94fa861.tar.gz
anaconda-e5ee9e326e8bb91ced4509dc8a4f17d4e94fa861.tar.xz
anaconda-e5ee9e326e8bb91ced4509dc8a4f17d4e94fa861.zip
mount unix98 pty on alpha, fixed http/ftp crash - extra newtPopWindow()
Diffstat (limited to 'loader/init.c')
-rw-r--r--loader/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/init.c b/loader/init.c
index d225551c1..5fbf3c9a5 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -482,14 +482,12 @@ int main(int argc, char **argv) {
}
printf("done\n");
-#ifndef __alpha__
printf("mounting /dev/pts (unix98 pty) filesystem... ");
if (!testing) {
if (mount("/dev/pts", "/dev/pts", "devpts", 0, NULL))
fatal_error(1);
}
printf("done\n");
-#endif
for (i = 1; i < argc; i++)
if (!strcmp (argv[i], "serial")) {