diff options
| author | Eli Zaretskii | 2012-12-24 17:56:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-24 17:56:17 +0200 |
| commit | c1860cdc02404d84e7f29d206b799031190a794e (patch) | |
| tree | 7504012e84558df5700861b07a50e8e0426e77e8 | |
| parent | 24d0bb6be2860a95a00618abf9e6decf166fac55 (diff) | |
| download | emacs-c1860cdc02404d84e7f29d206b799031190a794e.tar.gz emacs-c1860cdc02404d84e7f29d206b799031190a794e.zip | |
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>.
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | nt/inc/sys/stat.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 6c7b2bdfddc..16c96d4e9ce 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes | ||
| 4 | in lib/filemode.c that broke the MS-Windows build. | ||
| 5 | Suggested by Andy Moreton <andrewjmoreton@gmail.com>. | ||
| 6 | |||
| 1 | 2012-12-17 Juanma Barranquero <lekktu@gmail.com> | 7 | 2012-12-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * config.nt: Sync with autogen/config.in. | 9 | * config.nt: Sync with autogen/config.in. |
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index fb56b7cab40..78be6eb57b1 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/>. */ | |||
| 74 | #define S_ISDOOR(m) 0 | 74 | #define S_ISDOOR(m) 0 |
| 75 | #define S_ISMPB(m) 0 | 75 | #define S_ISMPB(m) 0 |
| 76 | #define S_ISMPC(m) 0 | 76 | #define S_ISMPC(m) 0 |
| 77 | #define S_ISMPX(m) 0 | ||
| 77 | #define S_ISNWK(m) 0 | 78 | #define S_ISNWK(m) 0 |
| 78 | #define S_ISPORT(m) 0 | 79 | #define S_ISPORT(m) 0 |
| 79 | #define S_ISWHT(m) 0 | 80 | #define S_ISWHT(m) 0 |