freebsd-ports/net/tinyldap/files/patch-md5password.c
Dirk Meyer ae12e2aa41 tinyldap is an attempt to write a very small and very fast LDAP server.
openldap is the reference when it comes to LDAP servers, and it performs
very poorly despite using techniques such as thread pools.

WWW: http://www.fefe.de/tinyldap/
2004-02-26 20:25:02 +00:00

9 lines
219 B
C

--- md5password.c.orig Thu Feb 5 01:08:49 2004
+++ md5password.c Thu Feb 26 16:03:58 2004
@@ -1,3 +1,6 @@
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include <md5.h>
#include <string.h>
#include "buffer.h"