Hi,
This patch fixes an ambiguity warning in the string class.
It clears up about 220 warnings from my build.
James
0003-Remove-ambiguity-in-string-compare.patch
Description: Binary data
--
Live Security Virtual Confere
Hi,
This is a patch that removes unnecessary extern modifiers from some struct
definitions.
This cleans up about 100 warnings on my build.
James
0002-Remove-unnecessary-extern-modifier-on-struct-declara.patch
Description: Binary data
Hi,
I have been going through some compiler warnings, and have started to attack
some low hanging fruit.
This patch fixes function declarations without a specified return type.
stbin() and ldbin() are not implemented anywhere, which is why I deleted them.
This removes about 560 warnings from m
Hi,
Here's a small patch to fix a warning.
James
0001-Remove-unnecessary-extern-modifier-from-struct-decla.patch
Description: Binary data
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynam
Hi,
Here's a small patch to replace an occurrence of "-1" with "RPC_ANYSOCK".
James
0002-Use-RPC_ANYSOCK-instead-of-the-magic-number-1.patch
Description: Binary data
--
Everyone hates slow websites. So do we.
Make your w
Hi,
My vintage Debian box does not have svcfd_create(). Here's a patch to fix the
build on that box which shouldn't break anybody else's build.
James
0003-Older-Linux-installations-do-not-have-svcfd_create.patch
Description: Binary data
-
Hi,
My vintage Debian box fails to build due to a conflict with the system
strcasestr() and the cde local strcasestr(). This patch
changes the code to use the system strcasestr() on Linux.
James
0004-Use-the-system-strcasestr-on-Linux.patch
Description: Binary data