Thanks Meethune, that's been commited to the SVN.
michele
On Jan 5, 2009, at 0:00 , Meethune Bhowmick wrote:
> Signed-off-by: Meethune Bhowmick <mee...@gm...>
> ---
> src/simclist.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/src/simclist.c b/src/simclist.c
> index e9061bd..0bfc2c0 100755
> --- a/src/simclist.c
> +++ b/src/simclist.c
> @@ -52,6 +52,11 @@
> /* convert 64bit integers from network to host format */
> #define ntoh64(x) (hton64(x))
>
> +/* OpenBSD does not have EPROTO */
> +#ifndef EPROTO
> +#define EPROTO EINTR
> +#endif
> +
> /* disable asserts */
> #ifndef SIMCLIST_DEBUG
> #define NDEBUG
> --
> 1.6.1
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Sshguard-users mailing list
> Ssh...@li...
> https://lists.sourceforge.net/lists/listinfo/sshguard-users
|