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>.
This commit is contained in:
parent
24d0bb6be2
commit
c1860cdc02
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue