forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user