cvs commit: src/sys/security/audit audit.c

Robert Watson rwatson at FreeBSD.org
Wed May 23 09:32:30 UTC 2007


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


More information about the cvs-src mailing list