summaryrefslogtreecommitdiff
path: root/shells/pdksh/files/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/files/tree.h')
-rw-r--r--shells/pdksh/files/tree.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/pdksh/files/tree.h b/shells/pdksh/files/tree.h
index a2c007dfe1b..de3b9ce6da5 100644
--- a/shells/pdksh/files/tree.h
+++ b/shells/pdksh/files/tree.h
@@ -1,8 +1,10 @@
+/* $NetBSD: tree.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+
/*
* command trees for compile/execute
*/
-/* $Id: tree.h,v 1.1.1.1 2008/05/23 17:15:21 tnn Exp $ */
+/* $Id: tree.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
#define NOBLOCK ((struct op *)NULL)
#define NOWORD ((char *)NULL)
@@ -107,7 +109,7 @@ struct ioword {
#define XCCLOSE BIT(7) /* exchild: close close_fd in child */
#define XERROK BIT(8) /* non-zero exit ok (for set -e) */
#define XCOPROC BIT(9) /* starting a co-process */
-#define XTIME BIT(10) /* timeing TCOM command */
+#define XTIME BIT(10) /* timing TCOM command */
#define XINTACT BIT(11) /* OS2: proc started from interactive session */
/*