2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mono / wrapper / genwrapper.pl
index 4a2c631f71fe500fb13b9766a0bfb7027bf67f06..15641aa59dcba3c484c5fd82ace9ffa2155e309c 100755 (executable)
@@ -25,15 +25,15 @@ if ($csmode){
    $res_struct .= "[CLSCompliant(false)]\n";
 }
 create_struct ("MonoWrapperStat", "stat",
-              "uint", "st_dev",
-              "uint", "st_mode",
-              "uint", "st_nlink",
-              "uint", "st_uid",
-              "uint", "st_gid",
-              "long", "st_size",
-              "uint", "st_atime",
-              "uint", "st_mtime",
-              "uint", "st_ctime",
+              "uint", "mst_dev",
+              "uint", "mst_mode",
+              "uint", "mst_nlink",
+              "uint", "mst_uid",
+              "uint", "mst_gid",
+              "long", "mst_size",
+              "uint", "mst_atime",
+              "uint", "mst_mtime",
+              "uint", "mst_ctime",
               );
 
 create_func ($lib, "", "seek", "long",