Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 1996 18:43:37 -0800 (PST)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/dev/vx if_vx.c
Message-ID:  <199611170243.SAA19025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      96/11/16 18:43:33

  Branch:      sys/dev/vx  RELENG_2_1_0
  Modified:    sys/dev/vx  if_vx.c
  Log:
  In C, variable declarations are illegal except at the beginning of a
  block, even if newer GCC lets you get away with it.  Case labels do
  not begin a block, so I added a block around the code that requires
  the new variable.
  
  Revision  Changes    Path
  1.1.2.2   +2 -0      src/sys/dev/vx/if_vx.c



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