=================================================================== RCS file: /cvs/funnyos/dev/root.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/dev/root.c 2007/10/25 21:04:12 1.2 +++ funnyos/dev/root.c 2007/10/29 21:10:02 1.3 @@ -1,5 +1,5 @@ /* - * $Id: root.c,v 1.2 2007/10/25 20:04:12 init Exp $ + * $Id: root.c,v 1.3 2007/10/29 21:10:02 init Exp $ */ #include #include @@ -23,7 +23,8 @@ struct driver root_dr = { /* sizeof(dd) */ sizeof(struct root_dd), /* attach */ root_attach, - /* detach */ NULL + /* detach */ NULL, + /* intr */ NULL };