diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-09 11:03:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-09 11:03:45 +0000 |
| commit | d42ee4e410658ce8c760c726668d8050d3ff0720 (patch) | |
| tree | cfa97a9d4fdebe78406e688b9759ba8119bb7dfc /sys/kern/subr_devstat.c | |
| parent | 441931b53cf1305a812c65645f532a4f14a85964 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 1804b42625f1..eab9a4f63efd 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -345,7 +345,6 @@ static struct cdevsw devstat_cdevsw = { .d_close = nullclose, .d_mmap = devstat_mmap, .d_name = "devstat", - .d_maj = MAJOR_AUTO, }; struct statspage { |
