summaryrefslogtreecommitdiff
path: root/trace.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 19:39:21 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-11-07 19:39:21 +0000
commit302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 (patch)
treec2146dca82d530521c4d2cc46a95c26964311a2c /trace.h
parent6bbc783f48498b808e19db4441299dc7d85a278b (diff)
Notes
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,