summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-nextstep.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-04 10:41:33 +0100
committerBen Lindstrom <mouring@eviladmin.org>2001-02-04 10:41:33 +0100
commit45cb2937bc8a74c1e1f7da3b35ad4319d3033baf (patch)
tree823d864d5527095797bc383c634b0fa0e9a7b831 /openbsd-compat/bsd-nextstep.c
parent - (bal) Changed order of LIB="" in -with-skey due to library resolving. (diff)
downloadopenssh-45cb2937bc8a74c1e1f7da3b35ad4319d3033baf.tar.xz
openssh-45cb2937bc8a74c1e1f7da3b35ad4319d3033baf.zip
- (bal) next-posix.h changed to bsd-nextstep.h
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r--openbsd-compat/bsd-nextstep.c2
1 files changed, 1 insertions, 1 deletions
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 @@
#ifdef HAVE_NEXT
#include <errno.h>
#include <sys/wait.h>
-#include "next-posix.h"
+#include "bsd-nextstep.h"
pid_t
posix_wait(int *status)