OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2580-gbc3a32a
Gerrit Code Review
gerrit@openafs.org
Thu, 7 Jun 2012 05:14:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit bc3a32a84facb8114a8c7de87025f972d0281098
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Jun 2 20:45:08 2012 -0400
afsd: include sys/resource.h in afsd_kernel.c
With a recent glibc update, sys/wait.h no longer includes
sys/resource.h unless __USE_SVID, __USE_XOPEN or __USE_XOPEN2K8
are set.
Don't rely on the indirect inclusion to get the bits we need;
include it directly in afsd_kernel.c. This include used to be
there but was dropped when afsd_kernel.c was split off.
Change-Id: I1bfd2e0c340e15ca44472aa89614f088e0c0ce0c
Reviewed-on: http://gerrit.openafs.org/7522
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afsd/afsd_kernel.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository