cleaner way fix dispatch.h portion of commit
a88dd1da11
(some systems have sig_atomic_t in signal.h, some in sys/signal.h)
Sounds good to me djm@
This commit is contained in:
parent
676c38d7cb
commit
910209203d
|
@ -27,8 +27,6 @@
|
|||
#ifndef DISPATCH_H
|
||||
#define DISPATCH_H
|
||||
|
||||
#include <signal.h> /* for sig_atomic_t */
|
||||
|
||||
#define DISPATCH_MAX 255
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in New Issue