On Friday 10 May 2002 06:15 am, Seth Arnold wrote: > > int (*orig_execve)(const char *, char const **,char const **); > > int my_execve(const char * path, char const *argv[],char const * envp[]) > > It is my understanding that char const ** is different from > char const *argv[]. (My Peter van der Linden is not here, I can't cite > specifics, sorry.) > No luck.....Changed but still doesn't work. Will keep trying... What _is_ the prototype of execve() ? regards Sridhar -- Anyone can do any amount of work provided it isn't the work he is supposed to be doing -- Murphy's Laws on Work -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/