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 22:22:08 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-08 22:22:08 +0300
commit35c6ce031ec9f36aa5a6164fd921168d1727dff1 (patch)
treed550ea60e26ef35b4117075d490e39dbbc9d7e2c
parent1114c3d05938d2e6829a382d340a5225d2d59b38 (diff)
missed in last checkin
-rw-r--r--winsup/cygwin/pinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index 152277adf..74e14f354 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -429,7 +429,7 @@ out:
}
char *
-_pinfo::cmdline (__off64_t& n)
+_pinfo::cmdline (size_t& n)
{
char *s;
if (!this || !pid)