From 6db235e913c3d1b17d742c0afd54b7bc34b6115b Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 14 Nov 2025 14:07:56 +0100 Subject: [PATCH] libvirt_esx.syms: Put proper header file name into comment The esxVI_DateTime_ConvertToCalendarTime() symbol is declared in esx_vi_types.h header file. Reflect this in the corresponding .syms file. Signed-off-by: Michal Privoznik Reviewed-by: Martin Kletzander --- src/libvirt_esx.syms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libvirt_esx.syms b/src/libvirt_esx.syms index 3c14b94aeb..023fecbe94 100644 --- a/src/libvirt_esx.syms +++ b/src/libvirt_esx.syms @@ -5,6 +5,9 @@ # esx/esx_util.h esxUtil_EscapeDatastoreItem; esxUtil_ParseDatastorePath; + + +# esx/esx_vi_types.h esxVI_DateTime_ConvertToCalendarTime; # Let emacs know we want case-insensitive sorting -- 2.47.3