[Libosinfo] [PATCH 1/3] Remove non-existant osinfo_device_driver_set_signed sym

Daniel P. Berrange berrange at redhat.com
Wed Dec 4 12:01:56 UTC 2013


From: "Daniel P. Berrange" <berrange at redhat.com>

The libosinfo.syms file listed osinfo_device_driver_set_signed
which does not exist in the C code. This causes build errors
on Win32 platforms which don't tolerate non-existant symbols

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 osinfo/libosinfo.syms | 1 -
 1 file changed, 1 deletion(-)

diff --git a/osinfo/libosinfo.syms b/osinfo/libosinfo.syms
index 637ad09..1689f99 100644
--- a/osinfo/libosinfo.syms
+++ b/osinfo/libosinfo.syms
@@ -402,7 +402,6 @@ LIBOSINFO_0.2.3 {
 LIBOSINFO_0.2.6 {
     global:
 	osinfo_device_driver_get_signed;
-	osinfo_device_driver_set_signed;
 
 	osinfo_device_driver_signing_req_get_type;
 
-- 
1.8.3.1




More information about the Libosinfo mailing list