Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53304 Details for
Bug 84030
howl 0.9.8 fails to compile with parse errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds #include <linux/types.h> to posix_interface.c
howl-0.9.8_missing-types.patch (text/plain), 499 bytes, created by
Greg Symons
on 2005-03-12 20:26:12 UTC
(
hide
)
Description:
adds #include <linux/types.h> to posix_interface.c
Filename:
MIME Type:
Creator:
Greg Symons
Created:
2005-03-12 20:26:12 UTC
Size:
499 bytes
patch
obsolete
>diff -ur howl-0.9.8/src/lib/howl/Posix/posix_interface.c howl-edit/src/lib/howl/Posix/posix_interface.c >--- howl-0.9.8/work/howl-0.9.8/src/lib/howl/Posix/posix_interface.c 2004-10-28 16:11:19.000000000 -0400 >+++ howl-edit/work/howl-0.9.8/src/lib/howl/Posix/posix_interface.c 2005-03-12 22:56:36.000000000 -0500 >@@ -41,6 +41,7 @@ > typedef __uint32_t u32; > typedef __uint16_t u16; > typedef __uint8_t u8; >+# include <linux/types.h> > # include <linux/sockios.h> > # include <linux/ethtool.h> > #endif
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 84030
:
52613
|
52614
| 53304 |
53305