Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 18:08:02 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86967 for review
Message-ID:  <200511191808.jAJI82OJ027796@repoman.freebsd.org>

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

Change 86967 by rwatson@rwatson_peppercorn on 2005/11/19 18:07:39

	Interate user space bsm_token.c into kern_bsm_token.c, adding it to
	the userspace openbsm -> kernel branch.  Minor white space tweaks.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_token.c#13 integrate

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_token.c#13 (text+ko) ====

@@ -152,7 +152,6 @@
 
 	if (vni == NULL)
 		return (NULL);
-
 	GET_TOKEN_AREA(t, dptr, 29);
 	if (t == NULL)
 		return (NULL);
@@ -1216,7 +1215,7 @@
 token_t *
 #if defined(KERNEL) || defined(_KERNEL)
 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod,
-	struct timeval tm)
+    struct timeval tm)
 #else
 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod)
 #endif



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