[Xfc-dev] ANNOUNCE: XFC 4.3.1

Daichi Kawahata daichi.k at aioros.ocn.ne.jp
Fri Jun 3 23:49:57 CEST 2005


On Sat, 04 Jun 2005 07:41:44 +1000
Jeff Franks wrote:

> What about mainloop.c. Since you sent me the original patch long ago for 
> this file I had a "two" hard disk crash thanks to trying out Ark Linux, 
> and I lost everything, including you patch. Does the following include work:
> 
> #ifdef G_OS_UNIX
> #include <unistd.h>
> #endif
> 
> or should it be
> 
> #ifdef HAVE_UNISTD
> #include <unistd.h>
> #endif

You can see my previous patch attached, yes in the mainloop.c, it needed
either one, now it should be

    #ifdef G_OS_UNIX
    #include <unistd.h>
    #endif

in the example-3.cc if you think it should be.

Regards,
-- 
Daichi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xfc_irix_workaround.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfc-dev/attachments/20050604/d983eed8/attachment.bin>


More information about the Xfc-dev mailing list