PERFORCE change 154989 for review

Robert Watson rwatson at FreeBSD.org
Fri Dec 19 03:46:59 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=154989

Change 154989 by rwatson at rwatson_cinnamon_macosx on 2008/12/19 11:46:24

	Replace include to what I think it was meant to be.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#13 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#12 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#13 $
  */
 /*
  * Program to trigger the audit daemon with a message that is either:
@@ -65,7 +65,7 @@
 #include <mach/host_special_ports.h>
 #include <servers/bootstrap.h>
 
-#include "auditd_controlUser.h"
+#include "auditd_control.h"
 
 /* 
  * XXX the following is temporary until this can be added to the kernel


More information about the p4-projects mailing list