do not include <sys/stat.h> just before "libbb.h", it's there already
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:41:36 +0000 (14:41 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 12:41:36 +0000 (14:41 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/isdirectory.c
libbb/mode_string.c

index 462aa0067cb42ab155c85450620e3d3933359154..6225a34b2e91389866d4892585637457ddae0c07 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-#include <sys/stat.h>
 #include "libbb.h"
 
 /*
index 280e6d2914a2962461640bc7af32f012909c8712..5ffd5683e7fa9e426677d1573175e0822ac0a9d3 100644 (file)
@@ -6,13 +6,7 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
-/* Aug 13, 2003
- * Fix a bug reported by junkio@cox.net involving the mode_chars index.
- */
 #include <assert.h>
-#include <sys/stat.h>
-
 #include "libbb.h"
 
 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \