mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
$NetBSD: patch-ac,v 1.2 2010/05/03 02:10:43 jnemeth Exp $
|
|
|
|
--- Drivers/Postgre7.1/md5.h.orig 2009-12-11 16:54:08.000000000 +0000
|
|
+++ Drivers/Postgre7.1/md5.h
|
|
@@ -13,6 +13,9 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#ifdef __APPLE__
|
|
+#include <stdbool.h>
|
|
+#endif
|
|
|
|
#define MD5_PASSWD_LEN 35
|
|
|