summaryrefslogtreecommitdiff
path: root/graphics/netpbm/files/patch-cl
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-29 14:20:45 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-29 14:20:45 +0000
commitcff2da706a3bcb7da34b1d41689fe6ffccee8495 (patch)
tree087c5b425447cc2b5e9bf72c3c8c372f4468f138 /graphics/netpbm/files/patch-cl
parentupdate to 1.2. (diff)
update to 9.10.
PR: 24284 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/netpbm/files/patch-cl')
-rw-r--r--graphics/netpbm/files/patch-cl18
1 files changed, 17 insertions, 1 deletions
diff --git a/graphics/netpbm/files/patch-cl b/graphics/netpbm/files/patch-cl
index 8d1ca1348963..831d934d3348 100644
--- a/graphics/netpbm/files/patch-cl
+++ b/graphics/netpbm/files/patch-cl
@@ -1,5 +1,5 @@
--- ppm/ppmtompeg/parallel.c.orig Sat Jul 1 16:51:53 2000
-+++ ppm/ppmtompeg/parallel.c Fri Dec 8 00:00:00 2000
++++ ppm/ppmtompeg/parallel.c Sat Jan 13 00:00:00 2001
@@ -70,9 +70,6 @@
*
*/
@@ -10,3 +10,19 @@
/* On SunOS 5.6, netinet/in.h, via sys/vnode.h uses non-POSIX
typedefs, but when _POSIX_SOURCE is defined, it doesn't cause those
typedefs to be defined. In later releases, this is fixed. If we
+@@ -97,7 +94,6 @@
+ #include <string.h>
+ #include <signal.h>
+ #include "all.h"
+-#include "param.h"
+ #include "mpeg.h"
+ #include "prototypes.h"
+ #include "parallel.h"
+@@ -105,6 +101,7 @@
+ #include "fsize.h"
+ #include "combine.h"
+ #include "frames.h"
++#include "param.h"
+
+
+ #define MAX_IO_SERVERS 10