From owner-freebsd-stable@FreeBSD.ORG Thu Jun 30 00:04:54 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E6316A41C; Thu, 30 Jun 2005 00:04:54 +0000 (GMT) (envelope-from ciscogeek@bgp4.net) Received: from isis.bgp4.net (isis.bgp4.net [66.246.197.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EA243D49; Thu, 30 Jun 2005 00:04:54 +0000 (GMT) (envelope-from ciscogeek@bgp4.net) Received: from [192.168.23.3] (c-67-171-8-36.hsd1.wa.comcast.net [67.171.8.36]) (authenticated bits=0) by isis.bgp4.net (8.13.3/8.13.3) with ESMTP id j5U06Ep5096840 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2005 17:06:20 -0700 (PDT) (envelope-from ciscogeek@bgp4.net) Message-ID: <42C3371F.1050409@bgp4.net> Date: Wed, 29 Jun 2005 17:04:47 -0700 From: Janet Sullivan User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050622) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <42C32D5D.1000506@bgp4.net> <42C330D6.5050305@freebsd.org> <42C334EE.6040105@bgp4.net> In-Reply-To: <42C334EE.6040105@bgp4.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (isis.bgp4.net [66.246.197.72]); Wed, 29 Jun 2005 17:06:20 -0700 (PDT) Cc: Colin Percival Subject: Re: unable to compile 5.4-p3 kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 00:04:54 -0000 Janet Sullivan wrote: > Colin Percival wrote: > >> Janet Sullivan wrote: >> >>> I am unable to compile a 5.4p3 kernel. I get the following error: >>> >>> /usr/src/sys/netinet/tcp_input.c: In function `tcp_dooptions': >>> /usr/src/sys/netinet/tcp_input.c:2706: warning: implicit declaration of >>> function `TSTMP_GT' >>> /usr/src/sys/netinet/tcp_input.c:2706: warning: nested extern >>> declaration of `TSTMP_GT' Although I cvsup'd from both cvsup8 and cvsup18, it looks like I might have gotten an incomplete update. I just re-cvsup'd, and got a new version of src/sys/netinet/tcp_seq.h - might that have been the problem?