summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authormouring <mouring>2000-12-28 15:46:20 +0000
committermouring <mouring>2000-12-28 15:46:20 +0000
commitd3675f44597a86213d96bc887fc0998f12ea89d1 (patch)
treec0779cbb64ad4e2e863f8d1b55997488609ad89c /includes.h
parent18d0f3f621ed7865495e3d59ef2a9caed6c4b25c (diff)
downloadopenssh-d3675f44597a86213d96bc887fc0998f12ea89d1.tar.gz
20001229
- (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian Kurz <shorty@debain.org> 20001228 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated header. Patch by Tim Rice <tim@multitalents.net> - Updated TODO w/ known HP/UX issue - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the bad reference to 'NeXT including it else were' on the #ifdef version.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 91606632..c3309a50 100644
--- a/includes.h
+++ b/includes.h
@@ -32,7 +32,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include <netinet/tcp.h>
#endif
#include <arpa/inet.h>
-#include <netdb.h>
#include <stdio.h>
#include <ctype.h>
@@ -56,8 +55,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_NETGROUP_H
# include <netgroup.h>
#endif
-#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT)
-/* Next includes this as part of another header */
+#if defined(HAVE_NETDB_H)
# include <netdb.h>
#endif
#ifdef HAVE_ENDIAN_H