PERFORCE change 85500 for review

Robert Watson rwatson at FreeBSD.org
Tue Oct 18 07:51:32 PDT 2005


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

Change 85500 by rwatson at 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;


More information about the p4-projects mailing list