From 8d71fed0f2f10c08a9a2cd558f3660405c1bc203 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sun, 18 Jan 2004 22:31:30 +0000 Subject: Work around removal of EAI_NODATA from netdb.h. --- crypto/openssh/openbsd-compat/fake-rfc2553.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/openbsd-compat/fake-rfc2553.h b/crypto/openssh/openbsd-compat/fake-rfc2553.h index 2d5439296caf..012db18fc6f0 100644 --- a/crypto/openssh/openbsd-compat/fake-rfc2553.h +++ b/crypto/openssh/openbsd-compat/fake-rfc2553.h @@ -1,4 +1,5 @@ /* $Id: fake-rfc2553.h,v 1.6.2.1 2003/09/22 02:09:18 dtucker Exp $ */ +/* $FreeBSD$ */ /* * Copyright (C) 2000-2003 Damien Miller. All rights reserved. @@ -113,7 +114,7 @@ struct sockaddr_in6 { # define NI_MAXHOST 1025 #endif /* !NI_MAXHOST */ -#ifndef EAI_NODATA +#ifndef EAI_NONAME # define EAI_NODATA 1 # define EAI_MEMORY 2 # define EAI_NONAME 3 -- cgit v1.3