Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / open-vm-tools / patches / patch-bx
1 $NetBSD$
2
3 --- xferlogs/xferlogs.c.orig    2008-08-08 03:01:57.000000000 -0400
4 +++ xferlogs/xferlogs.c
5 @@ -200,8 +200,8 @@ extractFile(char *filename) //IN: vmx lo
6               * Ignore the filename in the log, for obvious security reasons
7               * and create a new filename consiting of time and enumerator.
8               */
9 -            Str_Sprintf(fname, sizeof fname, "%d_%"FMTTIME".log",
10 -                        filenu++, time(NULL));
11 +            Str_Sprintf(fname, sizeof fname, "%d_%lld.log",
12 +                        filenu++, (long long)time(NULL));
13  
14              /* 
15               * Read the version information, if they dont match just warn