[PATCH] fix missing ifdefs in syscall classes hookup for generic targets
commit75c8aaf22867285b8c67dce0cf117fe1a0425f74
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 29 Oct 2006 12:03:49 +0000 (29 13:03 +0100)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:48 +0000 (3 17:33 -0800)
tree383d01a08995291a1eb661de81291139baf09ce5
parent0e1ce4461d940d122302593898632e96b72a7e4c
[PATCH] fix missing ifdefs in syscall classes hookup for generic targets

several targets have no ....at() family and m32r calls its only chown variant
chown32(), with __NR_chown being undefined.  creat(2) is also absent in some
targets.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
include/asm-generic/audit_change_attr.h
include/asm-generic/audit_dir_write.h
lib/audit.c