summaryrefslogtreecommitdiff
path: root/sysutils/radmind/patches/patch-config.h.in
blob: ee25a14170d435f16831ea72119a8a57c463e738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-config.h.in,v 1.2 2018/12/18 14:16:18 hauke Exp $

Fix for Radmind bug #221, accomodating for 64 bit time_t

--- config.h.in.orig	2010-12-13 03:42:49.000000000 +0000
+++ config.h.in
@@ -1,6 +1,9 @@
-/* Size of off_T */
+/* Size of off_t */
 #undef SIZEOF_OFF_T
 
+/* Size of time_t */
+#undef SIZEOF_TIME_T
+
 /* Version number of package */
 #undef VERSION