Add the "install" applet, move get_ug_id to libbb as its used by chown,

chgrp and install.
This commit is contained in:
Glenn L McGrath
2003-09-24 03:22:57 +00:00
parent d72e34c752
commit eebcc1d98a
10 changed files with 155 additions and 18 deletions

View File

@ -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__ */