Module Name: src
Committed By: kamil
Date: Fri Jun 30 01:56:34 UTC 2017
Modified Files:
src/bin/ksh: config.h
Log Message:
ksh: Drop support for systems without <sys/wait.h>
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/bin/ksh/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ksh/config.h
diff -u src/bin/ksh/config.h:1.39 src/bin/ksh/config.h:1.40
--- src/bin/ksh/config.h:1.39 Fri Jun 30 01:36:30 2017
+++ src/bin/ksh/config.h Fri Jun 30 01:56:34 2017
@@ -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