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 in <sys/param.h> explicitly.



details:   https://anonhg.NetBSD.org/src/rev/282b7d42326c
branches:  trunk
changeset: 546474:282b7d42326c
user:      agc <agc%NetBSD.org@localhost>
date:      Tue Apr 29 17:55:00 2003 +0000

description:
Pull in <sys/param.h> explicitly.

diffstat:

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

diffs (17 lines):

diff -r 0aedf63fe9ab -r 282b7d42326c usr.bin/rpcinfo/rpcinfo.c
--- a/usr.bin/rpcinfo/rpcinfo.c Tue Apr 29 17:45:11 2003 +0000
+++ b/usr.bin/rpcinfo/rpcinfo.c Tue Apr 29 17:55:00 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpcinfo.c,v 1.16 2002/11/08 14:19:42 tron Exp $        */
+/*     $NetBSD: rpcinfo.c,v 1.17 2003/04/29 17:55:00 agc Exp $ */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -61,6 +61,7 @@
  */
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/param.h>
 #include <sys/un.h>
 #include <rpc/rpc.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index