From 22e871e66a74707ddc0eaf4085eb2c8119084f74 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 20 Nov 2011 12:39:08 +0000 Subject: Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch submitted to tech@ on 16/11/2011, 01:39. It has been updated to account for the logical-operator functions and to avoid keeping a live pointer into the DBT value, which is not guaranteed to be consistent across calls into the bdb library. --- cgi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index b6ded9ff..d3b018ad 100644 --- a/cgi.c +++ b/cgi.c @@ -1,9 +1,10 @@ -/* $Id: cgi.c,v 1.4 2011/11/13 10:49:57 schwarze Exp $ */ +/* $Id: cgi.c,v 1.5 2011/11/20 12:39:08 kristaps Exp $ */ #include #include #include #include #include +#include #include #include -- cgit v1.2.3