Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 04/10/2005 14:28:11
Module Name:	src
Committed By:	itohy
Date:		Sun Apr 10 14:28:11 UTC 2005

Modified Files:
	src/sys/kern: tty_conf.c
	src/sys/sys: ttycom.h

Log Message:
The definition of IRFRAMEDISC (10) is incorrect since the value is dynamic.
The *DISC definition is only for backward compatibility with deprecated
TIOC[GS]ETD ioctls, and not needed for new TIOC[GS]LINED ioctls.
The value of IRFRAMEDISC has never been correct, so we don't have any
compatibility to be kept.
Just remove the IRFRAMEDISC defintion.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/kern/tty_conf.c
cvs rdiff -r1.16 -r1.17 src/sys/sys/ttycom.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.