statvfs/fstatvfs entries.

This commit is contained in:
Ben Gras 2010-06-23 23:56:36 +00:00
parent fc01683584
commit 13b5dd4a82
4 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,7 @@ PUBLIC _PROTOTYPE( int (*call_vec[]), (void) ) = {
no_sys, /* 29 newnode */
no_sys, /* 30 rdlink */
do_getdents, /* 31 getdents */
no_sys, /* 32 statvfs */
};
/* This should not fail with "array size is negative": */

View file

@ -40,4 +40,5 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
no_sys, /* 52: not used */
no_sys, /* 53: not used */
fs_getdents, /* 54 */
no_sys, /* 32 */
};

View file

@ -44,5 +44,6 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
no_sys, /* 29 */ /* Was: fs_newnode */
fs_rdlink, /* 30 */
fs_getdents, /* 31 */
no_sys, /* 32 */
};

View file

@ -42,5 +42,6 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
fs_newnode, /* 29 */
no_sys, /* 30 */
no_sys, /* 31 */
no_sys, /* 32 */
};