emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/unexec.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/unexec.c
Date: Fri, 16 Nov 2001 08:45:59 -0500

Index: emacs/src/unexec.c
diff -u emacs/src/unexec.c:1.31 emacs/src/unexec.c:1.32
--- emacs/src/unexec.c:1.31     Thu Jun 15 08:20:34 2000
+++ emacs/src/unexec.c  Tue Aug 22 18:41:55 2000
@@ -1067,7 +1067,9 @@
 {
   register int i, nwrite, ret;
   char buf[80];
+#ifndef USE_CRT_DLL
   extern int errno;
+#endif
   /* This is the normal amount to write at once.
      It is the size of block that NFS uses.  */
   int writesize = 1 << 13;



reply via email to

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