diff options
author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-02-12 16:35:11 +0000 |
---|---|---|
committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-02-12 16:35:11 +0000 |
commit | 409bd75190fa3810b29ebeec64d388b1b2677462 (patch) | |
tree | 6b46f275398dd596976308e4a202932caa20a3bb /sys/isa/syscons.c | |
parent | cbc17342c21588149c260b8d168e7354bef6935e (diff) |
Oops, sorry, a #define line for my debugging session slipped into
the last commit ;-<
Notes
Notes:
svn path=/head/; revision=33272
Diffstat (limited to 'sys/isa/syscons.c')
-rw-r--r-- | sys/isa/syscons.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 6f9e82227794..3cc3e5cb0372 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.250 1998/02/11 15:00:24 yokota Exp $ + * $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $ */ #include "sc.h" @@ -86,8 +86,6 @@ #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS) #endif -#define SC_MOUSE_CHAR (0x03) - #if !defined(SC_MOUSE_CHAR) #define SC_MOUSE_CHAR (0xd0) #endif |