Module Name:    src
Committed By:   christos
Date:           Sun Feb  7 21:03:49 UTC 2016

Modified Files:
        src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c

Log Message:
don't re-define _KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gdb/dist/gdb/armnbsd-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.13 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:1.14
--- src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:1.13	Wed Feb  3 14:03:50 2016
+++ src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c	Sun Feb  7 16:03:49 2016
@@ -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"

Reply via email to