freebsd-ports/textproc/mxml/files/patch-mxmldoc.c
Wesley Shields a8c9043fe2 - Update to 2.6
- Pass maintainer to submitter
- Remove include of spawn.h since it is not included on anything
  less than 8.0.

PR:		ports/136929
Submitted by:	Kouki Hashimoto <hsmtkk@gmail.com>
2009-07-28 15:28:22 +00:00

10 lines
276 B
C

--- mxmldoc.c.orig 2009-07-25 13:08:26.603202123 +0900
+++ mxmldoc.c 2009-07-25 13:08:37.818332350 +0900
@@ -57,7 +57,6 @@
#ifndef WIN32
# include <dirent.h>
# include <unistd.h>
-# include <spawn.h>
# include <sys/wait.h>
extern char **environ;
#endif /* !WIN32 */