summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/gate/g_gate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/gate/g_gate.h b/sys/geom/gate/g_gate.h
index a25332f..929826a 100644
--- a/sys/geom/gate/g_gate.h
+++ b/sys/geom/gate/g_gate.h
@@ -67,7 +67,7 @@
*/
struct g_gate_softc {
int sc_unit; /* P: (read-only) */
- uint16_t sc_ref; /* P: g_gate_list_mtx */
+ int16_t sc_ref; /* P: g_gate_list_mtx */
struct g_provider *sc_provider; /* P: (read-only) */
uint32_t sc_flags; /* P: (read-only) */
OpenPOWER on IntegriCloud