-/* Backwards compatibility. */
authorderaadt <deraadt@openbsd.org>
Tue, 13 Jan 2015 04:19:00 +0000 (04:19 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 13 Jan 2015 04:19:00 +0000 (04:19 +0000)
-#ifndef NI_MAXHOST
-#define NI_MAXHOST 1025
-#endif
Disappointing.

sbin/isakmpd/ipsec.c

index 39816f0..4222ea8 100644 (file)
@@ -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 $       */
 
 /*
 
 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