mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
7ac87c1460
- use DOS2UNIX macro - rewrite for options NG - use USE_XXX macros instead (BUILD|RUN)_DEPENDS PR: 170752 Submitted by: ohauer@ Approved by: maintainer timeout
12 lines
268 B
C
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
|
|
|