rpms/arj/F-8 arj-3.10.22-missing-protos.patch,NONE,1.1

Robert Scheck robert at fedoraproject.org
Mon Sep 8 20:38:40 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/arj/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25864

Added Files:
	arj-3.10.22-missing-protos.patch 
Log Message:
Add missing file...


arj-3.10.22-missing-protos.patch:

--- NEW FILE arj-3.10.22-missing-protos.patch ---
diff -up arj-3.10.22/environ.c~ arj-3.10.22/environ.c
--- arj-3.10.22/environ.c~	2008-03-31 15:19:36.000000000 +0200
+++ arj-3.10.22/environ.c	2008-03-31 15:19:36.000000000 +0200
@@ -12,6 +12,8 @@
 #include <conio.h>
 #include <io.h>
 #include <process.h>
+#else
+#include <sys/wait.h>
 #endif
 
 #include <fcntl.h>
diff -up arj-3.10.22/arjsfx.c~ arj-3.10.22/arjsfx.c
--- arj-3.10.22/arjsfx.c~	2008-03-31 15:17:45.000000000 +0200
+++ arj-3.10.22/arjsfx.c	2008-03-31 15:17:45.000000000 +0200
@@ -5,6 +5,7 @@
  *
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <signal.h>
 
diff -up arj-3.10.22/arj.c~ arj-3.10.22/arj.c
--- arj-3.10.22/arj.c~	2008-03-31 15:17:14.000000000 +0200
+++ arj-3.10.22/arj.c	2008-03-31 15:17:14.000000000 +0200
@@ -5,6 +5,7 @@
  *
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <signal.h>
 




More information about the fedora-extras-commits mailing list