diff options
Diffstat (limited to 'crypto/openssh/includes.h')
-rw-r--r-- | crypto/openssh/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index 0dc2fb7..3cbc2c2 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -186,7 +186,7 @@ __RCSID(msg) * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here. */ -#ifdef __hpux +#ifdef GETSPNAM_CONFLICTING_DEFS # ifdef _INCLUDE__STDC__ # undef _INCLUDE__STDC__ # endif |