merged in miext/rootless changes for XDarwin support

This commit is contained in:
Ben Byer 2007-02-16 04:12:26 -08:00
commit 5e7f7436a7
12 changed files with 68 additions and 18 deletions

View file

@ -1871,7 +1871,7 @@ Fopen(char *file, char *type)
pidlist = cur;
#ifdef DEBUG
ErrorF("Popen: `%s', fp = %p\n", command, iop);
ErrorF("Fopen(%s), fp = %p\n", file, iop);
#endif
return iop;