Date: Fri, 5 Mar 1999 04:56:39 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fseek.3 Message-ID: <199903051256.EAA01467@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/03/05 04:56:38 PST
Modified files:
lib/libc/stdio fseek.3
Log:
The pseudocode in the synopsis didn't come close to actually
compiling, since <stdio.h> correctly doesn't declare off_t although
the pseudo-prototypes for the new fseeko() and ftello() functions
use it. Handle this like the corresponding problem for va_list
versus the vprintf() family.
Fixed some English errors.
Revision Changes Path
1.4 +6 -4 src/lib/libc/stdio/fseek.3
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?199903051256.EAA01467>
