From ff0bf75374401cd3a726d209198dca4af272b1c2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Jul 2008 08:42:54 +0000 Subject: * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup. * elf/dl-load.c (local_strdup): Remove inline. (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list. * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as part of the object. * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning. --- sysdeps/unix/sysv/linux/dl-origin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/dl-origin.c') diff --git a/sysdeps/unix/sysv/linux/dl-origin.c b/sysdeps/unix/sysv/linux/dl-origin.c index 5dacec60d9..fdb6372f09 100644 --- a/sysdeps/unix/sysv/linux/dl-origin.c +++ b/sysdeps/unix/sysv/linux/dl-origin.c @@ -38,7 +38,7 @@ _dl_get_origin (void) #ifndef __ASSUME_AT_EXECFN char linkval[PATH_MAX]; #endif - char *str; + const char *str; char *result = (char *) -1l; int len; -- cgit 1.4.1