chiark / gitweb /
logind: call udev_device_get_is_initialized() to trigger lazy loading, as a temporary...
[elogind.git] / src / missing.h
index 02b31b743493195a076c70ed5ab7f8f203b62050..23ab39e653febf65f43b897d8e045d725b59e317 100644 (file)
 #define TIOCVHANGUP 0x5437
 #endif
 
+#ifndef IP_TRANSPARENT
+#define IP_TRANSPARENT 19
+#endif
+
 static inline int pivot_root(const char *new_root, const char *put_old) {
         return syscall(SYS_pivot_root, new_root, put_old);
 }