mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
* install mgr dashboard node modules on install as too large * drop 32bit for the minute * enable for s390x
16 lines
315 B
Diff
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 {
|