gentoo: use /var/run for new /run compatibility
[util-vserver.git] / compat.h
index 43d920c..b4315c4 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -87,6 +87,11 @@ typedef uint32_t             xid_t;
 typedef uint32_t               nid_t;
 #endif
 
+#ifndef HAVE_TAG_T
+#include <stdint.h>
+typedef uint32_t               tag_t;
+#endif
+
 
 #if defined(__dietlibc__)
   #define TEMP_FAILURE_RETRY(expression)                               \