Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 21:35:26 UTC 2017

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

Log Message:
avoid re-definition


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/vax-bsd-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/vax-bsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c:1.2 src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c:1.3
--- src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c:1.2	Wed Nov 29 13:15:29 2017
+++ src/external/gpl3/gdb/dist/gdb/vax-bsd-nat.c	Wed Nov 29 16:35:26 2017
@@ -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 "inferior.h"
 #include "regcache.h"

Reply via email to