diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | openbsd-compat/bsd-nextstep.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 <vinschen@redhat.com> 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 <errno.h> #include <sys/wait.h> -#include "next-posix.h" +#include "bsd-nextstep.h" pid_t posix_wait(int *status) |