The following commit has been merged in the master branch:
commit 162cf1c51d167c43da49539c3956f5b94ba3c5e3
Author: Russ Allbery <[email protected]>
Date:   Mon Mar 22 12:56:09 2010 -0700

    Use sigset_t and sigfillset instead of memset
    
    Rather than using an arbitrary array memset to ones as our signal
    mask, use the POSIX sigfillset function and eliminate the static
    variable.  Fixes strict aliasing errors with --enable-checking and
    gcc 4.4.3 on Linux x86.
    
    Change-Id: Ic3e0499d03657d94f60808ed12e090dc62cce6fc
    Reviewed-on: http://gerrit.openafs.org/1616
    Tested-by: Russ Allbery <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Marc Dionne <[email protected]>
    Tested-by: Marc Dionne <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/lwp/iomgr.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to