summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.c
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/bsd-nextstep.c
parentb0c2eeb96cabdec6bb6df9f3124f4aa89bbc1471 (diff)
- (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 @@
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)