cvs commit: src/sys/dev/cfe cfe_console.c

Warner Losh imp at FreeBSD.org
Sun Sep 28 03:33:11 UTC 2008


imp         2008-09-28 03:33:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cfe          cfe_console.c 
  Log:
  SVN rev 183424 on 2008-09-28 03:33:01Z by imp
  
  Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the
  former more explicitly tells the compiler that you want an empty loop.
  There are some lint programs that use this hint to avoid generating
  warnings.
  
  No functional change...
  
  Revision  Changes    Path
  1.4       +3 -3      src/sys/dev/cfe/cfe_console.c


More information about the cvs-src mailing list