Wine staging 5.19 release

Zebediah Figura zfigura at codeweavers.com
Mon Oct 26 09:59:14 CDT 2020


On 10/24/20 8:01 AM, Gerald Pfeifer wrote:
> On Fri, 16 Oct 2020, Gerald Pfeifer wrote:
>> Digging into this further, I noticed Zebediah's commit
>> https://github.com/wine-staging/wine-staging/commit/1d149ff59d6d4b400ad53eb5281c66a4d0297494#diff-f7674f9ad7970a7b6a972091f901e77f3bd22d0512f97a62cc398364c620ec6f
>> was the one breaking FreeBSD here.
> 
> Wine Staging 5.20 still is broken, sadly, after Zebediah's change.
> 
> Here is a patch on top (of the Wine Staging patchset) that is required.
> 
> Can you please include that? Thank you!


This hunk already seems to be present, as of 7e7e0bbe3eb, or am I
missing something?

> 
> Gerald
> 
> --- dlls/ntdll/unix/file.c.orig	2020-10-24 12:22:03.186448000 +0000
> +++ dlls/ntdll/unix/file.c	2020-10-24 12:55:07.253137000 +0000
> @@ -390,6 +390,10 @@
>  #define XATTR_USER_PREFIX "user."
>  #endif
>  
> +#ifndef XATTR_USER_PREFIX_LEN
> +#define XATTR_USER_PREFIX_LEN (sizeof(XATTR_USER_PREFIX) - 1)
> +#endif
> +
>  static int xattr_fremove( int filedes, const char *name )
>  {
>  #if defined(XATTR_ADDITIONAL_OPTIONS)
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201026/9f53d7ff/attachment.sig>


More information about the wine-devel mailing list