]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Include afs_osidnlc.h for osi_dnlc_lookup() prototype. Apparently
authorChas Williams <chas@cmf.nrl.navy.mil>
Fri, 3 May 2002 20:06:36 +0000 (20:06 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Fri, 3 May 2002 20:06:36 +0000 (20:06 +0000)
fixes a panic on ia64.

src/afs/LINUX/osi_vnodeops.c

index 7db16402579332cb68eea612f733b50f6443cab8..4c32f4a1be6363545b395f9da9ba309819979002 100644 (file)
@@ -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)