From owner-p4-projects Wed Nov 13 14:11: 9 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3827337B406; Wed, 13 Nov 2002 14:11:07 -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 CE3D837B401 for ; Wed, 13 Nov 2002 14:11:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E29E43E42 for ; Wed, 13 Nov 2002 14:11:06 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADM8bmV072826 for ; Wed, 13 Nov 2002 14:08:37 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADM8ben072819 for perforce@freebsd.org; Wed, 13 Nov 2002 14:08:37 -0800 (PST) Date: Wed, 13 Nov 2002 14:08:37 -0800 (PST) Message-Id: <200211132208.gADM8ben072819@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 21045 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21045 Change 21045 by jhb@jhb_laptop on 2002/11/13 14:08:13 Compile fixes. Affected files ... .. //depot/projects/smpng/sys/kern/subr_witness.c#65 edit Differences ... ==== //depot/projects/smpng/sys/kern/subr_witness.c#65 (text+ko) ==== @@ -72,6 +72,8 @@ #include +#include + /* Define this to check for blessed mutexes */ #undef BLESSING @@ -146,7 +148,7 @@ static struct lock_instance *find_instance(struct lock_list_entry *lock_list, struct lock_object *lock); static int witness_list(struct thread *td); -static int witness_list_lock(struct lock_instance *instance); +static void witness_list_lock(struct lock_instance *instance); #if defined(DDB) static void witness_display_list(void(*prnt)(const char *fmt, ...), struct witness_list *list); @@ -1366,7 +1368,7 @@ return (NULL); } -static int +static void witness_list_lock(struct lock_instance *instance) { struct lock_object *lock; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message