Major rework of the directory structure and the entire build system.

-Erik
This commit is contained in:
Eric Andersen
2001-10-24 05:00:29 +00:00
parent 9260fc5552
commit bdfd0d78bc
362 changed files with 8837 additions and 75874 deletions

View File

@ -1,5 +1,5 @@
#ifndef __BB_PWD_H
#define __BB_PWD_H
#ifndef __CONFIG_PWD_H
#define __CONFIG_PWD_H
#if defined USE_SYSTEM_PWD_GRP
#include <pwd.h>
@ -36,5 +36,5 @@ extern struct passwd * getpwnam __P ((__const char *));
extern struct passwd * __getpwent __P ((__const int passwd_fd));
#endif /* USE_SYSTEM_PWD_GRP */
#endif /* __BB_PWD_H */
#endif /* __CONFIG_PWD_H */