mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
revert r308465: c++filt: flush output after newline
The ELF Tool Chain update to r3520 uses setvbuf to set line buffering. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a80379c6d9
commit
42a4fda284
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ main(int argc, char **argv)
|
|||
if (c == EOF)
|
||||
break;
|
||||
putchar(c);
|
||||
if (c == '\n')
|
||||
fflush(stdout);
|
||||
} else {
|
||||
if ((size_t) p >= sizeof(buf) - 1)
|
||||
warnx("buffer overflowed");
|
||||
|
|
|
|||
Loading…
Reference in a new issue