Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2011 00:43:16 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mfi mfi.c mfireg.h src/usr.sbin/mfiutil mfi_evt.c
Message-ID:  <201106020044.p520iKC8098657@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2011-06-02 00:43:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mfi          mfi.c mfireg.h 
    usr.sbin/mfiutil     mfi_evt.c 
  Log:
  SVN rev 222589 on 2011-06-02 00:43:16Z by emaste
  
  There are a couple of structs in mfireg.h with members named 'class'.
  These cause problems when trying to include the header in a C++ project.
  Rename them to 'evt_class', and track the change in mfi and mfiutil.
  
  Submitted by:   Mark Johnston
  Sponsored by:   Sandvine Incorporated
  Reviewed by:    jhb@
  MFC after:      1 week
  
  Revision  Changes    Path
  1.55      +9 -9      src/sys/dev/mfi/mfi.c
  1.15      +2 -2      src/sys/dev/mfi/mfireg.h
  1.4       +4 -4      src/usr.sbin/mfiutil/mfi_evt.c



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