Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22073 Details for
Bug 35646
syntax error in gs-sources-2.4.23_pre8 (fix included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quick patch fixing the lack of a comma.
fix (text/plain), 701 bytes, created by
Brian Harring (RETIRED)
on 2003-12-12 01:01:05 UTC
(
hide
)
Description:
quick patch fixing the lack of a comma.
Filename:
MIME Type:
Creator:
Brian Harring (RETIRED)
Created:
2003-12-12 01:01:05 UTC
Size:
701 bytes
patch
obsolete
>--- net/irda/af_irda.c.orig 2003-12-12 03:00:22.000000000 -0600 >+++ net/irda/af_irda.c 2003-12-12 03:00:12.000000000 -0600 >@@ -285,7 +285,7 @@ > self->max_data_size = irttp_get_max_seg_size(self->tsap); > }; > >- IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__ >+ IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__, > self->max_data_size); > > memcpy(&self->qos_tx, qos, sizeof(struct qos_info)); >@@ -384,7 +384,7 @@ > > /* Check if request succeeded */ > if (result != IAS_SUCCESS) { >- IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__ >+ IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__, > result); > > self->errno = result; /* We really need it later */
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 35646
: 22073