FreeBSD Bugzilla – Attachment 73803 Details for
Bug 106910
fix irc/bitchx with gcc41
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bitchx.diff
bitchx.diff (text/plain), 1.19 KB, created by
Tilman Keskinoz
on 2006-12-19 12:40:17 UTC
(
hide
)
Description:
bitchx.diff
Filename:
MIME Type:
Creator:
Tilman Keskinoz
Created:
2006-12-19 12:40:17 UTC
Size:
1.19 KB
patch
obsolete
>Index: files/patch-source-ctcp.c >=================================================================== >RCS file: files/patch-source-ctcp.c >diff -N files/patch-source-ctcp.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-source-ctcp.c 19 Dec 2006 12:24:33 -0000 >@@ -0,0 +1,11 @@ >+--- source/ctcp.c.orig Mon Dec 18 22:26:09 2006 >++++ source/ctcp.c Mon Dec 18 22:26:24 2006 >+@@ -176,7 +176,7 @@ >+ >+ /* CDE do ops and unban logging */ >+ >+-static char *ctcp_type[] = >++char *ctcp_type[] = >+ { >+ "PRIVMSG", >+ "NOTICE" >Index: files/patch-source-timer.c >=================================================================== >RCS file: files/patch-source-timer.c >diff -N files/patch-source-timer.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-source-timer.c 19 Dec 2006 12:24:32 -0000 >@@ -0,0 +1,11 @@ >+--- source/timer.c.orig Mon Dec 18 22:29:15 2006 >++++ source/timer.c Mon Dec 18 22:29:30 2006 >+@@ -148,7 +148,7 @@ >+ * This is put here on purpose -- we dont want any of the above functions >+ * to have any knowledge of this struct. >+ */ >+-static TimerList *PendingTimers; >++TimerList *PendingTimers; >+ static char *schedule_timer (TimerList *ntimer); >+ >+ static char *current_exec_timer = empty_string;
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 106910
: 73803