Changeset 026bb5d for patches/coreutils-8.22-uname-1.patch
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/coreutils-8.22-uname-1.patch
r1c9985f r026bb5d 10 10 Rediffed for 8.4 by Joe Ciccone 11 11 Rediffed for 8.9 by Joe Ciccone 12 Rediffed for 8.16 by Jonathan Norman - 2012-06-10 13 Rediffed for 8.19 by William Harrington - 2012-08-27 14 Renamed for 8.20 by William Harrington - 2012-11-01 15 Rediffed for 8.21 by William Harrington 2013-05-31 16 Renamed for 8.22 by William Harrington - 2013-12-14 12 17 13 --- coreutils-8.9.orig/src/uname.c 2010-01-01 08:06:47.000000000 -0500 14 +++ coreutils-8.9/src/uname.c 2010-07-26 20:44:24.389842706 -0400 15 @@ -50,6 +50,11 @@ 18 diff -Naur coreutils-8.21.orig/src/uname.c coreutils-8.21/src/uname.c 19 --- coreutils-8.21.orig/src/uname.c 2013-01-31 00:46:24.000000000 +0000 20 +++ coreutils-8.21/src/uname.c 2013-05-31 13:41:32.683326834 +0000 21 @@ -49,6 +49,11 @@ 16 22 # include <mach-o/arch.h> 17 23 #endif … … 25 31 #include "error.h" 26 32 #include "quote.h" 27 @@ -15 5,6 +160,117 @@33 @@ -153,6 +158,117 @@ 28 34 exit (status); 29 35 } … … 143 149 printed. */ 144 150 145 @@ -30 2,10 +418,14 @@151 @@ -300,10 +416,14 @@ 146 152 if (toprint & PRINT_PROCESSOR) 147 153 { … … 159 165 } 160 166 #endif 161 @@ -35 8,9 +478,13 @@167 @@ -356,9 +476,13 @@ 162 168 if (element == unknown) 163 169 {
Note:
See TracChangeset
for help on using the changeset viewer.