[Glibc-bsd-commits] r5969 - trunk/glibc-ports/kfreebsd/x86_64

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Mar 22 20:54:43 UTC 2016


Author: aurel32
Date: 2016-03-22 20:54:43 +0000 (Tue, 22 Mar 2016)
New Revision: 5969

Added:
   trunk/glibc-ports/kfreebsd/x86_64/fts.c
   trunk/glibc-ports/kfreebsd/x86_64/fts64.c
Log:
Fix fts64 on kfreebsd-amd64


Added: trunk/glibc-ports/kfreebsd/x86_64/fts.c
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fts.c	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/x86_64/fts.c	2016-03-22 20:54:43 UTC (rev 5969)
@@ -0,0 +1,3 @@
+/* On GNU/kFreeBSD x86_64, ino_t and ino64_t have different sizes, so
+   fts and fts64 have to be different functions.  */
+#include <io/fts.c>

Added: trunk/glibc-ports/kfreebsd/x86_64/fts64.c
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fts64.c	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/x86_64/fts64.c	2016-03-22 20:54:43 UTC (rev 5969)
@@ -0,0 +1,3 @@
+/* On GNU/kFreeBSD x86_64, ino_t and ino64_t have different sizes, so
+   fts and fts64 have to be different functions.  */
+#include <io/fts64.c>




More information about the Glibc-bsd-commits mailing list