OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-49-gd96ec9e

Gerrit Code Review gerrit@openafs.org
Thu, 10 Sep 2009 05:47:00 -0700 (PDT)


The following commit has been merged in the master branch:
commit d96ec9ec031d0d15d1cfe3b86e58c12c4c267c00
Author: Russ Allbery <rra@stanford.edu>
Date:   Fri Aug 21 18:59:01 2009 -0700

    Stop using sig_t
    
    acinclude.m4 was adding to afsconfig.h some code to define sig_t as the
    type of a signal handler.  This definition was in terms of RETSIGTYPE,
    which is deprecated by Autoconf.  It also adds an unnecessary abstraction
    for only two places in the AFS source code where it was used.  Remove it
    and change those two spots to use the standard C declaration of the
    function pointer.
    
    Reviewed-on: http://gerrit.openafs.org/335
    Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4     |    7 -------
 src/kauth/user.c |    2 +-
 src/sys/pioctl.c |    2 +-
 3 files changed, 2 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository