Changeset 68a11fb for patches/coreutils-8.19-uname-1.patch
- Timestamp:
- Aug 27, 2012, 9:22:00 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 00d5d8eb
- Parents:
- 06b2d12
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/coreutils-8.19-uname-1.patch
r06b2d12 r68a11fb 11 11 Rediffed for 8.9 by Joe Ciccone 12 12 Rediffed for 8.16 by Jonathan Norman - 2012-06-10 13 Rediffed for 8.19 by William Harrington - 2012-08-27 13 14 14 diff -Naur coreutils-8.1 6.orig/src/uname.c coreutils-8.16/src/uname.c15 --- coreutils-8.1 6.orig/src/uname.c 2012-06-10 08:41:13.381458681+000016 +++ coreutils-8.1 6/src/uname.c 2012-06-10 08:41:29.665894170+000015 diff -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 17 18 @@ -49,6 +49,11 @@ 18 19 # include <mach-o/arch.h> … … 175 176 } 176 177 #endif 177 diff -Naur coreutils-8.1 6.orig/src/uname.c.orig coreutils-8.16/src/uname.c.orig178 --- coreutils-8.1 6.orig/src/uname.c.orig 1970-01-01 00:00:00.000000000 +0000179 +++ coreutils-8.1 6/src/uname.c.orig 2012-03-24 20:26:51.000000000+0000178 diff -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 180 181 @@ -0,0 +1,375 @@ 181 182 +/* uname -- print system information
Note:
See TracChangeset
for help on using the changeset viewer.