*** empty log message ***

This commit is contained in:
2005-06-06 15:46:48 +00:00
parent 93aee06d38
commit 5242c8900a
2 changed files with 4 additions and 2 deletions

View File

@ -137,11 +137,13 @@ int xp_main (int argc, xp_char_t* argv[])
muntrace ();
#endif
#ifdef __linux
{
char buf[1000];
snprintf (buf, sizeof(buf), "ls -l /proc/%u/fd", getpid());
system (buf);
}
#endif
return 0;
}