emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; uid problems on w32


From: Jason Rumney
Subject: Re: 23.0.60; uid problems on w32
Date: Mon, 31 Mar 2008 15:28:15 +0100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Eli Zaretskii wrote:
Eli Zaretskii wrote:
Actually, one (in `struct passwd') is `signed int', the other (in
`struct stat') is `signed short'.  Darn that MS-supplied stat.h!

OK, I will add this to my todo.  Thanks.

I have just checked in a hack to Ffile_attributes that casts the uid in the stat structure to unsigned short on windows to make it consistent with getuid. You'll need to remove this hack if/when you make the above more comprehensive change. I think the current %= 60001 in several places in w32.c where uid and gid are initialised will be able to be removed once you have made this change too.




reply via email to

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