summaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:25 +0000
commitb6aae0f38194cd39960a898606ee65d4be93a895 (patch)
treeb73c92aefaf614291a71d05e9d28ca68f4ef021b /modutils/insmod.c
parenta41fdf331af344ecd3ec230a072857ea197e1890 (diff)
downloadbusybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.gz
busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.bz2
busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.zip
preparatory patch for -Wwrite-strings #2
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 1ad3c23a4..241db45e8 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -1782,7 +1782,7 @@ static int arch_single_init(ElfW(RelM) *rel, struct arch_single_entry *single,
1782 1782
1783#if defined(USE_GOT_ENTRIES) || defined(USE_PLT_ENTRIES) 1783#if defined(USE_GOT_ENTRIES) || defined(USE_PLT_ENTRIES)
1784 1784
1785static struct obj_section *arch_xsect_init(struct obj_file *f, char *name, 1785static struct obj_section *arch_xsect_init(struct obj_file *f, const char *name,
1786 int offset, int size) 1786 int offset, int size)
1787{ 1787{
1788 struct obj_section *myrelsec = obj_find_section(f, name); 1788 struct obj_section *myrelsec = obj_find_section(f, name);