From: mouring Date: Sun, 4 Feb 2001 09:41:33 +0000 (+0000) Subject: - (bal) next-posix.h changed to bsd-nextstep.h X-Git-Tag: V_2_5_0_P1~151 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/166e4f2ad73433edf5f3ba3128d1f1a2ef901e07 - (bal) next-posix.h changed to bsd-nextstep.h --- diff --git a/ChangeLog b/ChangeLog index dc725db8..766c8803 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done right. - (bal) Changed order of LIB="" in -with-skey due to library resolving. + - (bal) next-posix.h changed to bsd-nextstep.h 20010103 - (bal) Cygwin clean up by Corinna Vinschen diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index 43ec0acd..b6cdb3fa 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -25,7 +25,7 @@ #ifdef HAVE_NEXT #include #include -#include "next-posix.h" +#include "bsd-nextstep.h" pid_t posix_wait(int *status)