Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/rpcsvc Uses BEGIN_DECLS and needs sys/cdefs.h.
details: https://anonhg.NetBSD.org/src/rev/93d7ea4efa66
branches: trunk
changeset: 343105:93d7ea4efa66
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 23:23:13 2016 +0000
description:
Uses BEGIN_DECLS and needs sys/cdefs.h.
diffstat:
include/rpcsvc/ypclnt.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r aa4d6b0768d4 -r 93d7ea4efa66 include/rpcsvc/ypclnt.h
--- a/include/rpcsvc/ypclnt.h Fri Jan 22 23:22:56 2016 +0000
+++ b/include/rpcsvc/ypclnt.h Fri Jan 22 23:23:13 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ypclnt.h,v 1.14 2012/03/02 17:27:48 christos Exp $ */
+/* $NetBSD: ypclnt.h,v 1.15 2016/01/22 23:23:13 dholland Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt%fsa.ca@localhost>
@@ -29,6 +29,8 @@
#ifndef _RPCSVC_YPCLNT_H_
#define _RPCSVC_YPCLNT_H_
+#include <sys/cdefs.h>
+
#define YPERR_BADARGS 1 /* args to function are bad */
#define YPERR_RPC 2 /* RPC failure */
#define YPERR_DOMAIN 3 /* can't bind to a server for domain */
Home |
Main Index |
Thread Index |
Old Index