Module Name: src
Committed By: christos
Date: Wed Feb 3 19:03:50 UTC 2016
Modified Files:
src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c mipsnbsd-nat.c
Log Message:
define _KERNTYPES
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:1.12 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:1.13
--- src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:1.12 Sun Aug 16 05:58:29 2015
+++ src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c Wed Feb 3 14:03:50 2016
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#define _KERNTYPES
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
Index: src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.9 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.10
--- src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.9 Sun Aug 16 05:58:29 2015
+++ src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Wed Feb 3 14:03:50 2016
@@ -17,6 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#define _KERNTYPES
#include "defs.h"
#include "inferior.h"
#include "regcache.h"