Source-Changes-HG archive

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

[src/trunk]: src/bin/ksh ksh: Drop support for systems without clock_t type



details:   https://anonhg.NetBSD.org/src/rev/a782b9a56572
branches:  trunk
changeset: 824936:a782b9a56572
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jun 23 00:35:20 2017 +0000

description:
ksh: Drop support for systems without clock_t type

diffstat:

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

diffs (19 lines):

diff -r 3b075fe2c43a -r a782b9a56572 bin/ksh/config.h
--- a/bin/ksh/config.h  Fri Jun 23 00:29:42 2017 +0000
+++ b/bin/ksh/config.h  Fri Jun 23 00:35:20 2017 +0000
@@ -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 */
 



Home | Main Index | Thread Index | Old Index