Date: Sun, 1 May 2005 18:43:34 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 76330 for review Message-ID: <200505011843.j41IhYrO066731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76330 Change 76330 by rwatson@rwatson_paprika on 2005/05/01 18:43:31 Reference au_to_ip() and au_to_header() better in our almost documentation. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/Makefile#6 edit .. //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#2 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/Makefile#6 (text+ko) ==== @@ -112,6 +112,7 @@ au_token.3 au_to_me.3 \ au_token.3 au_to_exec_args.3 \ au_token.3 au_to_exec_env.3 \ + au_token.3 au_to_header.3 \ au_token.3 au_to_header32.3 \ au_token.3 au_to_header64.3 \ au_token.3 au_to_trailer.3 ==== //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#2 (text+ko) ==== @@ -72,6 +72,7 @@ .Nm au_to_me , .Nm au_to_exec_args , .Nm au_to_exec_env , +.Nm au_to_header , .Nm au_to_header32 , .Nm au_to_header64 , .Nm au_to_trailer . @@ -105,6 +106,8 @@ .Ft token_t * .Fn au_to_in_addr_ex "struct in6_addr *internet_addr" .Ft token_t * +.Fn au_to_ip "struct ip *ip" +.Ft token_t * .Fn au_to_ipc "char type" "int id" .Ft token_t * .Fn au_to_ipc_perm "struct ipc_perm *perm" @@ -167,6 +170,8 @@ .Ft token_t * .Fn au_to_exec_env "const char **env" .Ft token_t * +.Fn au_to_header "int rec_size" "au_event_t e_type" "au_emod_t emod" +.Ft token_t * .Fn au_to_header32 "int rec_size" "au_event_t e_type" "au_emod_t emod" .Ft token_t * .Fn au_to_header64 "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?200505011843.j41IhYrO066731>