=================================================================== RCS file: /cvs/funnyos/dev/fcons/fcons.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funnyos/dev/fcons/fcons.c 2007/10/29 12:23:06 1.3 +++ funnyos/dev/fcons/fcons.c 2007/10/29 21:10:02 1.4 @@ -1,5 +1,5 @@ /* - * $Id: fcons.c,v 1.3 2007/10/29 12:23:06 init Exp $ + * $Id: fcons.c,v 1.4 2007/10/29 21:10:02 init Exp $ */ #include #include @@ -25,6 +25,7 @@ struct driver fcons_dr = { sizeof(struct fcons_dd), fcons_attach, + NULL, NULL };