From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 6 Jun 2018 15:48:13 +0200 Subject: [LTP] [PATCH 3/3] syscalls/fchmod02.c: Cleanup && convert to new API In-Reply-To: <1522407404-6877-3-git-send-email-huangjh.jy@cn.fujitsu.com> References: <1522407404-6877-1-git-send-email-huangjh.jy@cn.fujitsu.com> <1522407404-6877-3-git-send-email-huangjh.jy@cn.fujitsu.com> Message-ID: <20180606134813.zv4a7y46strvec6i@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Jinhui, > Signed-off-by: Jinhui Huang Acked-by: Petr Vorel > --- > testcases/kernel/syscalls/fchmod/fchmod02.c | 227 +++++++--------------------- > 1 file changed, 53 insertions(+), 174 deletions(-) > #include > #include .. > +#include These 3 headers aren't needed. I'll change it before commit. Kind regards, Petr