mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
$NetBSD: patch-ab,v 1.9 2015/05/21 14:07:10 rodent Exp $
|
|
|
|
time_t changes
|
|
|
|
--- memcached.h.orig 2015-01-01 07:50:52.000000000 +0000
|
|
+++ memcached.h
|
|
@@ -213,7 +213,7 @@ enum delta_result_type {
|
|
};
|
|
|
|
/** Time relative to server start. Smaller than time_t on 64-bit systems. */
|
|
-typedef unsigned int rel_time_t;
|
|
+typedef intmax_t rel_time_t;
|
|
|
|
/** Stats stored per slab (and per thread). */
|
|
struct slab_stats {
|