PERFORCE change 77120 for review

Wayne Salamon wsalamon at FreeBSD.org
Tue May 17 17:30:52 PDT 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)


More information about the p4-projects mailing list