chiark / gitweb /
Use %m instead of strerror(errno) where appropiate
[elogind.git] / src / shared / missing.h
index d5ec2f805131cd7efaedfc4c940695460715f1f0..716d3b8f187a06cfe5da393362ab6cddfbb85fc8 100644 (file)
   #endif
 #endif
 
+#ifndef SOL_NETLINK
+#define SOL_NETLINK 270
+#endif
+
 #if !HAVE_DECL_PIVOT_ROOT
 static inline int pivot_root(const char *new_root, const char *put_old) {
         return syscall(SYS_pivot_root, new_root, put_old);