patch-lib_config_hin 1.6 KB

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