freebsd-dev/sys/security/audit
Robert Watson a02a1efa9f Cast pointers to (uintptr_t) before down-casting to (int). This avoids
an incompatible conversion from a 64-bit pointer to a 32-bit integer on
64-bit platforms.  We will investigate whether Solaris uses a 64-bit
token here, or a new record here, in order to avoid truncating user
pointers that are 64-bit.  However, in the mean time, truncation is fine
as these are rarely/never used fields in audit records.

Obtained from:	TrustedBSD Project
2006-02-04 00:14:06 +00:00
..
audit_arg.c Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t. 2006-02-03 23:50:26 +00:00
audit_bsm_klib.c
audit_bsm_token.c
audit_bsm.c Cast pointers to (uintptr_t) before down-casting to (int). This avoids 2006-02-04 00:14:06 +00:00
audit_private.h
audit_syscalls.c
audit_trigger.c
audit.c
audit.h Remove user.h include in audit.h, it is unneeded, and also can cause 2006-02-03 15:49:07 +00:00