Doug Coleman 2008-10-06 17:56:12 -05:00
parent 1d25db2a6e
commit 9f6a7bfd87
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ M: freebsd stat>file-info ( stat -- file-info )
{ {
[ stat-st_flags >>flags ] [ stat-st_flags >>flags ]
[ stat-st_gen >>gen ] [ stat-st_gen >>gen ]
[ stat-st_birthtimepsec timespec>timestamp >>birth-time ] [ stat-st_birthtimespec timespec>timestamp >>birth-time ]
} cleave ; } cleave ;