From: Chas Williams Date: Mon, 6 May 2002 17:21:42 +0000 (+0000) Subject: STABLE12-need-prototype-for-osi-dnlc-lookup-20020503 X-Git-Tag: openafs-stable-1_2_4~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1832576f69fd488688fc774b6d5d855cdc4baf85;p=packages%2Fo%2Fopenafs.git STABLE12-need-prototype-for-osi-dnlc-lookup-20020503 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 3b618d3f7..7962e6886 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -34,7 +34,6 @@ 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)