Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
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.
Message:

Updated simp branch to match main book

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/coreutils-8.22-uname-1.patch

    r1c9985f r026bb5d  
    1010Rediffed for 8.4 by Joe Ciccone
    1111Rediffed for 8.9 by Joe Ciccone
     12Rediffed for 8.16 by Jonathan Norman - 2012-06-10
     13Rediffed for 8.19 by William Harrington - 2012-08-27
     14Renamed for 8.20 by William Harrington - 2012-11-01
     15Rediffed for 8.21 by William Harrington 2013-05-31
     16Renamed for 8.22 by William Harrington - 2013-12-14
    1217
    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 @@
     18diff -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 @@
    1622 # include <mach-o/arch.h>
    1723 #endif
     
    2531 #include "error.h"
    2632 #include "quote.h"
    27 @@ -155,6 +160,117 @@
     33@@ -153,6 +158,117 @@
    2834   exit (status);
    2935 }
     
    143149    printed.  */
    144150 
    145 @@ -302,10 +418,14 @@
     151@@ -300,10 +416,14 @@
    146152   if (toprint & PRINT_PROCESSOR)
    147153     {
     
    159165       }
    160166 #endif
    161 @@ -358,9 +478,13 @@
     167@@ -356,9 +476,13 @@
    162168       if (element == unknown)
    163169         {
Note: See TracChangeset for help on using the changeset viewer.