/[hurd]/hurd/libcons/cons-switch.c
ViewVC logotype

Diff of /hurd/libcons/cons-switch.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Mon Sep 9 22:04:25 2002 UTC revision 1.4 by marcus, Tue Sep 10 18:05:41 2002 UTC
# Line 56  cons_switch (vcons_t vcons, int id, int Line 56  cons_switch (vcons_t vcons, int id, int
56    else    else
57      {      {
58        assert (delta < 0);        assert (delta < 0);
59          vcons_entry = vcons->vcons_entry;
60        while (delta++ < 0)        while (delta++ < 0)
61          {          {
62            vcons_entry = vcons_entry->prev;            vcons_entry = vcons_entry->prev;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26