Hi,

Ports build with systrace is broken as the time_t diff has replaced
getdirentries(2) with getdents(2).

ok?

bluhm

Index: infrastructure/db/systrace.filter
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/infrastructure/db/systrace.filter,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 systrace.filter
--- infrastructure/db/systrace.filter   21 May 2013 08:13:53 -0000      1.38
+++ infrastructure/db/systrace.filter   13 Aug 2013 22:55:37 -0000
@@ -92,7 +92,7 @@
        native-ftruncate: permit
        native-futimes: permit
        native-futimens: permit
-       native-getdirentries: permit
+       native-getdents: permit
        native-getegid: permit
        native-geteuid: permit
        native-getfsstat: permit

Reply via email to