[Libsysio-commit] HEAD: libsysio/include sysio.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-10-21 14:51:55
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1:/tmp/cvs-serv24724/include Modified Files: sysio.h Log Message: Hmmm. Make statvfs/statvfs64 work again. Index: sysio.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/sysio.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -b -B -p -r1.11 -r1.12 --- sysio.h 21 Oct 2003 13:27:43 -0000 1.11 +++ sysio.h 21 Oct 2003 13:38:47 -0000 1.12 @@ -125,6 +125,7 @@ struct stat; #define INTNL_STATVFS_IS_NATURAL 1 #endif struct statvfs; +struct intnl_statvfs; #endif struct iovec; |