diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 19:05:57 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 19:05:57 +0000 |
| commit | 23f3100df2ba42611d11ac3528539db74c7ef302 (patch) | |
| tree | ecf094e90d3a942e59b6b8b5b043199d71f05da1 /security/distcache-devel/files/patch-proto_fd.c | |
| parent | Distributed session caching tools and APIs, primarily for SSL/TLS servers (diff) | |
Development version of distributed session caching tools and APIs, primarily
for SSL/TLS servers though perhaps useful for other (non-SSL/TLS)
circumstances.
Also includes a self-contained network abstraction library (libnal), and the
sslswamp SSL/TLS benchmark/test utility.
PR: ports/79879
Submitted by: Marcel Prisi <marcel.prisi@virtua.ch>
Diffstat (limited to '')
| -rw-r--r-- | security/distcache-devel/files/patch-proto_fd.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/distcache-devel/files/patch-proto_fd.c b/security/distcache-devel/files/patch-proto_fd.c new file mode 100644 index 000000000000..4f37e7a29e1b --- /dev/null +++ b/security/distcache-devel/files/patch-proto_fd.c @@ -0,0 +1,18 @@ +*** libnal/proto_fd.c.ori Wed Apr 13 21:07:10 2005 +--- libnal/proto_fd.c Wed Apr 13 21:55:12 2005 +*************** +*** 26,31 **** +--- 26,38 ---- + #include "nal_internal.h" + #include "ctrl_fd.h" + #include <libsys/post.h> ++ #ifdef __FreeBSD__ ++ #if __FreeBSD_version >= 502010 ++ #include <sys/limits.h> ++ #else ++ #include <machine/limits.h> ++ #endif ++ #endif /* __FreeBSD__ */ + + /**************************/ + /* predeclare our vtables */ |
