Re: Problem with SYS_mount
On 5 May 2008 at 21:47, Eric Sosman wrote:
> Antoninus Twink wrote:
>> First of all, the prototype for the system call is
>> asmlinkage long sys_mount(char __user *dev_name, char __user* dir_name,
>> char __user *type, unsigned long flags, void __user *data);
>> [...]
>
> Drivel. Nonsense. Idiocy.
What on earth are you talking about? If (as is very likely) the OP is
using Linux, he can check for himself by examining
/usr/src/linux/include/linux/syscalls.h
|