CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-10-26 21:23:08

Modified files:
        dlm/tool       : main.c 

Log message:
        xid needs to be unsigned long long

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/dlm/tool/main.c     2007/10/26 18:51:31     1.11
+++ cluster/dlm/tool/main.c     2007/10/26 21:23:08     1.12
@@ -310,7 +310,7 @@
        int r_len;
        int rv;
        unsigned int time;
-       uint64_t        xid;
+       unsigned long long xid;
        uint32_t        id;
        int             nodeid;
        uint32_t        remid;

Reply via email to