PERFORCE change 77120 for review
Wayne Salamon
wsalamon at FreeBSD.org
Wed May 18 00:30:51 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=77120
Change 77120 by wsalamon at rickenbacker on 2005/05/18 00:30:36
Fix a syntax error within a KERNEL conditional complile.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#15 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#15 (text+ko) ====
@@ -1244,7 +1244,7 @@
* milliseconds of time 4 bytes/8 bytes (32-bit/64-bit value)
*/
#if defined(KERNEL) || defined(_KERNEL)
-token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod)
+token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod,
struct timeval tm)
#else
token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod)
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