X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fbase%2Fcoreutils%2Fcoreutils_uname.patch;fp=packages%2Fbase%2Fcoreutils%2Fcoreutils_uname.patch;h=43ce03f93d4912c256129494879293f3cb1f6901;hp=b2bdd189e9291ee46c2c60ec19de4214161ee051;hb=793f79d0d200544e7193cdfd4b66dc2479bf7247;hpb=504579d0d381b02fc33fe1c696d64f96135a15a8 diff --git a/packages/base/coreutils/coreutils_uname.patch b/packages/base/coreutils/coreutils_uname.patch index b2bdd18..43ce03f 100644 --- a/packages/base/coreutils/coreutils_uname.patch +++ b/packages/base/coreutils/coreutils_uname.patch @@ -1,5 +1,5 @@ ---- coreutils-5.2.0.orig/src/uname.c 2004-01-21 17:27:02.000000000 -0500 -+++ coreutils-5.2.0/src/uname.c 2004-03-02 00:25:26.508518048 -0500 +--- coreutils-5.92.orig/src/uname.c 2005-09-15 20:34:42.000000000 +0000 ++++ coreutils-5.92/src/uname.c 2005-10-23 10:14:06.000000000 +0000 @@ -29,6 +29,12 @@ # include #endif @@ -10,10 +10,10 @@ +int has_sse( void ); +#endif + - #if HAVE_SYSCTL && HAVE_SYS_SYSCTL_H - # include /* needed for OpenBSD 3.0 */ - # include -@@ -249,6 +252,96 @@ + #if HAVE_SYS_SYSCTL_H + # if HAVE_SYS_PARAM_H + # include /* needed for OpenBSD 3.0 */ +@@ -256,6 +262,96 @@ if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor)) element = processor; } @@ -110,7 +110,7 @@ #endif #ifdef UNAME_PROCESSOR if (element == unknown) -@@ -265,7 +358,7 @@ +@@ -293,7 +389,7 @@ if (toprint & PRINT_HARDWARE_PLATFORM) { @@ -119,7 +119,7 @@ #if HAVE_SYSINFO && defined SI_PLATFORM { static char hardware_platform[257]; -@@ -273,6 +366,15 @@ +@@ -301,6 +397,15 @@ hardware_platform, sizeof hardware_platform)) element = hardware_platform; } @@ -135,7 +135,7 @@ #endif #ifdef UNAME_HARDWARE_PLATFORM if (element == unknown) -@@ -294,3 +396,29 @@ +@@ -323,3 +428,29 @@ exit (EXIT_SUCCESS); }