Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb define _KERNTYPES



details:   https://anonhg.NetBSD.org/src/rev/ce99620995f1
branches:  trunk
changeset: 343434:ce99620995f1
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 03 19:03:50 2016 +0000

description:
define _KERNTYPES

diffstat:

 external/gpl3/gdb/dist/gdb/armnbsd-nat.c  |  1 +
 external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 19158ce42559 -r ce99620995f1 external/gpl3/gdb/dist/gdb/armnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/armnbsd-nat.c  Wed Feb 03 19:03:40 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/armnbsd-nat.c  Wed Feb 03 19:03:50 2016 +0000
@@ -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"
diff -r 19158ce42559 -r ce99620995f1 external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Wed Feb 03 19:03:40 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Wed Feb 03 19:03:50 2016 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index