2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>

* libmisc/shell/main_rm.c: Remove decl of user_from_uid.
	Comment out decl of fflagstostr.
This commit is contained in:
Ralf Corsepius
2011-12-04 18:22:14 +00:00
parent d7417a517f
commit cb2464b256
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_rm.c: Remove decl of user_from_uid.
Comment out decl of fflagstostr.
* libmisc/shell/pwcache.c: Include "internal.h".
Make user_from_uid non-static.
* libmisc/shell/internal.h: Add user_from_uid, group_from_gid.

View File

@@ -537,8 +537,9 @@ err: eval = 1;
return (0);
}
#if RTEMS_REMOVED
char *fflagstostr(u_long flags);
const char *user_from_uid(uid_t uid, int nouser);
#endif
int
check_rm(rtems_shell_rm_globals* globals, char *path, char *name, struct stat *sp)