From d3e55dcdc881b833a707e39ae1e12d8d5d35ad2d Mon Sep 17 00:00:00 2001 From: gww Date: Thu, 27 Dec 2007 11:07:48 -0800 Subject: 1162981 Remove C2_AUDIT #defines from the kernel and build files --- usr/src/uts/common/syscall/stat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr/src/uts/common/syscall/stat.c') diff --git a/usr/src/uts/common/syscall/stat.c b/usr/src/uts/common/syscall/stat.c index c559747e2f..8bd03c2454 100644 --- a/usr/src/uts/common/syscall/stat.c +++ b/usr/src/uts/common/syscall/stat.c @@ -120,10 +120,8 @@ cstatat_getvp(int fd, char *name, int nmflag, } *cred = cr; -#ifdef C2_AUDIT if (audit_active) audit_setfsat_path(1); -#endif /* C2_AUDIT */ if (nmflag == 1 || (nmflag == 2 && name != NULL)) { -- cgit v1.2.3