emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113688: Minor fix of the last commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r113688: Minor fix of the last commit.
Date: Sun, 04 Aug 2013 15:43:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113688
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2013-08-04 18:43:10 +0300
message:
  Minor fix of the last commit.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/inc/ms-w32.h                msw32.h-20091113204419-o5vbwnq5f7feedwu-807
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/w32.c                      w32.c-20091113204419-o5vbwnq5f7feedwu-808
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-08-04 15:32:12 +0000
+++ b/nt/ChangeLog      2013-08-04 15:43:10 +0000
@@ -4,6 +4,7 @@
        "yes".
 
        * inc/ms-w32.h (mkostemp): Declare prototype.
+       (mktemp): Don't redirect to sys_mktemp.
 
        * config.nt (HAVE_MKOSTEMP): Define to 1.  (Bug#15015)
 

=== modified file 'nt/inc/ms-w32.h'
--- a/nt/inc/ms-w32.h   2013-08-04 15:32:12 +0000
+++ b/nt/inc/ms-w32.h   2013-08-04 15:43:10 +0000
@@ -207,8 +207,6 @@
 #define link    sys_link
 #define localtime sys_localtime
 #define mkdir   sys_mkdir
-#undef mktemp
-#define mktemp  sys_mktemp
 #undef open
 #define open    sys_open
 #undef read

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-04 15:32:12 +0000
+++ b/src/ChangeLog     2013-08-04 15:43:10 +0000
@@ -3,6 +3,7 @@
        * w32.c (mkostemp): New function.
        (mktemp): Remove, no longer used.  Most of the code reused in
        mkostemp.  (Bug#15015)
+       (mktemp): Don't undef.
 
 2013-08-04  Dmitry Antipov  <address@hidden>
 

=== modified file 'src/w32.c'
--- a/src/w32.c 2013-08-04 15:32:12 +0000
+++ b/src/w32.c 2013-08-04 15:43:10 +0000
@@ -47,7 +47,6 @@
 #undef fopen
 #undef link
 #undef mkdir
-#undef mktemp
 #undef open
 #undef rename
 #undef rmdir


reply via email to

[Prev in Thread] Current Thread [Next in Thread]