From 7b57bfe5988e476ea40934457dfd1c8a231e2391 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Apr 2011 21:59:36 -0400 Subject: Obsolete RPC implementation in libc. --- sunrpc/des_soft.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sunrpc/des_soft.c') diff --git a/sunrpc/des_soft.c b/sunrpc/des_soft.c index 20a3214dab..27d918c64d 100644 --- a/sunrpc/des_soft.c +++ b/sunrpc/des_soft.c @@ -32,6 +32,7 @@ static char sccsid[] = "@(#)des_soft.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/ */ #include +#include /* * Table giving odd parity in the low bit for ASCII characters */ @@ -69,4 +70,4 @@ des_setparity (char *p) p++; } } -libc_hidden_def (des_setparity) +libc_hidden_nolink (des_setparity, GLIBC_2_1) -- cgit v1.2.3