always not testing
This commit is contained in:
parent
1a732d42de
commit
b6607d217c
5
init.c
5
init.c
@ -51,7 +51,7 @@ char * env[] = {
|
||||
*
|
||||
*/
|
||||
|
||||
int testing;
|
||||
int testing = 0;
|
||||
int klog_pid;
|
||||
|
||||
|
||||
@ -348,7 +348,8 @@ int main(int argc, char **argv)
|
||||
//char *argv2[4] = {"ls","-l","/dev/",0};
|
||||
|
||||
/* getpid() != 1 should work, by linuxrc tends to get a larger pid */
|
||||
testing = (getpid() > 50);
|
||||
/*testing = (getpid() > 50); */
|
||||
|
||||
/*
|
||||
mknod("/dev/ram3", BLK_DEV, MKDEV(1,3));
|
||||
mknod("/dev/fd0", BLK_DEV, MKDEV(2,0));
|
||||
|
Loading…
x
Reference in New Issue
Block a user