From owner-cvs-all Fri Mar 5 4:56:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 257481517D; Fri, 5 Mar 1999 04:56:54 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA01467; Fri, 5 Mar 1999 04:56:39 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903051256.EAA01467@freefall.freebsd.org> From: Bruce Evans Date: Fri, 5 Mar 1999 04:56:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fseek.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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