diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 00:52:35 +0200 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-18 11:37:46 -0700 |
| commit | 99436fc7dccdcd3bd2cdf3730d8fc4f8dd6413f5 (patch) | |
| tree | 8005b3ddbd934068285c28981509c524aca83466 /libc | |
| parent | 7bd16c28e51c92f58f9415ea05dda039df706d5a (diff) | |
| download | uClibc-alpine-99436fc7dccdcd3bd2cdf3730d8fc4f8dd6413f5.tar.bz2 uClibc-alpine-99436fc7dccdcd3bd2cdf3730d8fc4f8dd6413f5.tar.xz | |
comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/inet/rpc/rexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/rpc/rexec.c b/libc/inet/rpc/rexec.c index 12df3ab8f..8305b4a20 100644 --- a/libc/inet/rpc/rexec.c +++ b/libc/inet/rpc/rexec.c @@ -66,8 +66,8 @@ #define SA_LEN(_x) __libc_sa_len((_x)->sa_family) extern int __libc_sa_len (sa_family_t __af) __THROW attribute_hidden; -int rexecoptions; -char ahostbuf[NI_MAXHOST] attribute_hidden; +/* int rexecoptions; - google does not know it */ +static char ahostbuf[NI_MAXHOST]; /* libc_hidden_proto(rexec_af) */ int |
