From d8019f87b34b4d725bd085f04c6aef0b925c9e76 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 17 Apr 2021 22:36:39 +0100 Subject: Fix various uses of the _t suffix which is reserved by POSIX. --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index cafc4204c..83b28ffa1 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -914,7 +914,7 @@ void User::ForEachNeighbor(ForEachNeighborHandler& handler, bool include_self) FOREACH_MOD(OnBuildNeighborList, (this, include_chans, exceptions)); // Get next id, guaranteed to differ from the already_sent field of all users - const already_sent_t newid = ServerInstance->Users.NextAlreadySentId(); + const uint64_t newid = ServerInstance->Users.NextAlreadySentId(); // Handle exceptions first for (std::map::const_iterator i = exceptions.begin(); i != exceptions.end(); ++i) -- cgit v1.3.1-10-gc9f91