OpenAFS Master Repository branch, master, updated. ecd3fc42d1d6dca23bb2e2728a0066d3db8eceb6

Gerrit Code Review gerrit@openafs.org
Tue, 7 Jul 2009 06:15:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit ecd3fc42d1d6dca23bb2e2728a0066d3db8eceb6
Author: Russ Allbery <rra@stanford.edu>
Date:   Mon Jul 6 17:19:26 2009 -0700

    Search for the Linux version in the correct header
    
    src/config/linux-version already had support for handling either versioned
    or unversioned kernel source directories, but the grep for UTS_RELEASE
    was unconditionally done against the versioned source tree, ignoring the
    previous determination of where the header file was.
    
    Instead, check instead the header file location that we'd previously
    determined.
    
    This patch has been tested in the Debian OpenAFS 1.4.11~pre3+dfsg-1
    package.
    
    Reviewed-on: http://gerrit.openafs.org/4
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Verified-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/config/linux-version |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository