From: Derrick Brashear Date: Fri, 10 Jan 2003 09:35:07 +0000 (+0000) Subject: STABLE12-nfstrans-solaris-pre-7-support-20021210 X-Git-Tag: openafs-stable-1_2_9~90 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e1fb18611826b780d051d2fdf310153af3320e59;p=packages%2Fo%2Fopenafs.git STABLE12-nfstrans-solaris-pre-7-support-20021210 pullup --- 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;