Source-Changes-HG archive

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

[src/trunk]: src/bin/ksh ksh: Kill switch for CLOSEDIR_VOID (closedir(2) retu...



details:   https://anonhg.NetBSD.org/src/rev/c965cbad7747
branches:  trunk
changeset: 824910:c965cbad7747
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jun 22 23:11:48 2017 +0000

description:
ksh: Kill switch for CLOSEDIR_VOID (closedir(2) returns void)

No users in the code. No functional change.

diffstat:

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

diffs (19 lines):

diff -r 2cec4188db7b -r c965cbad7747 bin/ksh/config.h
--- a/bin/ksh/config.h  Thu Jun 22 23:09:32 2017 +0000
+++ b/bin/ksh/config.h  Thu Jun 22 23:11:48 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.17 2017/06/22 23:09:32 kamil Exp $        */
+/*     $NetBSD: config.h,v 1.18 2017/06/22 23:11:48 kamil Exp $        */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -11,9 +11,6 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/* Define if the closedir function returns void instead of int.  */
-/* #undef CLOSEDIR_VOID */
-
 /* Define to `int' if <sys/types.h> doesn't define.  */
 /* #undef gid_t */
 



Home | Main Index | Thread Index | Old Index