Fix the MS-Windows build.
authorEli Zaretskii <eliz@gnu.org>
Mon, 24 Dec 2012 15:56:17 +0000 (17:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 24 Dec 2012 15:56:17 +0000 (17:56 +0200)
 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 <andrewjmoreton@gmail.com>.

nt/ChangeLog
nt/inc/sys/stat.h

index 6c7b2bd..16c96d4 100644 (file)
@@ -1,3 +1,9 @@
+2012-12-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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 <andrewjmoreton@gmail.com>.
+
 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * config.nt: Sync with autogen/config.in.
index fb56b7c..78be6eb 100644 (file)
@@ -74,6 +74,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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