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 context 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
@@ -17,7 +17,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef _KERNTYPES
 #define _KERNTYPES
+#endif
 #include "defs.h"
 #include "inferior.h"
 #include "regcache.h"