From owner-freebsd-current Mon Nov 26 11:42: 0 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id B912437B41B; Mon, 26 Nov 2001 11:41:55 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAQJfsG21251; Mon, 26 Nov 2001 14:41:54 -0500 (EST) (envelope-from wollman) Date: Mon, 26 Nov 2001 14:41:54 -0500 (EST) From: Garrett Wollman Message-Id: <200111261941.fAQJfsG21251@khavrinen.lcs.mit.edu> To: John Baldwin Cc: freebsd-current@FreeBSD.ORG Subject: Re: Still panic() with userland binary on CURRENT In-Reply-To: References: <20011124141533.V13902-100000@levais.imp.ch> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: >> - realitexpire, td); >> + realitexpire, td->td_proc); > Ouch, something this simple definitely caused a warning, it looks like warnings > are being ignored. :( Nope. Look at the prototype for callout_reset() and then think about why the last two parameters have the type that they do. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message