blob: e55d987e43a5a61b4ea56d37def305ebeb5b4130 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001diff --git a/dbus-cxx/sasl.cpp b/dbus-cxx/sasl.cpp
2index e8a6060..7a76af6 100644
3--- a/dbus-cxx/sasl.cpp
4+++ b/dbus-cxx/sasl.cpp
5@@ -70,7 +70,7 @@ std::tuple<bool, bool, std::vector<uint8_t>> SASL::authenticate() {
6 bool success = false;
7 bool negotiatedFD = false;
8 std::vector<uint8_t> serverGUID;
9- __uid_t uid = getuid();
10+ uid_t uid = getuid();
11 std::string line;
12 std::smatch regex_match;