mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Resolve tons of warnings. Fix the type of literal string as char const * Fix Makefile's variables order and adding the license file Rework patches to make portlint happy Reviewed by: jhb Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12525
10 lines
312 B
C
10 lines
312 B
C
--- gdb/i386-fbsd-nat.c 2017-09-14 09:28:17 UTC
|
|
+++ gdb/i386-fbsd-nat.c
|
|
@@ -163,7 +163,6 @@ _initialize_i386fbsd_nat (void)
|
|
t->to_read_description = i386fbsd_read_description;
|
|
#endif
|
|
|
|
- t->to_resume = i386fbsd_resume;
|
|
fbsd_nat_add_target (t);
|
|
|
|
/* Support debugging kernel virtual memory images. */
|