process.c: perform bpt trick for clone as well so we can get the pid of the child before it starts doing something

file.c: rename dirent64 struct to kernel_dirent64 so things compile again with newer libcs
This commit is contained in:
Wichert Akkerman
2000-09-03 21:56:29 +00:00
parent f75a9ab431
commit 9b0c31d663
4 changed files with 32 additions and 7 deletions

1
file.c
View File

@@ -35,6 +35,7 @@
#include <dirent.h>
#ifdef linux
#define dirent kernel_dirent
#define dirent64 kernel_dirent64
#include <linux/types.h>
#include <linux/dirent.h>
#undef dirent