Revision 065871ad1b5f5d2d293c3da340b7767c57a6c578 authored by Michael Tuexen on 28 June 2017, 21:08:21 UTC, committed by Michael Tuexen on 28 June 2017, 21:08:21 UTC
Use a longer buffer for messages in ERROR chunks.

MFC r320264:
Check the length of a COOKIE chunk before accessing fields in it.

MFC r320300:
Handle sctp_get_next_param() in a consistent way.

Approved by:	re (marius@)
1 parent 935e5ec
Raw File
Makefile.inc
#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93
# $FreeBSD$

.include <src.opts.mk>

BINDIR?=	/sbin
WARNS?=	6

.if ${MK_DYNAMICROOT} == "no"
NO_SHARED?=	YES
.endif
back to top