chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / shared / nsflags.h
index 7f2b94d16ce2f9d3086192f346a6ce3b330fc458..4fe5b55cfe4af8491743a2f36fe0b172e69ad917 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2016 Lennart Poettering
-***/
-
 #include <sched.h>
 
 #include "missing.h"
@@ -26,6 +20,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);