From 83e49dc59aa8f0fdae3f625755ecf56a6419ee51 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 13 Jan 2015 04:19:00 +0000 Subject: [PATCH] -/* Backwards compatibility. */ -#ifndef NI_MAXHOST -#define NI_MAXHOST 1025 -#endif Disappointing. --- sbin/isakmpd/ipsec.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.20.1