summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--openbsd-compat/bsd-nextstep.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dc725db8e..766c8803f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
4 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done 4 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
5 right. 5 right.
6 - (bal) Changed order of LIB="" in -with-skey due to library resolving. 6 - (bal) Changed order of LIB="" in -with-skey due to library resolving.
7 - (bal) next-posix.h changed to bsd-nextstep.h
7 8
820010103 920010103
9 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 10 - (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 43ec0acd9..b6cdb3faa 100644
--- a/openbsd-compat/bsd-nextstep.c
+++ b/openbsd-compat/bsd-nextstep.c
@@ -25,7 +25,7 @@
25#ifdef HAVE_NEXT 25#ifdef HAVE_NEXT
26#include <errno.h> 26#include <errno.h>
27#include <sys/wait.h> 27#include <sys/wait.h>
28#include "next-posix.h" 28#include "bsd-nextstep.h"
29 29
30pid_t 30pid_t
31posix_wait(int *status) 31posix_wait(int *status)