PERFORCE change 76331 for review

Robert Watson rwatson at FreeBSD.org
Sun May 1 11:49:44 PDT 2005


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

Change 76331 by rwatson at rwatson_paprika on 2005/05/01 18:49:22

	Correct error in au_to_iport() prototype: 16-bit field, not
	32-bit.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#3 (text+ko) ====

@@ -112,7 +112,7 @@
 .Ft token_t *
 .Fn au_to_ipc_perm "struct ipc_perm *perm"
 .Ft token_t *
-.Fn au_to_iport "u_int64_t iport"
+.Fn au_to_iport "u_int16_t iport"
 .Ft token_t *
 .Fn au_to_opaque "char *data" "u_int64_t bytes"
 .Ft token_t *


More information about the p4-projects mailing list