]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-hpux-gop-lookupname-20081009
authorDerrick Brashear <shadow@dementia.org>
Thu, 9 Oct 2008 19:57:04 +0000 (19:57 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 9 Oct 2008 19:57:04 +0000 (19:57 +0000)
LICENSE IPL10

add missing gop_lookupname macro for hpux

(cherry picked from commit 7034078b3386e074a399f9387ff9b387e479f4f0)

src/afs/HPUX/osi_machdep.h

index 1237d06570d8d3fe302338ecbd6a0855aa038c73..36d73d19547f1872a5c61b865e81d372be831e4b 100644 (file)
@@ -30,6 +30,8 @@ extern struct timeval time;
 #define osi_vnhold(avc, r)  do { VN_HOLD(AFSTOV(avc)); } while(0)
 #define gop_rdwr(rw,gp,base,len,offset,segflg,unit,aresid) \
   vn_rdwr((rw),(gp),(base),(len),(offset),(segflg),(unit),(aresid),0)
+#define gop_lookupname(fnamep,segflg,followlink,compvpp) \
+  lookupname((fnamep),(segflg),(followlink),NULL,(compvpp))
 
 #undef afs_suser