summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 3a75e9d..8c07585 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.25 1995/05/20 23:33:14 phk Exp $
+ * $Id: system.c,v 1.26 1995/05/21 01:56:03 phk Exp $
*
* Jordan Hubbard
*
@@ -74,7 +74,6 @@ systemInitialize(int argc, char **argv)
setlogin("root");
setenv("PATH", "/stand:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin", 1);
setbuf(stdin, 0);
- setbuf(stdout, 0);
setbuf(stderr, 0);
}
OpenPOWER on IntegriCloud