ksh: Kill switch for CLOSEDIR_VOID (closedir(2) returns void)
No users in the code. No functional change.
This commit is contained in:
parent
9d04c96c0d
commit
b42d86bc68
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue