]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
stderr should be unbuffered by default.
authorRoy Marples <roy@marples.name>
Wed, 30 Jul 2008 21:27:48 +0000 (21:27 +0000)
committerRoy Marples <roy@marples.name>
Wed, 30 Jul 2008 21:27:48 +0000 (21:27 +0000)
dhcpcd.c

index 92813fc229e79a17f173ba6fdb1b51243bdc2253..85e99d22ae3d878b659a98fdb9d53214a7bca843 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -629,7 +629,6 @@ main(int argc, char **argv)
        closefrom(3);
        /* Saves calling fflush(stream) in the logger */
        setlinebuf(stdout);
-       setlinebuf(stderr);
        openlog(PACKAGE, LOG_PID, LOG_LOCAL0);
        setlogprefix(PACKAGE ": ");