=================================================================== RCS file: /cvs/funnyos/dev/fcons/fconsvar.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- funnyos/dev/fcons/fconsvar.h 2007/10/16 22:10:32 1.7 +++ funnyos/dev/fcons/fconsvar.h 2007/10/29 12:27:19 1.8 @@ -1,5 +1,5 @@ /* - * $Id: fconsvar.h,v 1.7 2007/10/16 21:10:32 init Exp $ + * $Id: fconsvar.h,v 1.8 2007/10/29 12:27:19 init Exp $ */ #ifndef _DEV_FCONS_FCONSVAR_H #define _DEV_FCONS_FCONSVAR_H @@ -20,7 +20,7 @@ uint8_t fd_currow; uint8_t fd_curcol; - struct fcons_handle fd_fh; + struct fcons_handle *fd_fh; };