Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index