diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-19 00:28:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-19 00:28:18 +0000 |
commit | af60364ee6e3ffe0fff34af717a2272eef82b8d2 (patch) | |
tree | eb3066c1b7198b6f1c6003721fe2c52892098132 | |
parent | a8eef27aabad738b9aae7f988d3fc5385be2b332 (diff) |
fix botched entry
-rw-r--r-- | console/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index 1c6fff61..2496cc70 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,5 +1,8 @@ 2002-03-17 Roland McGrath <roland@frob.com> + * mutations.h (TIOCTL_IMPORTS): New macro. + * priv.h: Protect from multiple inclusion. + * vga.c (vga_init): io_perm -> ioperm. (vga_deinit): Likewise. @@ -12,9 +15,6 @@ (main): Use `error' instead of perror + exit. (console_mode, console_owner, console_group): Use *_t, not int. - * console/mutations.h (TIOCTL_IMPORTS): New macro. - * priv.h: Protect from multiple inclusion. - 2002-03-17 Marcus Brinkmann <marcus@gnu.org> * bdf.c, bdf.h, console.c, console.h, display.h, dynafont.c, |