]> Zhao Yanbai Git Server - minix.git/commitdiff
statvfs/fstatvfs entries.
authorBen Gras <ben@minix3.org>
Wed, 23 Jun 2010 23:56:36 +0000 (23:56 +0000)
committerBen Gras <ben@minix3.org>
Wed, 23 Jun 2010 23:56:36 +0000 (23:56 +0000)
servers/hgfs/table.c
servers/iso9660fs/table.c
servers/mfs/table.c
servers/pfs/table.c

index 17f0c3fca6ab99c6aac9453fe8008667edec60ed..9db3dbfc5b778f2120d4ae0ea00f70346533b17b 100644 (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": */
index 87f0cf125cdd53ee431cd803b3de30b6c5a58f3c..8767c31495d743dc6cd984b2c28eca6fd93c223e 100644 (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 */
 };
index 8d733095b4fef3a714a2f8cba9733a5e92587a26..d9f99874dbee8dbf3de7fa7944f2a122d83fd59b 100644 (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 */
 };
 
index da3e03ccf9ce18df23fb18c67d43a69486a7e2b6..110d02250c9ba423cc597b0e91486a2c7d653fb8 100644 (file)
@@ -42,5 +42,6 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
         fs_newnode,        /* 29  */
         no_sys,                    /* 30  */
         no_sys,                    /* 31  */
+               no_sys,             /* 32 */
 };