[BACK]Return to disklabel.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc/include/disklabel.h between version 1.3 and 1.4

version 1.3, 1995/07/12 05:47:47 version 1.4, 1995/09/01 17:20:31
Line 38 
Line 38 
 #define MAXPARTITIONS   8                       /* number of partitions */  #define MAXPARTITIONS   8                       /* number of partitions */
 #define RAW_PART        2                       /* raw partition: xx?c */  #define RAW_PART        2                       /* raw partition: xx?c */
   
 /* Just a dummy */  
 struct cpu_disklabel {  struct cpu_disklabel {
         int     cd_dummy;                       /* must have one element. */          char    cd_block[512];
 };  };
   
 #endif /* _MACHINE_DISKLABEL_H_ */  #endif /* _MACHINE_DISKLABEL_H_ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>