changeset 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 3b20d0322d28
children 0901b3b2bbe9
files toys.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys.h	Mon Jun 18 01:27:43 2007 -0400
+++ b/toys.h	Wed Aug 15 11:03:50 2007 -0500
@@ -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>