Simple program:
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <netdb.h>
int main(int argc, char **argv)
{
int ret = rexec((char**) 0, "", "", "", 0);
return 0;
}
#include <sys/types.h>
#inclu