Update of /cvsroot/libsysio/libsysio/src
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25226
Modified Files:
Tag: unification
statvfs.c
Log Message:
ENTER call fn name typo
Index: statvfs.c
===================================================================
RCS file: /cvsroot/libsysio/libsysio/src/statvfs.c,v
retrieving revision 1.12.10.2
retrieving revision 1.12.10.3
diff -u -w -b -B -p -r1.12.10.2 -r1.12.10.3
--- statvfs.c 10 Apr 2007 21:25:31 -0000 1.12.10.2
+++ statvfs.c 19 Apr 2007 22:14:13 -0000 1.12.10.3
@@ -126,7 +126,7 @@ SYSIO_INTERFACE_NAME(fstatvfs)(int fd, s
#endif
SYSIO_INTERFACE_DISPLAY_BLOCK;
- SYSIO_INTERFACE_ENTER(statvfs, fd);
+ SYSIO_INTERFACE_ENTER(fstatvfs, fd);
err = 0;
filp = _sysio_fd_find(fd);
if (!filp) {
|