diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-04 15:43:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-04 15:43:26 +0000 |
commit | 6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c (patch) | |
tree | e5aa03f1ca62b3d6aaa84b5821cfcbd1fb8253a9 /modutils/insmod.c | |
parent | 360362dc5768e4ad4924fda677f6b7cedec24256 (diff) | |
download | busybox-w32-6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c.tar.gz busybox-w32-6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c.tar.bz2 busybox-w32-6cee58e9cfedfa09ede3f5499eb5f635fc2bb77c.zip |
Announce 1.8.01_8_0
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index df75abbfa..c3c57ede7 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -2983,7 +2983,7 @@ obj_string_patch(struct obj_file *f, int secidx, ElfW(Addr) offset, | |||
2983 | memcpy(loc, string, len); | 2983 | memcpy(loc, string, len); |
2984 | } | 2984 | } |
2985 | 2985 | ||
2986 | static void | 2986 | static void |
2987 | obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset, | 2987 | obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset, |
2988 | struct obj_symbol *sym) | 2988 | struct obj_symbol *sym) |
2989 | { | 2989 | { |