Wed Nov 29 21:35:26 2017 UTC ()
avoid re-definition


(christos)
diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c

cvs diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c (expand / switch to unified diff)

--- src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c 2017/11/29 18:15:29 1.2
+++ src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c 2017/11/29 21:35:26 1.3
@@ -7,27 +7,29 @@ @@ -7,27 +7,29 @@
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or 9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version. 10 (at your option) any later version.
11 11
12 This program is distributed in the hope that it will be useful, 12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 15 GNU General Public License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 19
 20#ifndef _KERNTYPES
20#define _KERNTYPES 21#define _KERNTYPES
 22#endif
21#include "defs.h" 23#include "defs.h"
22#include "inferior.h" 24#include "inferior.h"
23#include "regcache.h" 25#include "regcache.h"
24#include "target.h" 26#include "target.h"
25 27
26#include <sys/types.h> 28#include <sys/types.h>
27#include <sys/ptrace.h> 29#include <sys/ptrace.h>
28#include <machine/reg.h> 30#include <machine/reg.h>
29 31
30#include "vax-tdep.h" 32#include "vax-tdep.h"
31#include "inf-ptrace.h" 33#include "inf-ptrace.h"
32 34
33/* Supply the general-purpose registers stored in GREGS to REGCACHE. */ 35/* Supply the general-purpose registers stored in GREGS to REGCACHE. */