From 0522699ab966cedb00bffb18606551e25eeb32ef Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 15 Oct 2005 03:06:32 +0000 Subject: [PATCH] STABLE140-hpux11-no-kthread-iface-20051014 11.0 lacks this header. (cherry picked from commit 410514dc6da0f9ff810668b5c75174e1ed6e4912) --- src/afs/HPUX/osi_machdep.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5