summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-03-13 08:35:46 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-03-13 08:35:46 +0000
commit67f262303c2e4200187afe5acf495efb67cd97b6 (patch)
tree507abc4a4a1490d43df8d7d6727f69ca89704a27 /net-misc/howl/files
parentapplied joypad emulation patch from Alastair Bridgewater (bug #75391); tid (diff)
downloadgentoo-2-67f262303c2e4200187afe5acf495efb67cd97b6.tar.gz
gentoo-2-67f262303c2e4200187afe5acf495efb67cd97b6.tar.bz2
gentoo-2-67f262303c2e4200187afe5acf495efb67cd97b6.zip
Patch fixes #84030 (missing type declarations)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/howl/files')
-rw-r--r--net-misc/howl/files/howl-0.9.8-types.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/howl/files/howl-0.9.8-types.patch b/net-misc/howl/files/howl-0.9.8-types.patch
new file mode 100644
index 000000000000..f6d2fe225ee6
--- /dev/null
+++ b/net-misc/howl/files/howl-0.9.8-types.patch
@@ -0,0 +1,11 @@
+--- howl-0.9.8/src/lib/howl/Posix/posix_interface.c 2004-10-28 16:11:19.000000000 -0400
++++ 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
+