Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 00:35:05 -0700 (PDT)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_message.h
Message-ID:  <200310220735.h9M7Z5O9054447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/10/22 00:35:05 PDT

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_message.h 
  Log:
  Remove a gcc-ism: declaring a variable array at the end of a structure
  as [0] and replace it with the ISO way of writing []. This has caused
  warnings with WARNS=6.
  
  Revision  Changes    Path
  1.18      +4 -4      src/sys/netgraph/ng_message.h



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