use calendar.unix
parent
f949f6ee1a
commit
5e57f68814
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel alien.syntax math io.unix.files system
|
||||
unix.stat accessors combinators calendar ;
|
||||
unix.stat accessors combinators calendar.unix ;
|
||||
IN: io.unix.files.freebsd
|
||||
|
||||
TUPLE: freebsd-file-info < unix-file-info birth-time flags gen ;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel alien.syntax math io.unix.files system
|
||||
unix.stat accessors combinators calendar ;
|
||||
unix.stat accessors combinators calendar.unix ;
|
||||
IN: io.unix.files.netbsd
|
||||
|
||||
TUPLE: netbsd-file-info < unix-file-info birth-time flags gen ;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel alien.syntax math io.unix.files system
|
||||
unix.stat accessors combinators calendar ;
|
||||
unix.stat accessors combinators calendar.unix ;
|
||||
IN: io.unix.files.openbsd
|
||||
|
||||
TUPLE: openbsd-file-info < unix-file-info birth-time flags gen ;
|
||||
|
|
Loading…
Reference in New Issue