summaryrefslogtreecommitdiff
path: root/security/distcache/files/patch-proto_fd.c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-12 13:23:47 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-12 13:23:47 +0000
commit3e44fb49d94ddfb9aaf14b9240e1beaa7ca0a576 (patch)
treee533925e86542aab73a63a5de44818dcb06c5406 /security/distcache/files/patch-proto_fd.c
parentnet/fping: Update to 3.13 (diff)
security/distcache: Configure SSL base, fix build on LibreSSL
While here, simplify existing patch for modern FreeBSD and DragonFly
Notes
Notes: svn path=/head/; revision=421923
Diffstat (limited to 'security/distcache/files/patch-proto_fd.c')
-rw-r--r--security/distcache/files/patch-proto_fd.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/distcache/files/patch-proto_fd.c b/security/distcache/files/patch-proto_fd.c
deleted file mode 100644
index a9bbf9a8bba2..000000000000
--- a/security/distcache/files/patch-proto_fd.c
+++ /dev/null
@@ -1,18 +0,0 @@
-*** libnal/proto_fd.c.ori Wed Apr 13 19:34:07 2005
---- libnal/proto_fd.c Wed Apr 13 21:51:20 2005
-***************
-*** 24,29 ****
---- 24,36 ----
- #include <libnal/nal.h>
- #include "nal_internal.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 */