Date: Wed, 10 Mar 2004 04:41:11 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio ungetc.c Message-ID: <200403101241.i2ACfBIl041041@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/03/10 04:41:11 PST FreeBSD src repository Modified files: lib/libc/stdio ungetc.c Log: Set stream orientation in ungetc() instead of __ungetc(). This avoids setting it redundantly when called from ungetwc(), vfscanf() etc., which already set the orientation. Revision Changes Path 1.16 +1 -2 src/lib/libc/stdio/ungetc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403101241.i2ACfBIl041041>