summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-07-12 16:00:44 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:48:11 +0200
commitf6db7e82993749f55980c03c39c19b29c74e30b7 (patch)
treef4e15ec4616a2d0e735564c7ac9224050724cc03
parentd301fa1cd7502f2b460905fc97e19ed7fa2172c2 (diff)
Revert "core: link user keyring to session keyring (#6275)" (#6342)
This reverts commit 437a85112e02042b62751395b9e7225628c1b708. The outcome of this isn't that clear, let's revert this for now, see discussion on #6286.
-rw-r--r--src/basic/missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 24c6d820b..5c51fe250 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -1111,10 +1111,6 @@ typedef int32_t key_serial_t;
#define KEYCTL_DESCRIBE 6
#endif
-#ifndef KEYCTL_LINK
-#define KEYCTL_LINK 8
-#endif
-
#ifndef KEYCTL_READ
#define KEYCTL_READ 11
#endif