Revision
927
Author
wsiegrist@apple.com
Date
2011-02-08 11:38:26 -0800 (Tue, 08 Feb 2011)

Log Message

We do not use syscall.h anymore

Modified Paths

Diff

Modified: branches/PR-8817822/darwintrace/darwintrace.c (926 => 927)


--- branches/PR-8817822/darwintrace/darwintrace.c	2011-02-08 19:30:55 UTC (rev 926)
+++ branches/PR-8817822/darwintrace/darwintrace.c	2011-02-08 19:38:26 UTC (rev 927)
@@ -40,7 +40,6 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/param.h>
-#include <sys/syscall.h>
 #include <sys/paths.h>
 #include <errno.h>
 
@@ -433,7 +432,7 @@
 
 
 /* 
-   if darwintrace has  been initialized, trap
+   if darwintrace has been initialized, trap
    attempts to close our file descriptor
 */
 int darwintrace_close(int fd) {