diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:00:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:00:55 +0000 |
commit | 70d37cb4afa78201a9ec23df6792c64f4078c5a8 (patch) | |
tree | d801ee5cd5e021fee83b05321c68d47d4a34c545 /libc/inet/rpc | |
parent | 1ad608ee1614eb90e4236a39595be4f28c9c2901 (diff) |
disable deprecated warnings for some files
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/rcmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/rcmd.c b/libc/inet/rpc/rcmd.c index 728f301ea..df824f30d 100644 --- a/libc/inet/rpc/rcmd.c +++ b/libc/inet/rpc/rcmd.c @@ -35,6 +35,7 @@ static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; #endif /* LIBC_SCCS and not lint */ +#define __UCLIBC_HIDE_DEPRECATED__ #define __FORCE_GLIBC #include <features.h> |