diff options
Diffstat (limited to 'libc/inet/rpc/getrpcport.c')
-rw-r--r-- | libc/inet/rpc/getrpcport.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/inet/rpc/getrpcport.c b/libc/inet/rpc/getrpcport.c index 0665fbae1..2c20282fe 100644 --- a/libc/inet/rpc/getrpcport.c +++ b/libc/inet/rpc/getrpcport.c @@ -1,7 +1,6 @@ /* @(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI"; -#endif +#define __FORCE_GLIBC__ +#include <features.h> /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape |