<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/ef62a2069b69cc40c52221d1b72fc2f3593600cb">https://github.com/macports/macports-base/commit/ef62a2069b69cc40c52221d1b72fc2f3593600cb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ef62a2069b69cc40c52221d1b72fc2f3593600cb
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Jul 12 02:34:50 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    darwintrace: Include dirent.h for getdirentries()
</span>---
 src/darwintracelib1.0/readdir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/darwintracelib1.0/readdir.c b/src/darwintracelib1.0/readdir.c
</span><span style='display:block; white-space:pre;color:#808080;'>index f29a8c5..89ed05c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/darwintracelib1.0/readdir.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/darwintracelib1.0/readdir.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,7 @@
</span> #include "darwintrace.h"
 
 #include <errno.h>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#include <dirent.h>
</span> #include <sys/dirent.h>
 #include <sys/param.h>
 #include <unistd.h>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +156,6 @@ static int _dt_getdirentries(int fd, char *buf, int nbytes, long *basep) {
</span>   return sz;
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-int getdirentries(int fd, char *buf, int nbytes, long *basep);
</span> DARWINTRACE_INTERPOSE(_dt_getdirentries, getdirentries);
 
 #endif /* defined(__DARWIN_64_BIT_INO_T) && defined(HAVE___GETDIRENTRIES64) */
</pre><pre style='margin:0'>

</pre>