From owner-cvs-all Fri Jul 19 6:38:49 2002 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 D815F37B400; Fri, 19 Jul 2002 06:38:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B48B43E64; Fri, 19 Jul 2002 06:38:44 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6JDciJU059953; Fri, 19 Jul 2002 06:38:44 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6JDciOH059952; Fri, 19 Jul 2002 06:38:44 -0700 (PDT) Message-Id: <200207191338.g6JDciOH059952@freefall.freebsd.org> From: Mark Murray Date: Fri, 19 Jul 2002 06:38:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd cmos.c cwd.c cwd.h dispatch.h dos.h int13.c int1a.c port.c register.h trace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/07/19 06:38:44 PDT Modified files: usr.bin/doscmd cmos.c cwd.c cwd.h dispatch.h dos.h int13.c int1a.c port.c register.h trace.c Log: "inline" fixing. Replace "inline" with "__inline" to make more BSD standard (and easier to define away with support in cdefs.h). Also convert two function-like macros to static inline functions for lint and the debugger. Revision Changes Path 1.6 +3 -3 src/usr.bin/doscmd/cmos.c 1.17 +6 -6 src/usr.bin/doscmd/cwd.c 1.6 +11 -11 src/usr.bin/doscmd/cwd.h 1.4 +4 -4 src/usr.bin/doscmd/dispatch.h 1.6 +2 -2 src/usr.bin/doscmd/dos.h 1.11 +3 -3 src/usr.bin/doscmd/int13.c 1.5 +1 -1 src/usr.bin/doscmd/int1a.c 1.9 +18 -10 src/usr.bin/doscmd/port.c 1.5 +3 -3 src/usr.bin/doscmd/register.h 1.11 +2 -2 src/usr.bin/doscmd/trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message