From owner-cvs-all@FreeBSD.ORG Wed Nov 24 14:54:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1755E16A4CE; Wed, 24 Nov 2004 14:54:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E844943D3F; Wed, 24 Nov 2004 14:54:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAOEsXHh039473; Wed, 24 Nov 2004 14:54:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAOEsXL5039472; Wed, 24 Nov 2004 14:54:33 GMT (envelope-from jhb) Message-Id: <200411241454.iAOEsXL5039472@repoman.freebsd.org> From: John Baldwin Date: Wed, 24 Nov 2004 14:54:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 14:54:34 -0000 jhb 2004-11-24 14:54:33 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: Fix comments for serial I/O function prototypes that were broken in the assembler to cpp(1) comment conversions. This allows btx to compile again when BTX_SERIAL is defined. Reported by: Danny Braniss danny at cs dot huji dot ac dot il MFC after: 1 month Revision Changes Path 1.38 +10 -5 src/sys/boot/i386/btx/btx/btx.S