Oops, remove redundant comments.
This commit is contained in:
parent
84516d40b6
commit
cbd4e621ff
@ -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.h,v 1.28 1999/01/18 08:38:08 kato Exp $
|
||||
* $Id: syscons.h,v 1.29 1999/06/04 08:17:11 kato Exp $
|
||||
*/
|
||||
|
||||
#ifndef _PC98_PC98_SYSCONS_H_
|
||||
@ -292,8 +292,8 @@ int sc_vid_ioctl(struct tty *tp, u_long cmd, caddr_t data, int flag,
|
||||
/*
|
||||
* Screen savers use these two variables.
|
||||
*/
|
||||
extern u_short *Crtat; /* used screen saver */
|
||||
extern u_short *Atrat; /* used screen saver */
|
||||
extern u_short *Crtat;
|
||||
extern u_short *Atrat;
|
||||
|
||||
unsigned int at2pc98(unsigned int attr);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user