1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/ceph/44-LogClock.h.patch
Duncan Bellamy 6d5b2dd066 community/ceph: upgrade to 16.2.0
* install mgr dashboard node modules on install as too large
* drop 32bit for the minute
* enable for s390x
2021-04-05 20:04:56 +00:00

16 lines
315 B
Diff

reported as issue
https://tracker.ceph.com/issues/50133
--- aa/src/log/LogClock.h
+++ bb/src/log/LogClock.h
@@ -12,10 +12,6 @@
#include "include/ceph_assert.h"
#include "common/ceph_time.h"
-#ifndef suseconds_t
-typedef long suseconds_t;
-#endif
-
namespace ceph {
namespace logging {
namespace _logclock {