From: Chas Williams Date: Fri, 3 May 2002 20:06:36 +0000 (+0000) Subject: Include afs_osidnlc.h for osi_dnlc_lookup() prototype. Apparently X-Git-Tag: openafs-stable-1_2_4~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c673b27e7f0c8c4709ac20fc116a8502e5649cce;p=packages%2Fo%2Fopenafs.git Include afs_osidnlc.h for osi_dnlc_lookup() prototype. Apparently fixes a panic on ia64. --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 7db164025..4c32f4a1b 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -33,6 +33,7 @@ RCSID("$Header$"); #if defined(AFS_LINUX24_ENV) #include "../h/smp_lock.h" #endif +#include "../afs/afs_osidnlc.h" #ifdef pgoff2loff #define pageoff(pp) pgoff2loff((pp)->index)