summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-md5password.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-26 20:25:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-26 20:25:02 +0000
commitae12e2aa4145aa48d203443b8ed927734af7f747 (patch)
tree0076b419cdccaa623e2d43fd2887f051d6aab37f /net/tinyldap/files/patch-md5password.c
parentAdd gpt 3.1, (diff)
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/
Diffstat (limited to '')
-rw-r--r--net/tinyldap/files/patch-md5password.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tinyldap/files/patch-md5password.c b/net/tinyldap/files/patch-md5password.c
new file mode 100644
index 000000000000..836a1e2023fe
--- /dev/null
+++ b/net/tinyldap/files/patch-md5password.c
@@ -0,0 +1,9 @@
+--- 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"