aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-29 19:41:06 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-29 19:41:06 +0000
commit599e554aad2738efe2fa7948c28162b0f7323a63 (patch)
treec0398d52bf44783d2dc330b4b33a908a58d2d55b /modutils
parentad8f6a3513f8b54f4e80adfcc22cab37dce40a2b (diff)
downloadbusybox-w32-599e554aad2738efe2fa7948c28162b0f7323a63.tar.gz
busybox-w32-599e554aad2738efe2fa7948c28162b0f7323a63.tar.bz2
busybox-w32-599e554aad2738efe2fa7948c28162b0f7323a63.zip
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
(the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit). git-svn-id: svn://busybox.net/trunk/busybox@16015 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index e09275e11..3aabadd26 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -1945,7 +1945,7 @@ static void arch_create_got(struct obj_file *f)
1945/*======================================================================*/ 1945/*======================================================================*/
1946 1946
1947/* Standard ELF hash function. */ 1947/* Standard ELF hash function. */
1948static inline unsigned long obj_elf_hash_n(const char *name, unsigned long n) 1948static unsigned long obj_elf_hash_n(const char *name, unsigned long n)
1949{ 1949{
1950 unsigned long h = 0; 1950 unsigned long h = 0;
1951 unsigned long g; 1951 unsigned long g;