diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 22:53:05 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 22:53:05 +0000 |
commit | f098e072bec8d5858afbf713635217ea84c7e45d (patch) | |
tree | ebf4686d1346d3fabf8898d3ab12f21b8990b762 /sysdep/unix/main.c | |
parent | 432709027680d7791b325b2c2116c658eba21c8d (diff) |
Fixed a bunch of FIXME's by removing them :)
Diffstat (limited to 'sysdep/unix/main.c')
-rw-r--r-- | sysdep/unix/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 58fffda4..c6f48936 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -385,8 +385,6 @@ main(int argc, char **argv) dmalloc_debug(0x2f03d00); #endif - setvbuf(stdout, NULL, _IONBF, 0); /* FIXME: Kill some day. */ - setvbuf(stderr, NULL, _IONBF, 0); parse_args(argc, argv); if (debug_flag == 1) log_init_debug(""); |