]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Make lwp.h always provide fasttime prototypes
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sat, 11 Jul 2009 13:37:37 +0000 (14:37 +0100)
committerDerrick Brashear <shadow@dementia.org>
Sat, 11 Jul 2009 14:37:59 +0000 (08:37 -0600)
commit8519ed8d217a484c29e514bb2e6e7c7faa88b20e
treed6a6f1b89efad986756e194ae9b167a8f400eec1
parentd46713d4bd0d0ce32640d973696c914e804413f6
Make lwp.h always provide fasttime prototypes

The fasttime functions are used regardles of whether we're using
pthreads or LWP. Previously, lwp.h only provided their prototypes
if LWP was in use. Change this so these prototypes are always provided,
by refactoring the header a little. In the process, remove some
duplicate header includes.

Reviewed-on: http://gerrit.openafs.org/56
Verified-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/lwp/lwp.h