diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-05-03 21:02:02 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-05-03 21:02:02 +0000 |
| commit | 37c9eaae295ba5fa4322a6cd5d904719558f32f7 (patch) | |
| tree | 33d0b4c364441621b556bf5c63dffd61e276587e /sys/geom/gate | |
| parent | 8ad5e19c6b99e5323bfc82b825886628ca53b13b (diff) | |
Notes
Diffstat (limited to 'sys/geom/gate')
| -rw-r--r-- | sys/geom/gate/g_gate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/gate/g_gate.h b/sys/geom/gate/g_gate.h index a25332f456e5..929826abd10c 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) */ |
