[darwinbuild-changes] [927] branches/PR-8817822/darwintrace/darwintrace.c
source_changes at macosforge.org
source_changes at macosforge.org
Tue Feb 8 11:38:26 PST 2011
Revision: 927
http://trac.macosforge.org/projects/darwinbuild/changeset/927
Author: wsiegrist at 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:
--------------
branches/PR-8817822/darwintrace/darwintrace.c
Modified: branches/PR-8817822/darwintrace/darwintrace.c
===================================================================
--- 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) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20110208/815e3134/attachment.html>
More information about the darwinbuild-changes
mailing list