summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-07 21:42:56 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-07 21:42:56 +0000
commit04b521065ac4c9d05dbc08c68389f79b003f9d6b (patch)
tree8ab41e419fd8177a390f72472b421fc8bb48ac8b
parent3826b147a03dab62845071058715015007d2de90 (diff)
downloadanaconda-04b521065ac4c9d05dbc08c68389f79b003f9d6b.tar.gz
anaconda-04b521065ac4c9d05dbc08c68389f79b003f9d6b.tar.xz
anaconda-04b521065ac4c9d05dbc08c68389f79b003f9d6b.zip
ermm... I don't even see how this ever worked anywhere
-rw-r--r--loader/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader/init.c b/loader/init.c
index 35a842732..b743ba1e0 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -630,12 +630,6 @@ int main(int argc, char **argv) {
if (testing)
exit(0);
- fd = open("/proc/self/0", O_RDWR, 0);
- if (fd < 0) {
- printf("failed to open /proc/self/0\n");
- fatal_error(1);
- }
-
dup2(fd, 0);
dup2(fd, 1);
dup2(fd, 2);