emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111320: Fix the MS-Windows build.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111320: Fix the MS-Windows build.
Date: Mon, 24 Dec 2012 17:56:17 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111320
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-24 17:56:17 +0200
message:
  Fix the MS-Windows build.
  
   nt/inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
   in lib/filemode.c that broke the MS-Windows build.
   Suggested by Andy Moreton <address@hidden>.
modified:
  nt/ChangeLog
  nt/inc/sys/stat.h
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-12-17 20:58:12 +0000
+++ b/nt/ChangeLog      2012-12-24 15:56:17 +0000
@@ -1,3 +1,9 @@
+2012-12-24  Eli Zaretskii  <address@hidden>
+
+       * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
+       in lib/filemode.c that broke the MS-Windows build.
+       Suggested by Andy Moreton <address@hidden>.
+
 2012-12-17  Juanma Barranquero  <address@hidden>
 
        * config.nt: Sync with autogen/config.in.

=== modified file 'nt/inc/sys/stat.h'
--- a/nt/inc/sys/stat.h 2012-12-14 14:05:01 +0000
+++ b/nt/inc/sys/stat.h 2012-12-24 15:56:17 +0000
@@ -74,6 +74,7 @@
 #define S_ISDOOR(m)    0
 #define S_ISMPB(m)     0
 #define S_ISMPC(m)     0
+#define S_ISMPX(m)     0
 #define S_ISNWK(m)     0
 #define S_ISPORT(m)    0
 #define S_ISWHT(m)     0


reply via email to

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