1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/lang/neko/files/patch-libs_std_process.c
Olli Hauer 7ac87c1460 - remove apache13 support
- use DOS2UNIX macro
- rewrite for options NG
- use USE_XXX macros instead (BUILD|RUN)_DEPENDS

PR:		170752
Submitted by:	ohauer@
Approved by:	maintainer timeout
2012-09-06 05:22:27 +00:00

12 lines
268 B
C

--- libs/std/process.c.orig 2009-06-19 00:08:00.000000000 +0900
+++ libs/std/process.c 2009-06-19 00:08:06.000000000 +0900
@@ -23,7 +23,7 @@
# include <unistd.h>
# include <errno.h>
# ifndef NEKO_MAC
-# include <wait.h>
+# include <sys/wait.h>
# endif
#endif