Module Name: src
Committed By: kamil
Date: Fri Jun 23 00:20:23 UTC 2017
Modified Files:
src/bin/ksh: config.h
Log Message:
ksh: Drop support for systems that return void for closedir(2)
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 src/bin/ksh/config.h:1.36
--- src/bin/ksh/config.h:1.35 Fri Jun 23 00:00:58 2017
+++ src/bin/ksh/config.h Fri Jun 23 00:20:22 2017
@@ -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 */