diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-02 02:36:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-02 02:36:10 +0000 |
commit | c04f4d2ad369bcd6ddfefd8424991432a9374695 (patch) | |
tree | 5f979a4de0a62aac58256972cba21338ea6a64ad /console/ChangeLog | |
parent | e46ec2a51f0f4650b655a642baaff12847a413b5 (diff) |
2002-06-02 Marcus Brinkmann <marcus@gnu.org>
* console.c (vcons_lookup): Correct nesting.
(vcons_release): Negate if condition.
Delete VCONS_LIST in CONS with last virtual console.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 2384c64b..6bfbe80d 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,9 @@ +2002-06-02 Marcus Brinkmann <marcus@gnu.org> + + * console.c (vcons_lookup): Correct nesting. + (vcons_release): Negate if condition. + Delete VCONS_LIST in CONS with last virtual console. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * main.c (main): Use error, not fprintf and exit. |