Module Name: src
Committed By: kamil
Date: Thu Jun 22 23:11:48 UTC 2017
Modified Files:
src/bin/ksh: config.h
Log Message:
ksh: Kill switch for CLOSEDIR_VOID (closedir(2) returns void)
No users in the code. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/bin/ksh/config.h:1.18
--- src/bin/ksh/config.h:1.17 Thu Jun 22 23:09:32 2017
+++ src/bin/ksh/config.h Thu Jun 22 23:11:48 2017
@@ -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 */