summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-28 15:46:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-12-28 15:46:20 +0000
commit42717bf8fff94146edf43ea266113f1a54456c62 (patch)
tree8517e7c09f73392aec4e3d21a498ce2914511ea7 /includes.h
parent9fa07d6318538147f9d41a42760a4eacaa4499bb (diff)
- (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