Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2005 16:57:31 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75898 for review
Message-ID:  <200504241657.j3OGvVZU001103@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75898

Change 75898 by rwatson@rwatson_paprika on 2005/04/24 16:57:23

	Fix missing include of audit_internal.h.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#6 (text+ko) ====

@@ -41,6 +41,8 @@
 #include <unistd.h>
 #include <sys/socketvar.h>
 
+#include <bsm/audit_internal.h>
+
 #include <libbsm.h>
 
 #define GET_TOKEN_AREA(t, dptr, length) \



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