Date: Tue, 18 Oct 2005 14:51:31 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 85500 for review Message-ID: <200510181451.j9IEpVEU080147@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85500 Change 85500 by rwatson@rwatson_fledge on 2005/10/18 14:51:07 Add Solaris-compatible definitions for address types, which are in fact their lengths in bytes. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit.h#10 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit.h#10 (text+ko) ==== @@ -157,6 +157,13 @@ #define AU_FS_MINFREE 20 /* default min filesystem freespace, in percent */ +/* + * Type definitions used indicating the length of variable length addresses + * in tokens containing addresses, such as header fields. + */ +#define AU_IPv4 4 +#define AU_IPv6 16 + __BEGIN_DECLS typedef uid_t au_id_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510181451.j9IEpVEU080147>