[BACK]Return to device.h CVS log [TXT][DIR] Up to [local] / funnyos / sys

Diff for /funnyos/sys/device.h between version 1.8 and 1.9

version 1.8, 2007/12/16 23:16:09 version 1.9, 2007/12/21 17:38:56
Line 5 
Line 5 
 #define _SYS_DEVICE_H  #define _SYS_DEVICE_H
 #include <sys/types.h>  #include <sys/types.h>
   
 #define DVNAMELEN 9  #define DVNAMELEN 10
   
 struct device {  struct device {
 //      char                    dv_name[DVNAMELEN];             /* device name up to 7 chars */  //      char                    dv_name[DVNAMELEN];             /* device name up to 7 chars */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb