summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2006-12-15 12:01:50 +0000
committerrrs <rrs@FreeBSD.org>2006-12-15 12:01:50 +0000
commit45136271b2d887a9a6bc40220d19459fdb083e7a (patch)
tree4c6c4f8acd3fdfc7c01b2449a5146d3f51911f11 /sys/sys
parentca278718335da1ed4af28e199e5459b0a6fadd2a (diff)
downloadFreeBSD-src-45136271b2d887a9a6bc40220d19459fdb083e7a.zip
FreeBSD-src-45136271b2d887a9a6bc40220d19459fdb083e7a.tar.gz
This adds the "system calls"
sctp_getaddrlen() sctp_connectx() sctp_bindx() sctp_opt_info() sctp_getpaddrs() sctp_freepaddrs() sctp_getladdrs() sctp_freeladdrs() sctp_sendmsg() sctp_getassocid() sctp_send() sctp_sendx() sctp_sendmsgx() sctp_recvmsg() sctp_peeloff() Manual pages will be forthcoming (and the commit to porters-handbook)
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 2849f2b..cc5391d 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 700027 /* Master, propagated to newvers */
+#define __FreeBSD_version 700028 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud