diff options
Diffstat (limited to 'source/a/file/file.short.diff')
-rw-r--r-- | source/a/file/file.short.diff | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/source/a/file/file.short.diff b/source/a/file/file.short.diff index be47218c..0f6a0e7b 100644 --- a/source/a/file/file.short.diff +++ b/source/a/file/file.short.diff @@ -1,12 +1,12 @@ -diff -Nur file-5.00.orig/src/readelf.h file-5.00/src/readelf.h ---- file-5.00.orig/src/readelf.h 2008-05-28 15:58:16.000000000 -0500 -+++ file-5.00/src/readelf.h 2009-02-08 22:17:26.681636542 -0600 -@@ -233,7 +233,7 @@ - #define NT_OPENBSD_VERSION 1 - #define NT_DRAGONFLY_VERSION 1 - /* GNU executables (name = "GNU") */ --#define NT_GNU_VERSION 1 -+#define NT_GNU_VERSION 0 +diff -Nur file-5.08.orig//src/readelf.h file-5.08/src/readelf.h +--- file-5.08.orig//src/readelf.h 2011-08-03 09:45:16.000000000 -0500 ++++ file-5.08/src/readelf.h 2011-08-23 21:10:04.228054614 -0500 +@@ -239,7 +239,7 @@ + * word[2]: minor version + * word[3]: tiny version + */ +-#define NT_GNU_VERSION 1 ++#define NT_GNU_VERSION 0 /* GNU OS tags */ - #define GNU_OS_LINUX 0 + #define GNU_OS_LINUX 0 |