Revert below changes regarding _pinfo::cmdline.

This commit is contained in:
Christopher Faylor
2003-03-08 17:56:13 +00:00
parent d66ac2bc52
commit 1114c3d059
5 changed files with 17 additions and 19 deletions

View File

@@ -242,7 +242,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
}
case CW_CMDLINE:
{
__off64_t n;
size_t n;
pid_t pid = va_arg (arg, pid_t);
pinfo p (pid);
return (DWORD) p->cmdline (n);