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 don't re-define _KERNTYPES
details: https://anonhg.NetBSD.org/src/rev/581d94e3dd34
branches: trunk
changeset: 343497:581d94e3dd34
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 07 21:03:49 2016 +0000
description:
don't re-define _KERNTYPES
diffstat:
external/gpl3/gdb/dist/gdb/armnbsd-nat.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 91c67359be81 -r 581d94e3dd34 external/gpl3/gdb/dist/gdb/armnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/armnbsd-nat.c Sun Feb 07 18:41:25 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/armnbsd-nat.c Sun Feb 07 21:03:49 2016 +0000
@@ -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 "gdbcore.h"
#include "inferior.h"
Home |
Main Index |
Thread Index |
Old Index