diff options
Diffstat (limited to 'gdb/bsd-kvm.h')
-rw-r--r-- | gdb/bsd-kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/bsd-kvm.h b/gdb/bsd-kvm.h index 5e96275..4379cb2 100644 --- a/gdb/bsd-kvm.h +++ b/gdb/bsd-kvm.h @@ -27,7 +27,7 @@ struct regcache; register CUPPLY_PCB as the architecture-specific process control block interpreter. */ -extern void - bsd_kvm_add_target (int (*supply_pcb)(struct regcache *, struct pcb *)); +extern void bsd_kvm_add_target (int (*supply_pcb) (struct regcache *, + struct pcb *)); #endif /* bsd-kvm.h */ |