From f6db7e82993749f55980c03c39c19b29c74e30b7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Jul 2017 16:00:44 +0200 Subject: [PATCH] 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. --- src/basic/missing.h | 4 ---- 1 file changed, 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 -- 2.30.2