Changeset 68a11fb


Ignore:
Timestamp:
Aug 27, 2012, 2:22:00 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
00d5d8eb
Parents:
06b2d12
Message:

Rediffed coreutils uname patch.

File:
1 moved

Legend:

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

    r06b2d12 r68a11fb  
    1111Rediffed for 8.9 by Joe Ciccone
    1212Rediffed for 8.16 by Jonathan Norman - 2012-06-10
     13Rediffed for 8.19 by William Harrington - 2012-08-27
    1314
    14 diff -Naur coreutils-8.16.orig/src/uname.c coreutils-8.16/src/uname.c
    15 --- coreutils-8.16.orig/src/uname.c     2012-06-10 08:41:13.381458681 +0000
    16 +++ coreutils-8.16/src/uname.c  2012-06-10 08:41:29.665894170 +0000
     15diff -Naur coreutils-8.19.orig/src/uname.c coreutils-8.19/src/uname.c
     16--- coreutils-8.19.orig/src/uname.c     2012-07-21 14:54:31.000000000 +0000
     17+++ coreutils-8.19/src/uname.c  2012-08-27 21:20:07.103876901 +0000
    1718@@ -49,6 +49,11 @@
    1819 # include <mach-o/arch.h>
     
    175176         }
    176177 #endif
    177 diff -Naur coreutils-8.16.orig/src/uname.c.orig coreutils-8.16/src/uname.c.orig
    178 --- coreutils-8.16.orig/src/uname.c.orig        1970-01-01 00:00:00.000000000 +0000
    179 +++ coreutils-8.16/src/uname.c.orig     2012-03-24 20:26:51.000000000 +0000
     178diff -Naur coreutils-8.19.orig/src/uname.c.orig coreutils-8.19/src/uname.c.orig
     179--- coreutils-8.19.orig/src/uname.c.orig        1970-01-01 00:00:00.000000000 +0000
     180+++ coreutils-8.19/src/uname.c.orig     2012-08-27 21:20:07.103876901 +0000
    180181@@ -0,0 +1,375 @@
    181182+/* uname -- print system information
Note: See TracChangeset for help on using the changeset viewer.