OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1360-g3559e5c

Gerrit Code Review gerrit@openafs.org
Sun, 10 Jul 2011 06:55:42 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3559e5c8edd90ffb17e8f3b722ff014654bae336
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Fri Jul 8 11:13:59 2011 -0600

    OpenBSD: Add <sys/queue.h> header for <sys/lockf.h>
    
    On OpenBSD, the <sys/lockf.h> header requires the TAILQ_* macros
    which are defined in <sys/queue.h>. The latter is not automatically
    included by <sys/lockf.h> . This patch makes sure that it is
    available by putting it into the OpenBSD-specific param.h files
    (so as not to impact any other OS).
    
    Change-Id: I8281b085eed2a6dec1f096ad9a6e96078c1e4af0
    Reviewed-on: http://gerrit.openafs.org/4956
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/config/param.obsd42.h |    4 ++++
 src/config/param.obsd43.h |    4 ++++
 src/config/param.obsd44.h |    4 ++++
 src/config/param.obsd45.h |    4 ++++
 src/config/param.obsd46.h |    4 ++++
 src/config/param.obsd47.h |    4 ++++
 src/config/param.obsd48.h |    4 ++++
 7 files changed, 28 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository