mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/dietlibc/pkg_patch/pkg_diffutils.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./src/cmp.c.orig Fri Apr 5 22:37:31 2002
  20. +++ ./src/cmp.c Wed May 1 12:49:39 2002
  21. @@ -91,7 +91,7 @@
  22. /* Values for long options that do not have single-letter equivalents. */
  23. enum
  24. {
  25. - HELP_OPTION = CHAR_MAX + 1
  26. + HELP_OPTION = 256
  27. };
  28. static struct option const long_options[] =
  29. --- ./src/diff3.c.orig Fri Apr 5 22:37:31 2002
  30. +++ ./src/diff3.c Wed May 1 12:49:39 2002
  31. @@ -204,7 +204,7 @@
  32. /* Values for long options that do not have single-letter equivalents. */
  33. enum
  34. {
  35. - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
  36. + DIFF_PROGRAM_OPTION = 256,
  37. HELP_OPTION
  38. };
  39. --- ./src/sdiff.c.orig Mon Mar 11 09:00:47 2002
  40. +++ ./src/sdiff.c Wed May 1 12:49:39 2002
  41. @@ -131,7 +131,7 @@
  42. /* Value for the long option that does not have single-letter equivalents. */
  43. enum
  44. {
  45. - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
  46. + DIFF_PROGRAM_OPTION = 256,
  47. HELP_OPTION,
  48. STRIP_TRAILING_CR_OPTION
  49. };
  50. --- ./src/diff.c.orig Wed May 1 12:50:30 2002
  51. +++ ./src/diff.c Wed May 1 12:50:43 2002
  52. @@ -144,7 +144,7 @@
  53. /* Values for long options that do not have single-letter equivalents. */
  54. enum
  55. {
  56. - BINARY_OPTION = CHAR_MAX + 1,
  57. + BINARY_OPTION = 256,
  58. FROM_FILE_OPTION,
  59. HELP_OPTION,
  60. HORIZON_LINES_OPTION,