[Libsysio-commit] HEAD: libsysio/misc fhi.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-08-03 23:04:09
|
Update of /cvsroot/libsysio/libsysio/misc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23601 Modified Files: fhi.h Log Message: Bad prototype; fhi_getdirents64 is actually fhi_getdirentries64. Fixed. Index: fhi.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/misc/fhi.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -b -B -p -r1.1 -r1.2 --- fhi.h 4 Feb 2009 20:07:23 -0000 1.1 +++ fhi.h 3 Aug 2009 23:03:53 -0000 1.2 @@ -181,8 +181,7 @@ extern int SYSIO_INTERFACE_NAME(fhi_mkdi mode_t mode); extern int SYSIO_INTERFACE_NAME(fhi_rmdir)(struct file_handle_info_dirop_args *where); -extern ssize_t SYSIO_INTERFACE_NAME(fhi_getdirents64)(struct file_handle_info - *fhi, +extern ssize_t SYSIO_INTERFACE_NAME(fhi_getdirentries64)(struct file_handle_info *fhi, char *buf, size_t nbytes, off64_t |