aboutsummaryrefslogtreecommitdiff
path: root/toys/uname.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-03-07 19:04:50 -0600
committerRob Landley <rob@landley.net>2012-03-07 19:04:50 -0600
commitf05f660d9c4f18aa4702d723ed7b35f7053ce08c (patch)
tree3fdb1393a989873a0d6f5a92cb4851031ac6db6f /toys/uname.c
parentb7a4862fbf0df632837a53e230f4aa9cceb5f578 (diff)
downloadtoybox-f05f660d9c4f18aa4702d723ed7b35f7053ce08c.tar.gz
Consolidate headers.
Diffstat (limited to 'toys/uname.c')
-rw-r--r--toys/uname.c1
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.