Change getpagesize() system call audit event to more clearly indicate

that we don't audit it.

MFC after:	3 days
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2006-10-03 20:48:03 +00:00
parent 888db9e177
commit dfb041ca62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162992

View File

@ -141,7 +141,7 @@
61 AUE_CHROOT NOPROTO { int chroot(char *path); }
62 AUE_FSTAT OBSOL ofstat
63 AUE_NULL OBSOL ogetkerninfo
64 AUE_GETPAGESIZE OBSOL ogetpagesize
64 AUE_NULL OBSOL ogetpagesize
; XXX implement (not OBSOL at all)
65 AUE_MSYNC NOPROTO { int msync(void *addr, size_t len, \
int flags); }