Date: Fri, 19 Jul 2002 06:38:44 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> 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 Message-ID: <200207191338.g6JDciOH059952@freefall.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207191338.g6JDciOH059952>
