bug-patch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-patch] --disable-xattr set USE_XATTR=1 instead of undefining it


From: Andreas Gruenbacher
Subject: Re: [bug-patch] --disable-xattr set USE_XATTR=1 instead of undefining it in config.h
Date: Fri, 29 Oct 2010 14:38:52 +0200
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.3-desktop; KDE/4.4.4; x86_64; ; )

Hello,

On Thursday 28 October 2010 11:00:29 address@hidden wrote:
> hello,
> 
> just built 2.6.1.106-76d0 and found the following problem (apologies if
> I am missing something...)
> 
> --disable-xattr triggers:
> 
>      #define USE_XATTR 0
> 
> in config.h
> 
> But in util.c is:
> 
>      #ifdef USE_XATTR
> 
> which triggers a compilation error when --disable-xattr is used:

my fault, sorry.  It's fixed now by checking with #if instead of #ifdef.

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]