From: Derrick Brashear Date: Sat, 15 Oct 2005 03:03:53 +0000 (+0000) Subject: hpux11-no-kthread-iface-20051014 X-Git-Tag: openafs-devel-1_5_0~258 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=410514dc6da0f9ff810668b5c75174e1ed6e4912;p=packages%2Fo%2Fopenafs.git hpux11-no-kthread-iface-20051014 11.0 lacks this header. --- 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 */