summaryrefslogtreecommitdiff
path: root/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trace.h b/trace.h
index dc0fc6cc43aa..758184b98b4a 100644
--- a/trace.h
+++ b/trace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: trace.h,v 1.3 2008/04/28 20:24:14 martin Exp $ */
+/* $NetBSD: trace.h,v 1.4 2020/10/18 17:19:54 rillig Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
* Definitions pertaining to the tracing of jobs in parallel mode.
*/
-typedef enum {
+typedef enum TrEvent {
MAKESTART,
MAKEEND,
MAKEERROR,