diff options
author | nyan <nyan@FreeBSD.org> | 2001-07-14 08:07:26 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-07-14 08:07:26 +0000 |
commit | b0af9b0f7302cbdb4730206f8b1240d233fdeab5 (patch) | |
tree | 6b759d3c4aaf59af6b532ae86ee11e9065825372 /sys | |
parent | c3ada167d0c9b2ef5b9d052d208859c219de1952 (diff) | |
download | FreeBSD-src-b0af9b0f7302cbdb4730206f8b1240d233fdeab5.zip FreeBSD-src-b0af9b0f7302cbdb4730206f8b1240d233fdeab5.tar.gz |
Fixed conflict with sys/dev/syscons/syscons.h.
Submitted by: yokota
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/cbus/sc_machdep.h | 5 | ||||
-rw-r--r-- | sys/pc98/pc98/sc_machdep.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h index 038f018..ea7b3ba 100644 --- a/sys/pc98/cbus/sc_machdep.h +++ b/sys/pc98/cbus/sc_machdep.h @@ -29,7 +29,6 @@ #ifndef _PC98_PC98_SC_MACHDEP_H_ #define _PC98_PC98_SC_MACHDEP_H_ -#undef SC_ALT_MOUSE_IMAGE #undef SC_DFLT_FONT #undef SC_MOUSE_CHAR #undef SC_PIXEL_MODE @@ -54,8 +53,4 @@ #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ || (c) < 0x07) -#define ISMOUSEAVAIL(af) (1) -#define ISFONTAVAIL(af) ((af) & V_ADP_FONT) -#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE) - #endif /* !_PC98_PC98_SC_MACHDEP_H_ */ diff --git a/sys/pc98/pc98/sc_machdep.h b/sys/pc98/pc98/sc_machdep.h index 038f018..ea7b3ba 100644 --- a/sys/pc98/pc98/sc_machdep.h +++ b/sys/pc98/pc98/sc_machdep.h @@ -29,7 +29,6 @@ #ifndef _PC98_PC98_SC_MACHDEP_H_ #define _PC98_PC98_SC_MACHDEP_H_ -#undef SC_ALT_MOUSE_IMAGE #undef SC_DFLT_FONT #undef SC_MOUSE_CHAR #undef SC_PIXEL_MODE @@ -54,8 +53,4 @@ #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ || (c) < 0x07) -#define ISMOUSEAVAIL(af) (1) -#define ISFONTAVAIL(af) ((af) & V_ADP_FONT) -#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE) - #endif /* !_PC98_PC98_SC_MACHDEP_H_ */ |