Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903170 Details for
Bug 875431
games-action/maelstrom-3.0.6-r3 - Maelstrom-netd.c: error: return type defaults to int [-Werror=implicit-int]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds void to main()
fix_return_type.patch (text/plain), 338 bytes, created by
Nuitari
on 2024-09-17 02:43:54 UTC
(
hide
)
Description:
Adds void to main()
Filename:
MIME Type:
Creator:
Nuitari
Created:
2024-09-17 02:43:54 UTC
Size:
338 bytes
patch
obsolete
>--- Maelstrom-3.0.6.old/Maelstrom-netd.c 2024-09-16 22:06:55.109753524 -0400 >+++ Maelstrom-3.0.6/Maelstrom-netd.c 2024-09-16 22:07:24.623967745 -0400 >@@ -184,7 +184,7 @@ > exit(sig); > } > >-main(int argc, char *argv[]) >+void main(int argc, char *argv[]) > { > int netfd, i, slot; > struct sockaddr_in serv_addr;
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 875431
:
821050
|
821053
|
821056
|
821059
|
821062
|
821065
|
821068
| 903170