summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 09:34:03 -0700
committerJohn Levon <john.levon@joyent.com>2020-05-27 08:52:43 -0700
commitc9ad389f76487048d6fde034960b0f5edfb778d7 (patch)
tree85766bb1a263512870540cae11d4c91aa79ee170 /usr/src
parent2aeafac3612e19716bf8164f89c3c9196342979c (diff)
downloadillumos-joyent-c9ad389f76487048d6fde034960b0f5edfb778d7.tar.gz
12788 fix tst.include.ksh for ddi_ufm.h
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/sys/ddi_ufm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/ddi_ufm.h b/usr/src/uts/common/sys/ddi_ufm.h
index e6ad50d9ef..42d8ff72e6 100644
--- a/usr/src/uts/common/sys/ddi_ufm.h
+++ b/usr/src/uts/common/sys/ddi_ufm.h
@@ -10,7 +10,7 @@
*/
/*
- * Copyright 2019 Joyent, Inc.
+ * Copyright 2020 Joyent, Inc.
*/
#ifndef _SYS_DDI_UFM_H
@@ -51,7 +51,7 @@ extern "C" {
* the UFM_IOC_GETCAPS should be extended appropriately.
*/
typedef enum {
- DDI_UFM_CAP_REPORT = 1 << 0,
+ DDI_UFM_CAP_REPORT = 1 << 0
} ddi_ufm_cap_t;
/*