freebsd-ports/graphics/netpbm/files/patch-cl
FUJISHIMA Satsuki cff2da706a update to 9.10.
PR:		24284
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-29 14:20:45 +00:00

28 lines
746 B
Text

--- 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