summaryrefslogtreecommitdiff
path: root/src/basic/macro.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-27 01:03:03 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:57 +0100
commit8f328d36c9c66efdb40fd19a970523d715078826 (patch)
tree9db8fb9b093f81f078caa7f6a01c4e43359b077a /src/basic/macro.h
parentafc5dbf37fd2399d37976388d9dd9ab470ecf446 (diff)
socket-util: move CMSG_FOREACH() from macro.h to socket-util.h
Diffstat (limited to 'src/basic/macro.h')
-rw-r--r--src/basic/macro.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/basic/macro.h b/src/basic/macro.h
index c9bbe8df4b..02f34cedad 100644
--- a/src/basic/macro.h
+++ b/src/basic/macro.h
@@ -427,7 +427,4 @@ do { \
} \
struct __useless_struct_to_allow_trailing_semicolon__
-#define CMSG_FOREACH(cmsg, mh) \
- for ((cmsg) = CMSG_FIRSTHDR(mh); (cmsg); (cmsg) = CMSG_NXTHDR((mh), (cmsg)))
-
#include "log.h"