1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
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
8 # More information can be found in the files COPYING and README.
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
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
21 /* Values for long options that do not have single-letter equivalents. */
24 - HELP_OPTION = CHAR_MAX + 1
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
32 /* Values for long options that do not have single-letter equivalents. */
35 - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
36 + DIFF_PROGRAM_OPTION = 256,
40 --- ./src/sdiff.c.orig Mon Mar 11 09:00:47 2002
41 +++ ./src/sdiff.c Wed May 1 12:49:39 2002
43 /* Value for the long option that does not have single-letter equivalents. */
46 - DIFF_PROGRAM_OPTION = CHAR_MAX + 1,
47 + DIFF_PROGRAM_OPTION = 256,
49 STRIP_TRAILING_CR_OPTION
51 --- ./src/diff.c.orig Wed May 1 12:50:30 2002
52 +++ ./src/diff.c Wed May 1 12:50:43 2002
54 /* Values for long options that do not have single-letter equivalents. */
57 - BINARY_OPTION = CHAR_MAX + 1,
58 + BINARY_OPTION = 256,