Set output to line buffered.

This commit is contained in:
hjp 2003-08-26 17:47:32 +00:00
parent 590f489d1f
commit 73952330cb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ int main(int argc, char **argv) {
cmnd = argv[0]; cmnd = argv[0];
setlinebuf(stdout);
while ((c = getopt(argc, argv, "u")) != EOF) { while ((c = getopt(argc, argv, "u")) != EOF) {
switch (c) { switch (c) {
case 'u': case 'u':