PERFORCE change 86967 for review
Robert Watson
rwatson at FreeBSD.org
Sat Nov 19 18:08:02 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86967
Change 86967 by rwatson at 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list