]> gitweb.factorcode.org Git - factor.git/commitdiff
Use constants in inotify
authorslava <slava@slava-laptop.(none)>
Tue, 16 Dec 2008 08:45:58 +0000 (02:45 -0600)
committerslava <slava@slava-laptop.(none)>
Tue, 16 Dec 2008 08:45:58 +0000 (02:45 -0600)
basis/unix/linux/inotify/inotify.factor

index e3d40b5b2837acd1dd162c789ab5b6ad7f39ca1b..9084b41c502e220f2568c00fbc20a792fba42ed3 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: alien.syntax math math.bitwise ;\r
+USING: alien.syntax math math.bitwise constants ;\r
 IN: unix.linux.inotify\r
 \r
 C-STRUCT: inotify-event\r