From 1dfc2c167f0c0ee95c98088b2c05b50350b97ddb Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 28 Sep 2002 17:15:38 +0000 Subject: Be consistent about "static" functions: if the function is marked static in its prototype, mark it static at the definition too. Inspired by: FlexeLint warning #512 --- sys/nfsclient/nfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nfsclient') diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 85350a4..f0c9ee1 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -231,7 +231,7 @@ nfs_convert_diskless(void) /* * nfs statfs call */ -int +static int nfs_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) { struct vnode *vp; -- cgit v1.1