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 remove error(1) junk.



details:   https://anonhg.NetBSD.org/src/rev/42e93701e543
branches:  trunk
changeset: 773019:42e93701e543
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 25 03:26:39 2012 +0000

description:
remove error(1) junk.

diffstat:

 external/gpl3/gdb/dist/gdb/nbsd-thread.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r fdf1e519d95e -r 42e93701e543 external/gpl3/gdb/dist/gdb/nbsd-thread.c
--- a/external/gpl3/gdb/dist/gdb/nbsd-thread.c  Wed Jan 25 03:25:02 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/nbsd-thread.c  Wed Jan 25 03:26:39 2012 +0000
@@ -1123,7 +1123,6 @@
 {
   nbsd_thread_callbacks.proc_read = nbsd_thread_proc_read;
   nbsd_thread_callbacks.proc_write = nbsd_thread_proc_write;
-/*###1126 [cc] error: assignment from incompatible pointer type%%%*/
   nbsd_thread_callbacks.proc_lookup = nbsd_thread_proc_lookup;
   nbsd_thread_callbacks.proc_regsize = nbsd_thread_proc_regsize;
   nbsd_thread_callbacks.proc_getregs = nbsd_thread_proc_getregs;



Home | Main Index | Thread Index | Old Index