[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111481: MS-Windows followup to bugfi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111481: MS-Windows followup to bugfix #13387. |
Date: |
Fri, 11 Jan 2013 11:33:54 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111481
fixes bug: http://debbugs.gnu.org/13387
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-01-11 11:33:54 +0200
message:
MS-Windows followup to bugfix #13387.
nt/inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
used in term.c.
modified:
nt/ChangeLog
nt/inc/unistd.h
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog 2013-01-09 15:07:44 +0000
+++ b/nt/ChangeLog 2013-01-11 09:33:54 +0000
@@ -1,3 +1,8 @@
+2013-01-11 Eli Zaretskii <address@hidden>
+
+ * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
+ used in term.c. (Bug#13387)
+
2013-01-09 Juanma Barranquero <address@hidden>
* config.nt: Sync with autogen/config.in.
=== modified file 'nt/inc/unistd.h'
--- a/nt/inc/unistd.h 2012-12-09 22:10:18 +0000
+++ b/nt/inc/unistd.h 2013-01-11 09:33:54 +0000
@@ -27,6 +27,7 @@
#define AT_SYMLINK_NOFOLLOW 4096
#define O_NOCTTY 0
+#define O_IGNORE_CTTY 0
/* This is normally on stdlib.h, but we don't override that header. */
extern int unsetenv (const char *);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111481: MS-Windows followup to bugfix #13387.,
Eli Zaretskii <=