chiark / gitweb /
Prep v233.7: Make all supportable API functions visible (v233 addition).
[elogind.git] / src / basic / missing.h
index 24c6d820bd84690f62e07985d4c4c8b215c7bc86..c62c2db1cb122c8df238d81ba07e89aa4eff3224 100644 (file)
@@ -55,7 +55,6 @@
 #include <linux/btrfs.h>
 #endif
 
-#if 0 /// UNNEEDED by elogind
 #ifdef HAVE_LINUX_VM_SOCKETS_H
 #include <linux/vm_sockets.h>
 #else
@@ -72,7 +71,6 @@ struct sockaddr_vm {
                                sizeof(unsigned int)];
 };
 #endif /* !HAVE_LINUX_VM_SOCKETS_H */
-#endif // 0
 
 #ifndef RLIMIT_RTTIME
 #define RLIMIT_RTTIME 15
@@ -1111,10 +1109,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