duplicate TIOCGPGRP for controller - minus the check for controlling terminal
[unix-history] / usr / src / sys / kern / vfs_xxx.c
index b0e9ba8..1ea802d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vfs_xxx.c   7.2 (Berkeley) %G%
+ *     @(#)vfs_xxx.c   7.3 (Berkeley) %G%
  */
 
 #ifdef COMPAT
  */
 
 #ifdef COMPAT
@@ -75,7 +75,7 @@ ostat1(vp, ub)
        struct vattr vattr;
        int error;
 
        struct vattr vattr;
        int error;
 
-       error = vop_getattr(vp, &vattr, u.u_cred);
+       error = VOP_GETATTR(vp, &vattr, u.u_cred);
        if (error)
                return(error);
        /*
        if (error)
                return(error);
        /*