Module Name:    src
Committed By:   kamil
Date:           Tue Dec 19 09:01:24 UTC 2017

Modified Files:
        src/external/gpl3/gdb.old/dist/sim/ppc: emul_netbsd.c

Log Message:
gdb.old: Add missing */

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.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.old/dist/sim/ppc/emul_netbsd.c
diff -u src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.7 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.8
--- src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.7	Tue Dec 19 08:02:55 2017
+++ src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c	Tue Dec 19 09:01:24 2017
@@ -1153,7 +1153,7 @@ static emul_syscall_descriptor netbsd_de
   { 0, }, /* 67 is obsolete vread */
   { 0, }, /* 68 is obsolete vwrite */
   /* 69 */ { 0, "sbrk" },
-  { 0, }, /* 70 is obsolete sstk *
+  { 0, }, /* 70 is obsolete sstk */
   { 0, }, /* 71 is old mmap */
   /* 72 */ { 0, "vadvise" },
   /* 73 */ { 0, "munmap" },

Reply via email to