aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/netpbm/files/patch-cl
blob: 831d934d3348200703415f19a9a3d6fc796b9b16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- ppm/ppmtompeg/parallel.c.orig	Sat Jul  1 16:51:53 2000
+++ ppm/ppmtompeg/parallel.c	Sat Jan 13 00:00:00 2001
@@ -70,9 +70,6 @@
  *
  */
 
-#define _POSIX_SOURCE
-#define _POSIX_C_SOURCE 2
-    /* This makes sure pclose() is in stdio.h */
 /* 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