summaryrefslogtreecommitdiff
path: root/databases/mysql-server/patches/patch-au
blob: 039ac4a2940eb5e124e38c58b6358e87a5ea8efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-au,v 1.4 2004/10/28 01:08:15 xtraeme Exp $

--- include/my_global.h.orig	2003-10-17 07:29:15.000000000 +0200
+++ include/my_global.h	2003-12-11 15:13:14.000000000 +0100
@@ -250,7 +250,7 @@
 # endif
 #endif /* TIME_WITH_SYS_TIME */
 #ifdef HAVE_UNISTD_H
-#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
+#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) && !defined(__NetBSD__)
 #define crypt unistd_crypt
 #endif
 #include <unistd.h>