diff options
| author | Khem Raj <kraj@mvista.com> | 2008-12-22 20:07:09 +0000 |
|---|---|---|
| committer | Khem Raj <kraj@mvista.com> | 2008-12-22 20:07:09 +0000 |
| commit | 13dc4237fa01bc43cdc541dbb11fd05b9059808e (patch) | |
| tree | 8515576cf9b01287b6e34ddc686f53c6bd3ad1fd /libc | |
| parent | 3522c579f41991ae7a8ada76099bac8da4074b6a (diff) | |
| download | uClibc-alpine-13dc4237fa01bc43cdc541dbb11fd05b9059808e.tar.bz2 uClibc-alpine-13dc4237fa01bc43cdc541dbb11fd05b9059808e.tar.xz | |
Merges from trunk
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/inet/rpc/getrpcent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/getrpcent.c b/libc/inet/rpc/getrpcent.c index 2a98544f1..7ba4e65c5 100644 --- a/libc/inet/rpc/getrpcent.c +++ b/libc/inet/rpc/getrpcent.c @@ -70,7 +70,7 @@ static struct rpcdata { char *domain; } *rpcdata; -static char RPCDB[] = "/etc/rpc"; +static const char RPCDB[] = "/etc/rpc"; static struct rpcdata *_rpcdata(void) { |
