Date: Thu, 19 Dec 2002 01:53:26 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio perror.c Message-ID: <200212190953.gBJ9rQAS088809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/12/19 01:53:26 PST Modified files: lib/libc/stdio perror.c Log: Write the message to stderr, not file descriptor 2, so that perror() writes to the correct stream if stderr has been redirected with freopen(). Revision Changes Path 1.8 +7 -1 src/lib/libc/stdio/perror.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212190953.gBJ9rQAS088809>