Use ftello() and fseeko() instead of ftell() and fseek() everywhere.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 03:09:55 +0000 (20:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 May 2010 03:09:55 +0000 (20:09 -0700)
commit9389f9870643a519cf69b84a9388a0a40315d903
treed48c167d9fc12609d8e67f09886731c8fab6a1f4
parentc5ad65b0351ab1d897eb072eeaec06fb37802b01
Use ftello() and fseeko() instead of ftell() and fseek() everywhere.

Newer versions of glibc give annoying warnings on uses of ftell() and
fseek(), so use ftello() and fseeko() instead.
src/data/por-file-reader.c
src/data/sys-file-reader.c
src/data/sys-file-writer.c
src/language/stats/flip.c
src/libpspp/zip-writer.c
tests/dissect-sysfile.c