From c15f25e4a1d9228ac71213d78333a77b650b9318 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 4 Dec 2011 18:24:15 +0000 Subject: [PATCH] =?UTF-8?q?2011-12-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/shell/main_mv.c: Remove decl of user_from_uid, group_from_gid. --- cpukit/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index fa64db01ed..565091a868 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-04 Ralf Corsépius + * libmisc/shell/main_mv.c: Remove decl of user_from_uid, + group_from_gid. * libmisc/shell/main_rm.c: Remove decl of user_from_uid. Comment out decl of fflagstostr. * libmisc/shell/pwcache.c: Include "internal.h".