blob: d46fcf11e6af7b43a96e56dc678cc4f5e9a3a8c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.2 2013/03/16 15:12:57 taca Exp $
--- SoObjects/SOGo/NSData+Crypto.m.orig 2013-02-04 20:13:13.000000000 +0000
+++ SoObjects/SOGo/NSData+Crypto.m
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef __OpenBSD__
+#ifdef __sun
#include <crypt.h>
#endif
|