From: Derrick Brashear Date: Sat, 15 Oct 2005 03:06:32 +0000 (+0000) Subject: STABLE140-hpux11-no-kthread-iface-20051014 X-Git-Tag: openafs-stable-1_4_0-rc8~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0522699ab966cedb00bffb18606551e25eeb32ef;p=packages%2Fo%2Fopenafs.git STABLE140-hpux11-no-kthread-iface-20051014 11.0 lacks this header. (cherry picked from commit 410514dc6da0f9ff810668b5c75174e1ed6e4912) --- diff --git a/src/afs/HPUX/osi_machdep.h b/src/afs/HPUX/osi_machdep.h index d66f068ef..f16c7bf3d 100644 --- a/src/afs/HPUX/osi_machdep.h +++ b/src/afs/HPUX/osi_machdep.h @@ -109,7 +109,9 @@ int afs_osi_Wakeup(void *event); #if !defined(AFS_HPUX110_ENV) extern caddr_t kmem_alloc(); #endif +#if defined(AFS_HPUX1111_ENV) #include /* for kt_cred() */ +#endif /* Expected to be available as a patch from HP */ /* See section D of the top level README for details */