diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-28 16:46:20 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-28 16:46:20 +0100 |
commit | 42717bf8fff94146edf43ea266113f1a54456c62 (patch) | |
tree | 8517e7c09f73392aec4e3d21a498ce2914511ea7 /includes.h | |
parent | Update to new x11-askpass in RPM spec (diff) | |
download | openssh-42717bf8fff94146edf43ea266113f1a54456c62.tar.xz openssh-42717bf8fff94146edf43ea266113f1a54456c62.zip |
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.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes.h b/includes.h index 916066326..c3309a501 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 |