From 4a2724d93bcd8626f2cebead9b263b4f9f86541d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 Jul 2009 20:09:13 +0200 Subject: s/UCLIBC_INTERNAL/_LIBC/g Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko --- include/rpc/clnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rpc') diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 0dcadcb5a..608c7e7d3 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -133,7 +133,7 @@ typedef struct CLIENT CLIENT; struct CLIENT { AUTH *cl_auth; /* authenticator */ /* not sure whether non-const-ness is a part of the spec... if it is, - * enclose "const" in #ifdef UCLIBC_INTERNAL / #endif + * enclose "const" in #ifdef _LIBC / #endif * to make it effective only for libc compile */ const struct clnt_ops { -- cgit v1.2.3