1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Change filesystem name from mqueue to mqueuefs for style consistent.

Suggested by: rwatson
This commit is contained in:
David Xu 2005-11-27 08:30:12 +00:00
parent 0f8089cdf2
commit 47bf2cf9fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152853
2 changed files with 3 additions and 3 deletions

View File

@ -2354,5 +2354,5 @@ SYSCALL_MODULE_HELPER(mq_timedreceive);
SYSCALL_MODULE_HELPER(mq_notify);
SYSCALL_MODULE_HELPER(mq_unlink);
VFS_SET(mqfs_vfsops, mqueue, VFCF_SYNTHETIC);
MODULE_VERSION(mqueue, 1);
VFS_SET(mqfs_vfsops, mqueuefs, VFCF_SYNTHETIC);
MODULE_VERSION(mqueuefs, 1);

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../kern
KMOD= mqueue
KMOD= mqueuefs
SRCS= uipc_mqueue.c \
vnode_if.h \
opt_posix.h