Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/rpc delint -UINET6



details:   https://anonhg.NetBSD.org/src/rev/2a0cec873b53
branches:  trunk
changeset: 572600:2a0cec873b53
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jan 08 22:48:42 2005 +0000

description:
delint -UINET6

diffstat:

 lib/libc/rpc/rpc_generic.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 446f2de8780b -r 2a0cec873b53 lib/libc/rpc/rpc_generic.c
--- a/lib/libc/rpc/rpc_generic.c        Sat Jan 08 22:42:22 2005 +0000
+++ b/lib/libc/rpc/rpc_generic.c        Sat Jan 08 22:48:42 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpc_generic.c,v 1.16 2003/10/21 00:03:47 fvdl Exp $    */
+/*     $NetBSD: rpc_generic.c,v 1.17 2005/01/08 22:48:42 lukem Exp $   */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: rpc_generic.c,v 1.16 2003/10/21 00:03:47 fvdl Exp $");
+__RCSID("$NetBSD: rpc_generic.c,v 1.17 2005/01/08 22:48:42 lukem Exp $");
 #endif
 
 #include "namespace.h"
@@ -808,6 +808,7 @@
  * machine. If they are both "link local" or "site local", copy
  * the scope id of the server address over to the service address.
  */
+/* ARGSUSED */
 int
 __rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc)
 {



Home | Main Index | Thread Index | Old Index