OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4115-g8817308

Gerrit Code Review gerrit@openafs.org
Mon, 27 Jan 2014 17:56:35 -0800 (PST)


The following commit has been merged in the master branch:
commit 8817308a87ca76bc47a0f5564b97c7942b3be04a
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Fri Jan 24 12:00:20 2014 -0500

    FBSD: catch up to 1997 and include if_var.h with if.h
    
    The commit message for upstream's r257244 change includes:
     - Make the prophecy from 1997 happen and remove if_var.h inclusion
       from if.h.
    Despite the clear public posting, we were caught unawares.  We made
    it down to the cellar despite the missing stairs, but "Beware of
    the Leopard" caused us to turn back, apparently.
    
    Since if.h is included in many places and if_var.h is not present
    on all OSes, pull the if.h inclusion into the common kernel headers
    for afs/ and rx/ , and add in if_var.h (as well as the sys/socket.h
    prerequisite).
    
    Change-Id: I228c1560a128388c187804e05c0dd2500fb2853e
    Reviewed-on: http://gerrit.openafs.org/10754
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/sysincludes.h |    6 ++++++
 src/rx/rx_kcommon.h   |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository