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 avoid re-def
details: https://anonhg.NetBSD.org/src/rev/bc38685cced8
branches: trunk
changeset: 343657:bc38685cced8
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 19 17:05:40 2016 +0000
description:
avoid re-def
diffstat:
external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 2a97e90a7e00 -r bc38685cced8 external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Fri Feb 19 13:50:37 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Fri Feb 19 17:05:40 2016 +0000
@@ -16,8 +16,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"
Home |
Main Index |
Thread Index |
Old Index