summaryrefslogtreecommitdiff
path: root/devel/avr-gdb/files/patch-gdb::symfile.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2008-02-22 08:49:27 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2008-02-22 08:49:27 +0000
commit34e7eb829f1df0b96c671a1be816fb2e28df8920 (patch)
tree638d946cc3a6ba0a95ecbe5d5905b955f63989c8 /devel/avr-gdb/files/patch-gdb::symfile.c
parent- Add KNOB for Cyrus SASL2 (diff)
Unescape an HTML escape within this patch. It's been within the
context part only so all it did was causing fuzz when patching, thus no PORTREVISION bump needed.
Notes
Notes: svn path=/head/; revision=207741
Diffstat (limited to 'devel/avr-gdb/files/patch-gdb::symfile.c')
-rw-r--r--devel/avr-gdb/files/patch-gdb::symfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-gdb/files/patch-gdb::symfile.c b/devel/avr-gdb/files/patch-gdb::symfile.c
index 54691fb73456..f093db727159 100644
--- a/devel/avr-gdb/files/patch-gdb::symfile.c
+++ b/devel/avr-gdb/files/patch-gdb::symfile.c
@@ -7,7 +7,7 @@ diff -u -p -p -r1.143 symfile.c
+++ symfile.c 19 Oct 2004 20:07:58 -0000
@@ -1405,7 +1405,7 @@ load_section_callback (bfd *abfd, asecti
struct cleanup *old_chain;
- CORE_ADDR lma = bfd_section_lma (abfd, asec) + args-&gt;load_offset;
+ CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
bfd_size_type block_size;
- int err;
+ int err = 0;