From: Jim Meyering Date: Mon, 5 Jan 2009 14:10:40 +0000 (+0000) Subject: Remove storage backend symbols from version script X-Git-Tag: LIBVIRT_0_6_0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ac4c1fe745f1cdd5f863076f55fb6d5df80e77;p=thirdparty%2Flibvirt.git 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 --- 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;