PERFORCE change 96362 for review

Robert Watson rwatson at FreeBSD.org
Sat Apr 29 13:41:39 UTC 2006


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

Change 96362 by rwatson at rwatson_peppercorn on 2006/04/29 13:38:48

	Remove user space only header creation APIS.
	
	Reported by:	wsalamon

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#14 edit

Differences ...

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

@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#13 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#14 $
  * $FreeBSD: src/sys/security/audit/audit_bsm_token.c,v 1.2 2006/03/04 17:00:55 rwatson Exp $
  */
 
@@ -1115,30 +1115,6 @@
 	return (t);
 }
 
-token_t *
-au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod,
-    struct timeval tm)
-{
-
-	return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
-}
-
-token_t *
-au_to_header64(__unused int rec_size, __unused au_event_t e_type,
-    __unused au_emod_t e_mod)
-{
-
-	return (NULL);
-}
-
-token_t *
-au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod,
-	struct timeval tm)
-{
-
-	return (au_to_header32(rec_size, e_type, e_mod, tm));
-}
-
 /*
  * token ID                1 byte
  * trailer magic number    2 bytes


More information about the trustedbsd-cvs mailing list