Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/rpcsvc Include <rpc/rpc.h> so XDR is defined.
details: https://anonhg.NetBSD.org/src/rev/aa4d6b0768d4
branches: trunk
changeset: 343104:aa4d6b0768d4
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:22:56 2016 +0000
description:
Include <rpc/rpc.h> so XDR is defined.
diffstat:
include/rpcsvc/yp_prot.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 108aab9913e0 -r aa4d6b0768d4 include/rpcsvc/yp_prot.h
--- a/include/rpcsvc/yp_prot.h Fri Jan 22 23:15:58 2016 +0000
+++ b/include/rpcsvc/yp_prot.h Fri Jan 22 23:22:56 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: yp_prot.h,v 1.18 2013/01/23 17:27:35 mbalmer Exp $ */
+/* $NetBSD: yp_prot.h,v 1.19 2016/01/22 23:22:56 dholland Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt%fsa.ca@localhost>
@@ -29,6 +29,8 @@
#ifndef _RPCSVC_YP_PROT_H_
#define _RPCSVC_YP_PROT_H_
+#include <rpc/rpc.h> /* for XDR */
+
/*
* YPSERV PROTOCOL:
*
- Prev by Date:
[src/trunk]: src/sys/sys Uses BEGIN_DECLS, needs sys/cdefs.h.
- Next by Date:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Previous by Thread:
[src/trunk]: src/sys/sys Uses BEGIN_DECLS, needs sys/cdefs.h.
- Next by Thread:
[src/trunk]: src/sys/fs/msdosfs u_int{8, 16, 32}_t -> uint{8, 16, 32}_t, also u_i...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index