* i386bsd-nat.c: Do not include <sys/sysctl.h>.
authorMark Kettenis <kettenis@gnu.org>
Sat, 21 Jul 2001 20:16:44 +0000 (20:16 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 21 Jul 2001 20:16:44 +0000 (20:16 +0000)
commit256304449f3723704990160e7fa4496c02b92b2f
tree92a73dc0965a660ee92bc7a178571ab063609216
parent39db33d6029554a081dd7a177ff2b821de089ba8
* i386bsd-nat.c: Do not include <sys/sysctl.h>.
(_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
code to ...
* i386fbsd-nat.c: ... here.  New file.
* config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
* config/i386/nm-fbsd.h (CHILD_RESUME): Define.
* Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
(i386fbsd-nat.o): Add dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/i386/fbsd.mh
gdb/config/i386/nm-fbsd.h
gdb/i386bsd-nat.c
gdb/i386fbsd-nat.c [new file with mode: 0644]