From owner-p4-projects@FreeBSD.ORG Fri Dec 12 16:19:55 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A47C616A4D0; Fri, 12 Dec 2003 16:19:55 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E0C116A4CE for ; Fri, 12 Dec 2003 16:19:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5D343D3F for ; Fri, 12 Dec 2003 16:19:54 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBD0JsXJ064612 for ; Fri, 12 Dec 2003 16:19:54 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBD0Jrh9064609 for perforce@freebsd.org; Fri, 12 Dec 2003 16:19:53 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 12 Dec 2003 16:19:53 -0800 (PST) Message-Id: <200312130019.hBD0Jrh9064609@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 43872 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 00:19:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=43872 Change 43872 by rwatson@rwatson_none on 2003/12/12 16:19:19 Structures in socketvar.h now depend on the defition of struct mtx. Include _lock.h and _mutex.h so that files including socketvar.h but not the mutex APIs via mutex.h still ciompile. This affected the GRE module. Affected files ... .. //depot/projects/netperf+sockets/sys/sys/socketvar.h#7 edit Differences ... ==== //depot/projects/netperf+sockets/sys/sys/socketvar.h#7 (text+ko) ==== @@ -39,6 +39,8 @@ #include /* for TAILQ macros */ #include /* for struct selinfo */ +#include +#include /* * Kernel structure per socket.