Module Name: src
Committed By: kamil
Date: Fri Jun 23 00:35:20 UTC 2017
Modified Files:
src/bin/ksh: config.h
Log Message:
ksh: Drop support for systems without clock_t type
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/bin/ksh/config.h:1.38
--- src/bin/ksh/config.h:1.37 Fri Jun 23 00:29:42 2017
+++ src/bin/ksh/config.h Fri Jun 23 00:35:20 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.37 2017/06/23 00:29:42 kamil Exp $ */
+/* $NetBSD: config.h,v 1.38 2017/06/23 00:35:20 kamil Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -87,9 +87,6 @@
/* Define if C compiler groks __attribute__((...)) (const, noreturn, format) */
#define HAVE_GCC_FUNC_ATTR 1
-/* Define to 32-bit signed integer type if <sys/types.h> doesn't define */
-/* #undef clock_t */
-
/* Define to the type of struct rlimit fields if the rlim_t type is missing */
/* #undef rlim_t */