mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
HPUX: Add limits.h to sysincludes
xdr_mem uses INT_MAX, so we need limits.h in the kernel for HP-UX. Change-Id: I5c75f9d3cb9cfd5da78cf625f042c1dee862dcd7 Reviewed-on: http://gerrit.openafs.org/2506 Tested-by: BuildBot <buildbot@rampaginggeek.com> Tested-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
8e5d6ce150
commit
ae1ac72783
@ -297,6 +297,10 @@ typedef unsigned short etap_event_t;
|
||||
# include "limits.h"
|
||||
# endif
|
||||
|
||||
# ifdef AFS_HPUX_ENV
|
||||
# include "limits.h"
|
||||
# endif
|
||||
|
||||
# if defined(AFS_SGI_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SUN5_ENV) || \
|
||||
defined(AFS_FBSD_ENV) || defined(AFS_NBSD40_ENV)
|
||||
# include "h/dirent.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user