rpms/eclipse-cdt/devel eclipse-cdt-ppc64-add_xopen_source-include.patch, 1.1, 1.2

Jeff Johnston jjohnstn at fedoraproject.org
Mon Oct 5 19:29:59 UTC 2009


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24252

Modified Files:
	eclipse-cdt-ppc64-add_xopen_source-include.patch 
Log Message:

Remove section of patch that refers to stropts.h which will already be
removed by a previously applied patch to openpty.c.


eclipse-cdt-ppc64-add_xopen_source-include.patch:
 openpty.c |    4 ++++
 1 file changed, 4 insertions(+)

Index: eclipse-cdt-ppc64-add_xopen_source-include.patch
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/eclipse-cdt-ppc64-add_xopen_source-include.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- eclipse-cdt-ppc64-add_xopen_source-include.patch	5 Oct 2009 15:11:44 -0000	1.1
+++ eclipse-cdt-ppc64-add_xopen_source-include.patch	5 Oct 2009 19:29:59 -0000	1.2
@@ -3,7 +3,7 @@
 if _XOPEN_SOURCE is not defined before including stdlib.h, a warning about
 a assignment from an integer to a pointer without a cast will occur.  This
 warning could actually cause problems in some circumstances, because the
-upper bits of the return value could, potentially, bet set to zero before
+upper bits of the return value could, potentially, be set to zero before
 the assignment is made.
 Index: library/openpty.c
 ===================================================================
@@ -20,11 +20,3 @@ Index: library/openpty.c
  #include <sys/types.h>
  #include <sys/stat.h>
  #include <sys/ioctl.h>
-@@ -20,6 +24,7 @@
- #include <grp.h>
- 
- #include <stdlib.h>
-+
- #include <stropts.h>
- 
- /**




More information about the fedora-extras-commits mailing list