diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-03-29 08:30:17 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-03-29 08:30:17 +0000 |
| commit | ecc6e7d5ef467829172c52ba353e47ecc1b7f80c (patch) | |
| tree | 07a2f73fab24570b5a84df0f352d3c37f6d9388d /sys/kern/subr_rman.c | |
| parent | 67e7cb89d9ca36f9f19e6704145343caa8db1eb4 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_rman.c')
| -rw-r--r-- | sys/kern/subr_rman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index e0526bb5badc..0970366d0f8e 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: subr_rman.c,v 1.3 1998/12/07 21:58:29 archie Exp $ + * $Id: subr_rman.c,v 1.4 1999/01/02 11:34:55 bde Exp $ */ /* @@ -359,7 +359,7 @@ rman_reserve_resource(struct rman *rm, u_long start, u_long end, u_long count, LIST_INIT(s->r_sharehead); LIST_INSERT_HEAD(s->r_sharehead, s, r_sharelink); - s->r_flags = RF_FIRSTSHARE; + s->r_flags |= RF_FIRSTSHARE; } rv->r_sharehead = s->r_sharehead; LIST_INSERT_HEAD(s->r_sharehead, rv, r_sharelink); |
