Ticket #21138: patch-dbusclientinterface.cpp.diff

File patch-dbusclientinterface.cpp.diff, 450 bytes (added by mf2k (Frank Schima), 15 years ago)

This is the 2nd patch based on a generated file that I cannot get to work with the portfile.

  • src/daemon/dbus/generated/dbusclientinterface.cpp

    old new  
    145145    try {
    146146        DBusMessageReader reader(msg);
    147147        std::string path;
    148         uint64_t mtime;
     148        dbus_uint64_t mtime;
    149149        std::vector<char> content;
    150150        reader >> path >> mtime >> content;
    151151        if (!reader.isOk()) {