diff options
| author | Horms <[email protected]> | 2005-10-31 23:44:29 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-11-01 21:44:46 -0800 |
| commit | ebd50e500185a711e708653460d19f1dbb3ef944 (patch) | |
| tree | 6515d835c4883f9e26aff4c3a5105767de073e95 /scripts/basic | |
| parent | faba278fb003dbe772f6c04526f1f096f43c995e (diff) | |
[PATCH] audit_sysctl_exit can only be used with CONF_AUDIT_SYSCTL
This section of code calls .audit_syscal_exit, but is inside CONFIG_AUDIT,
so it will fail to build if CONFIG_AUDITSYSCALL is not defined.
After discussion with David Woodhouse, change the ifdef to
CONFIG_AUDITSYSCALL
Signed-off-by: Horms <[email protected]>
Acked-by: David Woodhouse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions