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 that return void for c...



details:   https://anonhg.NetBSD.org/src/rev/f1a952174ef5
branches:  trunk
changeset: 824934:f1a952174ef5
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jun 23 00:20:22 2017 +0000

description:
ksh: Drop support for systems that return void for closedir(2)

diffstat:

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

diffs (19 lines):

diff -r 08e5674b85b6 -r f1a952174ef5 bin/ksh/config.h
--- a/bin/ksh/config.h  Fri Jun 23 00:18:01 2017 +0000
+++ b/bin/ksh/config.h  Fri Jun 23 00:20:22 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.35 2017/06/23 00:00:58 kamil Exp $        */
+/*     $NetBSD: config.h,v 1.36 2017/06/23 00:20:22 kamil Exp $        */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -54,9 +54,6 @@
 /* Define to `int' if <sys/types.h> doesn't define.  */
 /* #undef uid_t */
 
-/* Define if the closedir function returns void instead of int.  */
-/* #undef VOID_CLOSEDIR */
-
 /* Define if your kernel doesn't handle scripts starting with #! */
 /* #undef SHARPBANG */
 



Home | Main Index | Thread Index | Old Index