OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-35-g549002c

Gerrit Code Review gerrit@openafs.org
Thu, 8 Oct 2009 07:59:25 -0700 (PDT)


The following commit has been merged in the master branch:
commit 549002c906795f978eebf81c706995116a04a8ff
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 7 16:42:42 2009 -0500

    Remove warnings related to type-punning
    
    cmd/cmd.c:
     - Just make dummy be a struct cmd_item instead of casting
    
    rxdebug/rxdebug.c:
     - Access the stats packet through a union instead of casting and
       dereferencing
    
    util/uuid.c:
     - Access the seed through a union and an array instead of that
       incrementing-pointer approach
    
    Reviewed-on: http://gerrit.openafs.org/599
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/cmd/cmd.c         |    4 ++--
 src/rxdebug/rxdebug.c |   14 ++++++++------
 src/util/uuid.c       |   18 ++++++++++--------
 3 files changed, 20 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository