The following commit has been merged in the master branch:
commit dc915673f23bf18c0eda9bf947422f6b5360fdb7
Author: Marc Dionne <[email protected]>
Date:   Fri Apr 9 20:19:19 2010 -0400

    Fix UKERNEL build error - include afs/afs_osi.h
    
    Commit d0f2ffca breaks the build on my system because
    afs/afs_osi.h no longer gets included for the UKERNEL + !KERNEL
    case.  This causes many errors as a result of missing definitions
    such as afs_kmutex_t.
    Pull out this include into a separate ifdef based only on "KERNEL".
    
    Change-Id: Idafa7702550eb8cb2c7693f4173e482b15702d7e
    Reviewed-on: http://gerrit.openafs.org/1733
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/rx/rx_clock.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to