Module Name: src
Committed By: christos
Date: Wed Jan 25 03:26:40 UTC 2012
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-thread.c
Log Message:
remove error(1) junk.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/nbsd-thread.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/nbsd-thread.c
diff -u src/external/gpl3/gdb/dist/gdb/nbsd-thread.c:1.6 src/external/gpl3/gdb/dist/gdb/nbsd-thread.c:1.7
--- src/external/gpl3/gdb/dist/gdb/nbsd-thread.c:1.6 Tue Jan 24 22:25:02 2012
+++ src/external/gpl3/gdb/dist/gdb/nbsd-thread.c Tue Jan 24 22:26:39 2012
@@ -1123,7 +1123,6 @@ init_nbsd_proc_callbacks (void)
{
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;