Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/rpc don't compile with SVC_LEGACY
details: https://anonhg.NetBSD.org/src/rev/7114f058ed12
branches: trunk
changeset: 341461:7114f058ed12
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 07 14:21:32 2015 +0000
description:
don't compile with SVC_LEGACY
diffstat:
lib/libc/rpc/rpc_commondata.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r c977fa54f2fd -r 7114f058ed12 lib/libc/rpc/rpc_commondata.c
--- a/lib/libc/rpc/rpc_commondata.c Sat Nov 07 13:28:05 2015 +0000
+++ b/lib/libc/rpc/rpc_commondata.c Sat Nov 07 14:21:32 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_commondata.c,v 1.12 2015/11/07 00:42:04 christos Exp $ */
+/* $NetBSD: rpc_commondata.c,v 1.13 2015/11/07 14:21:32 christos Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -31,14 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define SVC_LEGACY
-
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char *sccsid = "@(#)rpc_commondata.c 2.1 88/07/29 4.0 RPCSRC";
#else
-__RCSID("$NetBSD: rpc_commondata.c,v 1.12 2015/11/07 00:42:04 christos Exp $");
+__RCSID("$NetBSD: rpc_commondata.c,v 1.13 2015/11/07 14:21:32 christos Exp $");
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index