From 4c15746236d2fe169d795eca57a8a73f0e8fd096 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 4 Jan 2006 03:43:55 +0000 Subject: * fhandler_process.cc (fhandler_process::readdir): Add missing argument to syscall_printf. * fhandler_console.cc (fhandler_console::need_invisible): Use made-up name for windows station rather than asking Windows to create one for us. * spawn.cc (spawn_guts): Don't mess with console if we're detaching. --- winsup/cygwin/fhandler_process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_process.cc') diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 253bd4dd9..cb7d9072d 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -229,7 +229,7 @@ fhandler_process::readdir (DIR *dir, dirent *de) strcpy (de->d_name, process_listing[dir->__d_position++]); res = 0; out: - syscall_printf ("%d = readdir (%p, %p) (%s)", dir, de, de->d_name); + syscall_printf ("%d = readdir (%p, %p) (%s)", res, dir, de, de->d_name); return res; } -- cgit v1.2.3