diff options
Diffstat (limited to 'include/shadow.h')
-rw-r--r-- | include/shadow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/shadow.h b/include/shadow.h index a3f897cba1..124a1ab50a 100644 --- a/include/shadow.h +++ b/include/shadow.h @@ -1,6 +1,8 @@ #ifndef _SHADOW_H #include <shadow/shadow.h> +# ifndef _ISOMAC + /* Now define the internal interfaces. */ extern int __getspent_r (struct spwd *__result_buf, char *__buffer, size_t __buflen, struct spwd **__result) @@ -47,4 +49,5 @@ DECLARE_NSS_PROTOTYPES (nisplus) #undef DECLARE_NSS_PROTOTYPES +# endif /* !_ISOMAC */ #endif |