[Glibc-bsd-commits] r6171 - trunk/glibc-ports-2.25/kfreebsd/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Fri Aug 4 22:56:49 UTC 2017


Author: aurel32
Date: 2017-08-04 22:56:49 +0000 (Fri, 04 Aug 2017)
New Revision: 6171

Modified:
   trunk/glibc-ports-2.25/kfreebsd/bits/stat.h
Log:
Replace obsolete types


Modified: trunk/glibc-ports-2.25/kfreebsd/bits/stat.h
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/bits/stat.h	2017-08-04 21:13:11 UTC (rev 6170)
+++ trunk/glibc-ports-2.25/kfreebsd/bits/stat.h	2017-08-04 22:56:49 UTC (rev 6171)
@@ -140,7 +140,7 @@
 
     __uint32_t st_gen;		/* Generation number.  */
 
-    __quad_t __unused1[2];
+    __uint64_t __unused1[2];
   };
 #endif
 




More information about the Glibc-bsd-commits mailing list