summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-tinyldap.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
commitff463e373df8eb11e5855ccbbe39657236a29f8c (patch)
treef8453f3544c9f3faa53f6ac0e7e06171331bd669 /net/tinyldap/files/patch-tinyldap.c
parentSIZEify. (diff)
- update to 20040323
- removes patches that have been included in distribution
Diffstat (limited to '')
-rw-r--r--net/tinyldap/files/patch-tinyldap.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/tinyldap/files/patch-tinyldap.c b/net/tinyldap/files/patch-tinyldap.c
deleted file mode 100644
index 76eb407f07fd..000000000000
--- a/net/tinyldap/files/patch-tinyldap.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- tinyldap.c.orig Thu Feb 5 02:29:18 2004
-+++ tinyldap.c Thu Feb 26 16:03:58 2004
-@@ -14,7 +14,12 @@
- #ifdef STANDALONE
- #include "socket.h"
- #include "ip6.h"
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#include <sys/wait.h>
-+#else
- #include <wait.h>
-+#endif
- #endif
- #include "case.h"
- #include <signal.h>