[Glibc-bsd-commits] r5972 - in trunk: glibc-ports/kfreebsd/x86_64 glibc-ports-2.23/kfreebsd/x86_64

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Mar 24 10:47:22 UTC 2016


Author: aurel32
Date: 2016-03-24 10:47:22 +0000 (Thu, 24 Mar 2016)
New Revision: 5972

Added:
   trunk/glibc-ports-2.23/kfreebsd/x86_64/fts.c
   trunk/glibc-ports-2.23/kfreebsd/x86_64/fts64.c
Removed:
   trunk/glibc-ports/kfreebsd/x86_64/fts.c
   trunk/glibc-ports/kfreebsd/x86_64/fts64.c
Log:
Commit kfreebsd-amd64 fts64 fix on the right branch


Deleted: trunk/glibc-ports/kfreebsd/x86_64/fts.c
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fts.c	2016-03-23 01:58:25 UTC (rev 5971)
+++ trunk/glibc-ports/kfreebsd/x86_64/fts.c	2016-03-24 10:47:22 UTC (rev 5972)
@@ -1,3 +0,0 @@
-/* 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>

Deleted: trunk/glibc-ports/kfreebsd/x86_64/fts64.c
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fts64.c	2016-03-23 01:58:25 UTC (rev 5971)
+++ trunk/glibc-ports/kfreebsd/x86_64/fts64.c	2016-03-24 10:47:22 UTC (rev 5972)
@@ -1,3 +0,0 @@
-/* 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>

Added: trunk/glibc-ports-2.23/kfreebsd/x86_64/fts.c
===================================================================
--- trunk/glibc-ports-2.23/kfreebsd/x86_64/fts.c	                        (rev 0)
+++ trunk/glibc-ports-2.23/kfreebsd/x86_64/fts.c	2016-03-24 10:47:22 UTC (rev 5972)
@@ -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-2.23/kfreebsd/x86_64/fts64.c
===================================================================
--- trunk/glibc-ports-2.23/kfreebsd/x86_64/fts64.c	                        (rev 0)
+++ trunk/glibc-ports-2.23/kfreebsd/x86_64/fts64.c	2016-03-24 10:47:22 UTC (rev 5972)
@@ -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