aboutsummaryrefslogtreecommitdiff
path: root/security/isakmpd/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 07:10:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 07:10:25 +0000
commitd224de3fc6c98e0d2ba258aa3a0089bae931de8b (patch)
treee136ad4e51316c03db7ac11560b5e4f0057b51d2 /security/isakmpd/files
parent7fcd208edeea63c67bcfa3a1063a1b53e70c265a (diff)
downloadports-d224de3fc6c98e0d2ba258aa3a0089bae931de8b.tar.gz
ports-d224de3fc6c98e0d2ba258aa3a0089bae931de8b.zip
Notes
Diffstat (limited to 'security/isakmpd/files')
-rw-r--r--security/isakmpd/files/patch-sysdep-os.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-sysdep-os.h b/security/isakmpd/files/patch-sysdep-os.h
new file mode 100644
index 000000000000..861ea6549485
--- /dev/null
+++ b/security/isakmpd/files/patch-sysdep-os.h
@@ -0,0 +1,14 @@
+--- sysdep/freebsd/sysdep-os.h~ Fri Jan 25 14:55:21 2002
++++ sysdep/freebsd/sysdep-os.h Tue Nov 26 14:40:03 2002
+@@ -81,4 +81,11 @@
+ }
+ #endif
+
++#ifndef CPI_RESERVED_MAX
++#define CPI_RESERVED_MIN 1
++#define CPI_RESERVED_MAX 255
++#define CPI_PRIVATE_MIN 61440
++#define CPI_PRIVATE_MAX 65536
++#endif
++
+ #endif /* _SYSDEP_OS_H_ */