=================================================================== RCS file: /cvs/funnyos/sys/device.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- funnyos/sys/device.h 2007/11/01 13:05:25 1.6 +++ funnyos/sys/device.h 2007/11/24 17:58:41 1.7 @@ -1,11 +1,11 @@ /* - * $Id: device.h,v 1.6 2007/11/01 13:05:25 init Exp $ + * $Id: device.h,v 1.7 2007/11/24 17:58:41 nbrk Exp $ */ #ifndef _SYS_DEVICE_H #define _SYS_DEVICE_H #include -#define DVNAMELEN 8 +#define DVNAMELEN 9 struct device { // char dv_name[DVNAMELEN]; /* device name up to 7 chars */