Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2010 14:31:49 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys sysent.h
Message-ID:  <201006291432.o5TEW3Yu026633@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-06-29 14:31:49 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sysent.h 
  Log:
  SVN rev 209587 on 2010-06-29 14:31:49Z by kib
  
  Revert r209578:
    Use C99 initializers for the struct sysent generated by MAKE_SYSENT().
  C++ does not have designator-initializer facility of C99, not using this
  in the header makes us friendly to C++ kernel modules, whoever wants
  such schism.
  
  Requested by:   mdf
  MFC after:      6 days (not really)
  
  Revision  Changes    Path
  1.69      +3 -3      src/sys/sys/sysent.h



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