emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13807: closed (The lock for 'DIR/FILE' should alwa


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13807: closed (The lock for 'DIR/FILE' should always be 'DIR/.#FILE'.)
Date: Tue, 05 Mar 2013 22:40:01 +0000

Your message dated Tue, 05 Mar 2013 14:38:44 -0800
with message-id <address@hidden>
and subject line Re: bug#13807: updated version to avoid MS-Windows vs 
non-MS-Windows clashes
has caused the debbugs.gnu.org bug report #13807,
regarding The lock for 'DIR/FILE' should always be 'DIR/.#FILE'.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13807: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13807
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: The lock for 'DIR/FILE' should always be 'DIR/.#FILE'. Date: Sun, 24 Feb 2013 14:48:53 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2
Tags: patch

Attached is a proposed cleanup patch, following up on the thread in
<http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00531.html>.

Attachment: filelock.txt
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#13807: updated version to avoid MS-Windows vs non-MS-Windows clashes Date: Tue, 05 Mar 2013 14:38:44 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3
On 03/05/13 10:38, Eli Zaretskii wrote:
> We will need to define away O_NOFOLLOW and ELOOP, to get this to
> compile on Windows.  I think the right place for the former is
> nt/inc/unistd.h, near O_NOCTTY, and for the latter nt/inc/ms-w32.h,
> where ENOTSUP is defined.

Thanks, I did the former, but for the latter it's possible ELOOP
won't be defined on a (very old) POSIXish host, so I put a conditional
definition for it into filelock.c itself, which should work for
MS-Windows as well.  Installed as trunk bzr 111948 and marking
this as done.


--- End Message ---

reply via email to

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