Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 00:21:01 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/security/audit audit.c audit_private.h
Message-ID:  <200811130021.mAD0L8QO095713@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-11-13 00:21:01 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.c audit_private.h 
  Log:
  SVN rev 184904 on 2008-11-13 00:21:01Z by rwatson
  
  The audit queue limit variables are size_t, so use size_t for the audit
  queue length variables as well, avoiding storing the limit in a larger
  type than the length.
  
  Submitted by:   sson
  Sponsored by:   Apple Inc.
  MFC after:      1 week
  
  Revision  Changes    Path
  1.48      +2 -2      src/sys/security/audit/audit.c
  1.25      +2 -2      src/sys/security/audit/audit_private.h



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