[PATCH] NextStep (Re: Snapshot)

Ben Lindstrom mouring at pconline.com
Thu Sep 21 04:05:52 EST 2000


With the change in GETPGRP_VOID a few tweaks have to occur.  They are
attached.

For those using NeXT port.. sftp-server is broken.  I'm attempting to
track down what I think is sftp-server core dumping.  It compiles
however.=)  

Ben Lindstrom
-------------- next part --------------
--- defines.h.orig	Wed Sep 20 11:46:33 2000
+++ defines.h	Wed Sep 20 11:45:39 2000
@@ -34,6 +34,9 @@
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h> /* For S_* constants and macros */
 #endif
+#ifdef HAVE_NEXT
+#  include <libc.h>
+#endif
 
 #include <unistd.h> /* For STDIN_FILENO, etc */
 
--- next-posix.h.orig	Wed Sep 20 11:46:47 2000
+++ next-posix.h	Wed Sep 20 11:45:39 2000
@@ -7,7 +7,6 @@
 
 #ifdef HAVE_NEXT
 
-#include <libc.h>
 #include <sys/dir.h>
 
 /* readdir() returns struct direct (BSD) not struct dirent (POSIX) */


More information about the openssh-unix-dev mailing list