From: Al Viro Date: Fri, 22 Sep 2006 23:10:18 +0000 (+0100) Subject: [PATCH] fix missing ifdefs in syscall classes hookup for generic targets X-Git-Tag: v2.6.19-rc1~1292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83fbf635992442edf6aa3252e4008d4a08edf12;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed