Hello.
On 04/03/2017 06:22 AM, Vincent Torri wrote:
> better patch
>
> On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote:
>> On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri
>> wrote:
>>>
>>> This patch fixes fcntl in Evil when used in ecore_con
>>
>> ha, no, problem with eet, now, with that pat
better patch
On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote:
> On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote:
>>
>> This patch fixes fcntl in Evil when used in ecore_con
>
> ha, no, problem with eet, now, with that patch, if fd is really a fd.
> I have to improve it and check when the
On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote:
>
> This patch fixes fcntl in Evil when used in ecore_con
ha, no, problem with eet, now, with that patch, if fd is really a fd.
I have to improve it and check when the "fd" passed to fcntl is a
socket or just a fd (as of returned by open)
Vinc
This patch fixes fcntl in Evil when used in ecore_con
feel free to apply (before the release if possible)
Vincent
0002-Evil-fix-fcntl-with-sockets.patch
Description: Binary data
--
Check out the vibrant tech community o
On Tue, 28 Oct 2008, Lionel ORRY wrote:
sorry for that. Here it is:
Index: src/lib/Evil.h
===
--- src/lib/Evil.h (révision 37267)
+++ src/lib/Evil.h (copie de travail)
@@ -134,7 +134,7 @@
# define S_IXGRP S_IXUSR
# de
sorry for that. Here it is:
Index: src/lib/Evil.h
===
--- src/lib/Evil.h (révision 37267)
+++ src/lib/Evil.h (copie de travail)
@@ -134,7 +134,7 @@
# define S_IXGRP S_IXUSR
# define S_IXOTH S_IXUSR
-# define open(path,
Hey,
> here is a tiny patch to make the open() function from Evil.h closer to
> the real posix open() function. Without the _O_BINARY flag, the opened
> filestream is postprocessed under Windows, which leads to unexpected
> carriage returns in binary files, such as in eet files for example.
>
> T
Hello,
here is a tiny patch to make the open() function from Evil.h closer to
the real posix open() function. Without the _O_BINARY flag, the opened
filestream is postprocessed under Windows, which leads to unexpected
carriage returns in binary files, such as in eet files for example.
Thanks for