comparison toys.h @ 136:c4a3781ecbab

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 ;)
author Rob Landley <rob@landley.net>
date Wed, 15 Aug 2007 11:03:50 -0500
parents 93da7cc220e6
children 8affb8850366
comparison
equal deleted inserted replaced
135:3b20d0322d28 136:c4a3781ecbab
22 #include <stdarg.h> 22 #include <stdarg.h>
23 #include <stdint.h> 23 #include <stdint.h>
24 #include <stdio.h> 24 #include <stdio.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include <string.h> 26 #include <string.h>
27 #include <strings.h>
28 #include <sys/ioctl.h> 27 #include <sys/ioctl.h>
29 #include <sys/mman.h> 28 #include <sys/mman.h>
30 #include <sys/mount.h> 29 #include <sys/mount.h>
31 #include <sys/stat.h> 30 #include <sys/stat.h>
32 #include <sys/statvfs.h> 31 #include <sys/statvfs.h>