about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-05-20 18:59:24 +0000
committerEric Wong <e@80x24.org>2024-05-20 18:59:37 +0000
commit600e6553fb1e2dc5ead6231a28d0d3f0722e4fe9 (patch)
treeb379494de97b744884dd05d871b932552dbd2400 /lib/PublicInbox
parentb26d31678a97a6a8581c1775acf956e7e4f5328c (diff)
downloadpublic-inbox-master.tar.gz
Noticed on a FreeBSD system.
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/xap_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/xap_helper.h b/lib/PublicInbox/xap_helper.h
index 831afdc6..51ab48bf 100644
--- a/lib/PublicInbox/xap_helper.h
+++ b/lib/PublicInbox/xap_helper.h
@@ -95,7 +95,7 @@ static void *xcalloc(size_t nmemb, size_t size)
 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \
                 MY_VER(__GLIBC__, __GLIBC_MINOR__, 0) >= MY_VER(2, 28, 0)
 #        define HAVE_REALLOCARRAY 1
-#elif (defined(__OpenBSD__) || defined(__DragonFly__) || \
+#elif defined(__OpenBSD__) || defined(__DragonFly__) || \
                 defined(__FreeBSD__) || defined(__NetBSD__)
 #        define HAVE_REALLOCARRAY 1
 #endif