]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix bootstrap on mac by adding back the PF_INET constant
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Oct 2010 23:53:54 +0000 (16:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Oct 2010 23:53:54 +0000 (16:53 -0700)
basis/unix/ffi/bsd/macosx/macosx.factor

index 2ca1d9315d8c7742d792ebb8aa8d76df0c3612ac..5a6775f2148289034ff41e499ebc0aee5ba45b72 100644 (file)
@@ -5,6 +5,9 @@ IN: unix.ffi
 
 CONSTANT: FD_SETSIZE 1024
 
+CONSTANT: AF_INET6 30
+ALIAS: PF_INET6 AF_INET6
+
 STRUCT: addrinfo
     { flags int }
     { family int }