diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-05-03 06:33:33 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-05-03 06:33:33 +0000 |
| commit | 8dde563eb3d0afd7c88bc3ba5a203dab4cbe1288 (patch) | |
| tree | 87d69e254cf385ec9594c95801fc8b84b093887b /gnu | |
| parent | 0051154b1c9b5007c97501b0de73fd6ad43488f9 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/alpha/kvm-fbsd.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c b/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c index 0cc17922fa2e..e7a6f7bd7f42 100644 --- a/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c +++ b/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c @@ -1,4 +1,5 @@ -/* Native-dependent code for BSD Unix running on i386's, for GDB. +/* $FreeBSD$ */ +/* Native-dependent code for BSD Unix running on alphas's, for GDB. Copyright 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -20,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/alpha/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/alpha/kvm-fbsd.c index 6da1a8e455cf..2a3920077d6b 100644 --- a/gnu/usr.bin/binutils/gdb/alpha/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/alpha/kvm-fbsd.c @@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <sys/param.h> +#include <sys/lock.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/user.h> |
