[systemd-commits] src/shared
Tom Gundersen
tomegun at kemper.freedesktop.org
Sun Aug 31 09:52:05 PDT 2014
src/shared/missing.h | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 04d180c8a8641c209eb19d1210b5d4e36f0ae05b
Author: Tom Gundersen <teg at jklm.no>
Date: Sun Aug 31 18:50:23 2014 +0200
missing: add IFF_MULTI_QUEUE
This was added in 3.8, but we should building with 3.7 headers.
Reported by Samuli Suominen <ssuominen at gentoo.org>.
diff --git a/src/shared/missing.h b/src/shared/missing.h
index c80ed2a..023c680 100644
--- a/src/shared/missing.h
+++ b/src/shared/missing.h
@@ -558,6 +558,10 @@ static inline int setns(int fd, int nstype) {
#define IPV6_UNICAST_IF 76
#endif
+#ifndef IFF_MULTI_QUEUE
+#define IFF_MULTI_QUEUE 0x100
+#endif
+
#ifndef IFF_LOWER_UP
#define IFF_LOWER_UP 0x10000
#endif
More information about the systemd-commits
mailing list