Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2008 03:33:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cfe cfe_console.c
Message-ID:  <200809280333.m8S3XABp063809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809280333.m8S3XABp063809>