OSDN Git Service

ChangeLog, getsize.c, llseek.c, unix_io.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 25 May 2000 23:31:54 +0000 (23:31 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 25 May 2000 23:31:54 +0000 (23:31 +0000)
commitdc5f68cad3c8ee4c583acf9afbfdb7354cd3d6af
tree95bae2b37db25d88efd21b8cb90be67957b667f9
parent6928adc90ac88770e411cacb850616bf3516f165
ChangeLog, getsize.c, llseek.c, unix_io.c:
  getsize.c (ext2fs_get_device_size): Use open64() instead of open() if
  it exists.
  unix_io.c (unix_open): Use open64() instead of open() if it exists.
  llseek.c: Simplify header includes of unistd.h.  If lseek64 is
   available (and prototypes are defined) use it in preference to llseek.
lib/ext2fs/ChangeLog
lib/ext2fs/getsize.c
lib/ext2fs/llseek.c
lib/ext2fs/unix_io.c