Module Name: src
Committed By: christos
Date: Fri Feb 19 17:05:40 UTC 2016
Modified Files:
src/external/gpl3/gdb/dist/gdb: mipsnbsd-nat.c
Log Message:
avoid re-def
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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/mipsnbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.10 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.11
--- src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.10 Wed Feb 3 14:03:50 2016
+++ src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Fri Feb 19 12:05:40 2016
@@ -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"