* amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
[deliverable/binutils-gdb.git] / gdb / regset.h
index 00483c714682f55f6b2d747238168612046673f2..7bc5d2458b966b13e9146ba256e38eba2ed36314 100644 (file)
@@ -31,7 +31,7 @@ typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
                                     int, const void *, size_t);
 typedef void (collect_regset_ftype) (const struct regset *, 
                                      const struct regcache *,
-                                     int, const void *, size_t);
+                                     int, void *, size_t);
 
 struct regset
 {
This page took 0.023852 seconds and 4 git commands to generate.