]> andersk Git - openssh.git/commitdiff
- (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
authordjm <djm>
Tue, 11 Jul 2000 04:59:08 +0000 (04:59 +0000)
committerdjm <djm>
Tue, 11 Jul 2000 04:59:08 +0000 (04:59 +0000)
ChangeLog
TODO
includes.h

index a06f8d9ba4964e0a19e8c0765f031a4e470512bf..b73255a21634c953b3f68b4672a22a22a9bce502 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
    to compile on more platforms (incl NeXT).
  - (djm) Added bsd-inet_aton and configure support for NeXT
+ - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
 
 20000709
  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
diff --git a/TODO b/TODO
index 6542e700007a3a665ea0632ab093b772ddbdce2c..1d46ae1c3a24ecb9323b085a3ad7e0d8c6a2b2da 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,6 +13,4 @@
   seem to act correctly.  Ctrl-C and Ctrl-Z don't return echo to the
   underlying shell.
 
-- scp is broken under NeXT, and will need some TLC to be portable to
-  such an old platform. "struct dirent" does not exist, and under
-  next those functions take a single integer input.
+- utmp/wtmp logging does not work on NeXT
index 716d02f3189b571ec3def4653ee5946084d10655..2f3a56ec6cbc2ec55cb998b05fa62a67e73452e6 100644 (file)
@@ -54,7 +54,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #ifdef HAVE_NETGROUP_H
 # include <netgroup.h>
 #endif 
-#ifdef HAVE_NETDB_H
+#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT)
+/* Next includes this as part of another header */
 # include <netdb.h>
 #endif 
 #ifdef HAVE_ENDIAN_H
This page took 0.043088 seconds and 5 git commands to generate.