From: deraadt Date: Tue, 13 Jan 2015 04:19:00 +0000 (+0000) Subject: -/* Backwards compatibility. */ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83e49dc59aa8f0fdae3f625755ecf56a6419ee51;p=openbsd -/* Backwards compatibility. */ -#ifndef NI_MAXHOST -#define NI_MAXHOST 1025 -#endif Disappointing. --- diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c index 39816f09e03..4222ea8240a 100644 --- a/sbin/isakmpd/ipsec.c +++ b/sbin/isakmpd/ipsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec.c,v 1.141 2014/10/09 02:38:56 deraadt Exp $ */ +/* $OpenBSD: ipsec.c,v 1.142 2015/01/13 04:19:00 deraadt Exp $ */ /* $EOM: ipsec.c,v 1.143 2000/12/11 23:57:42 niklas Exp $ */ /* @@ -75,11 +75,6 @@ extern int acquire_only; -/* Backwards compatibility. */ -#ifndef NI_MAXHOST -#define NI_MAXHOST 1025 -#endif - /* The replay window size used for all IPsec protocols if not overridden. */ #define DEFAULT_REPLAY_WINDOW 16