cvs commit: src/sys/security/audit audit_syscalls.c
Robert Watson
rwatson at FreeBSD.org
Sat Aug 23 14:39:10 UTC 2008
rwatson 2008-08-23 14:39:01 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
SVN rev 182059 on 2008-08-23 14:39:01Z by rwatson
When getaudit(2) is unable to fit the terminal IPv6 address into the
space provided by its argument structure, return EOVERFLOW instead of
E2BIG. The latter is documented in Solaris's man page, but the
former is implemented. In either case, the caller should use
getaudit_addr(2) to return the IPv6 address.
Submitted by: sson
Obtained from: Apple, Inc.
MFC after: 3 days
Revision Changes Path
1.29 +1 -1 src/sys/security/audit/audit_syscalls.c
More information about the cvs-src
mailing list