PERFORCE change 76331 for review
Robert Watson
rwatson at FreeBSD.org
Sun May 1 18:49:42 GMT 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 *
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