From: Lennart Poettering Date: Tue, 19 Dec 2023 14:01:59 +0000 (+0100) Subject: varlink: these two errors where added to the spec, we aren't squatting the namespace... X-Git-Tag: v256-rc1~1454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a424b0721edc565339d0cae9b352fc4983eb933;p=thirdparty%2Fsystemd.git varlink: these two errors where added to the spec, we aren't squatting the namespace anymore https://github.com/varlink/varlink.github.io/commit/4443c57f1ed0f340ec82c925d69181e4b8db7ceb --- diff --git a/src/shared/varlink.h b/src/shared/varlink.h index 6ec708aba20..f8e7f5d554f 100644 --- a/src/shared/varlink.h +++ b/src/shared/varlink.h @@ -218,7 +218,5 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(VarlinkServer *, varlink_server_unref); #define VARLINK_ERROR_METHOD_NOT_FOUND "org.varlink.service.MethodNotFound" #define VARLINK_ERROR_METHOD_NOT_IMPLEMENTED "org.varlink.service.MethodNotImplemented" #define VARLINK_ERROR_INVALID_PARAMETER "org.varlink.service.InvalidParameter" - -/* These are errors we came up with and squatted the namespace with */ #define VARLINK_ERROR_PERMISSION_DENIED "org.varlink.service.PermissionDenied" #define VARLINK_ERROR_EXPECTED_MORE "org.varlink.service.ExpectedMore"