summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/patches/patch-ay
blob: ee719e18e8bcdbca2a7aca14bdc15db9363ad6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ay,v 1.3 2010/08/13 14:25:35 taca Exp $

--- include/config.h.in.orig	2010-08-12 15:56:26.000000000 +0000
+++ include/config.h.in
@@ -1199,6 +1199,9 @@
 /* The size of `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
+/* The size of `time_t', as computed by sizeof. */
+#undef SIZEOF_TIME_T
+
 /* The size of `void*', as computed by sizeof. */
 #undef SIZEOF_VOIDP