cvs commit: src/sys/sys proc.h
    John Baldwin 
    jhb at FreeBSD.org
       
    Fri Feb 27 08:25:06 PST 2004
    
    
  
jhb         2004/02/27 08:25:06 PST
  FreeBSD src repository
  Modified files:
    sys/sys              proc.h 
  Log:
  Fix a few style nits.  do { } while(0) are only used for compound
  statements and nowhere else in the kernel seems to use them for single
  statements.  Also, all other users of do { } while(0) use multiple lines
  rather than cramming it all onto one line.
  
  Revision  Changes    Path
  1.368     +3 -3      src/sys/sys/proc.h
    
    
More information about the cvs-all
mailing list