On Thu, 2010-11-25 at 23:06 +0100, Julien Nabet wrote:
> Here is a small patch for ./sal/osl/unx/util.c

        Did you compile this ? you removed a number of variables:

-    int i;
-    int so;

        that the code goes on to use (unless you're using Solaris):

    so = socket(AF_INET, SOCK_DGRAM, 0);        

        eg. Anyhow - I moved the decls into the conditionals, and replaced the
removed fprintf's with OSL_TRACEs that can be rather useful; seems to
compile for me now.

        Thanks,

                Michael.

-- 
 [email protected]  <><, Pseudo Engineer, itinerant idiot


_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to