]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/filevms.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / filevms.cpp
index ab038d065bb41edcf50b570ecd5ca2e811416794..6dc84ae633be496e81f2e67f5a7ae8197b43b73d 100644 (file)
@@ -9,7 +9,7 @@
  *  Copyright 2005 Rene Rivera.
  *  Copyright 2015 Artur Shepilko.
  *  Distributed under the Boost Software License, Version 1.0.
- *  (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+ *  (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
  */
 
 
@@ -229,7 +229,7 @@ file_cvttime(
     unsigned int *curtime,
     time_t *unixtime )
 {
-    static const size_t divisor = 10000000;
+    static const int32_t divisor = 10000000;
     static unsigned int bastim[2] = { 0x4BEB4000, 0x007C9567 }; /* 1/1/1970 */
     int delta[2], remainder;