nuke two bogus ARGSUSED
authorthib <thib@openbsd.org>
Thu, 10 Jul 2008 18:17:56 +0000 (18:17 +0000)
committerthib <thib@openbsd.org>
Thu, 10 Jul 2008 18:17:56 +0000 (18:17 +0000)
sys/nfs/nfs_socket.c
sys/nfs/nfs_vfsops.c

index 2709011..ef9bf8d 100644 (file)
@@ -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;
index a5d5ac0..f2b4dfe 100644 (file)
@@ -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;