From 260215ee4616b8eb5c46e06e0337bd6b001466a5 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 4 Dec 2013 11:26:48 +0000 Subject: Remove non-existant osinfo_device_driver_set_signed sym 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 --- 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; -- cgit v1.2.1