diff options
Diffstat (limited to 'toys/uname.c')
-rw-r--r-- | toys/uname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/uname.c b/toys/uname.c index dd29ec17..185d633e 100644 --- a/toys/uname.c +++ b/toys/uname.c @@ -25,7 +25,6 @@ config UNAME */ #include "toys.h" -#include <sys/utsname.h> // If a 32 bit x86 build environment working in a chroot under an x86-64 // kernel returns x86_64 for -m it confuses ./configure. Special case it. |