diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
commit | 3540d0675cce2068ec0c26a46660972a9859c368 (patch) | |
tree | cffdb9b43c1111eb56655215c3db088b82c630c6 /libc/inet/rpc/xdr.c | |
parent | c933888d28d6ac1b0028458a4d85cd1b593ace3d (diff) |
Update networking includes.
Diffstat (limited to 'libc/inet/rpc/xdr.c')
-rw-r--r-- | libc/inet/rpc/xdr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/inet/rpc/xdr.c b/libc/inet/rpc/xdr.c index 88600732a..8f6fbca22 100644 --- a/libc/inet/rpc/xdr.c +++ b/libc/inet/rpc/xdr.c @@ -27,9 +27,8 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)xdr.c 1.35 87/08/12"; -#endif +#define __FORCE_GLIBC__ +#include <features.h> /* * xdr.c, Generic XDR routines implementation. |