aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-sail_pl_1.c
blob: c858f5e30bb477d399b4986a5521c77b38822bad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./sail/pl_1.c
+++ ./sail/pl_1.c
@@ -122,7 +122,11 @@ choke(void)
 void
 child(void)
 {
+#ifdef __DragonFly__
 	union wait status;
+#else
+	int status;
+#endif
 	int pid;
 
 	signal(SIGCHLD, SIG_IGN);