OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-137-g8aa5328
Gerrit Code Review
gerrit@openafs.org
Mon, 24 May 2010 20:25:18 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8aa5328bd539f88d4e090959e5bd95a19992bcff
Author: Russ Allbery <rra@stanford.edu>
Date: Mon May 24 21:34:53 2010 -0500
Postmoderize use of AC_CHECK_TYPE
Use AC_TYPE_SSIZE_T to handle the ssize_t check (introduced in Autconf
2.60). Use AC_CHECK_TYPE, not AC_CHECK_TYPES, to check for sig_atomic_t
and socklen_t, and define them in afsconfig.h if they're not present on
this platform. Do not define them in stds.h, since stds.h is an installed
header file and cannot rely on Autoconf defines.
Change-Id: I80e1a00efc84420002a95d6cafc25ea70befa49d
Reviewed-on: http://gerrit.openafs.org/2018
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 10 +++++++---
src/config/stds.h | 18 ++++++------------
2 files changed, 13 insertions(+), 15 deletions(-)
--
OpenAFS Master Repository