From f594cddaf29c0bde304baa579104d6a2e46215e0 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Wed, 1 Feb 2012 16:09:54 -0500 Subject: [PATCH] build: add missing virCommandAddCap to libvirt_private.syms This was forgotten when the function was initially written (not noticed because it wasn't used at the time). It's required for proper compilation with modules enabled after applying the recent rawio patches. --- src/libvirt_private.syms | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index ce71d8b6ef..f9b4bf94e6 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -117,6 +117,7 @@ virCommandAddEnvPair; virCommandAddEnvPass; virCommandAddEnvPassCommon; virCommandAddEnvString; +virCommandAllowCap; virCommandClearCaps; virCommandDaemonize; virCommandExec; -- GitLab