[Glibc-bsd-commits] r4406 - trunk/glibc-ports/kfreebsd

Aurelien Jarno aurel32 at alioth.debian.org
Tue May 7 19:09:26 UTC 2013


Author: aurel32
Date: 2013-05-07 19:09:26 +0000 (Tue, 07 May 2013)
New Revision: 4406

Modified:
   trunk/glibc-ports/kfreebsd/readdir.c
   trunk/glibc-ports/kfreebsd/readdir_r.c
   trunk/glibc-ports/kfreebsd/seekdir.c
   trunk/glibc-ports/kfreebsd/telldir.c
Log:
Update include path following upstream commit a281decc878cf26cae12a5bdf5f4c6e0297303d6


Modified: trunk/glibc-ports/kfreebsd/readdir.c
===================================================================
--- trunk/glibc-ports/kfreebsd/readdir.c	2013-05-07 18:53:19 UTC (rev 4405)
+++ trunk/glibc-ports/kfreebsd/readdir.c	2013-05-07 19:09:26 UTC (rev 4406)
@@ -3,7 +3,7 @@
 
 #define readdir64 __no_readdir64_decl
 #define __readdir64 __no___readdir64_decl
-#include <sysdeps/unix/readdir.c>
+#include <sysdeps/posix/readdir.c>
 #undef __readdir64
 #undef readdir64
 

Modified: trunk/glibc-ports/kfreebsd/readdir_r.c
===================================================================
--- trunk/glibc-ports/kfreebsd/readdir_r.c	2013-05-07 18:53:19 UTC (rev 4405)
+++ trunk/glibc-ports/kfreebsd/readdir_r.c	2013-05-07 19:09:26 UTC (rev 4406)
@@ -3,7 +3,7 @@
 
 #define readdir64_r __no_readdir64_r_decl
 #define __readdir64_r __no___readdir64_r_decl
-#include <sysdeps/unix/readdir_r.c>
+#include <sysdeps/posix/readdir_r.c>
 #undef __readdir64_r
 #undef readdir64_r
 

Modified: trunk/glibc-ports/kfreebsd/seekdir.c
===================================================================
--- trunk/glibc-ports/kfreebsd/seekdir.c	2013-05-07 18:53:19 UTC (rev 4405)
+++ trunk/glibc-ports/kfreebsd/seekdir.c	2013-05-07 19:09:26 UTC (rev 4406)
@@ -1,2 +1,2 @@
 /* Avoid <sysdeps/unix/bsd/telldir.c>, which doesn't pass the testsuite.  */
-#include <sysdeps/unix/seekdir.c>
+#include <sysdeps/posix/seekdir.c>

Modified: trunk/glibc-ports/kfreebsd/telldir.c
===================================================================
--- trunk/glibc-ports/kfreebsd/telldir.c	2013-05-07 18:53:19 UTC (rev 4405)
+++ trunk/glibc-ports/kfreebsd/telldir.c	2013-05-07 19:09:26 UTC (rev 4406)
@@ -1,2 +1,2 @@
 /* Avoid <sysdeps/unix/bsd/telldir.c>, which doesn't pass the testsuite.  */
-#include <sysdeps/unix/telldir.c>
+#include <sysdeps/posix/telldir.c>




More information about the Glibc-bsd-commits mailing list