]> git.michaelhowe.org Git - packages/o/openafs.git/commit
OpenBSD: Add <sys/queue.h> header for <sys/lockf.h>
authorAntoine Verheijen <antoine@ualberta.ca>
Fri, 8 Jul 2011 17:13:59 +0000 (11:13 -0600)
committerDerrick Brashear <shadow@dementia.org>
Wed, 13 Jul 2011 04:29:21 +0000 (21:29 -0700)
commit0d344bfd855c0522437328da630de1301ecc51ee
tree0dc2f01fccb7232c963b08872e4c240ab8318688
parent918e8c6098a5726f6713cc3ac2a1fc759e1ea36d
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).

Reviewed-on: http://gerrit.openafs.org/4956
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 3559e5c8edd90ffb17e8f3b722ff014654bae336)

Change-Id: I75103e0fb327fec91ae00647598450a30cc2cf23
Reviewed-on: http://gerrit.openafs.org/4980
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/config/param.obsd42.h
src/config/param.obsd43.h
src/config/param.obsd44.h
src/config/param.obsd45.h
src/config/param.obsd46.h
src/config/param.obsd47.h
src/config/param.obsd48.h