[BACK]Return to style CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / misc

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

Diff for /src/share/misc/style between version 1.26 and 1.27

version 1.26, 2003/08/05 13:26:13 version 1.27, 2003/09/27 21:17:31
Line 161  struct foo {
Line 161  struct foo {
         unsigned int baz:1,     /* Bitfield; line up entries if desired */          unsigned int baz:1,     /* Bitfield; line up entries if desired */
                      fuz:5,                       fuz:5,
                      zap:2;                       zap:2;
         u_int8_t flag;          uint8_t flag;
 };  };
 struct foo *foohead;            /* Head of global foo list */  struct foo *foohead;            /* Head of global foo list */
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>