[BACK]Return to fcons.c CVS log [TXT][DIR] Up to [local] / funnyos / dev / fcons

Diff for /funnyos/dev/fcons/fcons.c between version 1.3 and 1.4

version 1.3, 2007/10/29 12:23:06 version 1.4, 2007/10/29 21:10:02
Line 25 
Line 25 
 struct driver fcons_dr = {  struct driver fcons_dr = {
         sizeof(struct fcons_dd),          sizeof(struct fcons_dd),
         fcons_attach,          fcons_attach,
           NULL,
         NULL          NULL
 };  };
   

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

CVSweb