|
@@ -0,0 +1,40 @@
|
|
|
+--- coreutils-8.15.orig/lib/config.hin 2012-01-06 16:51:29.000000000 +0100
|
|
|
++++ coreutils-8.15/lib/config.hin 2012-09-29 09:50:30.000000000 +0200
|
|
|
+@@ -41,12 +41,12 @@
|
|
|
+ /* Define to 1 if chown mishandles trailing slash. */
|
|
|
+ #undef CHOWN_TRAILING_SLASH_BUG
|
|
|
+
|
|
|
+-/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
|
|
|
+- systems. This function is required for 'alloca.c' support on those systems.
|
|
|
++/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
|
++ systems. This function is required for `alloca.c' support on those systems.
|
|
|
+ */
|
|
|
+ #undef CRAY_STACKSEG_END
|
|
|
+
|
|
|
+-/* Define to 1 if using 'alloca.c'. */
|
|
|
++/* Define to 1 if using `alloca.c'. */
|
|
|
+ #undef C_ALLOCA
|
|
|
+
|
|
|
+ /* Define as the bit index in the word where to find bit 0 of the exponent of
|
|
|
+@@ -3509,9 +3509,9 @@
|
|
|
+ /* If using the C implementation of alloca, define if you know the
|
|
|
+ direction of stack growth for your system; otherwise it will be
|
|
|
+ automatically deduced at runtime.
|
|
|
+- STACK_DIRECTION > 0 => grows toward higher addresses
|
|
|
+- STACK_DIRECTION < 0 => grows toward lower addresses
|
|
|
+- STACK_DIRECTION = 0 => direction of growth unknown */
|
|
|
++ STACK_DIRECTION > 0 => grows toward higher addresses
|
|
|
++ STACK_DIRECTION < 0 => grows toward lower addresses
|
|
|
++ STACK_DIRECTION = 0 => direction of growth unknown */
|
|
|
+ #undef STACK_DIRECTION
|
|
|
+
|
|
|
+ /* Define if the block counts reported by statfs may be truncated to 2GB and
|
|
|
+@@ -3668,7 +3668,7 @@
|
|
|
+ # endif
|
|
|
+ #endif
|
|
|
+
|
|
|
+-/* Enable large inode numbers on Mac OS X. */
|
|
|
++/* Enable large inode numbers on Mac OS X 10.5. */
|
|
|
+ #ifndef _DARWIN_USE_64_BIT_INODE
|
|
|
+ # define _DARWIN_USE_64_BIT_INODE 1
|
|
|
+ #endif
|