From b2f2b704d0dc61d08ed091da4e0c9217050a239f Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Sat, 20 Nov 1999 16:44:44 +0000 Subject: [PATCH] We do not have ffs_checkexp, so remove the prototype --- sys/ufs/ffs/ffs_extern.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 12beae34e70..58d2ef904b6 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -77,8 +77,6 @@ ufs_daddr_t ffs_blkpref __P((struct inode *, ufs_daddr_t, int, ufs_daddr_t *)); int ffs_bmap __P((struct vop_bmap_args *)); void ffs_clrblock __P((struct fs *, u_char *, ufs_daddr_t)); int ffs_fhtovp __P((struct mount *, struct fid *, struct vnode **)); -int ffs_checkexp __P((struct mount *, struct sockaddr *, int *, - struct ucred **)); int ffs_flushfiles __P((struct mount *, int, struct proc *)); void ffs_fragacct __P((struct fs *, int, int32_t [], int)); int ffs_freefile __P(( struct vnode *, ino_t, int ));