aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-08-15 11:03:50 -0500
committerRob Landley <rob@landley.net>2007-08-15 11:03:50 -0500
commitf3c56e719e2e000aaf750230f18aea3b01af9ce7 (patch)
tree534acc4f88016856e431a3d368f6b59a15a7c415 /toys.h
parent9aa9d142d5720c91c484a96cadeff5ef26327bd4 (diff)
downloadtoybox-f3c56e719e2e000aaf750230f18aea3b01af9ce7.tar.gz
Remove strings.h which Maximilian Attems points out is obsolete:
> belows snippet directly taken from mdadm.h. > > to quote hpa: > "Including <strings.h> is a bug in the upstream source; > <strings.h> has been obsolete since at least 1989" > > one small little step for better klibc support ;)
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys.h b/toys.h
index ce77b747..1441c550 100644
--- a/toys.h
+++ b/toys.h
@@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <strings.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/mount.h>