Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54056 Details for
Bug 86128
xinetd-2.3.13 patch for gcc4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc4 patch
xinetd-2.3.13-gcc4.patch (text/plain), 885 bytes, created by
Kristiaan Lenaerts
on 2005-03-21 05:46:48 UTC
(
hide
)
Description:
gcc4 patch
Filename:
MIME Type:
Creator:
Kristiaan Lenaerts
Created:
2005-03-21 05:46:48 UTC
Size:
885 bytes
patch
obsolete
>--- xinetd/service.c 2005-03-21 09:21:03.000000000 +0100 >+++ xinetd/service-new.c 2005-03-21 09:33:41.000000000 +0100 >@@ -764,8 +764,8 @@ > return FAILED; > > if ( last == NULL ) { >- last = SAIN( SVC_LAST_DGRAM_ADDR(sp) ) = >- SAIN( calloc( 1, sizeof(union xsockaddr) ) ); >+ last = SAIN( calloc( 1, sizeof(union xsockaddr) ) ); >+ SVC_LAST_DGRAM_ADDR(sp) = (union xsockaddr *)last; > } > > (void) time( ¤t_time ) ; >@@ -791,8 +791,8 @@ > return FAILED; > > if( last == NULL ) { >- last = SAIN6(SVC_LAST_DGRAM_ADDR(sp)) = >- SAIN6(calloc( 1, sizeof(union xsockaddr) ) ); >+ last = SAIN6(calloc( 1, sizeof(union xsockaddr) ) ); >+ SVC_LAST_DGRAM_ADDR( sp ) = (union xsockaddr *)last; > } > > (void) time( ¤t_time ) ;
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 86128
: 54056 |
54057