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

Diff for /funnyos/sys/device.h between version 1.6 and 1.7

version 1.6, 2007/11/01 13:05:25 version 1.7, 2007/11/24 17:58:41
Line 5 
Line 5 
 #define _SYS_DEVICE_H  #define _SYS_DEVICE_H
 #include <sys/types.h>  #include <sys/types.h>
   
 #define DVNAMELEN 8  #define DVNAMELEN 9
   
 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.6  
changed lines
  Added in v.1.7

CVSweb