summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh_times.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-10-01 02:05:58 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-10-01 02:05:58 +0000
commit7af587866799c05822d7ce6c84a82699bd1eb07b (patch)
tree5e4debc6d5f3366eed1af6d3ebfd5a9aaf5c2d1d /bin/ksh/ksh_times.h
parent681a20ebbbbf2f359b11be4310b1ccc9428d48cf (diff)
Integrate pdksh 5.2.9.
Diffstat (limited to 'bin/ksh/ksh_times.h')
-rw-r--r--bin/ksh/ksh_times.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/ksh/ksh_times.h b/bin/ksh/ksh_times.h
index 45f1b793821..ec7b97eedf5 100644
--- a/bin/ksh/ksh_times.h
+++ b/bin/ksh/ksh_times.h
@@ -1,4 +1,10 @@
-/* $OpenBSD: ksh_times.h,v 1.1 1996/08/14 06:19:11 downsj Exp $ */
+/* $OpenBSD: ksh_times.h,v 1.2 1996/10/01 02:05:41 downsj Exp $ */
+
+#ifndef KSH_TIMES_H
+# define KSH_TIMES_H
+
+/* Needed for clock_t on some systems (ie, NeXT in non-posix mode) */
+#include "ksh_time.h"
#include <sys/times.h>
@@ -11,3 +17,4 @@ extern clock_t ksh_times ARGS((struct tms *));
#ifdef HAVE_TIMES
extern clock_t times ARGS((struct tms *));
#endif /* HAVE_TIMES */
+#endif /* KSH_TIMES_H */