More unix updates
parent
c03a12a885
commit
de75909550
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax constants ;
|
||||||
IN: unix.statfs.freebsd
|
IN: unix.statfs.freebsd
|
||||||
|
|
||||||
CONSTANT: MFSNAMELEN 16 ! length of type name including null */
|
CONSTANT: MFSNAMELEN 16 ! length of type name including null */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax constants ;
|
||||||
IN: unix.statfs.openbsd
|
IN: unix.statfs.openbsd
|
||||||
|
|
||||||
CONSTANT: MFSNAMELEN 16
|
CONSTANT: MFSNAMELEN 16
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax constants ;
|
||||||
IN: unix.statvfs.linux
|
IN: unix.statvfs.linux
|
||||||
|
|
||||||
C-STRUCT: statvfs64
|
C-STRUCT: statvfs64
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: alien.c-types alien.syntax combinators continuations
|
USING: alien.c-types alien.syntax combinators continuations
|
||||||
io.encodings.string io.encodings.utf8 kernel sequences strings
|
io.encodings.string io.encodings.utf8 kernel sequences strings
|
||||||
unix calendar system accessors unix.time calendar.unix
|
unix calendar system accessors unix.time calendar.unix
|
||||||
vocabs.loader ;
|
vocabs.loader constants ;
|
||||||
IN: unix.utmpx
|
IN: unix.utmpx
|
||||||
|
|
||||||
CONSTANT: EMPTY 0
|
CONSTANT: EMPTY 0
|
||||||
|
|
Loading…
Reference in New Issue