Date: Wed, 5 Sep 2001 05:22:28 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch file.c Message-ID: <200109051222.f85CMS414529@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/09/05 05:22:28 PDT Modified files: lib/libfetch file.c Log: Use fseeko() instead of fseek() (u->offset is already an off_t), and mark some function arguments as unused. Revision Changes Path 1.13 +5 -5 src/lib/libfetch/file.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?200109051222.f85CMS414529>