]> gitweb.factorcode.org Git - factor.git/commitdiff
More unix updates
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Dec 2008 08:28:05 +0000 (02:28 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Dec 2008 08:28:05 +0000 (02:28 -0600)
basis/unix/statfs/freebsd/freebsd.factor
basis/unix/statfs/openbsd/openbsd.factor
basis/unix/statvfs/linux/linux.factor
basis/unix/utmpx/utmpx.factor

index e6a033e09d505f484da2fa0f82ded795312ef563..17b58aede60d5944efdf3d4d600016cc8a56dc56 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax ;
+USING: alien.syntax constants ;
 IN: unix.statfs.freebsd
 
 CONSTANT: MFSNAMELEN      16            ! length of type name including null */
index f495f2af4e75001e18ed40bdb9ebe65246527293..d9e6b867b690267ca801b51ed51ed7d1d0a0218c 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax ;
+USING: alien.syntax constants ;
 IN: unix.statfs.openbsd
 
 CONSTANT: MFSNAMELEN 16
index c92fef6aaaeb551d7e202dde934e1ba6984add26..5c04468ad39e81ed9a261596ed4ec88ef0c9b898 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax ;
+USING: alien.syntax constants ;
 IN: unix.statvfs.linux
 
 C-STRUCT: statvfs64
index 6b70ceee2e1d5318a8f1ab72581d9e5f5f8900b1..30dac2de1ff6d157128aa1a2c73ee5a62e4be3a6 100644 (file)
@@ -3,7 +3,7 @@
 USING: alien.c-types alien.syntax combinators continuations
 io.encodings.string io.encodings.utf8 kernel sequences strings
 unix calendar system accessors unix.time calendar.unix
-vocabs.loader ;
+vocabs.loader constants ;
 IN: unix.utmpx
 
 CONSTANT: EMPTY 0