OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-520-gb23163f

Gerrit Code Review gerrit@openafs.org
Fri, 3 Dec 2010 11:28:38 -0800 (PST)


The following commit has been merged in the master branch:
commit b23163f05e55128cc0dc874396a765a400a77fd5
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Fri Dec 3 00:26:24 2010 -0700

    Move include of sys/types.h in kopenafs.c
    
    The netinet/in.h header file requires the inclusion of sys/types.h
    (or some portion thereof). Most systems include it implicitly
    within netinet/in.h. Some, such as OpenBSD, do not. In kopenafs.c,
    sys/types.h is included after netinet/in.h which is fine in most
    cases but means that, as a result, it will not compile on OpenBSD.
    Moving sys/types.h before netinet/in.h solves this problem (and
    should cause no problems on any other system).
    
    Change-Id: Ifc3295f3eb4f0b2b4718d0b2aa6dcbb2b06da8df
    Reviewed-on: http://gerrit.openafs.org/3429
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/kopenafs/kopenafs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository