OpenSDE Packages Database (without history before r20070)
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.

61 lines
1.9 KiB

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