Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rpcinfo pull rpc/nettype.h in, for some of function ...



details:   https://anonhg.NetBSD.org/src/rev/de9d83390385
branches:  trunk
changeset: 494529:de9d83390385
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 07 15:00:57 2000 +0000

description:
pull rpc/nettype.h in, for some of function prototype.  checked by fvdl

diffstat:

 usr.bin/rpcinfo/rpcinfo.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0dc02417dc80 -r de9d83390385 usr.bin/rpcinfo/rpcinfo.c
--- a/usr.bin/rpcinfo/rpcinfo.c Fri Jul 07 14:56:45 2000 +0000
+++ b/usr.bin/rpcinfo/rpcinfo.c Fri Jul 07 15:00:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpcinfo.c,v 1.13 2000/06/03 15:34:44 fvdl Exp $        */
+/*     $NetBSD: rpcinfo.c,v 1.14 2000/07/07 15:00:57 itojun Exp $      */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -66,6 +66,7 @@
 #include <stdio.h>
 #include <rpc/rpcb_prot.h>
 #include <rpc/rpcent.h>
+#include <rpc/nettype.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>



Home | Main Index | Thread Index | Old Index