diff options
author | Tim Rice <tim@multitalents.net> | 2015-02-24 07:06:56 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2015-02-24 07:06:56 +0100 |
commit | 910209203d0cd60c5083901cbcc0b7b44d9f48d2 (patch) | |
tree | 2444ebe0b6def3043b4daaf07e4f9634b77e5c77 /dispatch.h | |
parent | portability fix: if we can't dind a better define for HOST_NAME_MAX, use 255 (diff) | |
download | openssh-910209203d0cd60c5083901cbcc0b7b44d9f48d2.tar.xz openssh-910209203d0cd60c5083901cbcc0b7b44d9f48d2.zip |
cleaner way fix dispatch.h portion of commit
a88dd1da119052870bb2654c1a32c51971eade16
(some systems have sig_atomic_t in signal.h, some in sys/signal.h)
Sounds good to me djm@
Diffstat (limited to 'dispatch.h')
-rw-r--r-- | dispatch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dispatch.h b/dispatch.h index 2bcdc91a5..cd51dbc0b 100644 --- a/dispatch.h +++ b/dispatch.h @@ -27,8 +27,6 @@ #ifndef DISPATCH_H #define DISPATCH_H -#include <signal.h> /* for sig_atomic_t */ - #define DISPATCH_MAX 255 enum { |