OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-17-g53fc41a

Gerrit Code Review gerrit@openafs.org
Wed, 28 Oct 2009 12:02:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit 53fc41a856da4a23fa603bd5a274d819e7a3b54e
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Wed Oct 28 18:24:33 2009 +0000

    Move PMTU header block to top of file
    
    1206e7538be86f073b21cd289266286b60a95d0a added linux/errqueue.h to
    rx_user.c, but added the include in the middle of a function - which
    means that the new structure is out of scope for the rest of the file,
    which breaks the build on Linux.
    
    Put the header include at the start with all of its other friends.
    
    Cc: Alf Wachsmann <alfw@slac.stanford.edu>
    Change-Id: Id932ff63b59e6cd62eda3df4f01e4eef354736ca
    Reviewed-on: http://gerrit.openafs.org/748
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/rx/rx_user.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository