Unfortunately, thats just a typo *only* in the mail and not in the code I have changed. But I did get it working. I am just not sure if its the right way of doing it. I changed /usr/include/asm/unistd.h by adding #define __NR_mycall 191 to it . I have made similar change in /usr/src/linux/include/asm/unistd.h also. Is this good, safe etc. ??? Thanx Narasimhamurthy Giri, Clemson University Computer Science Dept. ------------------------------------------------------------------------------- Judge not lest ye be judged yourself. ------------------------------------------------------------------------------- On Fri, 15 Mar 2002, Tom Bradley wrote: > > #define __NR_mycall 191 > > > .long SYMBOL_NAME(sys_maycall) > > one function is called MYCALL and the other is MAYCALL > > Tom > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/