Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 09:44:38 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200206241644.g5OGicQ65509@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2002/06/24 09:44:38 PDT

  Modified files:
    sys/sys              proc.h 
  Log:
  Fix a GCCism.
  
  int foo[0];  // dodgy
  int foo[];   // means the same, works the same and survives lint.
  
  Tested by:      3 months of use on my laptop
  
  Revision  Changes    Path
  1.225     +1 -1      src/sys/sys/proc.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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