Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install.
This commit is contained in:
@ -467,5 +467,6 @@ extern void print_login_prompt(void);
|
||||
|
||||
extern void vfork_daemon_rexec(int argc, char **argv, char *foreground_opt);
|
||||
extern void get_terminal_width_height(int fd, int *width, int *height);
|
||||
extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *));
|
||||
|
||||
#endif /* __LIBCONFIG_H__ */
|
||||
|
Reference in New Issue
Block a user