From addac9ec100849612ec4dd32a25c019f9703cbee Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 7 Nov 2015 14:21:32 +0000 Subject: [PATCH] don't compile with SVC_LEGACY --- lib/libc/rpc/rpc_commondata.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index 7993efda93c6..95f6c05ee5e3 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -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 #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