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:
parent
0f8089cdf2
commit
47bf2cf9fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152853
@ -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);
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
|
||||
KMOD= mqueue
|
||||
KMOD= mqueuefs
|
||||
SRCS= uipc_mqueue.c \
|
||||
vnode_if.h \
|
||||
opt_posix.h
|
||||
|
Loading…
Reference in New Issue
Block a user