]> gitweb.factorcode.org Git - factor.git/commitdiff
unix.ffi.macosx: can't use iovec here...
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Oct 2012 03:08:20 +0000 (20:08 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Oct 2012 03:08:20 +0000 (20:08 -0700)
basis/unix/ffi/macosx/macosx.factor

index 6e994fbe82ea7ef8bb49a9d8260a1c15685c552e..5a04ebe98ca3574009530b37e1810daa016540bc 100644 (file)
@@ -266,9 +266,9 @@ CONSTANT: SIGUSR1   30
 CONSTANT: SIGUSR2   31
 
 STRUCT: sf_hdtr
-    { headers iovec* }
+    { headers void* }
     { hdr_cnt int }
-    { trailers iovec* }
+    { trailers void* }
     { trl_cnt int } ;
 
 FUNCTION: int sendfile ( int fd, int s, off_t offset, off_t* len, sf_hdtr* hdtr, int flags ) ;