diff options
author | Kefu Chai <kchai@redhat.com> | 2015-07-10 05:53:55 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2015-08-31 10:00:23 +0200 |
commit | a55891650cda2656c33196ced0ae1905d0c2a1ff (patch) | |
tree | 8336a3b3f38341101f5a43a970f8b2184fb51d26 /src | |
parent | Makefile: add porting.h to dist tarball (diff) | |
download | ceph-a55891650cda2656c33196ced0ae1905d0c2a1ff.tar.xz ceph-a55891650cda2656c33196ced0ae1905d0c2a1ff.zip |
porting.h: add TODO comment
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/porting.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/porting.h b/src/porting.h index 89274248c31..1528ffb0f02 100644 --- a/src/porting.h +++ b/src/porting.h @@ -3,6 +3,7 @@ #define PORTING_H #include "acconfig.h" +/* TODO: move these into include/compat.h */ #if defined(DARWIN) #include <sys/socket.h> |