Merge branch 'bc/vcs-svn-cleanup' into next
[gitweb.git] / vcs-svn / svndump.c
index 7da84b2aab6172f0969e351fb489b45a256db521..37c4a36b921a4dc5c6c370b08c03441c83590d45 100644 (file)
@@ -47,7 +47,7 @@ static struct {
 
 static struct {
        uint32_t revision;
-       unsigned long timestamp;
+       timestamp_t timestamp;
        struct strbuf log, author, note;
 } rev_ctx;