Date: Thu, 14 Jan 2010 08:08:55 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen pututxline.c Message-ID: <201001140809.o0E898Lp009090@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2010-01-14 08:08:55 UTC
FreeBSD src repository
Modified files:
lib/libc/gen pututxline.c
Log:
SVN rev 202277 on 2010-01-14 08:08:55Z by ed
Don't use fseeko() to obtain the file offset.
I was a bit confused with lseek(), which returns the new offset. We
should ftello() to obtain it using stdio.
Revision Changes Path
1.2 +1 -1 src/lib/libc/gen/pututxline.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001140809.o0E898Lp009090>
