From owner-freebsd-net@FreeBSD.ORG Sun Jun 24 19:04:32 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E019416A46C for ; Sun, 24 Jun 2007 19:04:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7A70113C455 for ; Sun, 24 Jun 2007 19:04:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1279432uge for ; Sun, 24 Jun 2007 12:04:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qfDMv5PS7BdS0ydQIS26KBlWR1DCH7Y4XCC9rjPF18uqdAJ693MHyr7as4vUM41yJ6eci4mHYc2Xv3IxXdggKL544xyfrke8a9P8NR1WBLlaroaXr6hu+/uKBefYuNZxpYnvILzx7dWi3Wj6Owudt7qP/1uctSc3wSi3a4IGTAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pqWTT1n682RvUCHQbZmzs798LoV+H+CaMU6GxUa8umfurBzbTVTatDtd4G5zFD0fECOL9P3ODrAWkR6jNqFV0RD70QHcpcAoIrUgd2xnBhQRClnqNv1oaCjyIbqRcHyLKSy/97EeJlgWcmxbMk5/vjXtcTg4xNRmVNIF+7NSfKE= Received: by 10.78.185.15 with SMTP id i15mr2268766huf.1182711871195; Sun, 24 Jun 2007 12:04:31 -0700 (PDT) Received: by 10.78.162.18 with HTTP; Sun, 24 Jun 2007 12:04:31 -0700 (PDT) Message-ID: Date: Sun, 24 Jun 2007 12:04:31 -0700 From: "Kip Macy" To: "Vlad GALU" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org Subject: Re: Building a kernel with SCTP support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 19:04:33 -0000 > > Do I need to define additional flags in my config file? No, unless sctp_pcb.c was somehow removed from your sys/conf/files you probably need to 'make cleandepend; make depend'. It builds fine for me with those options. -Kip