Dash:
[t2.git] / package / develop / diffutils / compile.patch.dietlibc
blob0c7bf30046e0e3a4cea9e5dc37b872bb742b9b3a
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../diffutils/compile.patch.dietlibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
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 ---
18 --- ./src/cmp.c.orig    Fri Apr  5 22:37:31 2002
19 +++ ./src/cmp.c Wed May  1 12:49:39 2002
20 @@ -91,7 +91,7 @@
21  /* Values for long options that do not have single-letter equivalents.  */
22  enum
23  {
24 -  HELP_OPTION = CHAR_MAX + 1
25 +  HELP_OPTION = 256
26  };
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  };
40 --- ./src/sdiff.c.orig  Mon Mar 11 09:00:47 2002
41 +++ ./src/sdiff.c       Wed May  1 12:49:39 2002
42 @@ -131,7 +131,7 @@
43  /* Value for the long option that does not have single-letter equivalents.  */
44  enum
45  {
46 -  DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
47 +  DIFF_PROGRAM_OPTION = 256,
48    HELP_OPTION,
49    STRIP_TRAILING_CR_OPTION
50  };
51 --- ./src/diff.c.orig   Wed May  1 12:50:30 2002
52 +++ ./src/diff.c        Wed May  1 12:50:43 2002
53 @@ -144,7 +144,7 @@
54  /* Values for long options that do not have single-letter equivalents.  */
55  enum
56  {
57 -  BINARY_OPTION = CHAR_MAX + 1,
58 +  BINARY_OPTION = 256,
59    FROM_FILE_OPTION,
60    HELP_OPTION,
61    HORIZON_LINES_OPTION,