From owner-freebsd-stable@FreeBSD.ORG Sun Sep 28 12:24:33 2003 Return-Path: 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 9139416A4B3 for ; Sun, 28 Sep 2003 12:24:33 -0700 (PDT) Received: from smtp08.wxs.nl (smtp08.wxs.nl [195.121.6.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980A84400B for ; Sun, 28 Sep 2003 12:24:32 -0700 (PDT) (envelope-from pblok@inter.NL.net) Received: from bsdpc (ip503cf841.speed.planet.nl [80.60.248.65]) by smtp08.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HLX000NWV6P1I@smtp08.wxs.nl> for freebsd-stable@freebsd.org; Sun, 28 Sep 2003 21:23:13 +0200 (MEST) Date: Sun, 28 Sep 2003 21:24:30 +0200 From: "Peter J. Blok" To: freebsd-stable@freebsd.org, pblok@inter.NL.net Message-id: <200309282124.30813.pblok@inter.NL.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.3 Subject: make world X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2003 19:24:33 -0000 Hi, I was under the impression a successful make world was updating include files in /usr/include/netinet too. When I have a good make world, the files in /usr/include have new time stamps, but the ones in netinet have not! Am I missing something here? My current stable doesn't compille properly it fails in kdump on a missing ioctlcmd_t typedef. Peter