diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-02-25 03:40:45 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-02-25 03:40:45 +0100 |
commit | 1734e276d99b17e92d4233fac7aef3a3180aaca7 (patch) | |
tree | 3bacc892c97d1db09c0e4c046e8398b57abb697e /defines.h | |
parent | Add includes.h for compatibility stuff. (diff) | |
download | openssh-1734e276d99b17e92d4233fac7aef3a3180aaca7.tar.xz openssh-1734e276d99b17e92d4233fac7aef3a3180aaca7.zip |
Move definition of _NSIG.
_NSIG is only unsed in one file, so move it there prevent redefinition
warnings reported by Kevin Brott.
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -822,14 +822,6 @@ struct winsize { # define SSH_IOBUFSZ 8192 #endif -#ifndef _NSIG -# ifdef NSIG -# define _NSIG NSIG -# else -# define _NSIG 128 -# endif -#endif - /* * Platforms that have arc4random_uniform() and not arc4random_stir() * shouldn't need the latter. |