mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
317 B
Mathematica
14 lines
317 B
Mathematica
$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
|
|
|