Prefer fseeko to fseek.
authorEric Blake <ebb9@byu.net>
Mon, 30 Apr 2007 12:00:07 +0000 (12:00 +0000)
committerEric Blake <ebb9@byu.net>
Mon, 30 Apr 2007 12:00:07 +0000 (12:00 +0000)
commit9aa4a0e39ea568b5481f100645106e1ac1d46883
tree911568d05267a48f6a486b805301d4db6bf75b97
parentf9a1fb52a9206ea32af32e5b60705a2d342fa3fc
Prefer fseeko to fseek.
* modules/getpass (Depends-on): Add fseeko.
* lib/getpass.c (getpass): Use fseeko, not fseek.
ChangeLog
lib/getpass.c
modules/getpass