diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-05-03 06:33:33 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-05-03 06:33:33 +0000 |
commit | 6b13cad380bc25ccbb6651f6ad65d1ba67a41641 (patch) | |
tree | e77615943e31817cba27d7485a984384724dbc96 /gnu/usr.bin | |
parent | 28ac96c49a5cc1cf90ff31030ccc5f19e0621f06 (diff) | |
download | FreeBSD-src-6b13cad380bc25ccbb6651f6ad65d1ba67a41641.zip FreeBSD-src-6b13cad380bc25ccbb6651f6ad65d1ba67a41641.tar.gz |
like i386, add inclusion of lock.h
Diffstat (limited to 'gnu/usr.bin')
-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 0cc1792..e7a6f7b 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 6da1a8e..2a39200 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> |