renamed timestamp>unix-time

db4
Doug Coleman 2008-10-06 20:52:32 -05:00
parent 69b3306f4b
commit 114e81590c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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