diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-05-01 09:08:09 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-05-01 09:08:09 +0000 |
| commit | 573fbdc21f0481e500a43a5f5035e284813e5af1 (patch) | |
| tree | cc53ff442e57f1001750de0745cdcaef76b73243 /gnu | |
| parent | 2888dd72bf61a5b6d9f94f0804e52e6909e93ce9 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/kvm-fbsd.c | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdbserver/low-fbsd.c | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c index 3fff89e3a948..78c8f9635eae 100644 --- a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c +++ b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "defs.h" #include <sys/types.h> +#include <sys/lock.h> #include <sys/ptrace.h> #include <machine/reg.h> #include <machine/frame.h> diff --git a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c index 9f2d69d4b879..a81a229951a5 100644 --- a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c @@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <paths.h> #include <sys/sysctl.h> #include <sys/param.h> +#include <sys/lock.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/user.h> diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c index 9f2d69d4b879..a81a229951a5 100644 --- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c @@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <paths.h> #include <sys/sysctl.h> #include <sys/param.h> +#include <sys/lock.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/user.h> diff --git a/gnu/usr.bin/binutils/gdbserver/low-fbsd.c b/gnu/usr.bin/binutils/gdbserver/low-fbsd.c index 090628e7da00..604032afae70 100644 --- a/gnu/usr.bin/binutils/gdbserver/low-fbsd.c +++ b/gnu/usr.bin/binutils/gdbserver/low-fbsd.c @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + #include "defs.h" #include <sys/wait.h> #include "frame.h" @@ -24,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> #include <sys/param.h> +#include <sys/lock.h> #include <dirent.h> #include <sys/user.h> #include <signal.h> |
