1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/changeset/611a6845ebee/
changeset: 611a6845ebee
user: Vin Shelton
date: 2012-02-13 14:00:23
summary: Remove un-needed include of process.h in sysproc.h under cygwin.
affected #: 2 files
diff -r 5bda701e9e7c0dff05fa01010e151be8e0c0dd10 -r
611a6845ebeeecf74cb6f56bb15a1115e76affa9 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-12 Vin Shelton <acs(a)xemacs.org>
+
+ * sysproc.h: As of Cygwin 1.7.10, /usr/include/process.h has moved
+ to /usr/include/cygwin/process.h, so sysproc.h could no longer
+ find it. It wasn't needed anyway, so remove the include under
+ cygwin.
+
2012-01-08 Aidan Kehoe <kehoea(a)parhasard.net>
* device-x.c:
diff -r 5bda701e9e7c0dff05fa01010e151be8e0c0dd10 -r
611a6845ebeeecf74cb6f56bb15a1115e76affa9 src/sysproc.h
--- a/src/sysproc.h
+++ b/src/sysproc.h
@@ -30,8 +30,6 @@
#ifdef MINGW
#include <../mingw/process.h>
-#elif defined (CYGWIN)
-#include <../include/process.h>
#elif defined (WIN32_NATIVE)
/* <process.h> should not conflict with "process.h", as per ANSI
definition.
This is not true with visual c though. The trick below works with
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches