]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-generic/audit_change_attr.h
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
[karo-tx-linux.git] / include / asm-generic / audit_change_attr.h
index cb05bf69745a5fbf12491b71aaa3e8b7cb56131c..bcbab3e4a3be6c802698fe0d1419f02b54a1eba3 100644 (file)
@@ -1,18 +1,26 @@
 __NR_chmod,
 __NR_fchmod,
+#ifdef __NR_chown
 __NR_chown,
 __NR_fchown,
 __NR_lchown,
+#endif
 __NR_setxattr,
 __NR_lsetxattr,
 __NR_fsetxattr,
 __NR_removexattr,
 __NR_lremovexattr,
 __NR_fremovexattr,
+#ifdef __NR_fchownat
 __NR_fchownat,
 __NR_fchmodat,
+#endif
 #ifdef __NR_chown32
 __NR_chown32,
 __NR_fchown32,
 __NR_lchown32,
 #endif
+__NR_link,
+#ifdef __NR_linkat
+__NR_linkat,
+#endif