mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
14 lines
396 B
C
14 lines
396 B
C
--- make.c.orig Mon May 1 18:43:36 2006
|
|
+++ make.c Mon May 1 18:45:08 2006
|
|
@@ -341,8 +341,9 @@
|
|
}
|
|
|
|
if( Verbose & V_MAKE )
|
|
- printf("%s: Time stamp of [%s] is %ld\n",Pname,tcp->CE_NAME,
|
|
- tcp->ce_time);
|
|
+ printf("%s: Time stamp of [%s] is %llu\n",Pname,tcp->CE_NAME,
|
|
+ (unsigned long long)tcp->ce_time);
|
|
+
|
|
}
|
|
}
|
|
}
|