implicit declaration of execve()

2000-09-30 Thread Daniel Walls
still get this error. Can anyone shine a light on this for me? I am not on the list, so a reply to this address would be appreciated. Thanks in advance... dan. -= Daniel Walls - 4th Yr B. InfTech (Hon) UQ =- - To unsubscribe from this list: send the line "unsubscribe linux-kern

implicit declaration of execve()

2000-09-30 Thread Daniel Walls
still get this error. Can anyone shine a light on this for me? I am not on the list, so a reply to this address would be appreciated. Thanks in advance... dan. -= Daniel Walls - 4th Yr B. InfTech (Hon) UQ =- - To unsubscribe from this list: send the line "unsubscribe linux-kern

Calling userspace apps from within kernel

2000-09-25 Thread Daniel Walls
Hi, I was wondering if it is possible to execute a userspace application from within the kernel (particularly binfmt_elf.c)... something along the lines of execl()... If so, what is the name of the function used to do this? *an aside: It would be very useful for newbies like myself to

Calling userspace apps from within kernel

2000-09-25 Thread Daniel Walls
Hi, I was wondering if it is possible to execute a userspace application from within the kernel (particularly binfmt_elf.c)... something along the lines of execl()... If so, what is the name of the function used to do this? *an aside: It would be very useful for newbies like myself to