diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-17 02:47:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-17 02:47:37 +0000 |
commit | b8fe857cec4f41a7dae89aa87e697f6c9cadd552 (patch) | |
tree | 27bcc016a1a568a5d11ef52e82610bfdeea219e1 | |
parent | e7a2c34d202f17702427d1cc4288cf0505c7c025 (diff) |
Remove `pc_disp_special'.
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index c77790210fe..82695152a7d 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_hdr.h,v 1.31 1999/12/01 09:59:59 deraadt Exp $ */ +/* $OpenBSD: pcvt_hdr.h,v 1.32 2000/01/17 02:47:36 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -576,7 +576,6 @@ EXTERN u_char *more_chars; /* response buffer via kbd */ EXTERN int char_count; /* response char count */ EXTERN u_char color; /* color or mono display */ EXTERN u_char pcdisp; /* vt220 or traditional pc features */ -EXTERN u_char pcdisp_special; /* are we printing special chars */ EXTERN u_short kern_attr; /* kernel messages char attributes */ EXTERN u_short user_attr; /* character attributes */ |