From ebe6d9d8758d36e03cf39b6587597c67ab778436 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 14:40:24 +0200 Subject: whitespace and comment format fixes, no code changes Signed-off-by: Denys Vlasenko --- libbb/mode_string.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbb/mode_string.c') diff --git a/libbb/mode_string.c b/libbb/mode_string.c index 934eb6dc7..280e6d291 100644 --- a/libbb/mode_string.c +++ b/libbb/mode_string.c @@ -10,8 +10,6 @@ /* Aug 13, 2003 * Fix a bug reported by junkio@cox.net involving the mode_chars index. */ - - #include #include -- cgit v1.2.3-55-g6feb From 416899fca6c8b7a09ec301e1a961459bb3b6c139 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 14:41:36 +0200 Subject: do not include just before "libbb.h", it's there already Signed-off-by: Denys Vlasenko --- libbb/isdirectory.c | 1 - libbb/mode_string.c | 6 ------ 2 files changed, 7 deletions(-) (limited to 'libbb/mode_string.c') diff --git a/libbb/isdirectory.c b/libbb/isdirectory.c index 462aa0067..6225a34b2 100644 --- a/libbb/isdirectory.c +++ b/libbb/isdirectory.c @@ -7,7 +7,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ -#include #include "libbb.h" /* diff --git a/libbb/mode_string.c b/libbb/mode_string.c index 280e6d291..5ffd5683e 100644 --- a/libbb/mode_string.c +++ b/libbb/mode_string.c @@ -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 -#include - #include "libbb.h" #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \ -- cgit v1.2.3-55-g6feb