Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2007 15:49:01 +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:  <200711081549.lA8Fn1ka055921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-11-08 15:49:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit.c 
  Log:
  Merge audit.c:1.26 from HEAD to RELENG_6:
  
    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.
  
  Revision  Changes    Path
  1.18.2.6  +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?200711081549.lA8Fn1ka055921>