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:
Andrew Deason 2010-08-03 12:01:07 -05:00 committed by Derrick Brashear
parent 8e5d6ce150
commit ae1ac72783

View File

@ -297,6 +297,10 @@ typedef unsigned short etap_event_t;
# include "limits.h" # include "limits.h"
# endif # endif
# ifdef AFS_HPUX_ENV
# include "limits.h"
# endif
# if defined(AFS_SGI_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SUN5_ENV) || \ # if defined(AFS_SGI_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SUN5_ENV) || \
defined(AFS_FBSD_ENV) || defined(AFS_NBSD40_ENV) defined(AFS_FBSD_ENV) || defined(AFS_NBSD40_ENV)
# include "h/dirent.h" # include "h/dirent.h"