mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 15:39:19 +08:00
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/internal.h: Add user_from_uid, group_from_gid.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/shell/internal.h: Add user_from_uid, group_from_gid.
|
||||
|
||||
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/shell/print-ls.c: Include "internal.h".
|
||||
|
||||
@@ -47,5 +47,7 @@ extern int rtems_shell_main_cp(int argc, char *argv[]);
|
||||
#include <sys/types.h>
|
||||
|
||||
extern void strmode(mode_t mode, char *p);
|
||||
extern const char *user_from_uid(uid_t uid, int nouser);
|
||||
extern char *group_from_gid(gid_t gid, int nogroup);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user