chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / shared / nsflags.h
index 7f2b94d16ce2f9d3086192f346a6ce3b330fc458..86daeaa737c1952d2c0dec2a5bac493248d0010f 100644 (file)
@@ -2,8 +2,6 @@
 #pragma once
 
 /***
-  This file is part of systemd.
-
   Copyright 2016 Lennart Poettering
 ***/
 
@@ -26,6 +24,8 @@
 
 #if 0 /// UNNEEDED by elogind
 #endif // 0
+#define NAMESPACE_FLAGS_INITIAL  ((unsigned long) -1)
+
 int namespace_flags_from_string(const char *name, unsigned long *ret);
 int namespace_flags_to_string(unsigned long flags, char **ret);