diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-23 15:01:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-23 15:01:32 +0000 |
commit | ff463e373df8eb11e5855ccbbe39657236a29f8c (patch) | |
tree | f8453f3544c9f3faa53f6ac0e7e06171331bd669 /net/tinyldap/files/patch-tinyldap.c | |
parent | SIZEify. (diff) |
- update to 20040323
- removes patches that have been included in distribution
Diffstat (limited to '')
-rw-r--r-- | net/tinyldap/files/patch-tinyldap.c | 15 |
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> |