/[hurd]/hurd/libcons/vcons-open.c
ViewVC logotype

Diff of /hurd/libcons/vcons-open.c

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

revision 1.2 by marcus, Sun Sep 8 21:55:59 2002 UTC revision 1.3 by marcus, Mon Sep 9 22:04:25 2002 UTC
# Line 55  cons_vcons_open (cons_t cons, vcons_list Line 55  cons_vcons_open (cons_t cons, vcons_list
55    vcons->cons = cons;    vcons->cons = cons;
56    vcons->vcons_entry = vcons_entry;    vcons->vcons_entry = vcons_entry;
57    vcons->id = vcons_entry->id;    vcons->id = vcons_entry->id;
58      mutex_init (&vcons->lock);
59      vcons->input = -1;
60      vcons->display = MAP_FAILED;
61      vcons->scrolling = 0;
62    
63    /* Open the directory port of the virtual console.  */    /* Open the directory port of the virtual console.  */
64    vconsp = file_name_lookup_under (cons->dirport, name,    vconsp = file_name_lookup_under (cons->dirport, name,

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

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