Deleted Added
full compact
1,2c1,2
< /* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */
< /* $FreeBSD: head/crypto/openssh/includes.h 126277 2004-02-26 10:52:33Z des $ */
---
> /* $OpenBSD: includes.h,v 1.18 2004/06/13 15:03:02 djm Exp $ */
> /* $FreeBSD: head/crypto/openssh/includes.h 137019 2004-10-28 16:11:31Z des $ */
36a37
> #include <stddef.h>
183a185,194
> /*
> * 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 _INCLUDE__STDC__
> # undef _INCLUDE__STDC__
> # endif
> #endif
>