emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110521: Update dependencies in src/m


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110521: Update dependencies in src/makefile.w32-in.
Date: Fri, 12 Oct 2012 17:22:50 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110521
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-12 17:22:50 +0200
message:
  Update dependencies in src/makefile.w32-in.
  
   src/makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-12 15:19:54 +0000
+++ b/src/ChangeLog     2012-10-12 15:22:50 +0000
@@ -1,5 +1,7 @@
 2012-10-12  Eli Zaretskii  <address@hidden>
 
+       * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
+
        * fileio.c (check_existing): New function.
        (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
        instead of calling 'stat', when what's needed is to check whether

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-10-10 15:59:49 +0000
+++ b/src/makefile.w32-in       2012-10-12 15:22:50 +0000
@@ -835,6 +835,7 @@
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
+       $(NT_INC)/sys/file.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
        $(CODING_H) \


reply via email to

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