From: Jon TURNEY Date: Mon, 1 Jul 2013 17:36:28 +0000 (+0100) Subject: Use setvbuf() instead of setlinebuf() X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/a10f48d2dcd24fc4211d69b388f499398891c577?ds=sidebyside;hp=a10f48d2dcd24fc4211d69b388f499398891c577 Use setvbuf() instead of setlinebuf() setlinebuf() added in commit bcfa9123b41da8048450ed27aaeffff17b8eee99 is not in SuS v3, use the exactly equivalent C89 setvbuf() invocation for portability Signed-off-by: Jon TURNEY Signed-off-by: Peter Hutterer ---