rpms/frysk/devel frysk-unistd.patch,NONE,1.1 frysk.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 15 22:49:38 UTC 2006


Author: skasal

Update of /cvs/dist/rpms/frysk/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8248

Modified Files:
	frysk.spec 
Added Files:
	frysk-unistd.patch 
Log Message:
One more #include <unistd.h> needed.

frysk-unistd.patch:
 Signal.cxx |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE frysk-unistd.patch ---
Index: frysk-sys/frysk/sys/cni/Signal.cxx
===================================================================
RCS file: /cvs/frysk/frysk-sys/frysk/sys/cni/Signal.cxx,v
retrieving revision 1.4
diff -u -r1.4 Signal.cxx
--- frysk-sys/frysk/sys/cni/Signal.cxx	10 Mar 2006 00:18:53 -0000	1.4
+++ frysk-sys/frysk/sys/cni/Signal.cxx	15 Jun 2006 22:48:04 -0000
@@ -40,6 +40,7 @@
 #include <sys/types.h>
 #include <signal.h>
 #include <linux/unistd.h>
+#include <unistd.h>
 #include <errno.h>
 
 #include <gcj/cni.h>


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- frysk.spec	15 Jun 2006 21:57:59 -0000	1.50
+++ frysk.spec	15 Jun 2006 22:49:36 -0000	1.51
@@ -10,6 +10,7 @@
 Patch0:		frysk_syscall.patch
 Patch1:		frysk-sscanf.patch
 Patch2:		frysk-elf-cxx.patch
+Patch3:		frysk-unistd.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -49,6 +50,7 @@
 %patch0
 %patch1
 %patch2
+%patch3
 
 %build 
 
@@ -108,6 +110,7 @@
 * Thu Jun 15 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.06.15-0
 - Refresh the tarball.
 - Patch to fix Elf.cxx on 64bit.
+- Anoter patch required by new linux/unistd.h.
 
 * Thu Jun 15 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.06.14-1
 - Patch for new linux/unistd.h.




More information about the fedora-cvs-commits mailing list