Scrub pwd.h and grp.h handling so we don't have to play any
silly games. -Erik
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define __CONFIG_GRP_H
|
||||
|
||||
#if !defined CONFIG_USE_BB_PWD_GRP
|
||||
#include_next <grp.h>
|
||||
#include <grp.h>
|
||||
|
||||
#else
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "pwd.h"
|
||||
#include "grp.h"
|
||||
#include "pwd_.h"
|
||||
#include "grp_.h"
|
||||
#ifdef CONFIG_FEATURE_SHADOWPASSWDS
|
||||
#include "shadow_.h"
|
||||
#endif
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define __CONFIG_PWD_H
|
||||
|
||||
#if !defined CONFIG_USE_BB_PWD_GRP
|
||||
#include_next <pwd.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user