Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313000 Details for
Bug 454166
Review Request: griv - a gtk rivchat
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to suppress implicit function declaration warning
griv-0.1.9-suppress-warning.patch (text/plain), 982 bytes, created by
Mamoru TASAKA
on 2008-07-30 14:08:41 UTC
(
hide
)
Description:
Patch to suppress implicit function declaration warning
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2008-07-30 14:08:41 UTC
Size:
982 bytes
patch
obsolete
>--- griv-0.1.9/src/lista.h.debug 2008-03-13 01:51:19.000000000 +0900 >+++ griv-0.1.9/src/lista.h 2008-07-30 22:41:01.000000000 +0900 >@@ -54,6 +54,7 @@ gboolean lista_check_nick_availability(g > int lista_set_away(gint id, gboolean away, char *away_txt); > int lista_change_nick(gint id, char *newnick); > gchar* lista_get_ip_by_id(gint id); >+int lista_get_gid_by_id(gint id); > > #endif > >--- griv-0.1.9/src/net.h.debug 2008-03-13 01:51:19.000000000 +0900 >+++ griv-0.1.9/src/net.h 2008-07-30 22:42:47.000000000 +0900 >@@ -99,5 +99,6 @@ void change_nick(char *nick); > void send_ping(); > int net_start(); > int send_reaway(); >+int sendpacket(struct PAKIET* pakiet, int typ, int toid, char *datagram); > > #endif >--- griv-0.1.9/src/ui.c.debug 2008-03-13 01:51:19.000000000 +0900 >+++ griv-0.1.9/src/ui.c 2008-07-30 22:43:46.000000000 +0900 >@@ -24,6 +24,7 @@ > #include "riv.h" > #include "commands.h" > #include "griv-icon.h" >+#include "stuff.h" > > GtkWidget *window; > GtkTreePath *selected_path;
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 454166
:
312268
| 313000 |
313014