From 34ac4c1fe745f1cdd5f863076f55fb6d5df80e77 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Jan 2009 14:10:40 +0000 Subject: [PATCH] Remove storage backend symbols from version script * src/libvirt_private.syms: Remove virStorageBackend* symbol names. They're linked into qemud, not libvirt. Author: John Levon --- ChangeLog | 4 ++++ src/libvirt_private.syms | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index fcef111362..0783425368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,10 @@ Mon Jan 5 2009 14:53:48 CET John Levon * src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms. * src/libvirt_private.syms: Move two symbol names into... * src/libvirt_linux.syms: ...this new file. + + Remove storage backend symbols from version script + * src/libvirt_private.syms: Remove virStorageBackend* symbol names. + They're linked into qemud, not libvirt. Author: John Levon Mon Jan 5 14:22:06 CET 2009 Jim Meyering diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 14c59449d8..90bcc681a4 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -231,15 +231,6 @@ qparam_query_parse; free_qparam_set; -# storage_backend.h -virStorageBackendForType; -virStorageBackendRunProgNul; -virStorageBackendRunProgRegex; -virStorageBackendStablePath; -virStorageBackendUpdateVolInfo; -virStorageBackendUpdateVolInfoFD; - - # storage_conf.h virStoragePoolDefFormat; virStoragePoolDefFree;