Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150630 Details for
Bug 218843
net-dialup/freeradius-2.0.3: Compile error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Declare 'argval' as a int
freeradius-server-argval-undeclared.diff (text/plain), 422 bytes, created by
rinus
on 2008-04-22 18:32:09 UTC
(
hide
)
Description:
Declare 'argval' as a int
Filename:
MIME Type:
Creator:
rinus
Created:
2008-04-22 18:32:09 UTC
Size:
422 bytes
patch
obsolete
>--- freeradius-server-2.0.3/src/main/event.c 2008-03-15 13:04:28.000000000 +0100 >+++ freeradius-server-snapshot-20080422/src/main/event.c 2008-04-22 02:11:22.000000000 +0200 >@@ -2389,6 +2449,10 @@ > > static void event_status(struct timeval *wake) > { >+#if !defined(HAVE_PTHREAD_H) && defined(WNOHANG) >+ int argval; >+#endif >+ > if (debug_flag == 0) { > if (just_started) { > radlog(L_INFO, "Ready to process requests.");
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 Raw
Actions:
View
Attachments on
bug 218843
:
150571
|
150630
|
150640
|
150641