upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / include / asm-ia64 / unistd.h
index 93459d9..56a8321 100644 (file)
 #define __NR_mq_getsetattr             1267
 #define __NR_kexec_load                        1268
 #define __NR_vserver                   1269
+#define __NR_waitid                    1270
+#define __NR_add_key                   1271
+#define __NR_request_key               1272
+#define __NR_keyctl                    1273
 
 #ifdef __KERNEL__
 
@@ -385,7 +389,7 @@ asmlinkage long sys_rt_sigaction(int sig,
  * "Conditional" syscalls
  *
  * Note, this macro can only be used in the file which defines sys_ni_syscall, i.e., in
- * kernel/sys.c.  This version causes warnings because the declaration isn't a
+ * kernel/sys_ni.c.  This version causes warnings because the declaration isn't a
  * proper prototype, but we can't use __typeof__ either, because not all cond_syscall()
  * declarations have prototypes at the moment.
  */