diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-04-30 12:57:40 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-04-30 12:57:40 +0000 |
| commit | 51da11a27a5288bc4f23fc923004a7fada6a5690 (patch) | |
| tree | 78f25ba6828418e0a4c21039c67b86f39bb61181 /sys/kern/subr_bus.c | |
| parent | 01b63a10093aa988a8f425f7cff0306ab498b691 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_bus.c')
| -rw-r--r-- | sys/kern/subr_bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 8a68b9de4e2e..740066e70056 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -234,7 +234,7 @@ struct dev_event_info TAILQ_HEAD(devq, dev_event_info); -struct dev_softc +static struct dev_softc { int inuse; int nonblock; @@ -245,7 +245,7 @@ struct dev_softc struct proc *async_proc; } devsoftc; -dev_t devctl_dev; +static dev_t devctl_dev; static void devinit(void) |
