Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283751 | Differences between
and this patch

Collapse All | Expand All

(-)lib/abyss/src/thread_fork.c (+7 lines)
Lines 3-9 Link Here
3
#include <unistd.h>
3
#include <unistd.h>
4
#include <string.h>
4
#include <string.h>
5
#include <errno.h>
5
#include <errno.h>
6
#if (defined(__unix__) || defined(unix)) && !defined(USG)
7
#include <sys/param.h>
8
#endif
9
#if defined(__FreeBSD__)
10
#include <sys/wait.h>
11
#else
6
#include <wait.h>
12
#include <wait.h>
13
#endif
7
#include <signal.h>
14
#include <signal.h>
8
15
9
#include "xmlrpc_config.h"
16
#include "xmlrpc_config.h"

Return to bug 283751