diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-12-19 15:01:59 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-12-20 05:22:05 +0100 |
commit | 1a424b0721edc565339d0cae9b352fc4983eb933 (patch) | |
tree | 24c68ae7a41218e82b323835f8d8b4ee720ba0d9 /src/shared/varlink.h | |
parent | Merge pull request #30531 from yuwata/trivial-cleanups (diff) | |
download | systemd-1a424b0721edc565339d0cae9b352fc4983eb933.tar.xz systemd-1a424b0721edc565339d0cae9b352fc4983eb933.zip |
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
Diffstat (limited to 'src/shared/varlink.h')
-rw-r--r-- | src/shared/varlink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/varlink.h b/src/shared/varlink.h index 6ec708aba2..f8e7f5d554 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" |