diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-04 10:41:33 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-04 10:41:33 +0100 |
commit | 45cb2937bc8a74c1e1f7da3b35ad4319d3033baf (patch) | |
tree | 823d864d5527095797bc383c634b0fa0e9a7b831 /openbsd-compat/bsd-nextstep.c | |
parent | - (bal) Changed order of LIB="" in -with-skey due to library resolving. (diff) | |
download | openssh-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.c | 2 |
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) |