diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-02-05 17:29:12 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-02-05 17:29:12 +0000 |
commit | 132f90c660e08037d238bb9557475b83cc9e2861 (patch) | |
tree | 9cfcd6adf3f0a9c36e1eff327cae81a10e52aa8f /sys/compat/linux/linux_ipc.c | |
parent | fdc154e44aab68b3f6729cb37c95b2b9d0fb1396 (diff) |
Notes
Diffstat (limited to 'sys/compat/linux/linux_ipc.c')
-rw-r--r-- | sys/compat/linux/linux_ipc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 2a38cc4ca9365..c1a58589e2294 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -731,8 +731,8 @@ linux_msgctl(struct thread *td, struct linux_msgctl_args *args) return (error); } - /* - * TODO: implement this + /* + * TODO: implement this * case LINUX_MSG_STAT: */ case LINUX_IPC_STAT: |