Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-08 20:56:13 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-08 20:56:13 +0300
commit1114c3d05938d2e6829a382d340a5225d2d59b38 (patch)
tree09142d6175f3e15c825e7091712b0ca53183b231 /winsup/cygwin/external.cc
parentd66ac2bc524ab413d86ad729ca3ff8fc61d0324f (diff)
Revert below changes regarding _pinfo::cmdline.
Diffstat (limited to 'winsup/cygwin/external.cc')
-rw-r--r--winsup/cygwin/external.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/external.cc b/winsup/cygwin/external.cc
index 113e98475..582bb2add 100644
--- a/winsup/cygwin/external.cc
+++ b/winsup/cygwin/external.cc
@@ -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);