From e1fb18611826b780d051d2fdf310153af3320e59 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 10 Jan 2003 09:35:07 +0000 Subject: [PATCH] STABLE12-nfstrans-solaris-pre-7-support-20021210 pullup --- src/afs/afs_nfsdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_nfsdisp.c b/src/afs/afs_nfsdisp.c index e5c2daaa6..cb9e83377 100644 --- a/src/afs/afs_nfsdisp.c +++ b/src/afs/afs_nfsdisp.c @@ -677,7 +677,7 @@ nfs3_to_afs_call(int which, caddr_t *args, nfs_fh3 **fhpp, nfs_fh3 **fh2pp) case NFSPROC3_LOOKUP: { LOOKUP3args *arg = (LOOKUP3args *)args; -#ifdef AFS_SUN57_ENV +#ifdef AFS_SUN58_ENV fhp1 = (nfs_fh3 *) &arg->what.dirp; #else fhp1 = (nfs_fh3 *) &arg->what.dir; -- 2.39.5