]> The Tcpdump Group git mirrors - tcpdump/commit
Disregard setlinebuf(3), always use setvbuf(3). 1152/head
authorDenis Ovsienko <[email protected]>
Mon, 25 Mar 2024 15:02:50 +0000 (15:02 +0000)
committerDenis Ovsienko <[email protected]>
Mon, 25 Mar 2024 15:09:00 +0000 (15:09 +0000)
commita9c7cf884805b0a3ebdefd574e5a061f31c5e3fb
tree4a6960c10680c561a7e97dda95ed796c3fea0437
parent22f40323ffb03f764d8182214b070277d2ba950d
Disregard setlinebuf(3), always use setvbuf(3).

As most setlinebuf(3) man pages mention, setlinebuf() is a shorthand for
setvbuf().  The latter is in C99, but the former is not, so it is most
logical to use setvbuf() in all cases and to lose another build-time
check.
CHANGES
CMakeLists.txt
cmakeconfig.h.in
configure.ac
tcpdump.c