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 POSIX <sys/wai...
details: https://anonhg.NetBSD.org/src/rev/0306b4c7b85c
branches: trunk
changeset: 354797:0306b4c7b85c
user: kamil <kamil%NetBSD.org@localhost>
date: Fri Jun 30 03:32:28 2017 +0000
description:
ksh: Drop support for systems without POSIX <sys/wait.h>
diffstat:
bin/ksh/config.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 88ee05a02f4d -r 0306b4c7b85c bin/ksh/config.h
--- a/bin/ksh/config.h Fri Jun 30 03:23:18 2017 +0000
+++ b/bin/ksh/config.h Fri Jun 30 03:32:28 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.47 2017/06/30 03:23:18 kamil Exp $ */
+/* $NetBSD: config.h,v 1.48 2017/06/30 03:32:28 kamil Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -84,9 +84,6 @@
/* Define if the pgrp of setpgrp() can't be the pid of a zombie process */
/* #undef NEED_PGRP_SYNC */
-/* Define if you have a POSIX.1 compatible <sys/wait.h> */
-#define POSIX_SYS_WAIT 1
-
/* Define if your OS maps references to /dev/fd/n to file descriptor n */
#define HAVE_DEV_FD 1
Home |
Main Index |
Thread Index |
Old Index