OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3290-g7f96084

Gerrit Code Review gerrit@openafs.org
Thu, 31 Jan 2013 02:58:14 -0800 (PST)


The following commit has been merged in the master branch:
commit 7f96084969d3082842a9575ee8ff7da8c52a0796
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Dec 22 07:54:54 2012 -0500

    Rework set_header_word macros
    
    Rework the set_header_word macros so that all compilers are
    happy:
    - the use of offsetof() is avoided, as it has an issue on IRIX
    when the result is not constant
    - the assignment within the macro is explicitely sequenced before
    the function call to avoid a gcc sequence-point warning
    
    Change-Id: I2355233e865b155f958379bfa2736fee19ef2680
    Reviewed-on: http://gerrit.openafs.org/8816
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/budb/database.h    |    8 +++++---
 src/kauth/kadatabase.c |    7 ++++++-
 2 files changed, 11 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository