summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_audit.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-24 13:15:45 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-24 13:15:45 +0000
commit73fa22c4098786640781bb4f1b00b64e8e379eff (patch)
tree58bbdd37050b6e89928857692821080383d0f8b2 /sys/security/mac/mac_audit.c
parentf6d46136a4ef3a0c7c8587c290cfcebe68a43d66 (diff)
downloadFreeBSD-src-73fa22c4098786640781bb4f1b00b64e8e379eff.zip
FreeBSD-src-73fa22c4098786640781bb4f1b00b64e8e379eff.tar.gz
Use __FBSDID() for $FreeBSD$ version strings in .c files.
Obtained from: TrustedBSD Project MFC after: 3 days
Diffstat (limited to 'sys/security/mac/mac_audit.c')
-rw-r--r--sys/security/mac/mac_audit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/security/mac/mac_audit.c b/sys/security/mac/mac_audit.c
index d8cd8e6..f3fc639 100644
--- a/sys/security/mac/mac_audit.c
+++ b/sys/security/mac/mac_audit.c
@@ -35,10 +35,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/module.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud