Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2005 00:30:51 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77120 for review
Message-ID:  <200505180030.j4I0Upjm063233@repoman.freebsd.org>

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

Change 77120 by wsalamon@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)



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