2013-09-26 17:14:40 +02:00

16 lines
409 B
Plaintext

$NetBSD: patch-ab,v 1.8 2012/02/25 20:52:53 mspo Exp $
time_t changes
--- memcached.h.orig 2011-08-10 04:53:38.000000000 +0000
+++ memcached.h
@@ -199,7 +199,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 {