bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] inetutils-1.6 rshd error.


From: wyh
Subject: [bug-inetutils] inetutils-1.6 rshd error.
Date: Tue, 12 May 2009 16:52:08 +0800

bug-inetutils:

hi!

inetutils-1.6,cross compiled on mips64,run rshd error.

i found:
in inetutils-1.6/inetd/inetd.c line 1022:
size_t argc = 0, i;
and line 1053:
if (argcv_get (linebuf, "", &argc, &argv))
but in inetutils-1.6/libinetutils/argcv.c line 67:
argcv_get (const char *command, const char *delim, int *argc, char ***argv)
on my mips64,size_t!=int


this is my patch:
------------------------------------------------------------------
diff -r inetutils-1.6/inetd/inetd.c ../inetutils-1.6/inetd/inetd.c
1022c1022
<   size_t argc = 0, i;
---
>   int  argc = 0, i;
  




                  wyh
                       address@hidden

                2009-05-12
              

reply via email to

[Prev in Thread] Current Thread [Next in Thread]