[libvirt] [PATCH] fix compile error :undefined reference to `virFileAccessibleAs'

Michal Privoznik mprivozn at redhat.com
Tue Oct 25 09:42:14 UTC 2011


On 25.10.2011 11:23, taget at linux.vnet.ibm.com wrote:
> From: Eli Qiao <taget at linux.vnet.ibm.com>
> 
> 
> Signed-off-by: Eli Qiao <taget at linux.vnet.ibm.com>
> ---
>  src/libvirt_private.syms |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
> index 3f97e23..e888204 100644
> --- a/src/libvirt_private.syms
> +++ b/src/libvirt_private.syms
> @@ -1154,6 +1154,7 @@ virTimeMs;
>  virTimestamp;
>  virTrimSpaces;
>  virVasprintf;
> +virFileAccessibleAs;
>  
>  
>  # uuid.h

In fact we try to keep these files sorted in alphabetical order.
But thanks for catching that. I wonder why it is working on my host even
without this.

Michal




More information about the libvir-list mailing list