Comment out "#include <strings.h>" everywhere

This commit is contained in:
Denis Vlasenko 2007-08-16 11:29:08 +00:00
parent 838dacaa00
commit 06b064c28d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*/
#include <string.h>
#include <strings.h>
//#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);
extern int ext2fs_clear_bit(unsigned int nr, void * addr);

View File

@ -26,7 +26,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
#include <strings.h>
/* #include <strings.h> - said to be obsolete */
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/socket.h>