From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 12:34:23 2003 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 BE15616A4CE for ; Fri, 12 Dec 2003 12:34:23 -0800 (PST) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA2943D31 for ; Fri, 12 Dec 2003 12:34:23 -0800 (PST) (envelope-from nakal@web.de) Received: from [217.81.245.47] (helo=[217.81.245.47]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #566) id 1AUtzR-0008SA-00 for freebsd-current@freebsd.org; Fri, 12 Dec 2003 21:34:21 +0100 From: Martin To: FreeBSD Current Content-Type: text/plain Message-Id: <1071261259.1269.12.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Dec 2003 21:34:20 +0100 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Typo in msp34xx.c (bktr) 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: Fri, 12 Dec 2003 20:34:23 -0000 bktr does not compile, because there are 2 typos in the #include-lines. Trivial fix: Please replace 'btkr' with 'bktr' in file msp34xx.c near line 90. Martin