]> gitweb.factorcode.org Git - factor.git/commitdiff
fix typo in stat struct
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 01:46:49 +0000 (20:46 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 01:46:49 +0000 (20:46 -0500)
basis/unix/stat/freebsd/freebsd.factor

index 40492faefdb2b0c62b9509e6c96cb0bc69bd9d01..0acf2512e800c491f5ee09daec51b79f2a1ca2b7 100644 (file)
@@ -21,7 +21,7 @@ STRUCT: stat
     { st_gen __uint32_t }
     { st_lspare __int32_t }
     { st_birthtimespec timespec }
-    { pad0 __int32_t[2] }
+    { pad0 __int32_t[2] } ;
 
 FUNCTION: int stat  ( char* pathname, stat* buf ) ;
 FUNCTION: int lstat ( char* pathname, stat* buf ) ;