diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-10 21:42:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-10 21:42:44 +0000 |
| commit | e087ce2dd217d99908cf3487618772ad9c0b7cdb (patch) | |
| tree | aece088ca96ab95b735e0371362b7c5b49245801 /sys/dev | |
| parent | f67a6639a26966263aaf358940cd78c24eeef36c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/md/md.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 9a2d0370f69c..749e7a92d343 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -93,8 +93,8 @@ #define MD_NSECT (10000 * 2) #endif -MALLOC_DEFINE(M_MD, "MD disk", "Memory Disk"); -MALLOC_DEFINE(M_MDSECT, "MD sectors", "Memory Disk Sectors"); +static MALLOC_DEFINE(M_MD, "MD disk", "Memory Disk"); +static MALLOC_DEFINE(M_MDSECT, "MD sectors", "Memory Disk Sectors"); static int md_debug; SYSCTL_INT(_debug, OID_AUTO, mddebug, CTLFLAG_RW, &md_debug, 0, ""); |
