FreeBSD Bugzilla – Attachment 137558 Details for
Bug 183156
[patch] www/w3m: fix to work with updated boehm-gc port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 387 bytes, created by
Oliver Fromme
on 2013-10-21 13:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oliver Fromme
Created:
2013-10-21 13:20:00 UTC
Size:
387 bytes
patch
obsolete
>--- main.c.orig 2011-01-04 10:42:19.000000000 +0100 >+++ main.c 2013-10-21 13:43:11.000000000 +0200 >@@ -833,7 +833,8 @@ > mySignal(SIGPIPE, SigPipe); > #endif > >- orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc); >+ orig_GC_warn_proc = GC_get_warn_proc(); >+ GC_set_warn_proc(wrap_GC_warn_proc); > err_msg = Strnew(); > if (load_argc == 0) { > /* no URL specified */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183156
: 137558