diff options
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/getspent_r.c | 1 | ||||
-rw-r--r-- | shadow/getspnam_r.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shadow/getspent_r.c b/shadow/getspent_r.c index 074b5cd1fb..b2106611c2 100644 --- a/shadow/getspent_r.c +++ b/shadow/getspent_r.c @@ -26,6 +26,5 @@ #define ENDFUNC_NAME endspent #define DATABASE_NAME shadow #define BUFLEN 1024 -#define NSS_attribute_hidden attribute_hidden #include "../nss/getXXent_r.c" diff --git a/shadow/getspnam_r.c b/shadow/getspnam_r.c index fe1428d3fc..cfb6817d03 100644 --- a/shadow/getspnam_r.c +++ b/shadow/getspnam_r.c @@ -26,6 +26,5 @@ #define ADD_PARAMS const char *name #define ADD_VARIABLES name #define BUFLEN 1024 -#define NSS_attribute_hidden attribute_hidden #include "../nss/getXXbyYY_r.c" |