rpms/arm-gp2x-linux-binutils/devel binutils-2.16.1-open.patch, NONE, 1.1

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 12 08:32:08 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/arm-gp2x-linux-binutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2327

Added Files:
	binutils-2.16.1-open.patch 
Log Message:
* Sun Aug 12 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.16.1-3
- Update License tag for new Licensing Guidelines compliance
- Fix building with new glibc open() argument checking


binutils-2.16.1-open.patch:

--- NEW FILE binutils-2.16.1-open.patch ---
diff -up binutils-2.16.1/bfd/opncls.c~ binutils-2.16.1/bfd/opncls.c
--- binutils-2.16.1/bfd/opncls.c~	2007-08-12 10:19:04.000000000 +0200
+++ binutils-2.16.1/bfd/opncls.c	2007-08-12 10:19:04.000000000 +0200
@@ -483,7 +483,7 @@ bfd_openr_iovec (const char *filename, c
   nbfd->filename = filename;
   nbfd->direction = read_direction;
 
-  stream = open (nbfd, open_closure);
+  stream = (open) (nbfd, open_closure);
   if (stream == NULL)
     {
       _bfd_delete_bfd (nbfd);




More information about the fedora-extras-commits mailing list