ws forgot two backslashes (so it tossed his 'cookies')

This commit is contained in:
cgd 1993-09-07 20:02:19 +00:00
parent 4dde406083
commit 84a8fbe900
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)mfsnode.h 7.3 (Berkeley) 4/16/91
* $Id: mfsnode.h,v 1.5 1993/09/07 15:42:03 ws Exp $
* $Id: mfsnode.h,v 1.6 1993/09/07 20:02:19 cgd Exp $
*/
#ifndef _UFS_MFSNODE_H_
@ -165,8 +165,8 @@ int mfs_ioctl __P((
struct vnode *vp, \
struct uio *uio, \
struct ucred *cred, \
int *eofflagp,
u_int *cookies,
int *eofflagp, \
u_int *cookies, \
int ncookies))) mfs_badop)
#define mfs_readlink ((int (*) __P(( \
struct vnode *vp, \