diff options
Diffstat (limited to 'sys/nfs4client')
-rw-r--r-- | sys/nfs4client/nfs4_dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs4client/nfs4_dev.c b/sys/nfs4client/nfs4_dev.c index ab089b4..7f780a9 100644 --- a/sys/nfs4client/nfs4_dev.c +++ b/sys/nfs4client/nfs4_dev.c @@ -49,7 +49,7 @@ #define NFS4DEV_NAME "nfs4" #define CDEV_MINOR 1 -MALLOC_DEFINE(M_NFS4DEV, "NFS4 dev", "NFS4 device"); +MALLOC_DEFINE(M_NFS4DEV, "nfs4_dev", "NFS4 device"); struct nfs4dev_upcall { /* request msg */ |