From: Derrick Brashear Date: Fri, 17 Feb 2006 17:34:15 +0000 (+0000) Subject: hpux11-store-fd-sonner-20060217 X-Git-Tag: openafs-devel-1_5_0~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a8f0d4a30f55ac506cad1d82a416b2847ace99e6;p=packages%2Fo%2Fopenafs.git hpux11-store-fd-sonner-20060217 FIXES 23112 based on report from jbuehler@spirentcom.com --- diff --git a/src/afs/HPUX/osi_inode.c b/src/afs/HPUX/osi_inode.c index 4c93e088a..868e2bc99 100644 --- a/src/afs/HPUX/osi_inode.c +++ b/src/afs/HPUX/osi_inode.c @@ -145,9 +145,7 @@ afs_syscall_iopen(dev, inode, usrmod) iput(ip); goto out; } -#ifdef AFS_HPUX1111_ENV fd = u.u_r.r_val1; -#endif iunlock(ip); fp->f_ops = &vnodefops; @@ -179,9 +177,6 @@ afs_syscall_iopen(dev, inode, usrmod) * called by falloc(), which is called above. */ if (is_multithreaded(u.u_procp)) { -#ifndef AFS_HPUX1111_ENV - fd = (int)u.u_r.r_val1; -#endif putf(fd); }