From: Lennart Poettering Date: Fri, 28 Aug 2020 17:52:36 +0000 (+0200) Subject: sym: fix bad symbol file addition X-Git-Tag: v247-rc1~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca19dedb566f18e3b7c455aec61d951f5d31ea18;p=thirdparty%2Fsystemd.git sym: fix bad symbol file addition The next release is 247, not 248. A follow-up for 2b07ec316a0e25a3e10c270c7f6baee9e0187bf8 --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index e2b0d118b0d..a3659d00b38 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -726,9 +726,6 @@ LIBSYSTEMD_247 { global: sd_event_add_time_relative; sd_event_source_set_time_relative; -} LIBSYSTEMD_246; -LIBSYSTEMD_248 { -global: sd_bus_error_has_names_sentinel; -} LIBSYSTEMD_247; +} LIBSYSTEMD_246;