summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-md5password.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-04-25 20:23:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-04-25 20:23:03 +0000
commit615fb927970efcfc56448621c41c84e27128749e (patch)
tree6412758d7459eb2b3e778b50543adcb93868f00d /net/tinyldap/files/patch-md5password.c
parent- Fix for CURRENT (diff)
- update to 20080425
better ACL support
Notes
Notes: svn path=/head/; revision=211982
Diffstat (limited to 'net/tinyldap/files/patch-md5password.c')
-rw-r--r--net/tinyldap/files/patch-md5password.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/tinyldap/files/patch-md5password.c b/net/tinyldap/files/patch-md5password.c
deleted file mode 100644
index 836a1e2023fe..000000000000
--- a/net/tinyldap/files/patch-md5password.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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"