From 1ffbfa26345fd9284db007be2a6731154e59c3dd Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 14 Mar 2001 18:27:04 +0000 Subject: o In my merge, missed the one-line patch to ufs_vnops.c that removed the static prototype for ufs_readdir(). Note that ufs_readdir() was actually already non-static, the prototype was incorrect. Submitted by: jedgar --- sys/ufs/ufs/ufs_vnops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/ufs') diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 870d6dd..44fe3c8 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -90,7 +90,6 @@ static int ufs_mknod __P((struct vop_mknod_args *)); static int ufs_open __P((struct vop_open_args *)); static int ufs_pathconf __P((struct vop_pathconf_args *)); static int ufs_print __P((struct vop_print_args *)); -static int ufs_readdir __P((struct vop_readdir_args *)); static int ufs_readlink __P((struct vop_readlink_args *)); static int ufs_remove __P((struct vop_remove_args *)); static int ufs_rename __P((struct vop_rename_args *)); -- cgit v1.1