- (bal) next-posix.h changed to bsd-nextstep.h
This commit is contained in:
parent
b0c2eeb96c
commit
45cb2937bc
|
@ -4,6 +4,7 @@
|
||||||
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
|
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
|
||||||
right.
|
right.
|
||||||
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
|
- (bal) Changed order of LIB="" in -with-skey due to library resolving.
|
||||||
|
- (bal) next-posix.h changed to bsd-nextstep.h
|
||||||
|
|
||||||
20010103
|
20010103
|
||||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#ifdef HAVE_NEXT
|
#ifdef HAVE_NEXT
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include "next-posix.h"
|
#include "bsd-nextstep.h"
|
||||||
|
|
||||||
pid_t
|
pid_t
|
||||||
posix_wait(int *status)
|
posix_wait(int *status)
|
||||||
|
|
Loading…
Reference in New Issue