mirror of https://github.com/aria2/aria2
Revert 6b55f5d3
because it breaks opensolaris build
parent
09cc9d876a
commit
0741a14486
|
@ -34,13 +34,7 @@
|
|||
/* copyright --> */
|
||||
#include "MultiUrlRequestInfo.h"
|
||||
|
||||
#ifdef HAVE_SYS_SIGNAL_H
|
||||
# include <sys/signal.h>
|
||||
#else // HAVE_SYS_SIGNAL_H
|
||||
# ifdef HAVE_SIGNAL_H
|
||||
# include <signal.h>
|
||||
# endif // HAVE_SIGNAL_H
|
||||
#endif // HAVE_SYS_SIGNAL_H
|
||||
#include <signal.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <ostream>
|
||||
|
|
|
@ -34,13 +34,7 @@
|
|||
/* copyright --> */
|
||||
#include "common.h"
|
||||
|
||||
#ifdef HAVE_SYS_SIGNAL_H
|
||||
# include <sys/signal.h>
|
||||
#else // HAVE_SYS_SIGNAL_H
|
||||
# ifdef HAVE_SIGNAL_H
|
||||
# include <signal.h>
|
||||
# endif // HAVE_SIGNAL_H
|
||||
#endif // HAVE_SYS_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue