diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-11-07 15:57:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-11-07 15:57:22 +0000 |
commit | fc07cc2d45d7e610064fa280ab289d6ec2077bda (patch) | |
tree | 203c2e8e5e8ab3c6408ba767df0d4878e29f6b92 /gdb | |
parent | 6a90a18e85dcf3883f32071df4712f68c86aef73 (diff) | |
download | gdb-fc07cc2d45d7e610064fa280ab289d6ec2077bda.zip gdb-fc07cc2d45d7e610064fa280ab289d6ec2077bda.tar.gz gdb-fc07cc2d45d7e610064fa280ab289d6ec2077bda.tar.bz2 |
* fbsd-proc.c: Fix formatting.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/fbsd-proc.c | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41dc14c..259ac8a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-11-07 Mark Kettenis <kettenis@gnu.org> + + * fbsd-proc.c: Fix formatting. + 2003-11-06 Kevin Buettner <kevinb@redhat.com> * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs): diff --git a/gdb/fbsd-proc.c b/gdb/fbsd-proc.c index 8321cf5..07272b1 100644 --- a/gdb/fbsd-proc.c +++ b/gdb/fbsd-proc.c @@ -1,5 +1,6 @@ /* FreeBSD-specific methods for using the /proc file system. - Copyright 2002 Free Software Foundation, Inc. + + Copyright 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. @@ -48,9 +49,7 @@ child_pid_to_exec_file (int pid) } static int -read_mapping (FILE *mapfile, - unsigned long *start, - unsigned long *end, +read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, char *protection) { int resident, privateresident; @@ -72,10 +71,8 @@ read_mapping (FILE *mapfile, } static int -fbsd_find_memory_regions (int (*func) (CORE_ADDR, - unsigned long, - int, int, int, - void *), +fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long, + int, int, int, void *), void *obfd) { pid_t pid = ptid_get_pid (inferior_ptid); |