]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake cleanup: renamed inttypes.h
authorRoald J. van Loon <roaldvanloon@gmail.com>
Sat, 7 Sep 2013 12:07:52 +0000 (14:07 +0200)
committerRoald J. van Loon <roaldvanloon@gmail.com>
Sat, 7 Sep 2013 20:41:10 +0000 (22:41 +0200)
commit09b42c033f7b6a204da8c24e47bf99d21f678b1a
tree86d7266664fb360b5bedbb8c3899f0673d429396
parent7845115f8ba2e2da957c10e4f8edd54eed15187d
automake cleanup: renamed inttypes.h

- In "includes", inttypes.h was cluttering the system's one. This caused
  random build errors on some systems/in some conditions. Renaming it.
- Add emergency defs of PRI*64 headers when int_types.h does not define
  them (which, unfortunately, can happen on some systems).

Signed-off-by: Roald J. van Loon <roaldvanloon@gmail.com>
50 files changed:
src/Makefile.am
src/auth/AuthMethodList.h
src/client/ioctl.h
src/cls/rbd/cls_rbd.cc
src/cls/rgw/cls_rgw.cc
src/common/Formatter.cc
src/common/Formatter.h
src/common/OutputDataSocket.cc
src/common/admin_socket.cc
src/common/admin_socket_client.cc
src/common/blkdev.cc
src/common/crc32c_intel_baseline.c
src/common/crc32c_intel_baseline.h
src/common/crc32c_intel_fast.c
src/common/perf_counters.cc
src/crush/crush.h
src/crush/hash.c
src/include/buffer.h
src/include/crc32c.h
src/include/encoding.h
src/include/int_types.h [new file with mode: 0644]
src/include/inttypes.h [deleted file]
src/include/linux_fiemap.h
src/include/rados/librados.h
src/include/types.h
src/librbd/AioRequest.h
src/librbd/ImageCtx.h
src/librbd/SnapInfo.h
src/librbd/WatchCtx.h
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/mds/CInode.cc
src/mds/locks.c
src/mds/mdstypes.h
src/os/BtrfsFileStoreBackend.cc
src/os/DBObjectMap.cc
src/os/FileStore.cc
src/os/GenericFileStoreBackend.cc
src/os/ZFSFileStoreBackend.cc
src/os/chain_xattr.cc
src/rados_export.cc
src/rados_import.cc
src/rados_sync.cc
src/rbd.cc
src/rbd_fuse/rbd-fuse.c
src/test/libcephfs/caps.cc
src/test/librbd/test_librbd.cc
src/test/osd/RadosModel.h
src/test/perf_counters.cc