From 20c971ba6db6bcf5bb18ecd485c2faf8e20ddd23 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 10 Jul 2008 18:17:56 +0000 Subject: [PATCH] nuke two bogus ARGSUSED --- sys/nfs/nfs_socket.c | 3 +-- sys/nfs/nfs_vfsops.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index 270901126bf..ef9bf8d6f38 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.66 2008/07/05 18:28:08 blambert Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.67 2008/07/10 18:17:56 thib Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -656,7 +656,6 @@ errout: * We must search through the list of received datagrams matching them * with outstanding requests using the xid, until ours is found. */ -/* ARGSUSED */ int nfs_reply(myrep) struct nfsreq *myrep; diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index a5d5ac02f4a..f2b4dfe5480 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vfsops.c,v 1.77 2008/07/05 12:51:04 thib Exp $ */ +/* $OpenBSD: nfs_vfsops.c,v 1.78 2008/07/10 18:17:56 thib Exp $ */ /* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */ /* @@ -772,7 +772,6 @@ nfs_root(mp, vpp) /* * Flush out the buffer cache */ -/* ARGSUSED */ int nfs_sync(mp, waitfor, cred, p) struct mount *mp; -- 2.20.1