summaryrefslogtreecommitdiff
path: root/security/distcache-devel/files/patch-proto_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/distcache-devel/files/patch-proto_fd.c')
-rw-r--r--security/distcache-devel/files/patch-proto_fd.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/distcache-devel/files/patch-proto_fd.c b/security/distcache-devel/files/patch-proto_fd.c
deleted file mode 100644
index 4f37e7a29e1b..000000000000
--- a/security/distcache-devel/files/patch-proto_fd.c
+++ /dev/null
@@ -1,18 +0,0 @@
-*** 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 */