freebsd-ports/security/distcache-devel/files/patch-proto_fd.c
Pav Lucistnik 23f3100df2 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>
2005-04-18 19:05:57 +00:00

18 lines
446 B
C

*** 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 */