summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-04 09:41:33 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-04 09:41:33 +0000
commit45cb2937bc8a74c1e1f7da3b35ad4319d3033baf (patch)
tree823d864d5527095797bc383c634b0fa0e9a7b831 /openbsd-compat
parentb0c2eeb96cabdec6bb6df9f3124f4aa89bbc1471 (diff)
- (bal) next-posix.h changed to bsd-nextstep.h
Diffstat (limited to 'openbsd-compat')
-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 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)