[cdesktopenv-devel] Warning patrol 3/3

2012-08-09 Thread James Woodcock
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

[cdesktopenv-devel] Warning patrol 2/3

2012-08-09 Thread James Woodcock
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

[cdesktopenv-devel] Warning patrol 1/3

2012-08-09 Thread James Woodcock
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

[cdesktopenv-devel] Patch 1/4, Unnecessary extern modifier warning

2012-09-27 Thread James Woodcock
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

[cdesktopenv-devel] Patch 2/4 Minor fix

2012-09-27 Thread James Woodcock
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

[cdesktopenv-devel] Patch 3/4, Older Linux installations do not have svcfd_create()

2012-09-27 Thread James Woodcock
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 -

[cdesktopenv-devel] Patch 4/4, Use the system strcasestr() on Linux.

2012-09-27 Thread James Woodcock
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