[BACK]Return to STYLE CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / alpha

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

Diff for /src/sys/arch/alpha/STYLE between version 1.3 and 1.4

version 1.3, 1997/09/02 13:17:47 version 1.4, 1997/09/02 13:42:49
Line 17  SECTIONS
Line 17  SECTIONS
   
 INCLUDE FILES  INCLUDE FILES
   
 (1) All C sources should include <sys/cdefs.h> as the first header to  (1) All option headers should be included first, and sorted, like:
 be included, with a line like:  
   #include "opt_dec_3000_300.h"
   #include "opt_dec_3000_500.h"
   
   (2) All C sources should include <sys/cdefs.h> as the first header to
   be included after any option headers, with a line like:
   
 #include <sys/cdefs.h>                  /* RCS ID & Copyright macro defns */  #include <sys/cdefs.h>                  /* RCS ID & Copyright macro defns */
   
 (2) Nothing should include <sys/conf.h> directly.  Instead, <machine/conf.h>  (3) Nothing should include <sys/conf.h> directly.  Instead, <machine/conf.h>
 should be included.  It includes <sys/conf.h> and provides appropriate  should be included.  It includes <sys/conf.h> and provides appropriate
 definitions for the machine-dependent devices and macros used by the Alpha  definitions for the machine-dependent devices and macros used by the Alpha
 port.  port.

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

CVSweb <webmaster@jp.NetBSD.org>