- Timestamp:
- Jan 3, 2009, 11:56:00 AM (16 years ago)
- Branches:
- master
- Children:
- ea624f8
- Parents:
- 12e747fb
- Location:
- patches
- Files:
-
- 1 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/coreutils-6.12-uname-1.patch
r12e747fb r589e899 2 2 Date: 2006-08-24 3 3 Initial Package Version: 5.97 4 Rediffed against 6.12 by Joe Ciccone on 2008-08-30 4 5 Upstream Status: Not Accepted 5 6 Origin: Gentoo - http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils … … 8 9 Original Patch by - Matthew Burgess and Scot McPherson 9 10 10 diff -Naur coreutils- 5.97.orig/src/uname.c coreutils-5.97/src/uname.c11 --- coreutils- 5.97.orig/src/uname.c 2005-09-15 12:57:04.000000000 -070012 +++ coreutils- 5.97/src/uname.c 2006-08-24 15:52:53.000000000 -070013 @@ -5 1,6 +51,11 @@11 diff -Naur coreutils-6.12.orig/src/uname.c coreutils-6.12/src/uname.c 12 --- coreutils-6.12.orig/src/uname.c 2008-05-26 02:40:33.000000000 -0400 13 +++ coreutils-6.12/src/uname.c 2008-08-31 12:03:12.000000000 -0400 14 @@ -50,6 +50,11 @@ 14 15 # include <mach-o/arch.h> 15 16 #endif … … 23 24 #include "error.h" 24 25 #include "quote.h" 25 @@ -1 38,6 +143,106 @@26 @@ -158,6 +163,106 @@ 26 27 exit (status); 27 28 } … … 130 131 printed. */ 131 132 132 @@ - 250,10 +355,14 @@133 @@ -305,10 +410,14 @@ 133 134 if (toprint & PRINT_PROCESSOR) 134 135 { … … 146 147 } 147 148 #endif 148 @@ -3 06,9 +415,13 @@149 @@ -361,9 +470,13 @@ 149 150 if (element == unknown) 150 151 {
Note:
See TracChangeset
for help on using the changeset viewer.