[Libsysio-commit] HEAD: libsysio/src Makefile.am statvfs64.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-10-21 16:51:25
|
Update of /cvsroot/libsysio/libsysio/src In directory sc8-pr-cvs1:/tmp/cvs-serv24724/src Modified Files: Makefile.am statvfs64.c Log Message: Hmmm. Make statvfs/statvfs64 work again. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -b -B -p -r1.8 -r1.9 --- Makefile.am 27 Sep 2003 19:42:02 -0000 1.8 +++ Makefile.am 21 Oct 2003 13:38:47 -0000 1.9 @@ -3,7 +3,8 @@ lib_LIBRARIES = libsysio.a libsysio_a_SOURCES = chdir.c chmod.c chown.c dev.c dup.c fcntl.c file.c fs.c \ fsync.c getdirentries.c init.c inode.c ioctl.c ioctx.c iowait.c \ link.c lseek.c mkdir.c mknod.c mount.c namei.c open.c read.c rename.c \ - rmdir.c stat.c stat64.c statvfs.c symlink.c truncate.c unlink.c \ + rmdir.c stat.c stat64.c statvfs.c statvfs64.c symlink.c truncate.c \ + unlink.c \ utime.c write.c access.c include $(top_srcdir)/Rules.make Index: statvfs64.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/statvfs64.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -b -B -p -r1.4 -r1.5 --- statvfs64.c 10 Oct 2003 18:50:31 -0000 1.4 +++ statvfs64.c 21 Oct 2003 13:38:47 -0000 1.5 @@ -76,7 +76,7 @@ out: } int -fstatvfs(int fd, struct statvfs64 *buf) +fstatvfs64(int fd, struct statvfs64 *buf) { int err; struct file *filp; |