ports/devel/dmake/files/patch-stat.c
Sergey Matveychuk f22193f56a - Update to 4.4
PR:		ports/96608
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2006-05-01 20:21:13 +00:00

13 lines
429 B
C

--- stat.c.orig Mon May 1 18:23:40 2006
+++ stat.c Mon May 1 18:25:04 2006
@@ -139,8 +139,8 @@
}
if( Verbose & V_MAKE )
- printf( "%s: Checking library '%s' for member [%s], time %ld\n",
- Pname, cp->ce_lib, name, cp->ce_time );
+ printf( "%s: Checking library '%s' for member [%s], time %llu\n",
+ Pname, cp->ce_lib, name, (unsigned long long)cp->ce_time );
}
FREE( tmp );