From df4669fb1e19ebd05d6760a561d7ce149514cc1b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 14:20:38 +0000 Subject: =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/chown.c, libcsupport/src/lchown.c: Include . Cleanup included headers. --- cpukit/ChangeLog | 5 +++++ cpukit/libcsupport/src/chown.c | 6 +----- cpukit/libcsupport/src/lchown.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 55044bde5d..df97d148ec 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-12-05 Ralf Corsépius + + * libcsupport/src/chown.c, libcsupport/src/lchown.c: + Include . Cleanup included headers. + 2011-12-05 Ralf Corsépius * posix/include/rtems/posix/pthread.h: diff --git a/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c index 3cab985cad..9ecaea11f7 100644 --- a/cpukit/libcsupport/src/chown.c +++ b/cpukit/libcsupport/src/chown.c @@ -15,14 +15,10 @@ #include "config.h" #endif -#include -#include +#include #include -#include - #include -#include int _chown_helper( const char *path, diff --git a/cpukit/libcsupport/src/lchown.c b/cpukit/libcsupport/src/lchown.c index c244e08879..1092f9017e 100644 --- a/cpukit/libcsupport/src/lchown.c +++ b/cpukit/libcsupport/src/lchown.c @@ -15,7 +15,7 @@ #include "config.h" #endif -#include +#include #include -- cgit v1.2.3