rpms/emacs/devel glibc-open-macro.patch,NONE,1.1

Charles Coldwell (coldwell) fedora-extras-commits at redhat.com
Mon Aug 13 19:42:57 UTC 2007


Author: coldwell

Update of /cvs/pkgs/rpms/emacs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15789

Added Files:
	glibc-open-macro.patch 
Log Message:
glibc changed "open" to a macro

glibc-open-macro.patch:

--- NEW FILE glibc-open-macro.patch ---
--- emacs-22.1/src/sound.c~	2007-03-06 07:14:14.000000000 -0500
+++ emacs-22.1/src/sound.c	2007-08-09 15:54:52.117018000 -0400
@@ -1469,7 +1469,7 @@ Internal use only, use `play-sound' inst
       error ("No usable sound device driver found");
 
   /* Open the device.  */
-  current_sound_device->open (current_sound_device);
+  (current_sound_device->open) (current_sound_device);
 
   /* Play the sound.  */
   current_sound->play (current_sound, current_sound_device);




More information about the fedora-extras-commits mailing list