Date: Tue, 8 Jun 2004 05:45:49 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fvwrite.c Message-ID: <200406080545.i585jnYc055645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2004-06-08 05:45:49 UTC FreeBSD src repository Modified files: lib/libc/stdio fvwrite.c Log: Rename cantwrite() to prepwrite(). The latter is less confusing, since the macro isn't really a predicate, and it has side-effects. Also, don't set errno if prepwrite() fails, since this is done in prepwrite() now. Revision Changes Path 1.17 +1 -4 src/lib/libc/stdio/fvwrite.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080545.i585jnYc055645>