From 2ed9818ed96364ac37ca5a6432a075e83e6d9c56 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 6 Nov 2000 07:15:43 +0000 Subject: - (bal) typo in configure.in in regards to --with-ldflags from Marko Asplund - (bal) fixed next-posix.h. Forgot prototype of getppid(). --- ChangeLog | 3 +++ configure.in | 2 +- next-posix.h | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7333c81a3..bffef21b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ - (djm) Don't need X11-askpass in RPM spec file if building without it from Pekka Savola - (djm) Release 2.3.0p1 + - (bal) typo in configure.in in regards to --with-ldflags from Marko + Asplund + - (bal) fixed next-posix.h. Forgot prototype of getppid(). 20001105 - (bal) Sync with OpenBSD: diff --git a/configure.in b/configure.in index 888cd91ce..0c43efcb8 100644 --- a/configure.in +++ b/configure.in @@ -247,7 +247,7 @@ AC_ARG_WITH(cflags, ] ) AC_ARG_WITH(ldflags, - [ --with-ldlags Specify additional flags to pass to linker], + [ --with-ldflags Specify additional flags to pass to linker], [ if test "x$withval" != "xno" ; then LDFLAGS="$LDFLAGS $withval" diff --git a/next-posix.h b/next-posix.h index b987b09c2..7986817e7 100644 --- a/next-posix.h +++ b/next-posix.h @@ -37,6 +37,9 @@ pid_t posix_wait(int *status); #define wait(a) posix_wait(a) +/* #ifdef POSIX wrapped functions that need defining */ +pid_t getppid(void); + /* TERMCAP */ int tcgetattr(int fd, struct termios *t); int tcsetattr(int fd, int opt, const struct termios *t); -- cgit v1.2.3