summaryrefslogtreecommitdiff
path: root/nt/inc/sys
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-12-24 17:56:17 +0200
committerEli Zaretskii <eliz@gnu.org>2012-12-24 17:56:17 +0200
commitc1860cdc02404d84e7f29d206b799031190a794e (patch)
tree7504012e84558df5700861b07a50e8e0426e77e8 /nt/inc/sys
parent24d0bb6be2860a95a00618abf9e6decf166fac55 (diff)
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 <andrewjmoreton@gmail.com>.
Diffstat (limited to 'nt/inc/sys')
-rw-r--r--nt/inc/sys/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h
index fb56b7cab4..78be6eb57b 100644
--- a/nt/inc/sys/stat.h
+++ b/nt/inc/sys/stat.h
@@ -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