diff options
| author | pk <pk@NetBSD.org> | 1994-02-04 16:48:20 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1994-02-04 16:48:20 +0000 |
| commit | f565950a7da9be41b7741b1c62b6affa5212cb6b (patch) | |
| tree | c6ab51c92df09fff5b1cbd627753370fd5f1dcd3 /gnu | |
| parent | 62edd253d84e27354679c29ff7b8420cb56ecff7 (diff) | |
Remove superfluous #include <machine/ptrace.h>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/arch/sparc/sparc-nat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/gdb/gdb/arch/sparc/sparc-nat.c b/gnu/usr.bin/gdb/gdb/arch/sparc/sparc-nat.c index ccd9a1a9c1c..1cfa4e389da 100644 --- a/gnu/usr.bin/gdb/gdb/arch/sparc/sparc-nat.c +++ b/gnu/usr.bin/gdb/gdb/arch/sparc/sparc-nat.c @@ -17,7 +17,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: sparc-nat.c,v 1.1 1994/01/28 12:42:05 pk Exp $ + $Id: sparc-nat.c,v 1.2 1994/02/04 16:48:20 pk Exp $ */ #include "defs.h" @@ -29,10 +29,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include <sys/wait.h> #include <machine/reg.h> -#define PT_FIRSTMACH 12/*XXX*/ -#include <machine/ptrace.h> - - /* We don't store all registers immediately when requested, since they get sent over in large chunks anyway. Instead, we accumulate most of the changes and send them over once. "deferred_stores" keeps |
