Re: mc-4.6.1 release?



Hello,

On Thu, 21 Oct 2004, Pavel Roskin wrote:

> We also should test FreeBSD and Cygwin.

This is the last warning that I see on Cygwin:

../../src/utilunix.c: In function `mc_tmpdir':
../../src/utilunix.c:404: warning: int format, uid_t arg (arg 5)

`uid_t' is defined as an `unsigned long' on recent Cygwin. I see on
Fedore Core 2 glib it is `unsigned int'. SUSv3 has to say the
following:

  "nlink_t, uid_t, gid_t, and id_t shall be integer types."

Based on that I guess MC code is right to assume `%d'. I don't
know if and how this should be fixed. After all its not common
to have uids that large.




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