=================================================================== RCS file: /cvs/funnyos/sys/device.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- funnyos/sys/device.h 2007/12/16 23:16:09 1.8 +++ funnyos/sys/device.h 2007/12/21 17:38:56 1.9 @@ -1,11 +1,11 @@ /* - * $Id: device.h,v 1.8 2007/12/16 23:16:09 nbrk Exp $ + * $Id: device.h,v 1.9 2007/12/21 17:38:56 nbrk Exp $ */ #ifndef _SYS_DEVICE_H #define _SYS_DEVICE_H #include -#define DVNAMELEN 9 +#define DVNAMELEN 10 struct device { // char dv_name[DVNAMELEN]; /* device name up to 7 chars */