On Tue, Jul 12, 2005 at 03:39:25PM +0200, Wieland Gmeiner wrote: > So it seems that sys_vserver is not declared in the system call table. > Is there any reason for this inconsistency or is this a bug and should > be fixed? I think these inconsistencies are not intentional. The reason is probably copy and paste and the fact that it doesn't really hurt (if the syscall doesn't fail at compile time, it will still fail at runtime). Either way you should add a sys_ni_syscall to the syscall table for sys_vserver. After that you can append your own system call at the end. Clemens -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/