Date: Wed, 23 May 2007 09:32:30 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/audit audit.c Message-ID: <200705230932.l4N9WUME017084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson     2007-05-23 09:32:30 UTC
  FreeBSD src repository
  Modified files:
    sys/security/audit   audit.c 
  Log:
  No need to force __inline__ of currecord(), as the compiler will usefully
  inline it when needed already, and the symbol is also required outside of
  audit.c.  This silences a new gcc warning on the topic of using __inline__
  instead of __inline.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.26      +1 -1      src/sys/security/audit/audit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705230932.l4N9WUME017084>
