Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 14:39:01 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/audit audit_syscalls.c
Message-ID:  <200808231439.m7NEdAav005248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808231439.m7NEdAav005248>