Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ksh ksh: Drop support for systems without <sys/wait.h>



details:   https://anonhg.NetBSD.org/src/rev/9926c4ec84ee
branches:  trunk
changeset: 825090:9926c4ec84ee
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jun 30 01:56:34 2017 +0000

description:
ksh: Drop support for systems without <sys/wait.h>

diffstat:

 bin/ksh/config.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 8b7ae31a710e -r 9926c4ec84ee bin/ksh/config.h
--- a/bin/ksh/config.h  Fri Jun 30 01:52:34 2017 +0000
+++ b/bin/ksh/config.h  Fri Jun 30 01:56:34 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.39 2017/06/30 01:36:30 kamil Exp $        */
+/*     $NetBSD: config.h,v 1.40 2017/06/30 01:56:34 kamil Exp $        */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -14,9 +14,6 @@
 /* Define if your struct stat has st_rdev.  */
 #define HAVE_ST_RDEV 1
 
-/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
-#define HAVE_SYS_WAIT_H 1
-
 /* Define if on MINIX.  */
 /* #undef _MINIX */
 
@@ -247,9 +244,6 @@
 /* Define if you have the <sys/time.h> header file.  */
 #define HAVE_SYS_TIME_H 1
 
-/* Define if you have the <sys/wait.h> header file.  */
-#define HAVE_SYS_WAIT_H 1
-
 /* Define if you have the <ulimit.h> header file.  */
 #define HAVE_ULIMIT_H
 



Home | Main Index | Thread Index | Old Index