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.

66 lines
2.1 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./src/cmp.c.orig Fri Apr 5 22:37:31 2002
  23. +++ ./src/cmp.c Wed May 1 12:49:39 2002
  24. @@ -91,7 +91,7 @@
  25. /* Values for long options that do not have single-letter equivalents. */
  26. enum
  27. {
  28. - HELP_OPTION = CHAR_MAX + 1
  29. + HELP_OPTION = 256
  30. };
  31. static struct option const long_options[] =
  32. --- ./src/diff3.c.orig Fri Apr 5 22:37:31 2002
  33. +++ ./src/diff3.c Wed May 1 12:49:39 2002
  34. @@ -204,7 +204,7 @@
  35. /* Values for long options that do not have single-letter equivalents. */
  36. enum
  37. {
  38. - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
  39. + DIFF_PROGRAM_OPTION = 256,
  40. HELP_OPTION
  41. };
  42. --- ./src/sdiff.c.orig Mon Mar 11 09:00:47 2002
  43. +++ ./src/sdiff.c Wed May 1 12:49:39 2002
  44. @@ -131,7 +131,7 @@
  45. /* Value for the long option that does not have single-letter equivalents. */
  46. enum
  47. {
  48. - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
  49. + DIFF_PROGRAM_OPTION = 256,
  50. HELP_OPTION,
  51. STRIP_TRAILING_CR_OPTION
  52. };
  53. --- ./src/diff.c.orig Wed May 1 12:50:30 2002
  54. +++ ./src/diff.c Wed May 1 12:50:43 2002
  55. @@ -144,7 +144,7 @@
  56. /* Values for long options that do not have single-letter equivalents. */
  57. enum
  58. {
  59. - BINARY_OPTION = CHAR_MAX + 1,
  60. + BINARY_OPTION = 256,
  61. FROM_FILE_OPTION,
  62. HELP_OPTION,
  63. HORIZON_LINES_OPTION,