From owner-freebsd-current@FreeBSD.ORG Mon Jul 12 21:38:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6874816A4CF for ; Mon, 12 Jul 2004 21:38:02 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFA843D39 for ; Mon, 12 Jul 2004 21:38:01 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i6CLc1lO079787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Jul 2004 14:38:01 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i6CLc1TZ009269; Mon, 12 Jul 2004 14:38:01 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200407122234.21351.dfr@nlsystems.com> Date: Mon, 12 Jul 2004 14:38:01 -0700 (PDT) From: John Polstra To: Doug Rabson X-Bogosity: No, tests=bogofilter, spamicity=0.180016, version=0.14.5 cc: freebsd-current@freebsd.org Subject: Re: kldload won't load X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 21:38:02 -0000 On 12-Jul-2004 Doug Rabson wrote: > Hmm. Maybe the simplest thing would be to print the link errors using > uprintf() instead of printf(). That's a good idea. It would be a lot better than what we have now. John