Test snapshot

Ben Lindstrom mouring at pconline.com
Thu Aug 24 14:02:00 EST 2000


Two more NeXT patches.. 

next-posix.c.patch - cleans up some unwanted #includes that are
artifacts from the orignal version of the port.  

loginrec.c.patch - moves NeXT from known problem to known to work.  Since
I just verified that utmp/wtmp/lastlog are offically working (after the
first loginrec.c patch I submited).

Only other thing in the near future I'd do for next-posix.[ch] is moving
wait() and setsid() out to be more generally accessable to other platforms
that may need them. 
-------------- next part --------------
--- next-posix.c.orig	Wed Aug 23 22:34:30 2000
+++ next-posix.c	Wed Aug 23 22:36:35 2000
@@ -1,26 +1,7 @@
 #include "config.h"
 
 #ifdef HAVE_NEXT
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <errno.h>
-#include <unistd.h>
-
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-
-#include <sys/fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
-#include <sys/file.h>
-#include <errno.h>
-#include <termios.h>
-#include <sys/wait.h>
-
-#include "xmalloc.h"
-#include "ssh.h"
 #include "next-posix.h"
 
 int
-------------- next part --------------
--- loginrec.c.orig	Wed Aug 23 22:30:11 2000
+++ loginrec.c	Wed Aug 23 22:31:53 2000
@@ -132,7 +132,7 @@
 
 /**
  ** TODO:
- **   homegrown ttyslot()q
+ **   homegrown ttyslot()
  **   test, test, test
  **
  ** Platform status:
@@ -142,15 +142,13 @@
  **   Linux (Redhat 6.2, need more variants)
  **   HP-UX 10.20 (gcc only)
  **   IRIX
+ **   NeXT - M68k/HPPA (4.2/3.3)
  **
  ** Testing required: Please send reports!
  **   Solaris
  **   NetBSD
  **   HP-UX 11
  **   AIX
- **
- ** Platforms with known problems:
- **   NeXT
  **
  **/
 


More information about the openssh-unix-dev mailing list